@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/assets/fa-brands-400.eot);
    src: url(/assets/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400.woff2) format("woff2"), url(/assets/fa-brands-400.woff) format("woff"), url(/assets/fa-brands-400.ttf) format("truetype"), url(/assets/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: 400;
    font-display: block;
    src: url(/assets/fa-regular-400.eot);
    src: url(/assets/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400.woff2) format("woff2"), url(/assets/fa-regular-400.woff) format("woff"), url(/assets/fa-regular-400.ttf) format("truetype"), url(/assets/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/assets/fa-solid-900.eot);
    src: url(/assets/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900.woff2) format("woff2"), url(/assets/fa-solid-900.woff) format("woff"), url(/assets/fa-solid-900.ttf) format("truetype"), url(/assets/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.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-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-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
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "��"
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    min-width: 1em;
    min-height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:hover,
.link-success:focus {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    width: 50px;
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*# sourceMappingURL=style.min.css.map */

/**
 * selectize.css (v0.13.4)
 * Copyright (c) 2013�2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 6px
}

.selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input>input[placeholder] {
    box-sizing: initial
}

.selectize-input.has-items>input {
    margin: 0 0px !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px
}

.selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl {
    text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    height: 40vw;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging {
    overflow: visible
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 6px .75rem;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: .25rem .25rem 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: .75rem;
    top: 50%;
    color: #343a40;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 5px;
    border-left: 1px solid #dee2e6;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 5px
}

.selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: transparent
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #343a40;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: .25rem
}

.selectize-control.multi .selectize-input.has-items {
    padding: calc(.375rem - 1px - 0px) .75rem calc(.375rem - 1px - 3px - 0px)
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: .25rem .25rem 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 5px;
    background: #efefef;
    color: #343a40;
    border: 0 solid #dee2e6
}

.selectize-control.multi .selectize-input>div.active {
    background: #0d6efd;
    color: #fff;
    border: 0 solid transparent
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #878787;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0 !important
}

.selectize-input>input[placeholder] {
    box-sizing: initial
}

.selectize-input.has-items>input {
    margin: 0 0 !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 .25rem .25rem
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, .4);
    border-radius: 1px
}

.selectize-dropdown .create,
.selectize-dropdown .no-results,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 3px .75rem
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #6c757d;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #e9ecef;
    color: #1e2125
}

.selectize-dropdown .active.create {
    color: #1e2125
}

.selectize-dropdown .create {
    color: rgba(52, 58, 64, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px .75rem
}

.selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(.75rem + 5px);
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #343a40 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #343a40 transparent
}

.selectize-control.rtl {
    text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
    left: calc(.75rem + 5px);
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.selectize-dropdown .optgroup-header {
    font-size: .875rem;
    line-height: 1.5
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: " ";
    display: block;
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
    margin-left: -.75rem;
    margin-right: -.75rem
}

.selectize-dropdown .create {
    padding-left: .75rem
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-input {
    min-height: calc(1.5em + .75rem + 2px);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .selectize-input {
        transition: none
    }
}

.selectize-input.dropdown-active {
    border-radius: .25rem
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.is-invalid .selectize-input {
    border-color: #dc3545;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.is-invalid .selectize-input:focus {
    border-color: #bd2130;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eb8c95
}

.selectize-control.form-control-sm .selectize-input.has-items {
    min-height: calc(1.5em + .5rem + 2px) !important;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.25
}

.selectize-control.multi .selectize-input.has-items {
    height: auto;
    padding-left: calc(.75rem - 5px);
    padding-right: calc(.75rem - 5px)
}

.selectize-control.multi .selectize-input>div {
    border-radius: calc(.25rem - 1px)
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.input-group .selectize-input {
    overflow: unset;
    border-radius: 0 .25rem .25rem 0
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    display: none;
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;

    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    /* defined via js:
    --pswp-transition-duration: 333ms; */

    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;

    --pswp-error-text-color: var(--pswp-icon-color);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
    outline: 0;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--open {
    display: block;
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity;
}

.pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__item {
    /* z-index for fade transition */
    z-index: 1;
    overflow: hidden;
}

.pswp__hidden {
    display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
    pointer-events: none;
}

.pswp__content>* {
    pointer-events: auto;
}


/*

  PhotoSwipe UI

*/
/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
    display: grid;
}

.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10;
    /* always overlap slide content */
    pointer-events: none;
    /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
}

.pswp__button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none;
}

.pswp__icn:focus {
    outline: 0;
}

/*
    div element that matches size of large image,
    large image loads on top of it,
    used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
    background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;

    /* allow events to pass through top bar itself */
    pointer-events: none !important;
}

.pswp__top-bar>* {
    pointer-events: auto;
    /* this makes transition significantly more smooth,
       even though inner elements are not animated */
    will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
    margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}

.pswp__button--arrow:disabled {
    display: none;
    cursor: default;
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
    display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
    visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
}

.pswp__button--arrow--prev {
    right: auto;
    left: 0px;
}

.pswp__button--arrow--next {
    right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    /* flip horizontally */
    transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
    display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto;
}

.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
    opacity: 0.85;
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
    display: none;
}

/*! jQuery UI - v1.13.3 - 2024-08-01
* https://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5dbec
}

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5dbec;
    background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #2e6e9e;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #79b7e7;
    background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1d5987
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #1d5987;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #79b7e7;
    background-color: #e17009
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #e17009;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #fad42e;
    background: #fbec88
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_469bdd_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_d8e7f3_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_217bc0_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_f9bd01_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_6da8d5_256x240.png")
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 5px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 5px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    -ms-filter: "alpha(opacity=30)"
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-Logo_Solid {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: 0px 0px;
    width: 148px;
    height: 61px;
}

.icon-arrow-dark {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: 0px -61px;
    width: 32px;
    height: 32px;
}

.icon-arrow-down {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -96px -61px;
    width: 24px;
    height: 24px;
}

.icon-arrow-left {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -32px -61px;
    width: 32px;
    height: 32px;
}

.icon-arrow {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -64px -61px;
    width: 32px;
    height: 32px;
}

.icon-call {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -120px -61px;
    width: 24px;
    height: 24px;
}

.icon-info {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: 0px -93px;
    width: 24px;
    height: 24px;
}

.icon-localization {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -24px -93px;
    width: 24px;
    height: 24px;
}

.icon-pointer-blue {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -48px -93px;
    width: 24px;
    height: 24px;
}

.icon-search {
    background-image: url(../images/sprites/output/sprite.png);
    background-position: -72px -93px;
    width: 20px;
    height: 20px;
}

@import"//hello.myfonts.net/count/345003";

.ax_icon {
    position: relative
}

.ax_icon:after {
    position: absolute;
    display: block
}

.ax_icons--list i {
    width: 2rem;
    height: 2rem;
    display: block
}

.ax_icons--list i:after {
    width: 100%;
    height: 100%
}

.ax_icons--list button {
    border: none;
    background-color: inherit;
    border-radius: 100%;
    padding: 3px
}

.ax_icons--list button:hover,
.ax_icons--list button:active {
    background-color: rgba(128, 128, 128, .22)
}

.ax-icon--preview i {
    width: 4rem;
    height: 4rem;
    display: block
}

.ax-icon--preview i:after {
    width: 100%;
    height: 100%
}

.ax_icon-water-drop:after {
    content: "";
    background: url("/assets/water-drop.svg");
    background-size: 100% 100%
}

.ax_icon-water-drop-warning:after {
    content: "";
    background: url("/assets/water-drop-warning.svg");
    background-size: 100% 100%
}

.ax_icon-wallet:after {
    content: "";
    background: url("/assets/wallet.svg");
    background-size: 100% 100%
}

.ax_icon-heart:after {
    content: "";
    background: url("/assets/heart.svg");
    background-size: 100% 100%
}

.ax_icon-snow:after {
    content: "";
    background: url("/assets/snow.svg");
    background-size: 100% 100%
}

.ax_icon-info:after {
    content: "";
    background: url("/assets/info.svg");
    background-size: 100% 100%
}

.ax_icon-geometry:after {
    content: "";
    background: url("/assets/geometry.svg");
    background-size: 100% 100%
}

.ax_icon-wrench:after {
    content: "";
    background: url("/assets/wrench.svg");
    background-size: 100% 100%
}

.ax_icon-water-drop:after {
    content: "";
    background: url("/assets/water-drop.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_no-noise:after {
    content: "";
    background: url("/assets/MOOVER_no-noise.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_panel:after {
    content: "";
    background: url("/assets/MOOVER_panel.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_remote:after {
    content: "";
    background: url("/assets/MOOVER_remote.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_solar:after {
    content: "";
    background: url("/assets/MOOVER_solar.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_appearance:after {
    content: "";
    background: url("/assets/MOOVER_appearance.svg");
    background-size: 100% 100%
}

.ax_icon-house:after {
    content: "";
    background: url("/assets/house.svg");
    background-size: 100% 100%
}

.ax_icon-family:after {
    content: "";
    background: url("/assets/family.svg");
    background-size: 100% 100%
}

.ax_icon-durable:after {
    content: "";
    background: url("/assets/durable.svg");
    background-size: 100% 100%
}

.ax_icon-antislip:after {
    content: "";
    background: url("/assets/antislip.svg");
    background-size: 100% 100%
}

.ax_icon-child-reaching:after {
    content: "";
    background: url("/assets/child-reaching.svg");
    background-size: 100% 100%
}

.ax_icon-box:after {
    content: "";
    background: url("/assets/box.svg");
    background-size: 100% 100%
}

.ax_icon-fan:after {
    content: "";
    background: url("/assets/fan.svg");
    background-size: 100% 100%
}

.ax_icon-heating:after {
    content: "";
    background: url("/assets/heating.svg");
    background-size: 100% 100%
}

.ax_icon-signal:after {
    content: "";
    background: url("/assets/signal.svg");
    background-size: 100% 100%
}

.ax_icon-star-regular:after {
    content: "";
    background: url("/assets/star-regular.svg");
    background-size: 100% 100%
}

.ax_icon-tap:after {
    content: "";
    background: url("/assets/tap.svg");
    background-size: 100% 100%
}

.ax_icon-shield:after {
    content: "";
    background: url("/assets/shield.svg");
    background-size: 100% 100%
}

.ax_icon-water:after {
    content: "";
    background: url("/assets/water.svg");
    background-size: 100% 100%
}

.ax_icon-enclosure:after {
    content: "";
    background: url("/assets/enclosure.svg");
    background-size: 100% 100%
}

.ax_icon-swimming:after {
    content: "";
    background: url("/assets/swimming.svg");
    background-size: 100% 100%
}

.ax_icon-building-shield:after {
    content: "";
    background: url("/assets/building-shield.svg");
    background-size: 100% 100%
}

body {
    font-family: "Museo Sans";
    min-width: 360px;
    color: #63656a;
    background-color: #f0f1f2;
    position: relative;
    overscroll-behavior: none;
    scroll-behavior: auto;
    margin: 0
}

.abx-ss--content {
    translate: none;
    rotate: none;
    scale: none;
    transform: translateY(0);
    box-sizing: border-box;
    width: 100%;
    transition: transform .5s cubic-bezier(0, 0, 0.2, 1);
    padding-top: 123px
}

@media only screen and (max-width: 992px) {
    .abx-ss--content {
        transition: none;
        width: auto;
        transform: none !important;
        position: relative !important;
        padding-top: 102px
    }
}

a {
    color: #004b98
}

.animated-toasts .toast {
    display: block;
    opacity: 0;
    transform: translateY(60px);
    height: 48px;
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.animated-toasts .toast.hide {
    height: 0
}

.animated-toasts .toast.showing {
    height: 0;
    transition: .2s all ease-out
}

.animated-toasts .toast.show:not(.showing) {
    opacity: 1;
    transform: translateY(0)
}

.alert {
    background-color: #fff
}

.alert i {
    font-size: 1.25rem
}

.bcg-animated--container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.bcg-animated {
    height: 100%
}

.bcg-dot {
    background: #0B3252;
    background: radial-gradient(circle, rgba(0, 161, 224, 0.08) 5%, rgba(0, 161, 224, 0.05) 25%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    aspect-ratio: 1/1;
    position: absolute
}

@media only screen and (max-width: 992px) {
    .show-more-animate {
        opacity: 0 !important;
        position: absolute;
        top: 0;
        left: -1000px;
        visibility: hidden
    }
}

.cursor-pointer {
    cursor: pointer
}

.footer--logo {
    max-width: 150px;
    height: 100px
}

@media only screen and (max-width: 576px) {
    .footer--logo {
        max-width: 115px
    }
}

@media only screen and (max-width: 1200px) {
    .w-max-350--under-1200 {
        max-width: 350px
    }
}

.fs-14 {
    font-size: .875rem
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.rounded-r5 {
    border-radius: .5rem
}

.rounded-1r {
    border-radius: 1rem
}

.blur {
    backdrop-filter: blur(50px);
    mix-blend-mode: normal
}

.transform-left {
    transform: rotate(180deg)
}

.transform-up {
    transform: rotate(-90deg)
}

.transform-down {
    transform: rotate(90deg)
}

.transform-180 {
    transform: rotate(180deg)
}

.zoom-in {
    overflow: hidden
}

.zoom-in img {
    transition: all .3s ease-in-out
}

.zoom-in:hover img {
    transform: scale(1.1)
}

.gx-2r {
    --bs-gutter-x: 2rem
}

.icon-line {
    width: 37px;
    height: 1px
}

.show-img-main {
    display: block !important
}

@media only screen and (max-width: 576px) {
    .show-img-main {
        display: none !important
    }
}

.show-img-mobile {
    display: none !important
}

@media only screen and (max-width: 576px) {
    .show-img-mobile {
        display: block !important
    }
}

.table-column thead th:nth-child(2n+3) {
    background: rgba(0, 75, 152, .05)
}

.table-column td:nth-child(2n+1) {
    background: rgba(0, 75, 152, .05)
}

.img-fluid {
    max-width: 100%
}

@font-face {
    font-family: "Museo Sans";
    src: url("/assets/museo-sans-300.eot");
    src: url("/assets/museo-sans-300.eot?#iefix") format("embedded-opentype"), url("/assets/museo-sans-300.woff2") format("woff2"), url("/assets/museo-sans-300.woff") format("woff"), url("/assets/museo-sans-300.ttf") format("truetype");
    font-weight: 300;
    font-display: fallback
}

@font-face {
    font-family: "Museo Sans";
    src: url("/assets/museo-sans-500.eot");
    src: url("/assets/museo-sans-500.eot?#iefix") format("embedded-opentype"), url("/assets/museo-sans-500.woff2") format("woff2"), url("/assets/museo-sans-500.woff") format("woff"), url("/assets/museo-sans-500.ttf") format("truetype");
    font-weight: 500;
    font-display: fallback
}

@font-face {
    font-family: "Museo Sans";
    src: url("/assets/museo-sans-700.eot");
    src: url("/assets/museo-sans-700.eot?#iefix") format("embedded-opentype"), url("/assets/museo-sans-700.woff2") format("woff2"), url("/assets/museo-sans-700.woff") format("woff"), url("/assets/museo-sans-700.ttf") format("truetype");
    font-weight: 700;
    font-display: fallback
}

@font-face {
    font-family: "Museo Sans";
    src: url("/assets/museo-sans-900.eot");
    src: url("/assets/museo-sans-900.eot?#iefix") format("embedded-opentype"), url("/assets/museo-sans-900.woff2") format("woff2"), url("/assets/museo-sans-900.woff") format("woff"), url("/assets/museo-sans-900.ttf") format("truetype");
    font-weight: 900;
    font-display: fallback
}

.text-blue-dark {
    color: #0f284d
}

.text-white-custom {
    color: #fff
}

.text-blue-night {
    color: #0f384d
}

.text-blue-primary {
    color: #004b98
}

.text-blue-light {
    color: #0B3252
}

.text-grey-dark {
    color: #63656a
}

.text-grey-form {
    color: #94979e
}

.bg-blue-primary {
    background-color: #004b98
}

.bg-grey {
    background-color: #dde1e5
}

.icon-blue-night {
    stroke: #0f384d
}

.icon-white {
    stroke: #fff
}

.icon-blue-primary {
    stroke: #004b98;
    fill: #004b98
}

.icon-stroke-blue-primary {
    stroke: #004b98
}

.icon-blue-dark {
    stroke: #0f284d
}

.icon-blue-light {
    stroke: #0B3252
}

.bcg-color-main {
    background-color: #f0f1f2
}

.bcg-color-white {
    background-color: #fff
}

.bcg-color-light-gray {
    background-color: #f4f4f5
}

:root {
    --border-color-dark: rgb(0, 0, 0);
    --border-color-light: rgba(0, 0, 0, 0.5)
}

.border-pink {
    --border-color-dark: #e6437b;
    --border-color-light: rgba(230, 67, 123, 0.5)
}

.border-purple {
    --border-color-dark: #8f489a;
    --border-color-light: rgba(143, 72, 154, 0.5)
}

.border-green {
    --border-color-dark: #6bc04b;
    --border-color-light: rgba(107, 192, 75, 0.5)
}

.border-orange {
    --border-color-dark: #f0a055;
    --border-color-light: rgba(240, 160, 85, 0.5)
}

.border-blue-primary {
    --border-color-dark: #004B98;
    --border-color-light: rgba(0, 75, 152, 0.5)
}

.border-blue-light {
    --border-color-dark: #0B3252;
    --border-color-light: rgba(0, 161, 224, 0.5)
}

.border-grey-light {
    --border-color-dark: #C1C1C1;
    --border-color-light: #DDE1E5
}

.hero-title {
    line-height: 6.5rem;
    font-size: 6rem
}

h1,
.h-like-1 {
    line-height: 4.75rem;
    font-size: 4rem
}

h2,
.h-like-2 {
    line-height: 4rem;
    font-size: 3.25rem
}

h3,
.h-like-3 {
    line-height: 3.5rem;
    font-size: 2.75rem
}

h4,
.h-like-4 {
    line-height: 2.75rem;
    font-size: 2.25rem
}

h5,
.h-like-5 {
    line-height: 2.25rem;
    font-size: 1.75rem
}

h6,
.h-like-6 {
    line-height: 2rem;
    font-size: 1.5rem
}

.perex-large {
    font-size: 1.5rem;
    line-height: 2.25rem
}

.perex-large.perex-bold {
    font-weight: 500
}

.perex-medium {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.perex-medium.perex-bold {
    font-weight: 500
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.625rem
}

.p-medium {
    font-size: 1rem;
    line-height: 1.5rem
}

.p-small {
    font-size: .875rem;
    line-height: 1.25rem
}

.cta-large {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.cta-small {
    font-size: 1rem;
    line-height: 1.375rem
}

.cta-large,
.cta-small {
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase
}

.list-large {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 1rem
}

.list-medium {
    font-size: 1.125rem;
    line-height: 1.625rem
}

.lh-40 {
    line-height: 2.5rem !important
}

.p-light {
    font-weight: lighter
}

.p-normal {
    font-weight: normal
}

.p-bold {
    font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.perex-large,
.perex-medium,
.list-large,
.list-medium,
.h-like-5,
.h-like-6,
.h-like-3 {
    margin: 0;
    font-weight: 300
}

.hero-title,
h1 {
    letter-spacing: -0.04em
}

h2,
h3,
h4,
p,
.perex-large,
.perex-medium,
.list-large,
.list-medium,
.h-like-3 {
    letter-spacing: -0.02em
}

@media only screen and (max-width: 1600px) {
    .hero-title {
        line-height: 5.5rem;
        font-size: 5rem
    }

    .perex-large {
        line-height: 2rem;
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 1500px) {
    .hero-title {
        line-height: 5rem;
        font-size: 4.5rem
    }

    h1,
    .h-like-1 {
        line-height: 4.25rem;
        font-size: 3.5rem
    }

    h2,
    .h-like-2 {
        line-height: 3.5rem;
        font-size: 3rem
    }

    h3,
    .h-like-3 {
        line-height: 3rem;
        font-size: 2.5rem
    }

    h4,
    .h-like-4 {
        line-height: 2.5rem;
        font-size: 2rem
    }

    h5,
    .h-like-5 {
        line-height: 2rem;
        font-size: 1.55rem
    }

    h6,
    .h-like-6 {
        line-height: 1.8rem;
        font-size: 1.3rem
    }
}

@media only screen and (max-width: 1278px) {
    .hero-title {
        line-height: 4.5rem;
        font-size: 4rem
    }

    h3,
    .h-like-3 {
        line-height: 2.75rem;
        font-size: 2.25rem
    }
}

@media only screen and (max-width: 1100px) {
    .hero-title {
        line-height: 4rem;
        font-size: 3.5rem
    }

    h6 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    .hero-title {
        line-height: 3.625rem;
        font-size: 3.25rem
    }

    h1,
    .h-like-1 {
        line-height: 3.25rem;
        font-size: 2.75rem
    }

    h2,
    .h-like-2 {
        line-height: 2.75rem;
        font-size: 2.25rem
    }

    h3,
    .h-like-3 {
        line-height: 2.5rem;
        font-size: 2rem
    }

    h4,
    .h-like-4 {
        line-height: 2.25rem;
        font-size: 1.75rem
    }

    h5,
    .h-like-5 {
        line-height: 2rem;
        font-size: 1.5rem
    }

    .perex-large {
        line-height: 1.625rem;
        font-size: 1.125rem
    }

    .perex-medium {
        line-height: 1.5rem;
        font-size: 1rem
    }

    .p-large {
        line-height: 1.625rem;
        font-size: 1.125rem
    }

    .p-medium {
        line-height: 1.5rem;
        font-size: 1rem
    }

    .p-small {
        line-height: 1.25rem;
        font-size: .875rem
    }
}

@media only screen and (max-width: 768px) {
    .hero-title {
        line-height: 3rem;
        font-size: 2.75rem
    }
}

.mx-4r {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mt-0r5 {
    margin-top: .5rem
}

.mt-r75 {
    margin-top: .75rem
}

.mt-2r {
    margin-top: 2rem
}

.mt-2r25 {
    margin-top: 2.25rem
}

.mt-2r5 {
    margin-top: 2.5rem
}

.mt-3r25 {
    margin-top: 3.25rem
}

.mt-4r {
    margin-top: 4rem
}

.mt-4r5 {
    margin-top: 4.5rem
}

.mt-5r {
    margin-top: 5rem
}

.mt-7r5 {
    margin-top: 7.5rem
}

.mb-r75 {
    margin-bottom: .75rem
}

.mb-1r25 {
    margin-bottom: 1.25rem
}

.mb-1r313 {
    padding-bottom: 1.313rem
}

.mb-3r313 {
    margin-bottom: 3.313rem
}

.mb-3r625 {
    margin-bottom: 3.625rem
}

.mb-3r75 {
    margin-bottom: 3.75rem
}

.mb-5r25 {
    margin-bottom: 5.25rem
}

.mb-6r125 {
    margin-bottom: 6.125rem !important
}

.mb-9r625 {
    margin-bottom: 9.625rem
}

.mb-11r438 {
    margin-bottom: 11.438rem
}

.mb-12r5 {
    margin-bottom: 12.5rem
}

.mb-12r75 {
    margin-bottom: 12.75rem
}

.mb-13r938 {
    margin-bottom: 13.938rem
}

.me-4r {
    margin-right: 4rem
}

.ml-3r {
    margin-left: 3rem
}

.px-6r {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-3r25 {
    padding-left: 3.25rem;
    padding-right: 3.25rem
}

.pt-1r75 {
    padding-top: 1.75rem
}

.pt-1r813 {
    padding-top: 1.813rem
}

.pt-2r {
    padding-top: 2rem
}

.pt-5r {
    padding-top: 5rem
}

.pb-1r25 {
    padding-bottom: 1.25rem
}

.pb-1r5 {
    padding-bottom: 1.5rem
}

.pb-2r {
    padding-bottom: 2rem
}

.pb-2r5 {
    padding-bottom: 2.5rem
}

.pb-3r {
    padding-bottom: 3rem
}

.mb-0r5 {
    margin-bottom: .5rem
}

.mb-1r {
    margin-bottom: 1rem
}

.mb-1r5 {
    margin-bottom: 1.5rem
}

.mb-2r {
    margin-bottom: 2rem
}

.mb-2r5 {
    margin-bottom: 2.5rem
}

.mb-3r {
    margin-bottom: 3rem
}

.mb-3r5 {
    margin-bottom: 3.5rem
}

.mb-4r {
    margin-bottom: 4rem
}

.mb-4r5 {
    margin-bottom: 4.5rem
}

.mb-5r {
    margin-bottom: 5rem
}

.mb-5r5 {
    margin-bottom: 5.5rem
}

.mb-6r {
    margin-bottom: 6rem
}

.mb-6r5 {
    margin-bottom: 6.5rem
}

.mb-7r {
    margin-bottom: 7rem
}

.mb-7r5 {
    margin-bottom: 7.5rem
}

.mb-8r {
    margin-bottom: 8rem
}

.mb-8r5 {
    margin-bottom: 8.5rem
}

.mb-9r {
    margin-bottom: 9rem
}

.mb-9r5 {
    margin-bottom: 9.5rem
}

.mb-10r {
    margin-bottom: 10rem
}

.mb-10r5 {
    margin-bottom: 10rem
}

.mb-11r {
    margin-bottom: 11rem
}

.mb-11r5 {
    margin-bottom: 11.5rem
}

.mb-12r {
    margin-bottom: 12rem
}

.mb-12r5 {
    margin-bottom: 12.5rem
}

.mb-13r {
    margin-bottom: 13rem
}

@media only screen and (max-width: 1400px) {
    .mb-0r_m {
        margin-bottom: 0
    }

    .mt-1r_m {
        margin-top: 1rem
    }

    .mt-2r_m {
        margin-top: 2rem
    }

    .mt-2r5_m {
        margin-top: 2.5rem
    }

    .mt-3r_m {
        margin-top: 3rem
    }

    .mt-4r_m {
        margin-top: 4rem
    }

    .mt-5r_m {
        margin-top: 5rem
    }

    .mt-6r_m {
        margin-top: 6rem
    }
}

@media only screen and (max-width: 1400px) {
    .mb-0r5_m {
        margin-bottom: .5rem
    }

    .mb-1r_m {
        margin-bottom: 1rem
    }

    .mb-1r5_m {
        margin-bottom: 1.5rem
    }

    .mb-2r_m {
        margin-bottom: 2rem
    }

    .mb-2r5_m {
        margin-bottom: 2.5rem
    }

    .mb-3r_m {
        margin-bottom: 3rem
    }

    .mb-3r5_m {
        margin-bottom: 3.5rem
    }

    .mb-4r_m {
        margin-bottom: 4rem
    }

    .mb-4r5_m {
        margin-bottom: 4.5rem
    }

    .mb-5r_m {
        margin-bottom: 17rem
    }

    .mb-5r5_m {
        margin-bottom: 5.5rem
    }

    .mb-6r_m {
        margin-bottom: 6rem
    }

    .mb-6r5_m {
        margin-bottom: 6.5rem
    }

    .mb-7r_m {
        margin-bottom: 7rem
    }

    .mb-7r5_m {
        margin-bottom: 7.5rem
    }

    .mb-8r_m {
        margin-bottom: 8rem
    }

    .mb-8r5_m {
        margin-bottom: 8.5rem
    }

    .mb-9r_m {
        margin-bottom: 9rem
    }

    .mb-9r5_m {
        margin-bottom: 9.5rem
    }

    .mb-10r_m {
        margin-bottom: 10rem
    }

    .mb-10r5_m {
        margin-bottom: 10rem
    }

    .mb-11r_m {
        margin-bottom: 11rem
    }

    .mb-11r5_m {
        margin-bottom: 11.5rem
    }

    .mb-12r_m {
        margin-bottom: 12rem
    }

    .mb-12r5_m {
        margin-bottom: 12.5rem
    }

    .mb-13r_m {
        margin-bottom: 13rem
    }
}

.overlay {
    --overlay-angle: 90deg;
    --overlay-end: 90%;
    position: relative
}

.overlay.overlay-horizontal {
    --overlay-angle: 14deg;
    --overlay-end: 60%
}

.overlay.overlay-angle-0 {
    --overlay-angle: 0
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0
}

.overlay:not(.overlay-horizontal):after {
    width: 50%;
    height: 100%;
    top: 0
}

.overlay:is(.overlay-horizontal):after {
    width: 100%;
    height: 33%;
    bottom: 0
}

.overlay:is(.overlay-horizontal.overlay-h50):after {
    height: 50%
}

.overlay.overlay-w100::after {
    width: 100%
}

.overlay.overlay-blue-light::after {
    background: linear-gradient(var(--overlay-angle), rgba(0, 38, 48, 0.5) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-blue-light::after {
        background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.3) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

.overlay.overlay-blue-medium::after {
    background: linear-gradient(var(--overlay-angle), rgba(0, 38, 48, 0.75) 0%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-blue-medium::after {
        background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.45) 0%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

.overlay.overlay-blue-dark::after {
    background: linear-gradient(var(--overlay-angle), rgba(0, 38, 48, 0.8) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-blue-dark::after {
        background: linear-gradient(var(--overlay-angle), rgba(0, 38, 48, 0.6) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

.overlay.overlay-black-light::after {
    background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.5) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-black-light::after {
        background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.3) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

.overlay.overlay-black-medium::after {
    background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.75) 0%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-black-medium::after {
        background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.45) 0%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

.overlay.overlay-black-dark::after {
    background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.8) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
}

@media only screen and (max-width: 992px) {
    .overlay.overlay-black-dark::after {
        background: linear-gradient(var(--overlay-angle), rgba(26, 26, 26, 0.6) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
    }
}

@media only screen and (max-width: 576px) {
    .overlay::after {
        width: 100% !important
    }
}

.footer-overlap {
    width: 100%;
    position: relative
}

.footer-overlap:after {
    position: absolute;
    content: "";
    background-color: #dde1e5;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.overlap-xs:after {
    height: 300px
}

.overlap-sm:after {
    height: 320px
}

.overlap-md:after {
    height: 410px
}

.overlap-lg:after {
    height: 430px
}

.overlap-xl:after {
    height: 540px
}

.overlap-xxl:after {
    height: 605px
}

.ax_icon {
    position: relative
}

.ax_icon:after {
    position: absolute;
    display: block
}

.white-circle,
.white-circle--small {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 100%;
    overflow: hidden
}

.white-circle i,
.white-circle--small i {
    display: inline-block
}

.blue-circle {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 170, 233, .1);
    border-radius: 100%
}

.white-circle {
    width: 6rem;
    height: 6rem
}

.white-circle i:after {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px)
}

@media only screen and (max-width: 400px) {
    .white-circle {
        width: 5rem;
        height: 5rem
    }

    .white-circle i:after {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }
}

.white-circle--small {
    width: 5rem;
    height: 5rem
}

.white-circle--small i:after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    left: calc(50% - 18px)
}

.ax_icon-water-drop:after {
    content: "";
    background: url("/assets/water-drop.svg");
    background-size: 100% 100%
}

.ax_icon-water-drop-warning:after {
    content: "";
    background: url("/assets/water-drop-warning.svg");
    background-size: 100% 100%
}

.ax_icon-wallet:after {
    content: "";
    background: url("/assets/wallet.svg");
    background-size: 100% 100%
}

.ax_icon-heart:after {
    content: "";
    background: url("/assets/heart.svg");
    background-size: 100% 100%
}

.ax_icon-snow:after {
    content: "";
    background: url("/assets/snow.svg");
    background-size: 100% 100%
}

.ax_icon-info:after {
    content: "";
    background: url("/assets/info.svg");
    background-size: 100% 100%
}

.ax_icon-geometry:after {
    content: "";
    background: url("/assets/geometry.svg");
    background-size: 100% 100%
}

.ax_icon-wrench:after {
    content: "";
    background: url("/assets/wrench.svg");
    background-size: 100% 100%
}

.ax_icon-water-drop:after {
    content: "";
    background: url("/assets/water-drop.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_no-noise:after {
    content: "";
    background: url("/assets/MOOVER_no-noise.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_panel:after {
    content: "";
    background: url("/assets/MOOVER_panel.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_remote:after {
    content: "";
    background: url("/assets/MOOVER_remote.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_solar:after {
    content: "";
    background: url("/assets/MOOVER_solar.svg");
    background-size: 100% 100%
}

.ax_icon-MOOVER_appearance:after {
    content: "";
    background: url("/assets/MOOVER_appearance.svg");
    background-size: 100% 100%
}

.animate-show-up {
    animation: showUp .5s ease-in .25s forwards
}

@keyframes showUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-slide-in {
    animation: slideIn 1s cubic-bezier(0.5, 0.05, 0.25, 1) .1s forwards
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(90%)
    }

    to {
        opacity: 1;
        transform: translateX(0%)
    }
}

.map {
    width: 100%;
    height: 754px;
    border-radius: 1rem
}

.map .gm-style-iw-a {
    transform: translateY(12px)
}

.map .gm-style .gm-style-iw-c {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem !important;
    border-radius: 0;
    box-shadow: none;
    width: 318px;
    min-width: 280px !important
}

.map .gm-style .gm-style-iw-c button {
    top: 0 !important;
    right: 0 !important
}

.map .gm-style-iw-d a.map-link {
    color: #0B3252;
    text-decoration: none;
    text-transform: uppercase;
    display: flex
}

.map .gm-style-iw-d a.map-link span {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .02em;
    padding-right: 1.75rem
}

.map .gm-style-iw-d a.map-link svg {
    stroke: #0B3252
}

.map .service-map--img {
    top: 0
}

.map .service-map--img img {
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 1rem 0 1rem 0;
    width: 20%;
    max-width: 259px;
    min-width: 160px
}

.service-map--controls input#search-input--service-map {
    width: 100%;
    padding: .5rem;
    background: #fff
}

.service-map--header-text {
    font-size: larger;
    font-weight: bold;
    line-height: normal
}

.service-map--info-text {
    font-size: medium;
    font-weight: bold;
    line-height: normal
}

.map-form--container {
    position: relative;
    height: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 4.5rem
}

.map--form {
    top: 0;
    width: 100%;
    padding: 2.75rem 5rem 2.75rem 4rem;
    z-index: 20;
    position: absolute;
    max-width: 1144px;
    background-color: #fff;
    display: flex;
    gap: 3.75rem;
    border-radius: .75rem;
    align-items: center
}

.map--form.map--form-service {
    width: 50%
}

.map--form .form-group {
    flex: 1
}

.map-info--header {
    color: #0f384d;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding-bottom: .5rem
}

.map-info--address {
    color: #0f384d;
    opacity: .6;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: -0.02em
}

.map-info--contact {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #0B3252;
    margin-bottom: .3rem
}

.map-info--contact.map-info--dealer-name {
    color: #0f384d
}

.map-info--contact span {
    margin-right: 1rem
}

.map-info--contact a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.map-info--contact a:hover,
.map-info--contact a:focus {
    color: #004b98;
    text-decoration: underline
}

@media only screen and (max-width: 992px) {
    .map {
        height: 360px
    }

    .map.map-with-select {
        border-radius: 0 0 .875rem .875rem
    }

    .map .gm-style-iw-d a span {
        padding-right: .75rem
    }

    .map-form--container {
        width: calc(100% + 0.75rem);
        margin-left: -0.375rem;
        height: auto;
        padding-top: 0
    }

    .map--form {
        position: relative;
        border-radius: 0;
        padding-top: 3.5rem;
        gap: 2.5rem
    }

    .map--form:after,
    .map--form:before {
        position: absolute;
        width: 90%;
        height: 2.5rem;
        content: "";
        background: rgba(255, 255, 255, .6)
    }

    .map--form:after {
        top: -2.5rem;
        right: 0
    }

    .map--form:before {
        bottom: -2.5rem;
        left: 0
    }

    .map .gm-style .gm-style-iw-c {
        overflow-y: auto !important
    }

    .map .gm-style .gm-style-iw-c hr {
        display: none
    }

    .map-info--header {
        font-size: 1rem;
        padding-bottom: .25rem;
        line-height: 1.25rem
    }

    .map-info--address {
        padding-bottom: .5rem
    }

    .map-info--address.mb-2 {
        margin-bottom: 0 !important
    }

    .map-info--contact {
        margin-bottom: 0
    }

    .map-link {
        margin: .5rem 0 0
    }
}

@media only screen and (max-width: 768px) {
    .map--form {
        flex-direction: column;
        padding: 3.5rem 3.25rem 2.5rem 3.25rem
    }

    .map--form.map--form-service {
        width: 100%
    }

    .map--form .form-group {
        width: 100%
    }

    .map--form .btn-custom {
        width: 100%;
        text-align: center
    }
}

.gm-style-iw-chr {
    margin: -2rem
}

.d-none-text-info-window.gm-style-iw-tc {
    display: none
}

button:focus,
button:active,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn-close {
    background: transparent;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg)
}

.btn-close:after,
.btn-close:before {
    content: "";
    background-color: #004b98;
    position: absolute
}

.btn-close:after {
    top: 0;
    left: calc(50% - 1px);
    width: 1.5px;
    height: 100%
}

.btn-close:before {
    top: calc(50% - 1px);
    left: 0;
    height: 1.5px;
    width: 100%
}

.btn-close:focus {
    box-shadow: none
}

.btn-bars {
    background: transparent;
    position: relative;
    width: 1.5rem;
    height: 1.156rem
}

.btn-bars span {
    width: 100%;
    height: 2px;
    background-color: #004b98;
    position: absolute;
    left: 0
}

.btn-bars span:nth-child(1) {
    top: 0
}

.btn-bars span:nth-child(2) {
    top: 48%
}

.btn-bars span:nth-child(3) {
    top: 97%
}

.btn-search {
    position: relative;
    cursor: pointer
}

.btn-reset {
    border: none;
    background-color: inherit
}

.btn-arrow.active svg {
    transform: rotate(180deg)
}

.btn-arrow-right svg {
    transition: transform .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.btn-arrow-right:hover>svg {
    transform: translateX(5px);
    stroke: #0B3252
}

.btn-arrow-left svg {
    transition: transform .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.btn-arrow-left:hover>svg {
    transform: translateX(-5px);
    stroke: #0B3252
}

.btn-back {
    stroke: #0B3252;
    color: #0B3252;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em;
    transition: all .4s cubic-bezier(0, 1.22, 0.66, 1.39);
    display: flex
}

.btn-back span {
    padding-left: 2rem;
    line-height: 24px
}

.btn-back:hover,
.btn-back:focus {
    color: #004b98
}

.btn-back:hover svg,
.btn-back:focus svg {
    stroke: #004b98
}

@media only screen and (max-width: 992px) {
    .btn-back span {
        padding-left: .5rem
    }
}

.btn-custom-circle {
    border: 1px solid rgba(0, 75, 152, .2);
    border-radius: 100%;
    width: 72px;
    height: 72px;
    position: relative
}

.btn-custom-circle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 75, 152, .2);
    clip-path: circle(0% at 50% 50%);
    transition: all .4s ease-in-out
}

.btn-custom-circle:hover:after,
.btn-custom-circle:focus:after {
    clip-path: circle(100% at 50% 50%)
}

.btn-custom {
    --bcg-color: #0B3252;
    --color: white;
    --border-color: #0B3252;
    --svg-color: white;
    color: var(--color) !important;
    background-color: var(--bcg-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .004em;
    line-height: 1.375rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 100px;
    border: 1px solid var(--border-color);
    transition: all .3s ease-in-out;
    display: inline-block;
    width: fit-content;
    min-width: fit-content;
    height: fit-content
}

.btn-custom svg {
    stroke: var(--svg-color)
}

.btn-custom.btn-disable,
.btn-custom.btn-disable:hover,
.btn-custom.btn-disable:active,
.btn-custom.btn-disable:focus {
    --bcg-color: transparent;
    --color: #94979E;
    --border-color: #94979E;
    --svg-color: #94979E;
    opacity: .5;
    pointer-events: none
}

.btn-custom:focus,
.btn-custom:active {
    --border-color: rgba(0, 161, 224, 0.25);
    --color: #0B3252;
    --bcg-color: white;
    --svg-color: #0B3252
}

.btn-custom.btn-reverse {
    --border-color: rgba(0, 161, 224, 0.25);
    --color: #0B3252;
    --bcg-color: rgba(255, 255, 255, 0);
    --svg-color: #0B3252
}

.btn-custom.btn-reverse:focus,
.btn-custom.btn-reverse:active {
    --bcg-color: #0B3252;
    --color: white;
    --svg-color: white
}

.btn-custom.btn-reverse.btn-disable {
    --color: #94979E;
    --border-color: #94979E;
    --svg-color: #94979E
}

@media only screen and (min-width: 992px) {
    .btn-custom.btn-reverse:hover {
        --bcg-color: #0B3252;
        --color: white;
        --svg-color: white
    }
}

.btn-custom.btn-reverse-white {
    --border-color: white;
    --color: white;
    --bcg-color: rgba(255, 255, 255, 0);
    --svg-color: white
}

.btn-custom.btn-reverse-white:focus,
.btn-custom.btn-reverse-white:active {
    --bcg-color: white;
    --color: #0B3252;
    --svg-color: #0B3252
}

@media only screen and (min-width: 992px) {
    .btn-custom.btn-reverse-white:hover {
        --bcg-color: white;
        --color: #0B3252;
        --svg-color: #0B3252
    }
}

.btn-custom.btn-white {
    --border-color: rgba(0, 161, 224, 0.25);
    --color: #0B3252;
    --bcg-color: rgba(255, 255, 255, 1);
    --svg-color: #0B3252
}

.btn-custom.btn-white:focus,
.btn-custom.btn-white:active {
    --bcg-color: #0B3252;
    --color: white;
    --svg-color: white
}

.btn-custom.btn-white.btn-disable {
    --color: #94979E;
    --border-color: #94979E;
    --svg-color: #94979E
}

@media only screen and (min-width: 992px) {
    .btn-custom.btn-white:hover {
        --bcg-color: #0B3252;
        --color: white;
        --svg-color: white
    }
}

.btn-custom.btn-pink {
    --border-color: #e6437b;
    --color: white;
    --bcg-color: #e6437b;
    --svg-color: white
}

.btn-custom.btn-pink:focus,
.btn-custom.btn-pink:active {
    --bcg-color: white;
    --color: #e6437b;
    --svg-color: #e6437b
}

.btn-custom.btn-pink.btn-disable {
    --bcg-color: transparent;
    --color: #94979E;
    --border-color: #94979E;
    --svg-color: #94979E
}

@media only screen and (min-width: 992px) {
    .btn-custom.btn-pink:hover {
        --bcg-color: white;
        --color: #e6437b;
        --svg-color: #e6437b
    }
}

@media only screen and (max-width: 1278px) {
    .btn-custom {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: .8rem 1.6rem
    }
}

@media only screen and (min-width: 992px) {
    .btn-custom:hover {
        --border-color: rgba(0, 161, 224, 0.25);
        --color: #0B3252;
        --bcg-color: white;
        --svg-color: #0B3252
    }
}

@media only screen and (max-width: 992px) {
    .btn-custom {
        font-size: .875rem;
        line-height: 1.125rem;
        padding: .813rem 1.313rem;
        transition: .4s all ease-out
    }

    .btn-custom:is(a):hover {
        color: var(--color)
    }

    .btn-custom:active {
        transition: none
    }
}

.btn-play {
    background-color: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 100px;
    padding: .75rem 2rem .75rem 2rem
}

.btn-play:hover {
    cursor: pointer
}

@media only screen and (max-width: 992px) {
    .btn-play {
        padding: .625rem 1.25rem .625rem 1.25rem
    }

    .btn-play svg {
        width: 2rem;
        height: 2rem
    }
}

.btn-white25-bg {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
    padding: 1.125rem 2rem;
    border-radius: 3.25rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.01em;
    text-decoration: none;
    width: 55%;
    text-align: center;
    min-width: fit-content;
    transition: all .3s ease-in-out
}

.btn-white25-bg:hover,
.btn-white25-bg:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .35)
}

.btn-arrow-right-underline {
    border-bottom: 1px solid #dde1e5
}

.btn-arrow-right-overline {
    border-top: 1px solid #dde1e5
}

.btn-arrow-right-underline,
.btn-arrow-right-overline {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 90%;
    color: #0f384d
}

.btn-arrow-right-underline svg,
.btn-arrow-right-overline svg {
    margin-left: .5rem
}

.btn-arrow-right-underline:hover,
.btn-arrow-right-overline:hover {
    color: #004b98
}

.btn-arrow-right-underline:hover>svg,
.btn-arrow-right-overline:hover>svg {
    stroke: #004b98
}

@media only screen and (max-width: 768px) {

    .btn-arrow-right-underline,
    .btn-arrow-right-overline {
        max-width: 100%
    }
}

.float-btn {
    position: fixed;
    right: 32px;
    bottom: 36px;
    border-radius: 36px;
    z-index: 9999
}

.float-btn.float-btn--conf {
    bottom: 96px
}

@media screen and (max-width: 992px) {
    .float-btn {
        right: 16px;
        bottom: 16px
    }

    .float-btn.float-btn--conf {
        bottom: 86px
    }
}

.float-btn .btn {
    display: flex;
    font-size: 24px;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 9999
}

.float-btn .btn i {
    position: relative;
    right: -20px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border: 1px solid rgba(0, 75, 152, .2);
    border-radius: 50%;
    background: #0B3252;
    color: #fff;
    z-index: 1;
    transition: all .4s ease-in-out
}

@media screen and (max-width: 992px) {
    .float-btn .btn i {
        right: 0
    }
}

.float-btn .btn span {
    display: block;
    width: 170px;
    overflow: hidden;
    background: #fff;
    color: #0B3252;
    font-size: 20px;
    box-shadow: 0 0 2px rgba(0, 161, 224, .5);
    transition: all .4s ease-in-out;
    padding: 7px 16px 7px 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

@media screen and (max-width: 992px) {
    .float-btn .btn span {
        position: absolute;
        bottom: -13px;
        font-size: 10px !important;
        padding: .25rem !important;
        width: 68px;
        z-index: 2;
        border-radius: .5rem;
        text-align: center !important;
        left: -8px
    }
}

.float-btn:hover i,
.float-btn:focus i {
    color: #0B3252;
    background: #fff
}

.tag {
    border: 1px solid;
    border-radius: 76px
}

.tag span {
    padding: 9px 22px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block
}

.tag-white {
    color: #fff;
    border-color: rgba(255, 255, 255, .25);
    background-color: rgba(255, 255, 255, 0)
}

.tag-blue {
    color: #005992;
    border-color: rgba(0, 75, 152, .25);
    background-color: rgba(255, 255, 255, 0)
}

.tag-absolute {
    position: absolute;
    bottom: 20px;
    left: 16px
}

@media only screen and (max-width: 400px) {
    .tag span {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 12px
    }
}

.custom-form-label {
    color: #63656a;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    margin-bottom: .938rem;
    display: block
}

.label-grey-uppercase {
    color: #63656a;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .04em;
    opacity: .5;
    text-transform: uppercase;
    font-weight: 700
}

.box-form--container {
    display: flex
}

@media only screen and (max-width: 576px) {
    .box-form--container {
        flex-direction: column
    }

    .box-form--container .btn-custom {
        width: 100%;
        margin-top: .75rem
    }
}

.box-form--select {
    width: 100%;
    margin-right: 1.25rem;
    display: inline-block
}

.box-form--select.selectize-control.single .selectize-input {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    border-radius: 100px;
    box-shadow: unset;
    border-color: rgba(0, 75, 152, .2)
}

.box-form--select.selectize-control.single .selectize-input.input-active,
.box-form--select.selectize-control.single .selectize-input:focus {
    background-color: rgba(245, 245, 245, .8) !important;
    border-color: #ced4da;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid rgba(99, 101, 106, .25)
}

.box-form--select.selectize-control.single .selectize-input::after {
    right: 24px;
    height: 8px;
    width: 16px;
    top: calc(50% - 4px);
    margin: 0;
    background: no-repeat center right url("/images/icons/arrow-down-box-office.svg");
    content: "";
    border: none
}

.box-form--select.selectize-control.single .selectize-input.input-active::after {
    transform: rotate(180deg)
}

.box-form--select .items {
    display: flex !important;
    align-items: center;
    padding-left: 1.5rem;
    color: #0f384d;
    font-size: 1.125rem;
    line-height: 1.625rem
}

.box-form--select .item {
    display: flex;
    align-items: end
}

.box-form--select .item:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/images/icons/location.svg");
    display: block;
    margin-right: .75rem
}

.box-form--select.selectize-dropdown {
    background-color: rgba(255, 255, 255, .9);
    z-index: 30;
    border-radius: 0 0 15px 15px;
    border-top: none;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin: 0
}

.box-form--select.selectize-dropdown .option {
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.4rem
}

.box-form--select.selectize-dropdown .option.selected,
.box-form--select.selectize-dropdown .option:hover,
.box-form--select.selectize-dropdown .option.active {
    background-color: rgba(194, 194, 194, .9)
}

.select-hero-container {
    flex: 1;
    max-width: 408px;
    min-width: 230px
}

.select-hero-container span {
    font-size: .875rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    font-weight: 300
}

.custom-select-big .selectize-input {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    border: none;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid rgba(15, 40, 77, .2);
    padding: 0 0 .75rem 0
}

.custom-select-big .selectize-input input {
    font-size: inherit
}

.custom-select-big .selectize-input.input-active {
    background-color: unset !important
}

.custom-select-big .selectize-input:before {
    display: none
}

.custom-select-big.selectize-control.single .selectize-input::after {
    right: 0;
    width: auto;
    height: 25px;
    width: 25px;
    top: calc(50% - 18px);
    margin: 0;
    background: no-repeat center right url("/images/icons/arrow-down-blue-albixon.svg");
    content: "";
    border: none
}

.custom-select-big.selectize-control.single .selectize-input.input-active::after {
    transform: rotate(180deg)
}

.custom-select-big.selectize-dropdown {
    background-color: #fff;
    z-index: 30;
    border: none;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
    overflow: hidden
}

.custom-select-big.selectize-dropdown .option {
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.4rem;
    border-bottom: 1px solid rgba(15, 40, 77, .2)
}

.custom-select-big.selectize-dropdown .option.selected,
.custom-select-big.selectize-dropdown .option:hover,
.custom-select-big.selectize-dropdown .option:active {
    background-color: rgba(245, 245, 245, .6);
    color: #0B3252
}

.custom-select-big.selectize-dropdown .option:last-child {
    border: none
}

.custom-select-big.hide-first-item.selectize-dropdown .option:first-child {
    display: none
}

.custom-select-big .item,
.custom-select-big .items {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: -0.02em
}

.custom-select-big .item {
    color: #0B3252
}

.custom-select-big .items {
    color: #0f384d
}

.selectize-control {
    z-index: 40
}

.selectize-dropdown.form-control {
    z-index: 1100
}

.selectize-transparent.selectize-control .selectize-input {
    background-color: rgba(255, 255, 255, 0);
    border: none
}

.selectize-transparent.selectize-control .selectize-input input::placeholder {
    color: rgba(255, 255, 255, 0) !important
}

.selectize-transparent.selectize-control .selectize-input.input-active {
    background: rgba(255, 255, 255, 0);
    box-shadow: none
}

.selectize-transparent.selectize-control .selectize-input.input-active:after {
    transform: rotate(180deg)
}

.selectize-transparent.selectize-control .selectize-input.focus {
    box-shadow: none
}

.selectize-transparent.selectize-control .selectize-input:after {
    background-image: url("/assets/arrow-down-grey.svg");
    background-position: center;
    border: unset;
    width: 24px;
    height: 24px;
    top: 8px;
    transition: all .1s ease-in-out
}

.selectize-box-grey.selectize-control .selectize-input,
.selectize-box-grey.selectize-control .selectize-input.input-active {
    background-color: #f4f5f6;
    border: none;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    font-size: 24px;
    line-height: 2rem;
    font-weight: 300;
    display: flex;
    align-items: center
}

.selectize-box-grey.selectize-control .selectize-input input::placeholder,
.selectize-box-grey.selectize-control .selectize-input.input-active input::placeholder {
    color: #94979e;
    font-weight: 300
}

@media only screen and (max-width: 650px) {

    .selectize-box-grey.selectize-control .selectize-input input::placeholder,
    .selectize-box-grey.selectize-control .selectize-input.input-active input::placeholder {
        font-size: 1.25rem
    }
}

.selectize-box-grey.selectize-control .selectize-input.input-active,
.selectize-box-grey.selectize-control .selectize-input.input-active.input-active {
    box-shadow: none
}

.selectize-box-grey.selectize-control .selectize-input.input-active:after,
.selectize-box-grey.selectize-control .selectize-input.input-active.input-active:after {
    transform: rotate(180deg)
}

.selectize-box-grey.selectize-control .selectize-input.focus,
.selectize-box-grey.selectize-control .selectize-input.input-active.focus {
    box-shadow: none
}

.selectize-box-grey.selectize-control .selectize-input:after,
.selectize-box-grey.selectize-control .selectize-input.input-active:after {
    position: relative;
    background-image: url("/images/icons/arrow-down-blue.svg");
    background-position: center;
    border: unset;
    width: 24px;
    height: 24px;
    transition: all .1s ease-in-out;
    margin-left: auto
}

.form-agent-salesman-registration .form-products-interest .form-check-label {
    margin-left: 0
}

.from-demand .form-control {
    background-color: rgba(108, 80, 80, 0)
}

.from-demand .form-control:not(.palaceholder-visible)::placeholder {
    color: rgba(108, 80, 80, 0)
}

.from-demand .form-control::placeholder {
    letter-spacing: -0.02em;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #94979e
}

.from-demand label.demand-form-label {
    color: #94979e;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    font-weight: 700
}

.from-demand.form-demand-configurator .form-length-counter {
    color: #94979e;
    display: block;
    text-align: right
}

.form-demand--main {
    margin-bottom: 2.25rem
}

.form-demand--main .selectize-transparent {
    max-height: 47px
}

.form-demand--main .form-row {
    margin-bottom: 4rem
}

.form-demand--main #map {
    height: 600px
}

.form-demand--main .form-check {
    padding-left: .5rem
}

.form-demand--main .form-check .form-check-label {
    width: 100%
}

.form-demand--main .form-check .form-check-input {
    margin-right: .5rem
}

.form-products-interest,
.form-reclamation-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-products-interest .form-check-label,
.form-reclamation-type .form-check-label {
    margin: .5rem 2rem 0 .5rem
}

.form-products-interest .form-check-input[type=checkbox],
.form-products-interest .form-check-input[type=radio],
.form-reclamation-type .form-check-input[type=checkbox],
.form-reclamation-type .form-check-input[type=radio] {
    margin-right: .5rem;
    margin-top: 0
}

.form-products-interest .form-check-input[type=checkbox][type=radio],
.form-products-interest .form-check-input[type=radio][type=radio],
.form-reclamation-type .form-check-input[type=checkbox][type=radio],
.form-reclamation-type .form-check-input[type=radio][type=radio] {
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.5rem;
    border-radius: .438rem;
    transition: background-color .1s ease-in-out;
    cursor: pointer
}

.form-products-interest .form-check-input[type=checkbox][type=radio]:checked,
.form-products-interest .form-check-input[type=radio][type=radio]:checked,
.form-reclamation-type .form-check-input[type=checkbox][type=radio]:checked,
.form-reclamation-type .form-check-input[type=radio][type=radio]:checked {
    background-color: #005992;
    border-color: #005992;
    background-image: url(/images/icons/form-check.svg)
}

.form-reclamation-type .form-check-label {
    margin: .5rem 1rem 0 .5rem
}

.form-demand--partner--container {
    display: flex
}

.agent-salesman-note {
    font-size: .9rem
}

@media only screen and (max-width: 992px) {
    h5 {
        line-height: 2.25rem;
        font-size: 1.75rem
    }
}

@media only screen and (max-width: 768px) {
    .form-demand--main {
        margin-bottom: 2.5rem
    }

    .form-demand--main h5 {
        color: #005992
    }

    .form-demand--main h5.form-demand-main--header {
        margin-bottom: 3rem
    }

    .form-demand--main .form-row {
        margin-bottom: 1.5rem
    }

    .form-products-interest .form-check-label {
        margin: .5rem 1rem 0 .5rem
    }

    .form-demand--partner--container {
        display: block
    }

    .form-demand--partner--container a {
        margin-left: 0;
        margin-top: 1rem
    }

    .form-demand--main #map {
        height: 320px
    }
}

@media only screen and (max-width: 400px) {
    .form-products-interest .form-check-label {
        margin: .5rem 5rem 0 .5rem
    }
}

.from-contact {
    min-height: 50vh;
    margin-top: 3rem
}

.from-contact .form-control {
    background-color: rgba(108, 80, 80, 0)
}

.from-contact .form-control:focus {
    background-color: rgba(108, 80, 80, 0)
}

.from-contact .form-control:not(.palaceholder-visible)::placeholder {
    color: rgba(108, 80, 80, 0)
}

.from-contact .form-control::placeholder {
    letter-spacing: -0.02em;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #94979e
}

.from-contact .small-label {
    font-size: .75rem;
    letter-spacing: .04em;
    font-weight: 700;
    text-transform: uppercase;
    color: #94979e
}

.from-contact .form--header .form-row {
    margin-bottom: 4rem
}

.from-contact .form--header h3 {
    margin-bottom: 4rem
}

.from-contact .form-check {
    padding-left: .5rem
}

.from-contact .form-check .form-check-label {
    width: 100%
}

.from-contact .form-check .form-check-input {
    margin-right: .5rem
}

.form-contact--main h5 {
    margin-bottom: 3.5rem
}

.form-contact--main .form-row {
    margin-bottom: 4rem
}

.from-contact-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem
}

.from-contact-text h1 {
    padding-bottom: .5em
}

.from-contact-text h6 {
    padding-bottom: .25rem
}

.from-contact-text p {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.form__newsletter-email .help-block {
    position: absolute;
    top: 2.75rem
}

.input-search {
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    font-weight: 300
}

.input-search-invisible {
    padding: 0;
    width: 0px;
    transition: width .4s cubic-bezier(0, 1.22, 0.66, 1.39);
    position: relative
}

.input-search-invisible:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 2px;
    background-color: gray
}

.input-search-visible {
    width: 150px
}

input[type=text]::placeholder,
input[type=email]::placeholder,
.form-control::placeholder {
    color: #94979e;
    opacity: .5
}

input[type=text],
input[type=email],
.form-control {
    color: #004b98;
    opacity: 1;
    border: none;
    background-color: unset
}

input[type=text]:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=email]:active,
.form-control:focus,
.form-control:hover,
.form-control:active {
    outline: none;
    box-shadow: none
}

.form-check-input[type=checkbox] {
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.5rem;
    border-radius: .438rem;
    transition: background-color .1s ease-in-out;
    cursor: pointer
}

.form-check-input[type=checkbox].form-check-input-small {
    font-size: 1.125rem;
    border-radius: .25rem
}

.form-check-input[type=checkbox]:disabled~label {
    opacity: .5
}

.form-check-input[type=checkbox]:checked {
    background-color: #005992;
    border-color: #005992;
    background-image: url("/images/icons/form-check.svg")
}

.form-check-input[type=checkbox]:focus {
    box-shadow: none
}

.form-group {
    position: relative;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(15, 56, 77, .2)
}

.form-group.has-error .form-control {
    color: #dc3545
}

.form-group.box-gray {
    background-color: rgba(240, 241, 242, .5);
    border-bottom: none
}

.form-group.box-gray .animated-label {
    color: #0f384d;
    padding-left: 2rem
}

.form-group.box-gray .animated-label:after {
    display: none
}

.form-group .help-block {
    position: absolute
}

.form-group .animated-label {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: text;
    transition: .2s ease all;
    user-select: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #94979e;
    font-weight: 300;
    z-index: 1
}

.form-group .animated-label:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 45%;
    height: 1px;
    width: 10px;
    visibility: hidden;
    background-color: #0f384d;
    opacity: .2;
    transition: .2s ease all
}

.form-group .office-label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/icons/location-form.svg");
    transform: translateY(5px);
    background-size: auto;
    background-position: center;
    margin-right: 1rem
}

.form-group.required:after {
    content: "*";
    position: absolute;
    top: 18px;
    right: 0;
    color: #94979e;
    opacity: .5
}

.form-control {
    height: auto;
    padding: 3px 0 1rem;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    font-weight: 300;
    z-index: 2
}

.form-control:not(.selectize-control):not(.selectize-dropdown) {
    position: relative
}

.form-control:focus~.animated-label,
.form-control.not-empty~.animated-label {
    top: 0;
    font-size: .75rem;
    line-height: .75rem;
    letter-spacing: .04em;
    font-weight: 700;
    text-transform: uppercase
}

.form-control:focus~.animated-label:after,
.form-control.not-empty~.animated-label:after {
    visibility: visible;
    width: 100%;
    left: 0;
    opacity: 1
}

.form-control:focus~.office-label:before,
.form-control.not-empty~.office-label:before {
    width: 0;
    height: 0
}

.form-check {
    margin-bottom: 1rem;
    padding-left: 0
}

.form-check:last-of-type {
    margin-bottom: 0
}

.form-check .form-check-input {
    margin: 0;
    margin-right: 1rem
}

.form-check.form-radio-btns {
    display: flex;
    flex-direction: row;
    gap: .75rem;
    flex-wrap: wrap
}

.form-check.form-radio-btns .form-check-input.input-hidden {
    visibility: hidden;
    position: absolute
}

.form-check.form-radio-btns .form-check-input.input-hidden:checked~.form-check-btn-label {
    background-color: #005992;
    color: #fff
}

.form-check.form-radio-btns .form-check-btn-label {
    border: 1px solid rgba(0, 75, 152, .25);
    border-radius: 100px;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    color: #0f384d;
    font-size: .875rem;
    line-height: 1.063rem;
    cursor: pointer;
    transition: .2s all ease-in-out;
    user-select: none
}

.form--text-area {
    position: relative
}

.form--text-area .form-text-area--counter {
    position: absolute;
    bottom: 0;
    right: 2rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: .75rem;
    color: #94979e
}

.form--text-area textarea {
    padding-top: 0;
    min-height: 108px
}

.form-terms .help-block.text-danger {
    margin-left: 2.5rem;
    display: block
}

.form-terms .terms-p {
    padding-left: 2.6rem
}

.form-more-info {
    color: #0B3252;
    padding-top: 1.5rem
}

.form-file {
    position: relative
}

.form-file>.help-block {
    display: none
}

.form-file .form-file--placeholder {
    background-color: #f4f5f6;
    border: 1px dashed #94979e;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    padding: 2.5rem
}

.form-file .form-file--placeholder span {
    font-weight: 500
}

.form-file .form-file--uploads {
    display: flex;
    gap: .5rem;
    flex-direction: column
}

.form-file .form-file--upload {
    background-color: #f4f5f6;
    padding: 1rem;
    border-radius: .5rem;
    display: flex;
    margin-bottom: .5rem
}

.form-file .form-file--upload:first-child {
    margin-top: 1.5rem
}

.form-file .form-file--upload svg {
    margin-right: 1rem;
    min-width: 24px
}

.form-file .form-file--upload span {
    position: relative;
    color: #0f384d;
    opacity: .5;
    word-break: break-all
}

.form-file .form-file--upload button {
    background-color: unset;
    border: none;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .5;
    color: #0f284d;
    padding: 0 1rem;
    margin-left: auto
}

.form-file input[type=file] {
    width: 0px;
    height: 0px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.form-check-label {
    display: flex;
    align-items: center
}

.form--footer {
    margin-bottom: 10rem
}

.form--footer hr {
    color: #0f284d;
    height: 1px;
    opacity: .2
}

.form--footer .form-check-label {
    color: #0f284d;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.125rem
}

.form--footer .form-check-label div {
    flex: 1
}

.form--footer .form-check-label a {
    color: #005992
}

.checkbox-more-info {
    display: flex;
    color: #0B3252;
    padding: 1rem 1rem;
    background: #fff;
    border-radius: 4px
}

.checkbox-more-info i {
    font-size: 1.5rem;
    padding: 0 .5rem 0 0
}

@media only screen and (max-width: 768px) {
    .form--footer {
        margin-bottom: 5rem
    }

    .form--footer .btn-custom {
        width: 100%
    }

    .form-file .form-file--upload {
        padding: 1rem 0 1rem 1rem
    }
}

.custom-list-styled li {
    padding-bottom: .5rem
}

.custom-list-styled a {
    color: #0B3252
}

.custom-unnumbered-list {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    padding-left: 1rem
}

.custom-unnumbered-list li {
    padding-left: 1.25rem
}

.custom-numbered-list {
    list-style: none;
    counter-reset: my-counter;
    margin: 0;
    padding: 0
}

.custom-numbered-list li {
    counter-increment: my-counter;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%
}

.custom-numbered-list li:last-child {
    margin-bottom: 0 !important
}

.custom-numbered-list li::before {
    content: "0" counter(my-counter);
    line-height: 2.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    opacity: .5;
    margin-right: .5rem;
    color: #004b98
}

.custom-numbered-list i {
    margin: 0 2rem
}

.custom-numbered-list p {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
    color: #004b98;
    padding-bottom: 0 !important;
    font-weight: 300;
    display: flex;
    align-items: center
}

.custom-numbered-list p:before {
    content: "";
    opacity: .5;
    min-width: 37px;
    height: 1px;
    margin: 0 2rem;
    background-color: #004b98;
    display: inline-block
}

.container-hf,
.container-textpage,
.container-category-carousel,
.container-1r25,
.container-1r25-2560,
.container-max,
.container-small,
.container-tab,
.container-1144,
.container-text-small,
.container-text-to-left,
.container-form,
.container-fluid,
.container-office-small {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    position: relative
}

.container-hf {
    max-width: 1920px;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem
}

@media only screen and (max-width: 1500px) {
    .container-hf {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media only screen and (max-width: 1278px) {
    .container-hf {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media only screen and (max-width: 1200px) {
    .container-hf {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media only screen and (max-width: 576px) {
    .container-hf:is(footer) {
        padding: 0 .5rem
    }
}

.container-textpage {
    max-width: 1920px;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem
}

@media only screen and (max-width: 992px) {
    .container-textpage {
        padding-left: 3.25rem;
        padding-right: 3.25rem
    }
}

@media only screen and (max-width: 576px) {
    .container-textpage {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.container-category-carousel {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding-left: 6rem;
    padding-right: 6rem
}

@media only screen and (max-width: 1278px) {
    .container-category-carousel {
        padding-left: 3rem
    }
}

@media only screen and (max-width: 768px) {
    .container-category-carousel {
        padding-right: 14rem
    }
}

@media only screen and (max-width: 576px) {
    .container-category-carousel {
        padding-left: 2rem;
        padding-right: 3.25rem
    }
}

@media only screen and (max-width: 400px) {
    .container-category-carousel {
        padding-left: 1.25rem;
        padding-right: 4rem
    }
}

@media only screen and (max-width: 360px) {
    .container-category-carousel {
        padding-left: 1.25rem;
        padding-right: 2.5rem
    }
}

.container-1r25,
.container-1r25-2560 {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media only screen and (max-width: 992px) {

    .container-1r25,
    .container-1r25-2560 {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

.container-1r25 {
    max-width: 1920px
}

.container-1r25-2560 {
    max-width: 2560px
}

.container-max {
    max-width: 1920px;
    padding: 0
}

.container-small {
    width: 100%;
    max-width: calc(1432px + 4rem);
    padding: 0 2rem
}

@media only screen and (max-width: 1200px) {
    .container-small {
        padding: 0 1.25rem
    }
}

.container-office-small {
    width: 100%;
    max-width: calc(1432px + 4rem);
    padding: 0 2rem
}

@media only screen and (max-width: 1200px) {
    .container-office-small {
        padding: 0 3rem
    }
}

@media only screen and (max-width: 400px) {
    .container-office-small {
        padding: 0 2rem
    }
}

.container-tab {
    width: 100%;
    max-width: calc(1435px + 16rem)
}

.container-1144 {
    width: 100%;
    max-width: calc(1144px + 7.250rem);
    padding: 0 3.625rem
}

@media only screen and (max-width: 1200px) {
    .container-1144 {
        max-width: 100%;
        padding: 0 2rem
    }
}

@media only screen and (max-width: 992px) {
    .container-1144 {
        padding: 0 1.25rem
    }
}

.container-text-small {
    max-width: 920px;
    width: 100%;
    padding: 0 3rem
}

@media only screen and (max-width: 400px) {
    .container-text-small {
        padding: 0 1.5rem
    }
}

.container-text-to-left {
    max-width: calc(1300px + 8.125rem);
    width: 100%;
    padding-right: 8.125rem
}

@media only screen and (max-width: 1600px) {
    .container-text-to-left {
        padding: 0 6.25rem 0 5.25rem;
        max-width: unset
    }
}

@media only screen and (max-width: 992px) {
    .container-text-to-left {
        padding: 0 3rem
    }
}

@media only screen and (max-width: 400px) {
    .container-text-to-left {
        padding: 0 1.5rem
    }
}

.container-form {
    max-width: calc(850px + 6rem);
    width: 100%;
    padding: 0 3rem
}

@media only screen and (max-width: 400px) {
    .container-form {
        padding: 0 1.5rem
    }
}

.collapse-item {
    background-color: #fff;
    border-radius: .5rem;
    margin-bottom: .5rem;
    overflow: hidden
}

.collapse-item button,
.collapse-item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem
}

.collapse-item button:not(.active) h5,
.collapse-item button:not(.active) h3,
.collapse-item a:not(.active) h5,
.collapse-item a:not(.active) h3 {
    color: #0f384d
}

.collapse-item button:not(.active) svg,
.collapse-item a:not(.active) svg {
    stroke: #0f384d
}

.collapse-item button:is(.active) svg,
.collapse-item a:is(.active) svg {
    transform: rotate(180deg)
}

.collapse-item button:is(.active) h5,
.collapse-item button:is(.active) h3,
.collapse-item button:hover h5,
.collapse-item button:hover h3,
.collapse-item a:is(.active) h5,
.collapse-item a:is(.active) h3,
.collapse-item a:hover h5,
.collapse-item a:hover h3 {
    color: #005992
}

.collapse-item button:is(.active) svg,
.collapse-item button:hover svg,
.collapse-item a:is(.active) svg,
.collapse-item a:hover svg {
    stroke: #005992
}

.collapse-item a {
    text-decoration: none;
    color: unset
}

.collapse-item ul a:hover span {
    text-decoration: underline;
    text-underline-color: #0B3252;
    color: #0B3252
}

.collapse-item p {
    color: #63656a;
    opacity: .6
}

.collapse-item span,
.collapse-item .working-hours {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .5;
    color: #0f384d;
    letter-spacing: -0.02em;
    font-weight: 300
}

.collapse-item strong {
    color: #0f384d
}

.collapse-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.collapse-item .collapse-item--detail {
    justify-content: start
}

.collapse-item .collapse-item--detail span {
    padding-right: 1.5rem;
    text-transform: uppercase;
    color: #0B3252;
    opacity: 1;
    font-weight: 700;
    letter-spacing: .04em
}

.collapse-item .collapse-item--detail svg {
    width: 24px;
    height: 24px;
    stroke: #0B3252 !important
}

.collapse-item .collapse-item--detail:hover span,
.collapse-item .collapse-item--detail:focus span {
    text-decoration: underline;
    text-underline-color: #0B3252
}

.collapse-item .collapse-gap-18 {
    position: relative;
    top: -6px
}

.collapse-item .collapse-gap-18 p {
    padding-bottom: 1.625rem
}

.collapse-item hr {
    display: none
}

.collapse-item--grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    padding: 1rem 2.5rem 3.5rem 2.5rem
}

.collapse-item--grid a {
    padding: 0
}

@media only screen and (min-width: 992px) {
    .collapse-item .collapse-item--working span {
        font-weight: 500
    }
}

@media only screen and (max-width: 992px) {

    .collapse-item button,
    .collapse-item a {
        padding: 1.75rem 2rem
    }

    .collapse-item h5 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        text-align: left
    }

    .collapse-item span {
        opacity: 1;
        color: #63656a
    }

    .collapse-item--grid {
        margin: 0;
        padding: 0 2rem 2.25rem 2rem
    }

    .collapse-item--grid a {
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .collapse-item--grid {
        grid-template-columns: 1fr;
        grid-gap: 1.25rem
    }

    .collapse-item--open {
        margin-top: .75rem;
        grid-row: 4/5
    }

    .collapse-item--open strong {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #004b98;
        font-weight: 300
    }

    .collapse-item--working {
        grid-row: 5/6
    }

    .collapse-item hr {
        display: block;
        grid-row: 6/7
    }

    .collapse-item--link {
        grid-row: 7/8;
        margin-bottom: .75rem
    }

    .collapse-item--link .collapse-item--detail {
        justify-content: space-between
    }
}

.slider {
    position: relative;
    margin-bottom: 4rem;
    display: inline-block;
    max-width: 100%
}

.slider .cover-img {
    top: 0;
    overflow: hidden;
    max-height: 822px
}

.slider .cover-img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-width: 100%;
    min-height: 600px
}

.slider-text--heading,
.slider-text--link {
    opacity: 0
}

.slider-text--cover {
    padding-left: 5.375rem;
    max-width: 1920px;
    margin: 0 auto
}

.slider-main--text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: calc(100% - 600px);
    z-index: 10;
    padding-right: 2rem
}

.slider-main--text h1,
.slider-main--text h2 {
    padding-bottom: 3.188rem
}

.slider-main--text .hero-link {
    display: flex;
    flex-direction: row
}

.slider-left {
    position: absolute;
    height: 100%;
    width: 600px;
    bottom: 0;
    right: -1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 10
}

.slider-left::before {
    position: absolute;
    content: "";
    bottom: -4rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: rgba(255, 255, 255, .5)
}

.slider-left--item {
    opacity: 0;
    min-height: 100px;
    background-color: #f3f3f2f9;
    height: 20%;
    position: absolute;
    width: 100%
}

.slider-left--item .item-text {
    padding: 1.75rem 1.375rem 1rem 1.75rem;
    position: relative;
    justify-content: space-between;
    flex: 1
}

.slider-left--item .item-text hr {
    background-color: rgba(15, 40, 77, .2);
    width: 80%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10%;
    margin: 0;
    opacity: 1
}

.slider-left--item a img {
    transition: all .3s ease-in-out
}

.slider-left--item a:hover .item-text>.item-link svg {
    transform: translateX(5px)
}

.slider-left--item a:hover img {
    transform: scale(1.1)
}

.slider-left--item::after {
    position: absolute;
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}

.slider-left--item .item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-decoration: none
}

.slider-left--item .item-link svg {
    transition: transform .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.slider-left--item .item-link span {
    font-size: .875rem;
    line-height: 1.375rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700
}

.slider-left--item-0 {
    bottom: 0
}

.slider-left--item-20 {
    bottom: 20%
}

.slider-left--item-40 {
    bottom: 40%
}

.slider-left--item-60 {
    bottom: 60%
}

.item-cover {
    width: 100%;
    max-width: 666px;
    margin: auto;
    padding: 5rem 2rem 4.188rem 2rem
}

.hp-slider--img-cover {
    width: clamp(139px, 11vw, 210px);
    overflow: hidden
}

.hp-slider--img-cover img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 1920px) {
    .slider-main--text {
        width: 100%
    }

    .slider-text--cover {
        padding-left: 6rem;
        padding-right: 38rem
    }
}

@media only screen and (min-width: 2100px) {
    .slider-text--cover {
        padding-right: 34rem
    }
}

@media only screen and (min-width: 2300px) {
    .slider-text--cover {
        padding-right: 28rem
    }
}

@media only screen and (max-width: 1600px) {
    .slider-left {
        width: 550px
    }

    .slider-main--text {
        width: calc(100% - 550px)
    }

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2.75rem
    }

    .slider-left--item .item-text {
        padding: 1.25rem 1.1rem .75rem 1.25rem
    }
}

@media only screen and (max-width: 1500px) {

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2.5rem
    }
}

@media only screen and (max-width: 1400px) {
    .slider {
        margin-bottom: 3rem
    }

    .slider-left::before {
        bottom: -3rem;
        height: 3rem
    }

    .slider-main--text {
        height: 65%
    }

    .slider-left--item:after {
        left: -3rem;
        width: 3rem
    }
}

@media only screen and (max-width: 1278px) {
    .slider-left {
        width: 500px
    }

    .slider-main--text {
        width: calc(100% - 500px)
    }

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2.25rem
    }

    .slider-text--cover {
        padding-left: 4rem
    }

    .slider-left--item .item-text {
        padding: 1rem 1.1rem .75rem 1.25rem
    }
}

@media only screen and (max-width: 1100px) {

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2rem
    }

    .slider-text--cover {
        padding-left: 3rem
    }

    .slider-left {
        width: 450px
    }

    .slider-left--item span {
        font-size: .875rem;
        line-height: 1.375rem
    }
}

@media only screen and (max-width: 992px) {
    .loading-circle-container {
        display: none
    }

    .slider {
        margin-bottom: 2.5rem
    }

    .slider-left {
        position: relative;
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
        flex-direction: row;
        flex-wrap: wrap;
        right: 0
    }

    .slider-left:after,
    .slider-left:before {
        position: absolute;
        content: "";
        height: 2.5rem;
        max-width: calc(100% - 3.25rem)
    }

    .slider-left:before {
        top: -2.5rem;
        right: 0;
        background: rgba(255, 255, 255, .6)
    }

    .slider-left:after {
        bottom: -2.5rem;
        left: 0;
        background: rgba(255, 255, 255, .6)
    }

    .slider-left--item {
        width: 50%;
        height: unset;
        position: relative
    }

    .slider-left--item:after {
        width: 0
    }

    .slider-left--item:last-child::before {
        width: 0
    }

    .slider-left--item .item-text {
        padding: 2rem 2rem 1.5rem 1.5rem;
        justify-content: space-around
    }

    .slider-left--item .item-text hr {
        display: none
    }

    .slider-left--item .item-text h6 {
        padding-bottom: 1.313rem
    }

    .slider .cover-img.hero {
        margin-left: -12px;
        margin-right: -12px
    }

    .slider .cover-img.rounded-1r {
        border-radius: .75rem .75rem 0 0
    }

    .slider .cover-img img {
        min-height: 390px
    }

    .slider-main--text {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: end;
        flex-direction: column
    }

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2rem
    }

    .slider-text--cover {
        margin: 0;
        padding-left: 2.5rem;
        padding-right: 1rem;
        padding-bottom: 5rem
    }
}

@media only screen and (max-width: 768px) {
    .slider-left {
        flex-wrap: wrap
    }

    .slider-left--item {
        width: 100%
    }

    .slider-left--item .item-text hr {
        display: block
    }

    .slider-left--item a {
        width: 100%
    }

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 1.5rem
    }
}

@media only screen and (max-width: 576px) {
    .cover-img .show-img-mobile {
        display: block
    }

    .slider-main--text a {
        margin: 0
    }

    .slider-main--text h1,
    .slider-main--text h2 {
        padding-bottom: 2rem
    }
}

.loading-circle-container {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 100;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transform: rotate(-90deg)
}

.hero {
    --hero-text-left-padding: 7.25rem;
    position: relative;
    margin-bottom: 5.25rem;
    display: inline-block;
    width: 100%
}

.hero:is(.hero-article) h1 {
    padding-bottom: 2.5rem
}

.hero:is(.hero-article) .hero-box--cover p {
    padding-left: var(--hero-text-left-padding);
    margin-bottom: 5rem
}

.hero:is(.hero-article) .hero-box p {
    display: none
}

.hero .btn-play {
    position: absolute;
    top: 47%;
    right: 21%
}

.hero-img--cover {
    border-radius: 1rem;
    overflow: hidden;
    max-height: 822px
}

.hero-img--cover span.hero-title {
    position: absolute;
    display: none;
    z-index: 20;
    max-width: 20ch
}

.hero-img--cover .hero-4-with-description {
    position: absolute;
    display: none;
    z-index: 20
}

.hero-img--cover img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    min-height: 390px
}

.hero-box--cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.hero-box--cover h1 {
    padding: 0 5rem 5rem var(--hero-text-left-padding);
    max-width: 26ch
}

.hero-box--cover .hero-4-with-description {
    padding-left: var(--hero-text-left-padding)
}

.hero-box--cover .hero-4-with-description h1 {
    padding: 0 5rem 2.5rem 0
}

.hero-box--cover .hero-4-with-description .perex-large {
    padding: 0 5rem 5rem 0
}

.hero-box {
    background-color: #f3f3f2f9;
    width: calc(50% + 1.25rem);
    padding: 3rem 9.188rem 3rem 7.25rem;
    position: relative;
    opacity: 0
}

.hero-box hr {
    color: #0f284d
}

.hero-box .p-medium {
    opacity: .75
}

.hero-box>* {
    z-index: 10;
    position: relative
}

.hero-box::after,
.hero-box::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, .5)
}

.hero-box::after {
    top: 0;
    right: -5.25rem;
    width: 5.25rem;
    height: 100%
}

.hero-box::before {
    bottom: -5.25rem;
    left: 0;
    width: 100%;
    height: 5.25rem
}

.hero-items--container {
    display: flex;
    padding-left: 7.25rem;
    margin-bottom: -4rem;
    opacity: 0
}

.hero-item {
    flex: 1;
    max-width: 408px;
    border-radius: 0;
    overflow: unset;
    margin-right: 2rem
}

.hero-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero-item a:hover svg {
    transform: translateX(5px);
    stroke: #004b98
}

.hero-item a:hover span {
    color: #004b98
}

.hero-item--body {
    display: flex;
    flex-direction: row;
    padding: 2rem 4.5rem 2.5rem 2rem;
    position: relative;
    overflow: unset;
    background-color: #fff;
    flex: 1
}

.hero-item--body:after {
    position: absolute;
    content: "";
    top: 0;
    right: -2rem;
    width: 2rem;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}

.hero-item--body h5 {
    padding: .875rem 0 .75rem 0
}

.hero-item--footer {
    padding: 1rem 1rem 1rem 2rem;
    background-color: #f8f8f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .04em
}

.hero-item--footer svg {
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.hero-2 .hero-box--text {
    padding-bottom: 2.75rem
}

.hero-2 .hero-box--footer {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap
}

.hero-2 .footer--btns {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center
}

.hero-2 .footer--price {
    display: flex;
    align-items: center;
    gap: 1rem
}

.hero-2 .transparent {
    background: transparent
}

.hero-2 .transparent .hero-box--text {
    padding-bottom: 0
}

@media only screen and (min-width: 1201px) {
    .hero-2 .transparent::before {
        display: none
    }

    .hero-2 .transparent::after {
        display: none
    }
}

.hero-3 hr {
    opacity: .15;
    background-color: #0f284d;
    margin: 2.5rem 0
}

.hero-3 .hero-box--footer {
    display: flex;
    justify-content: space-between
}

.hero-4 {
    margin-bottom: 4rem !important
}

.hero-4 .hero-item-img {
    border-radius: 100px;
    min-width: 4rem;
    height: 4rem;
    overflow: hidden;
    margin-right: 2rem
}

.hero-5 hr {
    margin: .75rem 0 2.5rem 0
}

.hero-5 input[type=text] {
    border: none;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    background: none;
    color: #0f284d;
    font-weight: 300;
    width: 100%
}

.hero-5 input[type=text]:focus {
    outline: none
}

.hero-5 input[type=text]::placeholder {
    color: inherit;
    opacity: 1
}

.hero-small {
    margin-bottom: 0rem
}

.hero-small .hero-img--cover {
    max-height: 350px
}

.hero-small .hero-img--cover img {
    min-height: 350px;
    max-height: 350px
}

.hero-7 {
    position: relative
}

.hero-7 .hero-7--logo {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: .5rem .75rem;
    border-bottom-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.hero-7 video {
    max-height: 822px;
    object-fit: cover
}

@media only screen and (max-width: 1800px) {
    .hero-item--body {
        padding: 2rem 3rem 2.5rem 2rem
    }

    .hero:is(.hero-article) h1 {
        padding-bottom: 2rem
    }

    .hero:is(.hero-article) .hero-box--cover p {
        margin-bottom: 3rem
    }

    .hero-box {
        width: calc(60% + 1.25rem)
    }

    .hero .btn-play {
        right: 14%
    }
}

@media only screen and (max-width: 1700px) {
    .hero {
        --hero-text-left-padding: 5rem
    }

    .hero-4 .hero-item-img {
        margin-right: 1rem
    }

    .hero-box {
        padding: 3rem 4rem 3rem 5rem
    }

    .hero-box--cover h1 {
        padding-bottom: 4rem
    }

    .hero-items--container {
        padding-left: 5rem
    }
}

@media only screen and (max-width: 1600px) {
    .hero {
        margin-bottom: 3rem
    }

    .hero-box:after {
        width: 3rem;
        right: -3rem
    }

    .hero-box:before {
        height: 3rem;
        bottom: -3rem
    }

    .hero-2 .hero-box--text {
        padding-bottom: 2rem
    }

    .hero-2 .hero-box--footer {
        gap: 1.5rem
    }

    .hero-item--body {
        padding: 2rem 2rem 2.5rem 2rem
    }
}

@media only screen and (max-width: 1500px) {
    .hero-box {
        padding: 3rem 4rem 3rem 5rem
    }

    .hero-box--cover h1 {
        padding-bottom: 2.5rem
    }

    .hero-items--container {
        padding-left: 2.5rem
    }

    .hero-item--body {
        padding: 1.5rem .85rem
    }
}

@media only screen and (max-width: 1300px) {
    .hero {
        --hero-text-left-padding: 3.625rem
    }

    .hero-items--container {
        margin: 0 0 -4rem -2px;
        width: calc(100% - 1rem)
    }

    .hero-item--body:after {
        width: 4px;
        right: -4px
    }

    .hero-item {
        margin: 0 2px
    }

    .hero-item:last-child .hero-item--body:after {
        display: none
    }

    .hero-box {
        padding: 2rem 3rem 2rem 3.5rem
    }

    .hero-2 .hero-box--text {
        padding-bottom: 1.25rem
    }

    .hero-box--cover h1 {
        padding-right: 3.625rem
    }
}

@media only screen and (max-width: 1278px) {
    .hero-4 .hero-item-img {
        margin-right: .5rem
    }

    .hero-item--body {
        padding: 1.5rem 1rem
    }
}

@media only screen and (max-width: 1200px) {
    .hero-img--cover {
        position: relative;
        border-radius: .75rem .75rem 0 0
    }

    .hero-img--cover span.hero-title {
        display: block;
        bottom: 5rem;
        padding: 0 3.25rem
    }

    .hero-img--cover .hero-4-with-description {
        display: block;
        bottom: 10%;
        padding: 0 3.25rem
    }

    .hero-img--cover .hero-4-with-description span.hero-title {
        position: relative;
        bottom: unset;
        padding: 0 0 2rem 0
    }

    .hero-small .hero-img--cover,
    .hero-7 .hero-img--cover {
        border-radius: .75rem
    }

    .hero-box--cover {
        width: 100%;
        position: relative;
        margin-left: -20px
    }

    .hero-box--cover h1 {
        display: none
    }

    .hero-box--cover .hero-4-with-description {
        display: none
    }

    .hero-box {
        width: calc(100% + 2.5rem);
        padding: 4rem 3rem 4rem 4.5rem
    }

    .hero-box p {
        max-width: 60ch
    }

    .hero-box:before {
        bottom: -3rem;
        top: unset;
        left: 0;
        width: 90%
    }

    .hero-box:after {
        top: -3rem;
        bottom: unset;
        right: 0;
        width: 90%;
        height: 3rem
    }

    .hero-4 .hero-item-img {
        margin-right: 2.125rem
    }

    .hero-3 .hero-box--footer {
        color: #0f284d
    }

    .hero-2 .hero-box--text {
        padding-bottom: 2.125rem
    }

    .hero-items--container {
        flex-wrap: wrap;
        width: calc(100% + 2.5rem);
        padding: 0;
        background-color: #fff
    }

    .hero-item {
        width: 50%;
        margin: 0;
        flex: unset;
        min-width: 400px;
        max-width: unset
    }

    .hero-item:last-child .hero-item--footer,
    .hero-item:nth-child(3) .hero-item--footer {
        border-bottom: none
    }

    .hero-item--body {
        padding: 2rem 1rem .813rem 1.5rem
    }

    .hero-item--body h5 {
        padding: 0 0 .5rem 0
    }

    .hero-item--footer {
        margin: 0 1.813rem 0 7.625rem;
        padding: 0 0 1.5rem 0;
        border-bottom: 1px solid rgba(15, 40, 77, .2);
        background-color: unset;
        max-width: 420px
    }

    .hero:is(.hero-article) span.hero-title {
        padding-bottom: 2.5rem
    }

    .hero:is(.hero-article) .hero-box--cover p {
        padding-left: 0;
        margin-bottom: 0;
        display: none
    }

    .hero:is(.hero-article) .hero-box p {
        display: block;
        padding-bottom: 2.125rem
    }

    .hero .btn-play {
        top: 3rem;
        right: 3rem
    }
}

@media only screen and (max-width: 992px) {
    .hero {
        --hero-text-left-padding: 2.5rem
    }

    .hero-box--cover {
        margin-left: -0.5rem
    }

    .hero-box {
        width: calc(100% + 1rem);
        padding: 3rem 3rem 2.375rem 3rem
    }

    .hero-box h6 {
        font-weight: bold
    }

    .hero-box .p-medium {
        opacity: .5
    }

    .hero-img--cover span.hero-title {
        padding-left: 2.5rem
    }

    .hero-items--container {
        width: calc(100% + 1rem)
    }

    .hero-item--footer span {
        font-size: .875rem
    }
}

@media only screen and (max-width: 800px) {
    .hero-3 .hero-box--footer {
        flex-direction: column;
        gap: .75rem
    }

    .hero-3 .hero-box--footer>div {
        display: flex;
        flex-direction: row
    }

    .hero-3 .hero-box--footer h6 {
        min-width: 40%
    }

    .hero-3 .hero-box--footer p,
    .hero-3 .hero-box--footer h6 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .hero-item {
        width: 100%;
        background-color: #fff
    }

    .hero-item:last-child .hero-item--footer {
        border-bottom: none
    }
}

@media only screen and (max-width: 576px) {
    .hero-5 .btn-custom {
        width: 100%;
        max-width: 408px
    }

    .hero .btn-play {
        top: 1rem;
        right: 1rem
    }
}

@media only screen and (max-width: 400px) {
    .hero-item {
        min-width: unset
    }

    .hero-item--body {
        padding: 1.5rem 1rem .813rem 1rem
    }

    .hero-4 .hero-item-img {
        margin-right: 1.5rem
    }

    .hero-item--footer {
        margin: 0 2rem 0 6.5rem
    }
}

.owl-carousel.auto-height .owl-item {
    display: flex
}

.owl-carousel .owl-stage-outer {
    overflow: unset
}

.owl-carousel.owl-carousel-contact {
    overflow: hidden
}

.owl-carousel .owl-nav {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(0, 75, 152, .1);
    border-radius: 100px;
    align-items: center;
    top: calc(50% - 2rem);
    right: -81px;
    overflow: hidden
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: unset;
    border: none
}

.owl-carousel .owl-nav button.owl-next.opacity-50:hover>svg,
.owl-carousel .owl-nav button.owl-prev.opacity-50:hover>svg {
    stroke: #0f384d
}

.owl-carousel .owl-nav button.owl-next:hover svg,
.owl-carousel .owl-nav button.owl-prev:hover svg {
    stroke: #004b98
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: .5
}

.owl-carousel .owl-nav button.owl-next {
    padding: 1rem 1.25rem 1rem .75rem !important
}

.owl-carousel .owl-nav button.owl-next:not(.disabled) {
    background: rgba(255, 255, 255, .75);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.owl-carousel .owl-nav button.owl-prev {
    padding: 1rem .75rem 1rem 1.25rem !important
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled) {
    background: rgba(255, 255, 255, .75);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.owl-carousel .owl-nav:after {
    width: 1px;
    height: 1rem;
    background-color: #0f384d;
    position: absolute;
    content: "";
    top: calc(50% - 8px);
    left: 50%;
    opacity: .2
}

@media only screen and (max-width: 1600px) {
    .owl-carousel .owl-nav {
        right: -70px
    }

    .owl-carousel .owl-nav svg {
        width: 1.8rem;
        height: 1.8rem
    }

    .owl-carousel .owl-nav button {
        padding: .75rem 1.25rem .75rem .75rem
    }
}

@media only screen and (max-width: 1400px) {
    .owl-carousel .owl-nav {
        right: -64px
    }

    .owl-carousel .owl-nav svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .owl-carousel .owl-nav button {
        padding: .75rem 1.25rem .75rem .75rem
    }
}

@media only screen and (max-width: 992px) {
    .owl-carousel .owl-nav {
        display: none
    }
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 24px
}

.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .5)
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .9)
}

.owl-carousel .nav-item-active:before,
.owl-carousel .nav-item-active i,
.owl-carousel .nav-item-active h5 {
    opacity: 1 !important;
    color: #004b98
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch
}

.owl-carousel .owl-item {
    flex: 1 0 auto
}

.cat_big-2 {
    flex: 1;
    background: #fff
}

.cat_big-2 .category-body {
    flex: 1
}

.cat_big-2 .category-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4.063rem 2.188rem 4.688rem 2.188rem
}

.cat_big-2 .category-description p {
    max-width: 50%
}

.cat_big-2 .category-description h4 {
    padding-right: 1.875rem
}

.cat_big-2 .category-body--img img {
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    object-position: center
}

.cat_big-2 .category-footer {
    background: #f7f8f8
}

@media only screen and (max-width: 1500px) {
    .cat_big-2 .category-description {
        padding: 3.063rem 1.188rem 3.688rem 1.188rem
    }
}

@media only screen and (max-width: 1278px) {
    .cat_big-2 .category-description {
        flex-direction: column
    }

    .cat_big-2 .category-description h4,
    .cat_big-2 .category-description p {
        width: 100%;
        max-width: unset
    }

    .cat_big-2 .category-description p {
        max-width: 450px
    }

    .cat_big-2 .category-description h4 {
        padding-bottom: 1rem;
        min-width: 250px
    }
}

@media only screen and (max-width: 992px) {
    .cat_big-2 .category-footer {
        padding: .625rem 1.625rem .625rem 2rem
    }
}

.cat_big-2--container {
    gap: 2.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
    .cat_big-2--container {
        gap: 1rem
    }
}

@media only screen and (max-width: 992px) {
    .cat_big-2--container {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width: 768px) {
    .cat_big-2--container {
        flex-direction: column;
        gap: 2rem
    }
}

.category-big3--container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1rem
}

.cat_big-3 .category-description {
    padding: 3.5rem 2.5rem 3.375rem 2.5rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex: 1
}

.cat_big-3 .category-description h4 {
    padding-bottom: 1.25rem;
    color: #004b98;
    font-size: 2.25rem;
    line-height: 2.75rem
}

.cat_big-3 .category-description p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em
}

.cat_big-3 .category-body {
    flex: 1;
    justify-content: space-between
}

.cat_big-3 .category-body .category-body--price {
    position: absolute;
    top: 0;
    right: 0;
    background: #e6437b;
    color: #fff;
    padding: 10px 15px 10px 20px;
    border-bottom-left-radius: 14px
}

.cat_big-3 .category-body .category-body--price .small {
    font-size: .6rem
}

.cat_big-3 .category-body .category-body--price i {
    margin-right: 5px
}

.cat_big-3 .category-footer {
    padding: 1.625rem 2.5rem
}

@media only screen and (max-width: 1500px) {
    .cat_big-3 .category-description {
        padding: 2.5rem 1.75rem 3rem 1.75rem
    }

    .cat_big-3 .category-description h4 {
        padding-bottom: 1rem;
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

@media only screen and (max-width: 992px) {
    .cat_big-3 .category-description {
        padding: 2rem 2rem 1.875rem 2rem
    }

    .cat_big-3 .category-description h4 {
        padding-bottom: 1.25rem;
        font-size: 1.5rem;
        line-height: 2rem
    }

    .cat_big-3 .category-body .category-body--price {
        padding: 5px 10px 3px 15px
    }

    .cat_big-3 .category-footer {
        padding: .625rem 1.5rem .625rem 2rem
    }
}

.category-medium-carousel--container .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch
}

.category-medium-carousel--container .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto
}

.category-medium-carousel--container>h4 {
    padding-bottom: 1.5rem
}

.category-medium-carousel {
    display: flex
}

.category-medium-carousel h5 {
    color: #0f284d;
    padding-bottom: clamp(1rem, 17% - 29px, 1.5rem)
}

.category-medium-carousel .category-description {
    padding: clamp(2.5rem, 21% - 2rem, 3.25rem) clamp(2rem, 20% - 2.1rem, 3rem);
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.category-medium-carousel .category-body {
    flex: 1
}

.category-medium-carousel .category-footer {
    padding-left: 3rem
}

@media only screen and (max-width: 576px) {
    .category-medium-carousel .category-footer {
        padding: .625rem 2rem
    }
}

.cat_medium-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem
}

.cat_medium-grid .category-description {
    justify-content: normal
}

@media only screen and (max-width: 1300px) {
    .cat_medium-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (max-width: 992px) {
    .cat_medium-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width: 576px) {
    .cat_medium-grid {
        grid-template-columns: 1fr
    }
}

.cat_small-3--container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: max-content;
    grid-gap: 2rem
}

.cat_small-3 {
    transition: all .3s ease-in-out
}

.cat_small-3 .category-body {
    flex-direction: row;
    flex: 1
}

.cat_small-3 .category-body--img {
    display: flex;
    align-items: end
}

.cat_small-3 .category-body--img img {
    height: auto
}

.cat_small-3 .category-description {
    flex: 1;
    display: flex;
    padding-left: 2.813rem;
    min-width: 60%;
    flex-direction: column;
    justify-content: center
}

.cat_small-3 .category-description h5 {
    color: #0f284d;
    padding: 2rem 0
}

.cat_small-3 .category-footer {
    padding: 1rem 1.5rem 1rem 3rem
}

.cat_small-3 .category-footer span {
    font-size: 1rem
}

@media only screen and (max-width: 1300px) {
    .cat_small-3--container {
        grid-gap: 1rem
    }
}

@media only screen and (max-width: 1100px) {
    .cat_small-3 .category-description {
        padding-left: 2rem
    }
}

@media only screen and (max-width: 992px) {
    .cat_small-3--container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem
    }

    .cat_small-3 .category-footer {
        padding: .625rem 2rem
    }

    .cat_small-3 .category-footer span {
        font-size: .875rem;
        line-height: 1.375rem
    }
}

@media only screen and (max-width: 768px) {
    .cat_small-3--container {
        grid-template-columns: 1fr
    }
}

.cat_small-4--container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1rem
}

.cat_small-4>div {
    display: flex;
    flex-direction: column;
    height: 100%
}

.cat_small-4 .category-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    align-items: stretch
}

.cat_small-4 .category-description {
    display: flex;
    align-items: center;
    padding: .5rem 2rem;
    flex: 1;
    min-width: 60%
}

.cat_small-4 .category-description h5 {
    color: #0f384d
}

.cat_small-4 .category-body--img img {
    height: 100%
}

.cat_small-4 .category-footer {
    padding: 1rem 2rem
}

@media only screen and (max-width: 992px) {
    .cat_small-4 .category-footer {
        padding: .625rem 1rem .625rem 2rem
    }
}

.cat_small-4-description {
    height: 100%
}

.cat_small-4-description .category-description {
    flex-direction: column;
    align-items: start;
    width: 55%;
    padding: 2.5rem 2rem 2.25rem 2rem
}

.cat_small-4-description .category-description h5 {
    width: 100%;
    padding-bottom: .75rem
}

.cat_small-4-description .category-body--img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 992px) {
    .cat_small-4-description .category-description {
        padding: 1.5rem 1rem 1rem
    }
}

.cat_small-4-img-small--container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: max-content;
    grid-gap: 2rem
}

.cat_small-4-img-small h5 {
    color: #0f384d
}

.cat_small-4-img-small .category-body {
    flex: 1;
    justify-content: space-between;
    padding: 2.375rem 2.5rem 2.25rem 2.5rem
}

.cat_small-4-img-small .category-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cat_small-4-img-small .category-description p {
    font-size: 1rem;
    opacity: .6;
    letter-spacing: -0.02em;
    line-height: 1.5rem
}

.cat_small-4-img-small .category-body--header {
    display: flex;
    gap: 2rem;
    padding-bottom: 2.188rem;
    align-items: center
}

.cat_small-4-img-small .category-body--img {
    border-radius: 100%;
    min-width: 4rem;
    height: 4rem
}

.cat_small-4-img-small .category-body--img img {
    width: 100%
}

.cat_small-4-img-small .category-footer {
    padding: 1rem 2rem 1rem 2.5rem
}

.cat_small-4-img-small .category-footer span {
    font-size: 1rem
}

@media only screen and (max-width: 1700px) {
    .cat_small-4-img-small--container {
        grid-gap: 1rem
    }
}

@media only screen and (max-width: 1600px) {
    .cat_small-4-img-small--container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem
    }
}

@media only screen and (max-width: 1300px) {
    .cat_small-4-img-small--container {
        grid-gap: 1rem
    }

    .cat_small-4-img-small .category-body {
        padding: 2rem
    }
}

@media only screen and (max-width: 992px) {
    .cat_small-4-img-small--container {
        grid-template-columns: 1fr 1fr
    }

    .cat_small-4-img-small .category-footer {
        padding: .625rem 2rem
    }
}

@media only screen and (max-width: 768px) {
    .cat_small-4-img-small--container {
        grid-template-columns: 1fr
    }
}

.cat_big-carousel .category-body,
.cat-medium-to-right-carousel .category-body {
    height: 200px;
    padding: 3.563rem 0 3.313rem 1.813rem;
    height: 470px;
    justify-content: space-between
}

.cat_big-carousel .category-body img,
.cat-medium-to-right-carousel .category-body img {
    object-fit: contain;
    object-position: center right;
    width: 101%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-height: 85%;
    object-position: center right
}

.cat_big-carousel .category-body *,
.cat-medium-to-right-carousel .category-body * {
    z-index: 10
}

.cat_big-carousel .category-description,
.cat-medium-to-right-carousel .category-description {
    max-width: 100%;
    position: relative;
    max-height: 65px
}

.cat_big-carousel .category-description p,
.cat-medium-to-right-carousel .category-description p {
    width: 100%
}

.cat_big-carousel .category-description::before,
.cat-medium-to-right-carousel .category-description::before {
    content: "";
    width: 40%;
    float: right;
    height: 100%;
    shape-outside: polygon(-7px 2px, 105.94% 123.81%, 101.03% 5px);
    shape-margin: 7%
}

@media only screen and (max-width: 1600px) {

    .cat_big-carousel .category-body,
    .cat-medium-to-right-carousel .category-body {
        height: 470px
    }
}

@media only screen and (max-width: 992px) {

    .cat_big-carousel .category-body,
    .cat-medium-to-right-carousel .category-body {
        height: 360px;
        padding: 2rem 0 2rem 2rem
    }

    .cat_big-carousel .category-body img,
    .cat-medium-to-right-carousel .category-body img {
        transform: translateX(15px)
    }
}

@media only screen and (max-width: 992px) {

    .cat_big-carousel .category-footer,
    .cat-medium-to-right-carousel .category-footer {
        padding: .625rem 1.563rem .625rem 2rem
    }
}

.cat-medium-to-right-carousel .category-body {
    height: 300px
}

.cat-medium-to-right-carousel .category-body img {
    height: 100%;
    width: 60%
}

.cat_big-2-img-to-right {
    flex: 1
}

.cat_big-2-img-to-right .category-body {
    display: flex;
    flex-direction: row;
    flex: 1
}

.cat_big-2-img-to-right .category-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem 2rem 2.75rem;
    flex: 1;
    min-width: 40ch
}

.cat_big-2-img-to-right .category-description h4 {
    color: #0f284d;
    padding-bottom: 1rem
}

.cat_big-2-img-to-right .category-body--img {
    display: flex;
    align-items: end
}

.cat_big-2-img-to-right .category-body--img img {
    height: auto;
    min-height: 190px
}

.cat_big-2-img-to-right .category-footer {
    padding: 1.625rem 2.75rem
}

.cat_big-2-img-to-right--container {
    gap: 2.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .cat_big-2-img-to-right--container {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width: 1300px) {
    .cat_big-2-img-to-right .category-description {
        min-width: 35ch
    }
}

@media only screen and (max-width: 1200px) {
    .cat_big-2-img-to-right--container {
        gap: 1rem
    }

    .cat_big-2-img-to-right .category-description {
        padding-left: 2rem
    }
}

@media only screen and (max-width: 1100px) {
    .cat_big-2-img-to-right--container {
        flex-direction: column
    }

    .cat_big-2-img-to-right .category-body--img {
        display: flex;
        justify-content: end
    }

    .cat_big-2-img-to-right .category-description {
        min-width: 50ch
    }
}

@media only screen and (max-width: 768px) {
    .cat_big-2-img-to-right .category-footer {
        padding: .625rem 2rem
    }

    .cat_big-2-img-to-right .category-description {
        min-width: 40ch
    }

    .cat_big-2-img-to-right--container {
        flex-direction: column;
        gap: 2rem
    }
}

@media only screen and (max-width: 576px) {
    .cat_big-2-img-to-right .category-description {
        min-width: 60%;
        padding: 1rem
    }

    .cat_big-2-img-to-right .category-body--img {
        margin-right: -72px
    }
}

@media only screen and (max-width: 400px) {
    .cat_big-2-img-to-right .category-description {
        min-width: 70%
    }
}

.cat_transparent .category-body {
    flex: 1;
    background-color: unset
}

.cat_transparent .category-description {
    padding: 0 5.125rem 1.625rem 2.5rem;
    padding-right: clamp(2.5rem, 50% - 7.813rem, 5.125rem)
}

.cat_transparent .category-description h5 {
    color: #0f284d;
    padding-bottom: 2rem
}

.cat_transparent .category-description p {
    padding-top: 1.875rem
}

.cat_transparent .category-numeral {
    padding-bottom: 3rem
}

.cat_transparent .category-footer {
    background-color: unset;
    padding: .563rem 4.125rem .563rem 2.5rem
}

.cat_transparent.transparent-numbered .category-description h5 {
    padding-bottom: 1.75rem
}

.cat_transparent.cat_transparent_contacts h5 {
    padding-bottom: .75rem;
    color: #0f284d;
    opacity: .5
}

.cat_transparent.cat_transparent_contacts .category-description {
    padding-top: 1.75rem
}

.cat_transparent.cat_transparent_contacts .category--phone {
    color: #004b98;
    font-size: 2.5rem;
    line-height: 3.25rem;
    padding-bottom: 2.5rem
}

.cat_transparent.cat_transparent_contacts .category--phone a {
    color: inherit;
    text-decoration: none
}

.cat_transparent.cat_transparent_contacts .category--phone:hover a {
    text-decoration: underline
}

.cat_transparent.cat_transparent_countries .category-description {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 1.875rem;
    padding-top: 2.5rem;
    padding-right: 1rem
}

.cat_transparent.cat_transparent_countries .cta-small {
    padding-bottom: .75rem;
    display: block
}

.cat_transparent.cat_transparent_countries .h-like-5 {
    padding-bottom: .625rem
}

.cat_transparent.cat_transparent_countries .category-PLZ {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: .625rem
}

.cat_transparent.cat_transparent_countries a {
    text-decoration: none;
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    line-height: 1.75rem;
    transition: color .2s ease-in-out
}

.cat_transparent.cat_transparent_countries a:hover,
.cat_transparent.cat_transparent_countries a:focus {
    color: #0B3252
}

@media only screen and (max-width: 992px) {
    .cat_transparent.cat_transparent_countries .category-description {
        gap: 2rem;
        padding-bottom: 1.5rem;
        padding-top: 2rem;
        padding-left: 1rem
    }

    .cat_transparent.cat_transparent_countries a {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width: 576px) {
    .cat_transparent .category-description {
        padding-right: 2.5rem
    }
}

.cat-infoBig.cat-infoBig {
    border-radius: 0
}

.cat-infoBig .category-img {
    border-radius: .5rem;
    overflow: hidden
}

.cat-infoBig .category-img img {
    height: auto
}

.cat-infoBig .category-body {
    background-color: unset;
    padding: 2.5rem .625rem 1rem .625rem
}

.cat-infoBig h6 {
    padding-bottom: 1.5rem
}

.cat-infoBig p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 35ch
}

.cat-infoBig.cat-infoNews .category {
    height: 100%
}

.cat-infoBig.cat-infoNews .category-footer {
    background-color: transparent;
    padding: 0 .625rem;
    margin-top: auto
}

.cat-infoBig.cat-infoNews h6 {
    padding-bottom: 0
}

.cat-infoBig.cat-infoNews .category-body {
    padding-bottom: 1.75rem
}

@media only screen and (max-width: 1100px) {
    h6 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    .cat-infoBig h6 {
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.cat_info_carousel4 {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 0 !important;
    justify-content: start;
    padding-bottom: 1.3rem;
    height: 100%
}

.cat_info_carousel4 h5 {
    color: #0f384d;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 300;
    padding-bottom: .75rem
}

.cat_info_carousel4 p {
    max-width: 20ch
}

.cat_info_carousel4 .category-body {
    background-color: unset;
    justify-content: center
}

.cat_info_carousel4 .category-footer {
    padding: 0 2rem 0 0;
    background-color: unset;
    align-items: center
}

.info_carousel--container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap
}

@media only screen and (max-width: 1100px) {
    .category-white-circle {
        width: 5rem;
        height: 5rem
    }

    .category-white-circle img {
        width: 2rem;
        height: 2rem
    }

    .cat_info_carousel4 .category-footer {
        padding: 0 1rem 0 0
    }

    .cat_info_carousel4 p {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .cat_info_carousel4 h6 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.cat-info-descriptive .descriptive--main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10rem
}

@supports(padding-bottom: clamp(5rem, 8.4vw, 10rem)) {
    .cat-info-descriptive .descriptive--main {
        padding-bottom: clamp(5rem, 8.4vw, 10rem)
    }
}

.cat-info-descriptive .descriptive-main--header {
    flex: 1;
    padding-right: 2.5rem
}

@supports(padding-right: clamp(1rem, 2.1vw, 2.5rem)) {
    .cat-info-descriptive .descriptive-main--header {
        padding-right: clamp(1rem, 2.1vw, 2.5rem)
    }
}

.cat-info-descriptive .descriptive-main--text {
    padding-top: 1.5rem;
    padding-left: 2.5rem;
    flex: 1
}

@supports(padding-left: clamp(1rem, 2.1vw, 2.5rem)) {
    .cat-info-descriptive .descriptive-main--text {
        padding-left: clamp(1rem, 2.1vw, 2.5rem)
    }
}

.cat-info-descriptive .descriptive-main--text p {
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.5rem
}

.cat-info-descriptive .descriptive-main--text .descriptive-main--text--h4 p {
    line-height: 3.25rem;
    font-size: 2.5rem;
    max-width: 24ch;
    padding-bottom: 2.5rem
}

@supports(padding-bottom: clamp(1.5rem, 2.1vw, 2.5rem)) {
    .cat-info-descriptive .descriptive-main--text .descriptive-main--text--h4 p {
        padding-bottom: clamp(1.5rem, 2.1vw, 2.5rem)
    }
}

.cat-info-descriptive .descriptive--footer {
    display: flex
}

.cat-info-descriptive .descriptive-footer--item {
    flex: 1;
    padding: 0 2.5rem
}

@supports(padding: 0 clamp(1rem, 2.1vw, 2.5rem)) {
    .cat-info-descriptive .descriptive-footer--item {
        padding: 0 clamp(1rem, 2.1vw, 2.5rem)
    }
}

.cat-info-descriptive .descriptive-footer--item:first-child {
    padding-left: 0
}

.cat-info-descriptive .descriptive-footer--item:last-child {
    padding-right: 0
}

.cat-info-descriptive .descriptive-footer--item span {
    font-size: 3.25rem;
    line-height: 3.875rem;
    color: #004b98;
    padding-bottom: .5rem;
    display: inline-block;
    font-weight: 600
}

.cat-info-descriptive .descriptive-footer--item p {
    max-width: 21ch
}

@media only screen and (max-width: 1500px) {
    .cat-info-descriptive .descriptive-footer--item span {
        font-size: 2.75rem;
        line-height: 3.25rem
    }

    .cat-info-descriptive .descriptive-footer--item p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 992px) {
    .cat-info-descriptive .descriptive--main {
        flex-direction: column;
        padding: 0 0 2.5rem 0
    }

    .cat-info-descriptive .descriptive-main--header {
        padding-right: 2.5rem;
        min-width: fit-content
    }

    .cat-info-descriptive h2 {
        font-size: 2.75rem;
        line-height: 3.25rem;
        width: fit-content;
        padding-bottom: 2rem
    }

    .cat-info-descriptive .descriptive-main--text {
        padding: 0
    }

    .cat-info-descriptive .descriptive-main--text h4 {
        padding-bottom: 2rem;
        max-width: 100%;
        font-size: 1.5rem;
        line-height: 2rem
    }

    .cat-info-descriptive .descriptive-main--text p {
        max-width: 100%
    }

    .cat-info-descriptive .descriptive--footer {
        flex-wrap: wrap;
        column-gap: 4rem
    }

    .cat-info-descriptive .descriptive-footer--item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 2.5rem;
        flex: unset;
        width: calc(50% - 2rem)
    }

    .cat-info-descriptive .descriptive-footer--item span {
        padding-bottom: .75rem;
        font-weight: 300;
        font-size: 3.25rem;
        line-height: 3.875rem
    }

    .cat-info-descriptive .descriptive-footer--item p {
        max-width: 100%
    }

    .cat-info-descriptive.container-small {
        padding: 0 3.25rem
    }
}

@media only screen and (max-width: 768px) {
    .cat-info-descriptive .descriptive-footer--item {
        width: 100%
    }
}

@media only screen and (max-width: 400px) {
    .cat-info-descriptive.container-small {
        padding: 0 1.25rem
    }
}

.cat-big1small3 h4,
.cat-big1small3 .category-description {
    z-index: 20
}

.cat-big1small3 p {
    max-width: 18ch
}

.cat-big1small3 ul {
    padding-left: 1rem;
    margin-bottom: 0
}

.cat-big1small3 li {
    line-height: 2.5rem;
    letter-spacing: -0.02em;
    font-size: 1.25rem;
    font-weight: 300
}

.cat-big1small3 .category-body {
    padding: 3.25rem 3rem;
    padding: clamp(1.75rem, 10vw - 8.75rem, 3.25rem) clamp(1.5rem, 10vw - 9rem, 3rem);
    flex: 1
}

.cat-big1small3 h4 {
    padding-bottom: 1rem
}

.cat-big1small3 h5 {
    padding-bottom: .75rem;
    z-index: 20
}

.cat-big1small3 img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    z-index: 10;
    max-height: 100%
}

.cat-big1small3 .category:nth-child(1) img {
    transform: translate(16%, 10%)
}

.cat-big1small3 .category:nth-child(2) img {
    transform: translate(50px, 50px)
}

.cat-big1small3 .category:nth-child(n+3) img {
    transform: translate(46%, 50px)
}

@media only screen and (max-width: 1700px) {
    .cat-big1small3 .category:nth-child(1) img {
        transform: translate(16%, 16%)
    }
}

@media only screen and (max-width: 1400px) {
    .cat-big1small3 .category {
        height: 400px
    }

    .cat-big1small3 .category .category-footer {
        padding: .625rem 2rem
    }

    .cat-big1small3 li {
        line-height: 1.5rem;
        font-size: .875rem
    }

    .cat-big1small3 p {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .cat-big1small3 .category-body {
        padding: 2.5rem 2rem
    }

    .cat-big1small3 h5 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .cat-big1small3 img {
        padding-left: 20%;
        max-width: 395px
    }

    .cat-big1small3 .owl-item:nth-child(1) img {
        transform: translateY(18%)
    }

    .cat-big1small3 .owl-item:nth-child(2) img {
        transform: translate(30%, 19%);
        width: 100%
    }

    .cat-big1small3 .owl-item:nth-child(n+3) img {
        transform: translate(41%, 19%);
        width: 100%
    }
}

@media only screen and (max-width: 400px) {
    .cat-big1small3 .category-body {
        padding: 1.5rem 1rem
    }
}

.cat-big1boxSmall4 .category {
    display: flex
}

.cat-big1boxSmall4 img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cat-big1boxSmall4 .category-main {
    margin-left: -6rem
}

.cat-big1boxSmall4 .category-main a {
    display: inline-block;
    text-align: center
}

.cat-big1boxSmall4 .category-main h2,
.cat-big1boxSmall4 .category-main .category-description {
    z-index: 20;
    color: #fff
}

.cat-big1boxSmall4 .category-main h2 {
    padding-bottom: 2.5rem
}

.cat-big1boxSmall4 .category-main p {
    max-width: 35ch;
    padding-bottom: 3.25rem
}

.cat-big1boxSmall4 .category-main .category-body {
    padding: 5rem 6rem
}

.cat-big1boxSmall4 .category-main-reverse {
    margin-right: -6rem;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 3.25rem
}

.cat-big1boxSmall4 .category-main-reverse a {
    z-index: 20;
    position: relative
}

.cat-big1boxSmall4 .category-main,
.cat-big1boxSmall4 .category-main-reverse {
    position: relative;
    width: calc(100% + 6rem)
}

.cat-big1boxSmall4 .category-body {
    flex: 1
}

.cat-big1boxSmall4 h5 {
    padding-bottom: 1.5rem
}

@media only screen and (min-width: 1920px) {

    .cat-big1boxSmall4 .category.border-right-flat,
    .cat-big1boxSmall4 .category.border-left-flat {
        border-radius: .875rem
    }
}

@media only screen and (max-width: 1500px) {
    .cat-big1boxSmall4 .category-main {
        width: calc(100% + 3rem);
        margin-left: -3rem
    }
}

@media only screen and (max-width: 1400px) {
    .cat-big1boxSmall4 .category.category-main {
        margin-left: 0;
        width: 100%;
        height: 480px;
        display: flex;
        align-items: end;
        margin-bottom: 2rem
    }

    .cat-big1boxSmall4 .category.category-main h3 {
        padding-bottom: 1rem;
        z-index: 20;
        color: #fff;
        max-width: 20ch
    }

    .cat-big1boxSmall4 .category.category-main p {
        padding-bottom: 1.5rem
    }

    .cat-big1boxSmall4 .category.category-main .category-body {
        padding: 0 2.75rem 2.75rem 2.75rem
    }

    .cat-big1boxSmall4 .category {
        height: 280px
    }

    .cat-big1boxSmall4 .category-body {
        padding: 2.5rem 2rem
    }

    .cat-big1boxSmall4 .category-footer {
        padding: .625rem 2rem
    }

    .cat-big1boxSmall4 h4 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .cat-big1boxSmall4 p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.cat-big1BoxSmall3 img {
    object-fit: cover;
    object-position: center 16%;
    width: 100%;
    height: 100%
}

.cat-big1BoxSmall3 .cat-img--cover {
    height: 195px
}

.cat-big1BoxSmall3 .category {
    display: flex;
    flex-direction: column
}

.cat-big1BoxSmall3 .category.category-main .cat-img--cover {
    height: 440px
}

.cat-big1BoxSmall3 .category.category-main .category-body {
    padding: 3rem
}

@supports(padding: clamp(2rem, 5vw - 4rem, 3rem)) {
    .cat-big1BoxSmall3 .category.category-main .category-body {
        padding: clamp(2rem, 5vw - 3rem, 3rem)
    }
}

.cat-big1BoxSmall3 .category.category-main p {
    max-width: 25ch;
    padding-bottom: .5rem
}

.cat-big1BoxSmall3 .category .category-body {
    padding: 2rem 3rem
}

@supports(padding: clamp(1.3rem, 5vw - 4rem, 2rem) clamp(2rem, 5vw - 4rem, 3rem)) {
    .cat-big1BoxSmall3 .category .category-body {
        padding: clamp(1.3rem, 5vw - 4rem, 2rem) clamp(2rem, 5vw - 3rem, 3rem)
    }
}

.cat-big1BoxSmall3 h4 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    padding-bottom: 1.625rem
}

@supports(padding-bottom: clamp(1rem, 1.5vw, 1.625rem)) {
    .cat-big1BoxSmall3 h4 {
        padding-bottom: clamp(1rem, 1.5vw, 1.625rem)
    }
}

.cat-big1BoxSmall3 h6 {
    padding-bottom: 2rem
}

@supports(padding-bottom: clamp(1.3rem, 5vw - 4rem, 2rem)) {
    .cat-big1BoxSmall3 h6 {
        padding-bottom: clamp(1.3rem, 5vw - 4rem, 2rem)
    }
}

.cat-big1BoxSmall3 p {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .75
}

.cat-big1BoxSmall3 ul {
    color: #63656a;
    letter-spacing: -0.02em;
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    width: max-content;
    margin-left: auto;
    margin-bottom: 0
}

.cat-big1BoxSmall3 li {
    padding-left: .5rem
}

@media only screen and (max-width: 1500px) {
    .cat-big1BoxSmall3 ul {
        font-size: 1.2rem;
        line-height: 2.2rem
    }
}

@media only screen and (max-width: 1400px) {
    .cat-big1BoxSmall3 .category.category-main {
        margin-bottom: 2rem
    }

    .cat-big1BoxSmall3 .category.category-main .cat-img--cover {
        height: 270px
    }

    .cat-big1BoxSmall3 .category.category-main p {
        opacity: 1;
        padding-bottom: 1.5rem
    }

    .cat-big1BoxSmall3 .category:not(.category-main) .category-body {
        flex: 1;
        padding: 2.5rem 2rem 1.5rem 2rem
    }

    .cat-big1BoxSmall3 h4 {
        font-size: 1.75rem;
        line-height: 2.25rem;
        padding-bottom: 1.5rem
    }

    .cat-big1BoxSmall3 h5 {
        padding-bottom: 1rem
    }

    .cat-big1BoxSmall3 ul {
        font-size: 1rem;
        line-height: 1.75rem;
        margin: 0;
        padding-left: .875rem;
        padding-bottom: 1.25rem
    }

    .cat-big1BoxSmall3 .owl-carousel .owl-item {
        display: flex
    }
}

.cat-product .category:not(.category-main) h5 {
    padding-bottom: 1.5rem;
    z-index: 10;
    max-width: 15ch
}

.cat-product .category:not(.category-main) .category-description {
    z-index: 10;
    max-width: 15ch
}

.cat-product .category:not(.category-main) img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: translate(58%, 13%)
}

.cat-product .category-main {
    display: flex
}

.cat-product .category-main .category-body {
    padding: 2rem 2rem 5.5rem 0;
    background-color: unset;
    justify-content: space-between
}

.cat-product .category-main .category-footer {
    text-transform: unset;
    flex-wrap: wrap;
    gap: 3.5rem 4rem;
    background-color: unset;
    padding: 0;
    justify-content: start
}

.cat-product .category-main .category-infoBox {
    display: flex;
    flex-direction: row;
    max-width: 50%;
    min-width: 200px
}

.cat-product .category-main .category-infoBox p {
    max-width: 20ch;
    font-size: 1rem;
    line-height: 1.5rem
}

.cat-product .category-main .perex-large {
    padding-bottom: 2.5rem;
    max-width: 45ch
}

.cat-product .category-main .perex-medium {
    max-width: 55ch;
    font-size: 1rem;
    line-height: 1.5rem
}

.cat-product .category-main h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding-bottom: .5rem;
    font-weight: 500
}

.cat-product .white-circle--small {
    margin-right: 1.5rem
}

.cat-product .category-footer-desktop {
    display: flex
}

@media only screen and (max-width: 650px) {
    .cat-product .category-footer-desktop {
        display: none
    }
}

.cat-product .category-footer-mobile {
    display: none
}

@media only screen and (max-width: 650px) {
    .cat-product .category-footer-mobile {
        display: block
    }
}

@media only screen and (max-width: 1700px) {
    .cat-product .category:not(.category-main) h5 {
        line-height: 2rem;
        font-size: 1.5rem
    }

    .cat-product .category:not(.category-main) p {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .cat-product .category:not(.category-main) img {
        transform: translate(63%, 13%)
    }

    .cat-product .category-main .category-footer {
        gap: 2.5rem 3rem
    }
}

@media only screen and (max-width: 1600px) {
    .cat-product .category-main .category-body {
        padding: 1.5rem .75rem 3rem 0
    }

    .cat-product .category-main i {
        max-width: 66px;
        max-height: 66px;
        min-width: 66px;
        min-height: 66px
    }

    .cat-product .category-main i:after {
        width: 32px;
        height: 32px;
        top: calc(50% - 16px);
        left: calc(50% - 16px)
    }

    .cat-product .category-main .category-footer {
        gap: 1rem 1.5rem
    }
}

@media only screen and (max-width: 1400px) {
    .cat-product.category-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 360px 360px;
        max-width: 940px;
        gap: 1.5rem
    }

    .cat-product.category-grid .category:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1/2
    }

    .cat-product.category-grid .category:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .cat-product.category-grid .category:nth-child(3) {
        grid-column: 2/3;
        grid-row: 2/3
    }

    .cat-product.category-grid .category:nth-child(4) {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .cat-product.category-grid .category:nth-child(5) {
        grid-column: 2/3;
        grid-row: 3/4
    }

    .cat-product.category-grid .category.category-main .category-body {
        padding: 0;
        padding-bottom: 2rem;
        gap: 1rem
    }

    .cat-product.category-grid .category.category-main .category-description,
    .cat-product.category-grid .category.category-main .category-footer {
        flex: 1
    }

    .cat-product.category-grid .category.category-main .category-description {
        padding-bottom: 2rem
    }

    .cat-product.category-grid .category.category-main .category-footer {
        gap: 1.5rem .75rem
    }

    .cat-product.category-grid .category.category-main .white-circle--small {
        margin-right: 1rem
    }

    .cat-product.category-grid .category.category-main .category-infoBox {
        max-width: 49%;
        width: 100%
    }

    .cat-product.category-grid .category.category-main .perex-large,
    .cat-product.category-grid .category.category-main .perex-medium {
        max-width: unset
    }
}

@media only screen and (max-width: 650px) {
    .cat-product.category-grid {
        display: flex;
        flex-direction: column
    }

    .cat-product.category-grid .category:not(.category-main) {
        height: 313px
    }

    .cat-product.category-grid .category.category-main .category-infoBox {
        max-width: unset;
        width: unset;
        margin-bottom: 1rem
    }

    .cat-product .category-main h5 {
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .cat-product .category-main .perex-large {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding-bottom: 1.5rem
    }
}

.cat_big-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem
}

.cat_big-grid .category-body {
    flex: 1
}

.cat_big-grid .category-body h4 {
    min-height: 6.5rem
}

.cat_big-grid .category:not(.big-grid--img-full) .category-body {
    padding: 3.5rem 2.75rem 3.25rem 1.75rem
}

.cat_big-grid .category:not(.big-grid--img-full) img {
    transform: translateX(2.75rem);
    max-width: 340px;
    margin-left: auto;
    width: 90%;
    padding-bottom: 1rem;
    height: auto
}

.cat_big-grid .category:is(.big-grid--img-full) .category-body {
    justify-content: space-between
}

.cat_big-grid .category:is(.big-grid--img-full) img {
    width: 100%;
    height: auto
}

.cat_big-grid .category:is(.big-grid--img-full) h4 {
    padding: 3.5rem 2.75rem 2rem 1.75rem
}

.cat_big-grid .category__tag--container {
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px
}

@media only screen and (max-width: 1700px) {
    .cat_big-grid {
        grid-column-gap: 1rem
    }
}

@media only screen and (max-width: 1400px) {
    .cat_big-grid {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (max-width: 1100px) {
    .cat_big-grid {
        grid-column-gap: 1rem
    }
}

@media only screen and (max-width: 992px) {
    .cat_big-grid {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr
    }

    .cat_big-grid .category:not(.big-grid--img-full) .category-body {
        padding: 2rem 2rem 2rem 1.75rem
    }

    .cat_big-grid .category:not(.big-grid--img-full) img {
        transform: translateX(2rem)
    }
}

@media only screen and (max-width: 800px) {
    .cat_big-grid {
        grid-column-gap: 1rem
    }
}

@media only screen and (max-width: 700px) {
    .cat_big-grid {
        grid-template-columns: 1fr
    }

    .cat_big-grid .category-description br {
        display: none
    }
}

.category-partners {
    display: flex;
    flex-direction: column
}

.category-partners .category-body {
    flex: 1;
    padding: .5rem 1rem
}

.category-partners .category-description span {
    color: rgba(148, 151, 158, .9);
    font-size: 1.25rem;
    line-height: 1.75rem
}

.category-partners .category-description a {
    text-decoration: none;
    padding-left: .25rem
}

.category-partners .category-description a:hover {
    text-decoration: underline;
    color: #0B3252
}

.category-partners .category-body--header {
    padding: 1rem 0
}

.category {
    border-radius: 14px;
    overflow: hidden;
    width: inherit
}

.category:is(.border-colored) {
    border-radius: 0 14px 14px 0
}

.category:is(.border-colored) .category-body {
    border-left: 4px solid var(--border-color-light)
}

.category:is(.border-colored) .category-footer {
    border-left: 4px solid var(--border-color-dark)
}

.category.border-left-flat {
    border-radius: 0 14px 14px 0
}

.category.border-right-flat {
    border-radius: 14px 0 0 14px
}

.category-body {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.category-body .category__tag--container {
    position: absolute;
    background: #0b3252;
    color: #fff;
    padding: .4rem 2rem .4rem 1rem;
    text-transform: uppercase
}

.category-body .category__tag--container i {
    margin-right: .75rem
}

.category-description {
    color: #63656a
}

.category-footer {
    padding: 1.75rem 1.813rem 1.5rem 1.813rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .5)
}

.category-footer span {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: #0B3252
}

.category-footer svg {
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.category-link--container a,
.category-link--container .category-link--without-link {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column
}

.category-link--container .category-link--without-link {
    position: relative
}

.category-link--container .category-link--without-link .category-footer {
    height: 50px;
    position: absolute;
    bottom: 0
}

.category-link--container:hover svg {
    transform: translateX(5px)
}

.category-link--container:hover .category-footer span {
    color: #004b98
}

.category-link--container:hover .category-footer svg {
    stroke: #004b98
}

.category-link--container:hover img.animate {
    transform: scale(1.1)
}

.category-body--img,
.category-img {
    overflow: hidden
}

.category-body--img img,
.category-img img {
    width: 100%;
    transition: all .3s ease-in-out
}

.category-numeral {
    font-size: 3.25rem;
    line-height: 4rem;
    letter-spacing: -0.02em;
    color: #004b98;
    font-weight: 300;
    display: block
}

.cat_small-carousel--container .owl-carousel .owl-nav {
    right: -60px
}

.cat_transparent--container .owl-carousel .owl-nav {
    right: -30px
}

.category-grid,
.category-grid-big {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    display: grid
}

.category-grid .category-body,
.category-grid-big .category-body {
    flex: 1
}

.category-grid .category-footer,
.category-grid-big .category-footer {
    padding: 1.75rem 1.813rem 1.5rem 3rem;
    padding: 1.75rem 1.813rem 1.5rem clamp(1.5rem, 10vw - 9rem, 3rem)
}

.category-grid .category-body,
.category-grid-big .category-body {
    padding: 3.25rem 3rem;
    padding: clamp(1.75rem, 10vw - 8.75rem, 3.25rem) clamp(1.5rem, 10vw - 9rem, 3rem)
}

.category-grid {
    grid-template-rows: 385px 385px;
    grid-template-rows: clamp(250px, 22vw, 385px) clamp(250px, 22vw, 385px)
}

.category-grid-big {
    grid-template-rows: 411px 411px
}

.cat-grid-3 .category:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3
}

.cat-grid-3 .category:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2
}

.cat-grid-3 .category:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/3
}

.cat-grid-3 .category:nth-child(4) {
    grid-column: 4/5;
    grid-row: 2/3
}

.cat-grid-4 .category:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3
}

.cat-grid-4 .category:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2
}

.cat-grid-4 .category:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2
}

.cat-grid-4 .category:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3
}

.cat-grid-4 .category:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3
}

.cat-grid-4-reverse .category:nth-child(1) {
    grid-column: 3/5;
    grid-row: 1/3
}

.cat-grid-4-reverse .category:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/2
}

.cat-grid-4-reverse .category:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2
}

.cat-grid-4-reverse .category:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3
}

.cat-grid-4-reverse .category:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3
}

.container-hf.cat-container-offset:not(.cat-big1BoxSmall3, .cat-infoBig) {
    padding-right: 3.5rem
}

@media only screen and (max-width: 992px) {
    .container-hf.cat-container-offset.cat-big1BoxSmall3 {
        padding-right: 3.5rem
    }
}

@media only screen and (max-width: 1100px) {
    .container-hf.cat-container-offset.cat-infoBig {
        padding-right: 3.5rem
    }
}

.show-category-main {
    display: grid
}

@media only screen and (max-width: 1400px) {
    .show-category-main {
        display: none
    }
}

.show-category-mobile {
    display: none
}

@media only screen and (max-width: 1400px) {
    .show-category-mobile {
        display: block
    }
}

@media only screen and (max-width: 1600px) {
    .category-grid .category-footer {
        padding: 1.25rem 1.813rem 1.25rem 3rem;
        padding: 1.25rem 1.813rem 1.25rem clamp(1.5rem, 10vw - 9rem, 3rem)
    }

    .category-grid,
    .category-grid-big {
        gap: 1rem
    }
}

@media only screen and (max-width: 1300px) {
    .cat_small-carousel--container {
        padding-right: 6rem
    }
}

@media only screen and (max-width: 992px) {
    .category-numeral {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

@media only screen and (max-width: 768px) {
    .cat_small-carousel--container {
        padding-right: 14rem
    }
}

@media only screen and (max-width: 576px) {
    .cat_small-carousel--container {
        padding-right: 5.25rem
    }
}

@media only screen and (max-width: 400px) {
    .cat_small-carousel--container {
        padding-right: 3rem
    }

    .container-hf.cat-container-offset {
        padding-right: 1.5rem
    }
}

.gallery-main {
    max-width: 1450px;
    width: 75.5vw;
    padding-left: 5.25rem
}

.gallery-main i.fas.fa-play {
    color: #fff;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    z-index: 10;
    background-color: #004b98;
    border-radius: 2.5rem;
    padding: 4rem 8rem 4rem 10rem;
    transition: opacity .3s ease;
    cursor: inherit
}

.gallery-main video {
    display: none;
    max-width: 100%;
    border-radius: 1rem
}

.gallery-main video::-webkit-media-controls-fullscreen-button {
    display: none
}

.gallery-main.owl-carousel .owl-nav {
    background: unset;
    border: unset;
    max-width: 1920px;
    width: 117%;
    right: unset;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    backdrop-filter: none
}

.gallery-main.owl-carousel .owl-nav .owl-prev,
.gallery-main.owl-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, .8) !important;
    border: 1px solid rgba(0, 75, 152, .1) !important;
    padding: 1rem 1.5rem 1rem 1.5rem !important;
    margin: 0 2rem;
    border-radius: 100px;
    transition: all .3s ease-in-out;
    pointer-events: all
}

.gallery-main.owl-carousel .owl-nav .owl-prev.disabled,
.gallery-main.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0
}

.gallery-main.owl-carousel .owl-nav:after {
    display: none
}

.gallery--item {
    border-radius: 1rem;
    overflow: hidden
}

.gallery--item img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.gallery-nav,
.gallery-mobile-nav {
    overflow: hidden
}

.gallery-nav.owl-carousel,
.gallery-mobile-nav.owl-carousel {
    margin: 0 auto
}

.gallery-nav.owl-carousel .owl-item,
.gallery-mobile-nav.owl-carousel .owl-item {
    flex: unset;
    transition: 300ms width ease-in-out
}

.gallery-nav.owl-carousel .owl-item:hover img,
.gallery-mobile-nav.owl-carousel .owl-item:hover img {
    transform: scale(1.1)
}

.gallery-nav.gallery-selected-item img {
    transform: scale(1.1)
}

.gallery-mobile-nav.gallery-selected-item img {
    transform: scale(1.05)
}

.gallery-nav.owl-carousel {
    width: calc(500px + 2rem);
    max-width: calc(100% - 2rem);
    margin: 0 1rem
}

.gallery-mobile-nav.owl-carousel {
    width: 330px
}

.gallery-nav--container {
    padding: 1.25rem 0;
    display: flex;
    justify-content: center
}

.gallery-nav--item {
    cursor: pointer;
    position: relative
}

.gallery-thumb,
.gallery-mobile-thumb {
    border-radius: .375rem;
    overflow: hidden;
    width: 100%
}

.gallery-thumb img,
.gallery-mobile-thumb img {
    transition: all .3s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.gallery-thumb {
    height: 88px
}

.gallery-thumb img {
    height: 100%;
    min-width: 100%;
    width: auto !important
}

.gallery-mobile-thumb {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-mobile-thumb img {
    height: auto;
    position: relative;
    z-index: -1
}

.gallery-mobile-thumb i.fas.fa-play {
    color: #fff;
    opacity: .8;
    position: absolute;
    z-index: 1;
    background-color: #004b98;
    border-radius: .25rem;
    padding: .4rem .8rem .4rem 1rem
}

@media only screen and (max-width: 1500px) {
    .gallery-main {
        padding-left: 3rem;
        width: calc(75.5vw + 2rem)
    }

    .gallery-main i.fas.fa-play {
        font-size: 7.5rem;
        border-radius: 1.875rem;
        padding: 3rem 6rem 3rem 7.5rem
    }
}

@media only screen and (max-width: 1278px) {
    .gallery-main {
        padding-left: 2rem;
        width: calc(75.5vw + 3rem)
    }

    .gallery-nav--container {
        padding: .75rem 0
    }
}

@media only screen and (max-width: 992px) {
    .gallery-main.owl-carousel .owl-nav {
        display: none
    }

    .gallery-main i.fas.fa-play {
        font-size: 5rem;
        border-radius: 1.25rem;
        padding: 2rem 4rem 2rem 5rem
    }
}

@media only screen and (max-width: 576px) {
    .gallery-main {
        padding-left: 1rem;
        width: calc(75.5vw + 4rem)
    }

    .gallery-main i.fas.fa-play {
        font-size: 2.5rem;
        border-radius: .625rem;
        padding: 1rem 2rem 1rem 2.5rem
    }
}

.box-tabs--nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: end;
    position: relative
}

.box-tabs--nav figure {
    padding: 0 2.5rem;
    margin: 0 auto
}

.box-tabs--nav figure img {
    width: 100%
}

.box-tabs--nav figure:after {
    content: "";
    height: 90px;
    width: 1px;
    background-color: #0f284d;
    opacity: .2;
    position: absolute;
    bottom: calc(50% - 45px);
    right: 1px;
    transition: .1s all ease-in
}

.box-tabs--nav li.tab-active>figure:after,
.box-tabs--nav li.tab-no-right-border>figure:after {
    height: 0
}

.box-tabs--nav li {
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    display: flex;
    background-color: #f0f1f2;
    width: 100%
}

.box-tabs--nav li:focus {
    outline: none
}

.box-tabs--nav li.tab-right-corner {
    border-radius: 0 0 1rem 0
}

.box-tabs--nav li.tab-left-corner {
    border-radius: 0 0 0 1rem
}

.box-tabs--nav img {
    padding-bottom: .313rem
}

.box-tabs--nav figcaption {
    color: #005992;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 300;
    padding-bottom: .875rem
}

.box-tabs--nav .tab-active {
    background-color: #fff;
    border-radius: 1rem 1rem 0 0
}

.box-tabs--nav .tab-active figcaption {
    color: #0f384d
}

.box-tabs--nav:after {
    content: "";
    background-color: #fff;
    width: 100%;
    border-radius: 0 1rem 0 0;
    height: 80px;
    position: absolute;
    z-index: 10;
    bottom: 0
}

.box-tabs--nav .owl-stage-outer {
    z-index: 20;
    transition: all .25s ease 0s
}

.box-tabs--nav .owl-item {
    position: relative;
    display: flex;
    flex: 0 0 auto
}

.box-tabs--nav .owl-item:last-child.flat li {
    border-radius: 1rem 1rem 0 0
}

.box-tabs--nav .owl-item:last-child li {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.box-tabs--nav .owl-item:last-child li.tab-left-corner {
    border-bottom-left-radius: 1rem
}

.box-tabs--nav .owl-item:last-child li>figure:after {
    display: none
}

.box-tabs--nav .owl-item.no-divider li>figure:after {
    display: none
}

.box-tabs--nav .owl-nav {
    display: flex;
    z-index: 40;
    left: 0;
    right: unset;
    width: 100%;
    background-color: unset;
    border: none;
    justify-content: space-between;
    pointer-events: none
}

.box-tabs--nav .owl-nav button.owl-prev,
.box-tabs--nav .owl-nav button.owl-next {
    background-color: rgba(255, 255, 255, .8);
    overflow: hidden;
    animation: .2s all ease-in;
    pointer-events: all
}

.box-tabs--nav .owl-nav button.owl-prev.disabled,
.box-tabs--nav .owl-nav button.owl-next.disabled {
    width: 0%;
    padding: 0 !important
}

.box-tabs--nav .owl-nav button.owl-prev {
    padding: .75rem 1.25rem .75rem .75rem !important;
    border-radius: 0 100% 100% 0;
    border-top: 1px solid rgba(0, 75, 152, .1);
    border-bottom: 1px solid rgba(0, 75, 152, .1);
    border-right: 1px solid rgba(0, 75, 152, .1)
}

.box-tabs--nav .owl-nav button.owl-next {
    padding: .75rem .75rem .75rem 1.25rem !important;
    border-radius: 100% 0 0 100%;
    border-top: 1px solid rgba(0, 75, 152, .1);
    border-bottom: 1px solid rgba(0, 75, 152, .1);
    border-left: 1px solid rgba(0, 75, 152, .1)
}

.box-tabs--nav .owl-nav:after {
    display: none
}

.box-tabs--carousel {
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    justify-content: stretch;
    min-height: 540px
}

.box-tabs--item {
    padding: 3.25rem clamp(2rem, 3.5vw, 4.25rem) 6.25rem clamp(5rem, 7.6vw, 9.125rem);
    display: flex;
    align-items: center
}

.box-tab-item--desc {
    width: clamp(200px, 15vw, 290px)
}

.box-tab-item--desc h4 {
    color: #0f384d;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 500;
    padding-bottom: 1.25rem
}

.box-tab-item--desc p {
    color: #63656a
}

.box-tab-item--img {
    width: clamp(450px, 34vw, 700px)
}

.box-tab-item--img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.box-tab-item--table {
    width: clamp(300px, 30vw, 400px);
    word-break: break-word;
    max-width: 100%
}

.box-tab-item--table th,
.box-tab-item--table td {
    padding-bottom: 1rem;
    vertical-align: top
}

.box-tab-item--table th {
    color: #0f384d;
    padding-right: 2.875rem
}

.box-tab-item--table td {
    color: #63656a;
    max-width: 200px
}

@media only screen and (max-width: 1200px) {
    .box-tabs--item {
        flex-direction: column
    }

    .box-tab-item--table,
    .box-tab-item--desc,
    .box-tab-item--img {
        width: unset
    }

    .box-tab-item--table {
        margin-right: auto
    }

    .box-tab-item--table td {
        max-width: unset
    }

    .box-tab-item--desc {
        margin-right: auto
    }

    .box-tab-item--desc p {
        max-width: 60ch
    }
}

@media only screen and (max-width: 992px) {
    .box-tab-item--desc h4 {
        font-size: 1.5rem;
        padding-bottom: 1.5rem
    }

    .box-tab-item--table th {
        font-size: 1.25rem;
        font-weight: 400
    }

    .box-tabs.container-hf {
        padding: 0
    }

    .box-tabs--item {
        padding: 4rem 3.25rem
    }
}

@media only screen and (max-width: 400px) {
    .box-tabs--item {
        padding: 2rem 1.5rem
    }
}

.box {
    position: relative;
    padding-bottom: 5.25rem
}

.box.box-v1 .box-form--container {
    position: relative
}

.box.box-v1 .help-block {
    position: absolute;
    bottom: -23px;
    left: 0
}

.box.box-v2 .box-main--text {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center
}

.box.box-v2 .box-info--cover p {
    font-size: 1.25rem;
    letter-spacing: -0.02em
}

.box.box-v3 .box-info--cover p {
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #004b98;
    padding-bottom: 3rem
}

.box.box-v4 {
    display: flex;
    flex-direction: column;
    height: 100%
}

.box.box-v4 .box-info--link {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 2rem
}

.box.box-v4 .box-info--link span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding-right: 1.5rem
}

.box.box-v4 .box-info--link svg {
    transition: transform .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.box.box-v4 .box-info--link:hover,
.box.box-v4 .box-info--link:focus {
    color: #004b98
}

.box.box-v4 .box-info--link:hover>svg,
.box.box-v4 .box-info--link:focus>svg {
    stroke: #004b98;
    transform: translateX(5px)
}

.box.box-v4 .box-info {
    flex: 1
}

.box.box-v5 .box-main--text h2 {
    padding-bottom: 5rem;
    height: 3.4em;
    z-index: 20
}

.box.box-v5 .box-info ol li * {
    pointer-events: none
}

.box.box-v5 .box-info ol li h5,
.box.box-v5 .box-info ol li:before {
    transition: all .3s ease-in-out
}

.box.box-v5 .box-info ol li:hover {
    cursor: pointer
}

.box.box-v5 .box-info ol li:hover h5 {
    color: #004b98
}

.box.box-v5 .box-info ol li:hover i {
    opacity: 1 !important
}

.box.box-v5 .box-info ol li:hover::before {
    opacity: .9
}

.box.box-v1 .box-main img,
.box.box-v2 .box-main img,
.box.box-v3 .box-main img,
.box.box-v4 .box-main img,
.box.box-v5 .box-main img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    min-height: 390px
}

.box-main {
    overflow: hidden
}

.box-main .box-main--text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 10;
    padding: 0 4.625rem 5rem 5rem;
    color: #fff
}

.box-main .box-main--text h2 {
    max-width: 650px
}

.box-main .box-main--text p {
    max-width: 580px
}

.box-main .box-main--text .owl-carousel .owl-dots.disabled {
    display: block;
    visibility: hidden
}

.box-main .box-main--text .owl-carousel .owl-stage-outer {
    overflow: hidden
}

.box-main .box-contact--container .box-contact {
    padding-bottom: 2.5rem
}

.box-main .box-contact--container .box-contact .box-contact--wrapper {
    width: fit-content
}

.box-main .box-contact--container .box-contact .cta-small {
    padding-bottom: .75rem
}

.box-main .box-contact--container .box-contact h5 {
    padding-bottom: 1.25rem
}

.box-main .box-contact--container .box-contact a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    column-gap: .75rem
}

.box-main .box-contact--container .box-contact a svg,
.box-main .box-contact--container .box-contact a span {
    line-height: 1.625rem
}

.box-main .box-contact--container .box-contact a svg {
    min-width: 1.125rem
}

.box-main .box-contact--container .box-contact a span {
    font-size: 1.125rem
}

.box-main .box-contact--container .box-contact hr {
    margin: 0 0 2.5rem 0;
    max-width: 280px
}

.box-info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% - 20px);
    background-color: #f3f3f2f9;
    z-index: 20;
    flex: 1
}

.box-info .box-info--cover {
    max-width: calc(666px + 7.5rem);
    margin: auto;
    padding: 4.5rem 3.75rem 4.5rem 3.75rem
}

.box-info .box-info--cover p {
    padding-bottom: 1.5rem
}

.box-info .box-info--cover h3 {
    padding-bottom: 2.5rem
}

.box-info::after,
.box-info::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, .5)
}

.box-info::after {
    top: 0;
    left: -5.25rem;
    width: 5.25rem;
    height: 100%
}

.box-info::before {
    bottom: -5.25rem;
    left: 0;
    width: 100%;
    height: 5.25rem
}

.owl-carousel-fade.owl-carousel .owl-nav {
    bottom: calc(38% - 1.875rem);
    top: unset;
    right: calc(50% - 5.25rem)
}

@media only screen and (max-width: 1600px) {
    .box-main .box-main--text {
        padding: 0rem 3.5rem 4rem 3.5rem
    }

    .box .box-main .box-contact--container {
        width: 98%
    }

    .box .box-main .box-contact--container .box-contact {
        padding-bottom: 2rem
    }

    .box .box-main .box-contact--container .box-contact .cta-small {
        padding-bottom: .5rem
    }

    .box .box-main .box-contact--container .box-contact h5 {
        padding-bottom: 1rem
    }

    .box .box-main .box-contact--container .box-contact a svg {
        width: 1.125rem
    }

    .box .box-main .box-contact--container .box-contact a span {
        font-size: 1.125rem
    }

    .box .box-main .box-contact--container .box-contact hr {
        margin: 0 0 1.75rem 0
    }

    .box.box-v5 .box-main--text h2 {
        padding-bottom: 3rem
    }

    .box.box-v5 .box-info ol li,
    .box.box-v3 .box-info ol li {
        margin-bottom: 2.2rem
    }

    .box.box-v5 .box-info ol li h5,
    .box.box-v3 .box-info ol li h5 {
        line-height: 2rem;
        font-size: 1.5rem
    }

    .box-info .box-info--cover {
        padding: 4rem 3.75rem 3rem 3.75rem
    }

    .owl-carousel-fade.owl-carousel .owl-nav {
        right: calc(50% - 5.1rem)
    }
}

@media only screen and (max-width: 1500px) {
    .box {
        padding-bottom: 3.5rem
    }

    .box .box-main--text {
        padding: 0rem 2.5rem 3rem 2.5rem
    }

    .box .box-main--text h2.mb-2r5 {
        margin-bottom: 1rem
    }

    .box-info::after {
        left: -3.5rem;
        width: 3.5rem
    }

    .box-info::before {
        bottom: -3.5rem;
        height: 3.5rem
    }
}

@media only screen and (max-width: 1400px) {
    .box-info .box-info--cover {
        padding: 3rem
    }

    .box-info .box-info--cover h3 {
        padding-bottom: 2rem
    }

    .owl-carousel-fade.owl-carousel .owl-nav {
        right: calc(50% - 4.75rem)
    }
}

@media only screen and (max-width: 1278px) {
    .box {
        padding-bottom: 2.5rem
    }

    .box .box-main--text {
        padding: 0 2.5rem 4rem 2.5rem
    }

    .box.box-v2 h3 {
        padding-bottom: 2rem
    }

    .box.box-v2 p {
        padding-bottom: 1.25rem
    }

    .box.box-v3 .box-main--text h2 {
        padding-bottom: 1rem
    }

    .box-main.rounded-1r {
        border-radius: 12px 12px 0 0
    }

    .box-main .box-main--text {
        width: 100%
    }

    .box-info {
        position: relative;
        width: calc(100% + 2.4rem);
        left: 0;
        margin-left: -1.2rem
    }

    .box-info .box-info--cover {
        padding: 3.5rem 3rem 2.75rem 3rem;
        max-width: unset
    }

    .box-info:after,
    .box-info:before {
        position: absolute;
        content: "";
        width: 90%;
        height: 2.5rem;
        max-width: calc(100% - 3.25rem)
    }

    .box-info:before {
        top: -2.5rem;
        right: 0;
        left: unset;
        background: rgba(255, 255, 255, .6)
    }

    .box-info:after {
        bottom: -2.5rem;
        top: unset;
        left: 0;
        right: unset;
        background: rgba(255, 255, 255, .6)
    }

    .box.box-v5 .box-main--text h2 {
        height: unset
    }

    .owl-carousel-fade.owl-carousel .owl-nav {
        bottom: .875rem;
        left: 1.75rem;
        right: unset
    }
}

@media only screen and (max-width: 992px) {
    .box-main .box-main--text {
        padding: 2rem 2.5rem 4rem 2.5rem
    }

    .box-main .box-main--text p {
        margin-right: 2rem
    }

    .box-info {
        width: calc(100% + 1rem);
        margin-left: -0.5rem
    }

    .box-info .box-info--cover {
        padding: 2.75rem 3rem 3.75rem 3rem
    }

    .box-info .box-info--cover h5 {
        font-size: 1.125rem;
        line-height: 1.625rem
    }

    .box .box-main--text h2.mb-2r5 {
        margin-bottom: 1.5rem
    }

    .box.box-v2 .box-main--text {
        padding-top: 2rem
    }

    .box .show-img-main.w-100 {
        width: unset !important;
        height: 390px
    }

    .owl-carousel-fade.owl-carousel .owl-nav {
        display: block !important;
        left: 2.5rem
    }
}

@media only screen and (max-width: 576px) {
    .box-info--cover .d-flex {
        flex-direction: column
    }

    .box-info--cover .btn-custom {
        margin-bottom: 1.25rem
    }

    .box.box-v3 .box-info ol li,
    .box.box-v5 .box-info ol li {
        margin-bottom: 2rem
    }

    .box.box-v3 .box-info ol li i,
    .box.box-v5 .box-info ol li i {
        margin: 0 1rem 0 .7rem;
        width: 20px
    }

    .box.box-v3 .box-info ol li::before,
    .box.box-v5 .box-info ol li::before {
        line-height: 2.25rem;
        font-size: 1.25rem;
        margin-right: .5rem
    }

    .box.box-v4 .box-info--link {
        margin-left: 0
    }
}

@media only screen and (max-width: 400px) {

    .box.box-v5 .box-info ol li h5,
    .box.box-v3 .box-info ol li h5 {
        line-height: 1.75rem;
        font-size: 1.25rem
    }

    .box .box-main--text,
    .box .box-info--cover {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .box.box-v3 .box-info ol p::before,
    .box.box-v5 .box-info ol p::before {
        width: 20px;
        margin: 0 1rem
    }
}

.box-configurator {
    display: flex;
    padding: 4.25rem 5.25rem 8.25rem
}

.configurator-img {
    min-height: initial
}

.configurator-img img {
    border-radius: .75rem;
    max-width: 100%;
    height: auto;
    object-position: left
}

.configurator-text {
    position: relative;
    padding: .75rem 2.125rem 0 0
}

.configurator-text p {
    color: #63656a;
    padding-bottom: min(58px, 3.1vw)
}

.configurator-text h3 {
    color: #004b98;
    padding-bottom: min(66px, 3.5vw)
}

.configurator-bcg {
    position: absolute;
    left: -15.25rem;
    top: -4.25rem;
    height: calc(100% + 8.5rem);
    width: calc(100% + 28rem);
    background-color: #fff;
    z-index: -1
}

.configurator-bcg:before,
.configurator-bcg:after {
    position: absolute;
    content: "";
    mix-blend-mode: normal;
    border-radius: 1px;
    background: rgba(255, 255, 255, .5)
}

.configurator-bcg:before {
    bottom: -4rem;
    height: 4rem;
    width: 100%
}

.configurator-bcg:after {
    right: -4rem;
    width: 4rem;
    height: 100%
}

@media only screen and (max-width: 1278px) {
    .box-configurator {
        padding: 4.25rem 5.25rem 7.25rem
    }

    .configurator-bcg {
        width: calc(100% + 24rem)
    }

    .configurator-bcg:before {
        bottom: -3rem;
        height: 3rem
    }

    .configurator-bcg:after {
        right: -3rem;
        width: 3rem
    }
}

@media only screen and (max-width: 992px) {
    .box-configurator {
        padding: 4.25rem 0 7.25rem
    }

    .container-small {
        padding: 0 !important
    }

    .configurator-bcg {
        display: none
    }

    .box-configurator {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 2.5rem;
        padding-top: 0
    }

    .box-configurator .configurator-text {
        padding: 4rem 3.25rem;
        position: relative;
        background-color: #fff
    }

    .box-configurator .configurator-text h3 {
        font-size: 1.5rem
    }

    .box-configurator .configurator-text:before,
    .box-configurator .configurator-text:after {
        position: absolute;
        content: "";
        mix-blend-mode: normal;
        border-radius: 1px;
        z-index: 10;
        width: 85%;
        height: 2.5rem;
        background-color: rgba(255, 255, 255, .9)
    }

    .box-configurator .configurator-text:before {
        top: -2.5rem;
        right: 0
    }

    .box-configurator .configurator-text:after {
        bottom: -2.5rem;
        left: 0
    }

    .box-configurator .configurator-img {
        width: unset;
        margin: 0 1rem
    }

    .box-configurator .configurator-img img {
        width: 100%;
        height: 100%;
        border-radius: .75rem .75rem 0 0
    }
}

.company-info {
    display: flex;
    gap: 5rem
}

.company-info--text {
    flex: 1
}

.company-info--text h3 {
    margin-bottom: 4rem
}

.company-info--text h6 {
    margin-bottom: 2.5rem;
    position: relative
}

.company-info--text h6:before {
    content: "";
    background: url("/images/icons/location-grey.svg");
    background-size: 40px 40px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 3px;
    left: -5rem
}

.company-info--text .perex-medium {
    max-width: fit-content
}

.company-info--text .perex-medium:nth-of-type(2) {
    margin-bottom: 1.5rem
}

.company-info--text .p-small {
    margin-bottom: 2.5rem;
    max-width: 45ch
}

.company-info--text h6,
.company-info--text .perex-medium,
.company-info--text .p-small,
.company-info--text .btn-custom {
    margin-left: 5rem
}

.company-info--text h6,
.company-info--text .perex-medium span {
    cursor: url("/images/icons/copy.svg"), auto
}

.company-info--text h6:hover,
.company-info--text .perex-medium span:hover {
    text-decoration: underline
}

.company-info--img {
    width: fit-content;
    position: relative;
    height: fit-content;
    flex: 1
}

.company-info--img .img-back {
    position: absolute;
    top: 20%;
    left: 40%;
    z-index: 10;
    opacity: .3;
    height: 100%;
    pointer-events: none
}

.company-info--img .img-back img {
    height: 115%;
    object-fit: cover;
    object-position: center center
}

.company-info--img .img-front {
    position: relative;
    z-index: 20;
    text-align: right
}

.company-info--img .img-front img {
    border-radius: 1rem;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%
}

@media only screen and (max-width: 1100px) {
    .company-info--text h6 {
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

@media only screen and (max-width: 992px) {

    .company-info--text h6,
    .company-info--text .perex-medium,
    .company-info--text .p-small,
    .company-info--text .btn-custom {
        margin-left: 4rem
    }

    .company-info--text h6:before {
        left: -4rem
    }
}

@media only screen and (max-width: 768px) {
    .company-info {
        flex-direction: column-reverse
    }

    .company-info--img .img-back {
        top: 15%;
        left: 15%
    }

    .company-info--text h3 {
        margin-bottom: 2.5rem
    }

    .company-info--text h6 {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .company-info--text .perex-medium {
        font-weight: 300
    }

    .company-info--text .perex-medium:nth-of-type(2) {
        margin-bottom: 1.25rem
    }

    .company-info--text .p-small {
        margin-bottom: 1.5rem
    }
}

.box-text-image {
    display: flex;
    align-items: center
}

.box-text-image .img-div {
    flex: 3
}

.box-text-image .img-div img {
    height: 450px;
    border-radius: .75rem;
    min-width: 400px
}

.box-text-image .text-div {
    flex: 4
}

.box-text-image-left .img-div {
    margin-right: 6rem
}

.box-text-image-right .img-div {
    margin-left: 6rem
}

@media only screen and (max-width: 1278px) {
    .box-text-image-left .img-div {
        margin-right: 3rem
    }

    .box-text-image-right .img-div {
        margin-left: 3rem
    }
}

@media only screen and (max-width: 992px) {
    .box-text-image {
        flex-direction: column;
        align-items: start
    }

    .box-text-image .img-div {
        margin-bottom: 2.5rem;
        margin-left: 0;
        margin-right: 0
    }

    .box-text-image.box-text-image-right {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 768px) {
    .box-text-image {
        flex-direction: column;
        align-items: start
    }

    .box-text-image .img-div {
        margin-bottom: 1.5rem
    }

    .box-text-image .img-div img {
        min-width: unset
    }

    .box-text-image.box-text-image-right {
        flex-direction: column-reverse
    }
}

.social {
    padding-left: 5.813rem
}

.social .owl-carousel {
    width: unset
}

.social .owl-carousel .owl-nav {
    right: calc((100% / 6) - 68px)
}

.social-slider {
    margin-right: 4rem
}

.social-header {
    padding-bottom: 2.5rem;
    padding-right: 5.813rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-header a {
    display: flex;
    gap: 1.563rem;
    text-decoration: none;
    align-items: center;
    color: #e6437b
}

.social-header a span {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: .005em
}

.social-header a i {
    font-size: 2rem
}

.social-header a:hover {
    color: #c0004a
}

.social-item {
    border-radius: 12px;
    overflow: hidden;
    display: block !important
}

.social-item img {
    width: 100%;
    transition: all .3s ease-in-out
}

.social-item:hover>img {
    scale: 1.1;
    cursor: pointer
}

.social-item:first-child {
    margin-left: 0
}

.social-item:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1600px) {
    .social .owl-carousel .owl-nav {
        right: calc((100% / 6) - 65px)
    }
}

@media only screen and (max-width: 1400px) {
    .social .owl-carousel .owl-nav {
        right: calc((100% / 6) - 60px)
    }
}

@media only screen and (max-width: 1300px) {
    .social .owl-carousel .owl-nav {
        right: calc((100% / 5) - 60px)
    }
}

@media only screen and (max-width: 1100px) {
    .social .owl-carousel .owl-nav {
        right: calc((100% / 4) - 60px)
    }
}

@media only screen and (max-width: 992px) {
    .social-header a {
        gap: 1.063rem
    }

    .social-header a span {
        font-size: 1rem;
        line-height: 1.188rem
    }

    .social-header a svg {
        width: 1.5rem;
        height: 1.5rem
    }

    .social {
        padding-left: 2.25rem
    }

    .social-header {
        padding-right: 2.25rem
    }
}

@media only screen and (max-width: 576px) {
    .social {
        padding-left: 1.25rem
    }

    .social-header {
        padding-right: 1.25rem
    }
}

@media only screen and (max-width: 360px) {
    .social-slider {
        margin-right: 2rem
    }
}

.tab-small {
    --img-offset: 80%
}

.tab-small .tab-item--text h4 {
    padding-bottom: 2rem
}

.tab-small .tab-item--text .perex-large {
    padding-bottom: 2rem
}

.tab-small .tab-item--text .p-large {
    padding-bottom: 2.5rem
}

.tab-small .tab-item--img .img-front {
    padding-left: clamp(6rem, 9.2vw, 11rem)
}

.tab-small .tab-item--img .img-back {
    top: 10%;
    left: var(--img-offset)
}

.tab-small .tab--item.reverse .tab-item--text {
    padding-left: 0
}

.tab-small .tab--item.reverse .tab-item--img {
    padding-left: 0;
    padding-right: 0
}

.tab-small .tab--item.reverse .tab-item--img .img-front {
    padding-right: clamp(6rem, 9.2vw, 11rem);
    padding-left: 0
}

.tab-small .tab--item.reverse .tab-item--img .img-back {
    right: var(--img-offset)
}

.tab-small .tab-item--img .img-front img {
    height: 298px
}

@supports(height: clamp(248px, 18.5vw, 348px)) {
    .tab-small .tab-item--img .img-front img {
        height: clamp(248px, 18.5vw, 348px)
    }
}

.tab-small .tab-item--img .img-back img {
    height: 350px
}

@supports(height: clamp(300px, 21vw, 400px)) {
    .tab-small .tab-item--img .img-back img {
        height: clamp(300px, 21vw, 400px)
    }
}

@media only screen and (max-width: 1700px) {
    .tab-small {
        --img-offset: 40%
    }
}

@media only screen and (max-width: 992px) {
    .tab-small {
        --img-offset: 23vw
    }

    .tab-small .tab-item--img {
        padding-bottom: 3rem
    }

    .tab-small .tab--item.reverse .tab-item--img .img-back {
        right: unset;
        left: var(--img-offset)
    }

    .tab-small .tab-item--img .img-front img {
        height: 255px
    }

    @supports(height: clamp(180px, 24vw, 330px)) {
        .tab-small .tab-item--img .img-front img {
            height: clamp(180px, 24vw, 330px)
        }
    }

    .tab-small .tab-item--img .img-back img {
        height: 275px
    }

    @supports(height: clamp(200px, 26vw, 350px)) {
        .tab-small .tab-item--img .img-back img {
            height: clamp(200px, 26vw, 350px)
        }
    }
}

@media only screen and (max-width: 800px) {
    .tab-small .tab-item--text .p-large {
        padding-bottom: 2rem
    }
}

@media only screen and (max-width: 700px) {
    .tab-small .tab-item--img .img-front {
        padding: 0
    }
}

.tab-big {
    --img-offset: 25%
}

.tab-big .tab-item--text {
    padding-top: 4.5rem;
    padding-right: clamp(4rem, 8.7vw, 10.3rem)
}

.tab-big .tab-item--text h4 {
    padding-bottom: 2.5rem
}

.tab-big .tab-item--text .perex-large {
    padding-bottom: 2.5rem
}

.tab-big .tab-item--text .p-large {
    padding-bottom: 3.25rem
}

.tab-big .tab-item--img {
    padding-left: clamp(4rem, 8.7vw, 10.3rem)
}

.tab-big .tab-item--img .img-back {
    top: 10%;
    left: var(--img-offset)
}

.tab-big .tab-item--img .img-back img {
    height: 470px
}

@supports(height: clamp(420px, 27vw, 520px)) {
    .tab-big .tab-item--img .img-back img {
        height: clamp(420px, 27vw, 520px)
    }
}

.tab-big .tab-item--img .img-front img {
    height: 410px
}

@supports(height: clamp(360px, 24vw, 460px)) {
    .tab-big .tab-item--img .img-front img {
        height: clamp(360px, 24vw, 460px)
    }
}

.tab-big .tab--item {
    min-height: 575px
}

.tab-big .tab--item.reverse .tab-item--img .img-back {
    right: var(--img-offset)
}

@media only screen and (max-width: 992px) {
    .tab-big {
        --img-offset: 23vw
    }

    .tab-big .tab--item.reverse .tab-item--img,
    .tab-big .tab--item .tab-item--img {
        padding-bottom: 2.3rem;
        padding-left: 0
    }

    .tab-big .tab--item.reverse .tab-item--img .img-front img,
    .tab-big .tab--item .tab-item--img .img-front img {
        height: 340px
    }

    @supports(height: clamp(280px, 29vw, 400px)) {

        .tab-big .tab--item.reverse .tab-item--img .img-front img,
        .tab-big .tab--item .tab-item--img .img-front img {
            height: clamp(280px, 29vw, 400px)
        }
    }

    .tab-big .tab--item.reverse .tab-item--img .img-back,
    .tab-big .tab--item .tab-item--img .img-back {
        left: var(--img-offset);
        right: unset
    }

    .tab-big .tab--item.reverse .tab-item--img .img-back img,
    .tab-big .tab--item .tab-item--img .img-back img {
        height: 380px
    }

    @supports(height: clamp(320px, 32vw, 440px)) {

        .tab-big .tab--item.reverse .tab-item--img .img-back img,
        .tab-big .tab--item .tab-item--img .img-back img {
            height: clamp(320px, 32vw, 440px)
        }
    }

    .tab-big .tab-item--text {
        padding-top: 2.5rem
    }
}

.tab-numbered {
    --margin-size: 10rem;
    --margin-size-half: calc(var(--margin-size) / 2);
    --offset-left: 5rem;
    --offset-right: 6rem;
    --border-color: #DADDE2;
    --border-style: 1px solid var(--border-color);
    --border-radius: 40px
}

.tab-numbered.tab-item--container {
    counter-reset: items 0
}

.tab-numbered .tab-item--text,
.tab-numbered .tab-item--img {
    position: relative
}

.tab-numbered .tab-item--text:after,
.tab-numbered .tab-item--img:after {
    content: "";
    position: absolute;
    border: var(--border-style);
    pointer-events: none
}

.tab-numbered .tab--item {
    margin-bottom: 10rem
}

.tab-numbered .tab--item:nth-child(odd) .tab-item--text:after {
    height: calc(100% + var(--margin-size));
    left: calc(var(--offset-left) * -1);
    width: 100%;
    top: calc(var(--margin-size-half) * -1);
    border-right: none;
    border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.tab-numbered .tab--item:nth-child(even) .tab-item--img:after {
    height: calc(100% + var(--margin-size) + 2px);
    top: calc(var(--margin-size-half) * -1 - 1px);
    width: 100%;
    left: 0;
    border-left: none;
    border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.tab-numbered .tab--item:nth-child(odd) .tab-item--text:before,
.tab-numbered .tab--item:nth-child(even) .tab-item--img:before {
    counter-increment: items;
    content: counter(items) ".";
    position: absolute;
    z-index: 20;
    border-radius: 30px;
    padding: 0px 12px;
    font-size: 2.5rem;
    color: var(--border-color);
    background: radial-gradient(circle at 45%, #f0f1f2 50%, #f0f1f200 75%, #fff0)
}

.tab-numbered .tab--item:nth-child(odd) .tab-item--text:before {
    top: 0;
    left: calc(var(--offset-left) * -1 - 23px)
}

.tab-numbered .tab--item:nth-child(even) .tab-item--img:before {
    top: 0;
    right: -33px
}

.tab-numbered .tab--item.item-last:is(.reverse) .tab-item--img:after {
    border-bottom: none;
    border-radius: 0 var(--border-radius) 0 0;
    height: 15% !important
}

.tab-numbered .tab--item.item-last:not(.reverse) .tab-item--text:after {
    border-bottom: none;
    border-radius: var(--border-radius) 0 0 0;
    height: 15% !important
}

.tab-numbered .tab--item.item-first .tab-item--text:after {
    border-top: none;
    border-radius: 0 0 0 var(--border-radius);
    top: 0;
    height: calc(100% + var(--margin-size-half))
}

@media only screen and (max-width: 1500px) {
    .tab-numbered {
        --margin-size: 8rem
    }

    .tab-numbered .tab--item {
        margin-bottom: 8rem
    }
}

@media only screen and (max-width: 1100px) {
    .tab-numbered {
        --offset-left: 4rem;
        --offset-right: 5rem
    }
}

@media only screen and (max-width: 992px) {
    .tab-numbered {
        --border-radius: 0
    }

    .tab-numbered .tab-item--text::after,
    .tab-numbered .tab-item--img::after,
    .tab-numbered .tab--item:nth-child(2n) .tab-item--img::after {
        border: none;
        border-left: var(--border-style);
        left: calc(var(--offset-left) * -1);
        width: 100%;
        height: 160%;
        top: -30%
    }

    .tab-numbered .tab--item {
        margin-bottom: 6rem
    }

    .tab-numbered .tab--item .tab-item--img:before {
        counter-increment: none !important;
        content: none !important
    }

    .tab-numbered .tab--item .tab-item--text:before {
        counter-increment: items;
        content: counter(items) ".";
        position: absolute;
        z-index: 20;
        background-color: #f0f1f2;
        font-size: 2.5rem;
        color: var(--border-color);
        top: 0;
        left: calc(var(--offset-left) * -1 - 12px)
    }

    .tab-numbered .tab--item.item-first .tab-item--img::after {
        display: none
    }

    .tab-numbered .tab-item--text,
    .tab-numbered .tab-item--img {
        margin-right: 5rem;
        margin-left: 5rem
    }

    .tab-numbered .tab-item--text {
        padding-top: 2.5rem
    }
}

@media only screen and (max-width: 576px) {
    .tab-numbered {
        --offset-left: 2.5rem
    }

    .tab-numbered .tab-item--text,
    .tab-numbered .tab-item--img {
        margin-right: 2rem
    }
}

@media only screen and (max-width: 400px) {
    .tab-numbered *:after {
        display: none
    }

    .tab-numbered .tab--item:nth-child(2n+1) .tab-item--text::before,
    .tab-numbered .tab--item .tab-item--text::before {
        top: 28px;
        left: -16px;
        font-size: 2.3rem;
        background-color: unset
    }

    .tab-numbered .tab-item--text,
    .tab-numbered .tab-item--img {
        margin-left: 2rem
    }

    .tab-numbered .tab-item--text h4 {
        padding-left: 2.3rem
    }
}

.tab-nav--container {
    max-width: calc(1147px + 4rem);
    padding: 0 2rem;
    margin: 0 auto 5rem auto
}

.tab--nav {
    display: flex;
    list-style: none;
    border-bottom: 2px solid rgba(15, 40, 77, .2);
    padding-left: 0
}

@supports(margin-bottom: clamp(2.5rem, 4.2vw, 5rem)) {
    .tab--nav {
        margin-bottom: clamp(2.5rem, 4.2vw, 5rem)
    }
}

.tab--nav li:first-child {
    padding-left: 0
}

.tab--nav h4 {
    color: #63656a;
    position: relative
}

.tab--nav h4:after {
    width: 0%;
    transition: all .3s ease-in-out;
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    background-color: rgba(10, 88, 202, 0)
}

.tab--nav li {
    cursor: pointer;
    padding: .5rem 1.125rem
}

.tab--nav li:hover,
.tab--nav li:focus {
    outline: none
}

.tab--nav li:hover h4,
.tab--nav li:focus h4 {
    color: #004b98
}

.tab--nav li:hover h4:after,
.tab--nav li:focus h4:after {
    width: 85%;
    background-color: #004b98
}

.tab--nav li.tab-active h4 {
    color: #004b98
}

.tab--nav li.tab-active h4:after {
    width: 85%;
    background-color: #004b98
}

.tab--item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 7rem
}

.tab--item.reverse {
    flex-direction: row-reverse
}

.tab--item.item-last {
    margin-bottom: 0
}

.tab--item img {
    width: auto
}

.tab-item--text {
    flex: 1
}

.tab-item--text h4 {
    max-width: 20ch
}

.tab-item--text p {
    color: #63656a;
    max-width: 37ch
}

.tab-item--text .p-large {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tab--description {
    padding-bottom: 10rem
}

@supports(padding-bottom: clamp(5rem, 8.4vw, 10rem)) {
    .tab--description {
        padding-bottom: clamp(5rem, 8.4vw, 10rem)
    }
}

.tab-item--img {
    flex: 1
}

.tab-item--img .tab-img--cover {
    position: relative;
    height: fit-content
}

.tab-item--img img {
    border-radius: .75rem
}

.tab-item--img .img-front {
    z-index: 10;
    position: relative
}

.tab-item--img .img-back {
    z-index: 1;
    position: absolute;
    opacity: .3
}

.tab--item.reverse .tab-item--img {
    padding-right: clamp(6rem, 8.7vw, 10.3rem);
    padding-left: 0
}

.tab--item.reverse .tab-item--img .img-back {
    left: unset
}

.tab--item.reverse .tab-item--text {
    padding-left: clamp(6rem, 8.7vw, 10.3rem);
    padding-right: 0
}

.tab--item.reverse .tab-img--cover {
    display: flex;
    justify-content: end
}

.tab-item--container.tab-small {
    max-width: calc(1147px + 4rem);
    padding: 0 2rem;
    margin: auto
}

.tab-item--container.tab-big {
    padding: 0 8rem
}

.tab-item-price {
    border-radius: 1rem;
    padding: 2rem .5rem 0;
    color: #0B3252;
    display: inline-block;
    text-align: right;
    line-height: 1.75rem
}

.tab-item-price .tab-item-price--without-vat {
    color: #94979e;
    font-size: .875rem
}

@media only screen and (max-width: 1600px) {
    .tab-item--text .p-large {
        line-height: 1.75rem;
        font-size: 1.1rem
    }
}

@media only screen and (max-width: 1500px) {
    .tab--item {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width: 1100px) {
    .tab-item--container.tab-big {
        padding: 0 7rem
    }
}

@media only screen and (max-width: 992px) {

    .tab--item,
    .tab--item.reverse {
        flex-direction: column-reverse
    }

    .tab--item .tab-item--img,
    .tab--item .tab-item--text,
    .tab--item.reverse .tab-item--img,
    .tab--item.reverse .tab-item--text {
        padding-left: 0;
        padding-right: 0
    }

    .tab-img--cover {
        width: fit-content
    }

    .tab-item--img {
        margin: 0 clamp(2rem, 5.8vw, 5rem) 5rem clamp(2rem, 5.8vw, 5rem)
    }

    @supports(margin-bottom: clamp(2.5rem, 6vw, 5rem)) {
        .tab-item--img {
            margin-bottom: clamp(2.5rem, 6vw, 5rem)
        }
    }

    .tab-item--text {
        margin: 0 clamp(2rem, 5.8vw, 5rem)
    }

    .tab-item--text .tab-item--btn {
        display: flex;
        justify-content: center
    }

    .tab-item--container.tab-big {
        max-width: calc(1147px + 4rem);
        padding: 0 2rem;
        margin: auto
    }

    .tab--item {
        margin-bottom: 4rem
    }

    .tab--item .perex-large {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .tab--item .p-large {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .tab--item p {
        max-width: 100%
    }

    .tab--nav li {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .3rem 1rem
    }

    .tab--nav li.tab-active h4:after {
        width: 100%;
        bottom: -7px
    }

    .tab--nav h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center
    }
}

@media only screen and (max-width: 800px) {
    .item-text--btn {
        display: block
    }

    .item-text--btn a {
        margin: 0 auto;
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .tab--nav h4 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media only screen and (max-width: 576px) {

    .tab-item--container.tab-small,
    .tab-item--container.tab-big {
        padding: 0
    }

    .tab--description {
        margin: 0 clamp(2rem, 5.8vw, 5rem)
    }

    .tab-nav--container {
        padding: 0 .5rem
    }
}

.faq--nav ul {
    padding: 0;
    margin: 0
}

.faq--nav li {
    padding-left: 3rem;
    padding-right: 2rem;
    cursor: pointer;
    list-style: none;
    margin-bottom: 1px;
    position: relative
}

.faq--nav li:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .1s width ease-in-out
}

.faq--nav li:not(.active) {
    background: rgba(255, 255, 255, .9)
}

.faq--nav li:not(.active) p {
    color: #0f384d;
    opacity: .5
}

.faq--nav li:is(.active),
.faq--nav li:focus,
.faq--nav li:hover {
    background: #f5f7fa;
    transition: all .3s ease-in-out
}

.faq--nav li:is(.active) p,
.faq--nav li:focus p,
.faq--nav li:hover p {
    color: #004b98;
    opacity: 1
}

.faq--nav li:is(.active.border-colored):after {
    background: var(--border-color-light);
    background: linear-gradient(0deg, var(--border-color-dark) 30%, var(--border-color-light) 30%);
    width: 4px
}

.faq--nav p {
    padding: 1.75rem 0
}

.faq-content h3 {
    text-align: left
}

.faq-nav--list {
    display: block
}

.faq-nav--select {
    display: none
}

.faq--item {
    background-color: #fff;
    border-radius: .5rem;
    margin-bottom: .5rem;
    overflow: hidden;
    padding: 1.5rem 2rem;
    color: rgba(99, 101, 106, .8);
    font-weight: 300
}

.faq--item ul {
    padding-left: 2rem;
    list-style: initial
}

.faq--item a {
    text-decoration: underline;
    color: #004b98;
    display: inline;
    padding: 0;
    width: auto
}

.faq--item p {
    color: rgba(99, 101, 106, .8);
    opacity: 1;
    padding: 1.125rem 0 .5rem 0
}

@media only screen and (max-width: 1300px) {
    .faq--nav li {
        padding-left: 2rem;
        padding-right: 1rem
    }

    .faq--nav p {
        padding: 1rem 0
    }
}

@media only screen and (max-width: 992px) {
    .faq--nav {
        margin-bottom: 3rem
    }

    .faq--nav form {
        background-color: #fff;
        border-radius: .5rem;
        padding: 1rem 2rem
    }

    .faq-content h3 {
        font-size: 1.4rem
    }

    .faq--item {
        padding: 1rem 2rem
    }

    .faq-nav--list {
        display: none
    }

    .faq-nav--select {
        display: block
    }
}

.container-textpage-size-1>*:nth-child(n+2),
.container-textpage-size-2>*:nth-child(n+3),
.container-textpage-size-3>*:nth-child(n+4),
.container-textpage-size-4>*:nth-child(n+5),
.container-textpage-size-5>*:nth-child(n+6),
.container-textpage-size-6>*:nth-child(n+7),
.container-textpage-size-7>*:nth-child(n+8),
.container-textpage-size-8>*:nth-child(n+9),
.container-textpage-size-9>*:nth-child(n+10),
.container-textpage-size-10>*:nth-child(n+11) {
    display: none
}

.textpage h2 {
    font-size: 3.25rem;
    line-height: 4rem
}

.textpage h3,
.textpage h2.h-like-3 {
    font-size: 2.5rem;
    line-height: 3.25rem
}

.textpage h4 {
    font-size: 2rem;
    line-height: 2.75rem
}

.textpage h5 {
    font-size: 1.75rem;
    line-height: 2.25rem
}

.textpage h6 {
    font-size: 1.5rem;
    line-height: 2rem
}

@media screen and (max-width: 992px) {
    .textpage h2 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }

    .textpage h3,
    .textpage h2.h-like-3 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .textpage h4 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .textpage h5 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .textpage h6 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.textpage--show-more-btn {
    color: #0B3252;
    position: absolute;
    bottom: 0;
    text-decoration: none
}

.textpage--visible-elems--container {
    padding-bottom: 1.5rem;
    position: relative
}

.textpage--icon {
    text-decoration: none;
    color: #0B3252;
    transition: color .25s
}

.info-links {
    padding-left: 1rem;
    padding-right: 1rem
}

.info-links__links {
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (max-width: 768px) {
    .info-links {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .info-links__header {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media only screen and (max-width: 400px) {
    .info-links {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .info-links__header {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.color-boxes-circle div img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    object-fit: none;
    height: 80%;
    max-width: 100%
}

.color-boxes {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px
}

@media only screen and (max-width: 1200px) {
    .color-boxes {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media only screen and (max-width: 992px) {
    .color-boxes {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media only screen and (max-width: 576px) {
    .color-boxes {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (max-width: 400px) {
    .color-boxes {
        grid-template-columns: repeat(3, 1fr)
    }
}

.article img,
.article--imported img {
    max-width: 100%;
    border-radius: 1rem
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article--imported h1,
.article--imported h2,
.article--imported h3,
.article--imported h4,
.article--imported h5,
.article--imported h6 {
    color: #004b98
}

.article-section--header {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 20
}

.article--imported .header-3 {
    color: #004b98;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-bottom: .5em
}

.article--imported img {
    padding-bottom: 2rem;
    display: block;
    max-width: 100%
}

.article--imported p {
    padding-bottom: 2rem
}

.article--imported a {
    color: #0B3252;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.article--imported a:hover,
.article--imported a:focus {
    color: #0f384d;
    text-decoration: underline
}

.article--date {
    font-weight: 300;
    color: #0f284d;
    opacity: .5;
    display: block;
    padding-left: 5px
}

.offices--map {
    margin-top: 5rem
}

.offices--map .hero-title {
    text-align: center;
    padding-bottom: 2rem
}

.offices--map h5 {
    text-align: center;
    padding-bottom: 6.75rem
}

.offices-nav--item {
    margin-bottom: 2rem
}

.offices-nav--item sup {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    top: -1.5em;
    margin-right: 2rem;
    font-weight: 700;
    min-width: 20px;
    display: inline-block
}

.offices-nav--item h4 {
    opacity: .5
}

.offices-nav--item button {
    padding: 0
}

.offices-nav--item button:hover h4,
.offices-nav--item button:focus h4,
.offices-nav--item button:is(.active) h4 {
    color: #0B3252;
    opacity: 1
}

.office-nav--select {
    margin: 0 2rem 2rem 2rem
}

.office__hero .footer--btns {
    justify-content: start
}

.office__hero-title h1 {
    padding-bottom: .5rem
}

.office__hero-title .hero-title--parent {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 5rem 2.5rem var(--hero-text-left-padding)
}

.office-description h3 {
    max-width: 32ch
}

.office-description .p-medium {
    max-width: 55ch
}

.office-holiday {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 2rem;
    background-color: rgba(255, 203, 0, .6)
}

.office-holiday p {
    padding: 0
}

.office-holiday img {
    width: 100px
}

.office-holiday--mobile {
    display: flex;
    align-items: center;
    gap: .7rem
}

.office-holiday--mobile img {
    width: 23px
}

.office__employee {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    height: 50%;
    width: 25%;
    max-width: 300px;
    min-width: 270px
}

.office__employee:nth-child(1) {
    top: 0;
    border-top-left-radius: 1rem;
    border-bottom: 1px solid #dde1e5
}

.office__employee:nth-child(2) {
    top: 50%;
    border-bottom-left-radius: 1rem
}

.office__employee--img {
    height: 57%;
    padding: 0 1rem;
    display: flex;
    align-items: center
}

.office__employee--data {
    height: 43%;
    padding: 1rem;
    text-align: center
}

.office__employee--data--name {
    padding-bottom: 1rem
}

.hero-img--cover .hero-title--parent {
    display: none
}

@media only screen and (min-width: 992px) {
    .office-description--offset {
        transform: translateY(-20px)
    }
}

@media only screen and (max-width: 1200px) {
    .hero-title--parent {
        display: none
    }

    .hero-img--cover .hero-title--parent {
        display: block;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 992px) {
    .offices--map.container-hf {
        padding: 0 .375rem
    }

    .offices--map {
        margin-top: 10em
    }

    .offices--map h1 {
        font-size: 3.25rem;
        line-height: 3.625rem;
        letter-spacing: -0.06em;
        padding-bottom: 1.5rem
    }

    .offices--map h5 {
        font-size: 1.125rem;
        line-height: 1.625rem;
        padding-bottom: 5rem
    }

    .offices--map .hero-title,
    .offices--map h5 {
        text-align: left;
        padding-left: 2.625rem
    }

    .office-description .container-small {
        padding: 0 3rem
    }

    .office-description h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .office__employee {
        width: 100%;
        position: static;
        display: flex;
        max-width: 100%;
        border-radius: 1rem;
        margin-top: 1rem
    }

    .office__employee--img {
        height: auto
    }

    .office__employee--data {
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media screen and (max-width: 576px) {
    .office-holiday {
        flex-direction: column;
        align-items: start;
        gap: 1rem
    }

    .office-holiday img {
        width: 50px
    }

    .office__employee {
        flex-direction: column;
        max-width: 300px
    }
}

.countries {
    width: 100%;
    max-width: calc(1430px + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto
}

.countries .country_header {
    text-align: center
}

.countries_list-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
    margin: 0
}

.countries_list-nav button {
    color: inherit;
    font-weight: inherit;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 1.5rem 0
}

.countries_list-nav li {
    flex: 1;
    color: #63656a;
    position: relative;
    transition: all .3s ease-in-out
}

.countries_list-nav li:after {
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    background-color: #004b98;
    bottom: -2px;
    left: 0;
    transition: all .3s ease-in-out
}

.countries_list-nav li:last-child {
    flex: .6;
    width: fit-content
}

.countries_list-nav li:last-child:hover:after,
.countries_list-nav li:last-child.active:after {
    width: 100%
}

.countries_list-nav li.active,
.countries_list-nav li:hover {
    color: #004b98
}

.countries_list-nav li:hover:after,
.countries_list-nav li.active:after {
    width: 90%
}

.countries .country-detail--note {
    margin-top: -1.5rem
}

.countries_list {
    columns: 6;
    padding: 0;
    margin: 0
}

.countries_list li {
    font-weight: 300;
    font-size: 1.125rem;
    color: #0f284d;
    list-style: none;
    transition: all .3s ease-in-out;
    line-height: 2.5rem;
    letter-spacing: -0.02em
}

.countries_list li:hover,
.countries_list li.active {
    color: #004b98
}

.countries_list button {
    color: inherit;
    font-weight: inherit;
    display: block;
    width: 100%;
    text-align: left
}

.countries_list button.active {
    text-decoration: underline
}

.countries_contacts--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    justify-content: center
}

.countries_contacts--container>.category {
    min-width: calc(33.3333% - 1.5rem);
    max-width: calc(33.3333% - 1.5rem)
}

.countries_contacts--container.countries_dealers .category {
    max-width: 33.33333%
}

.countries_list--select {
    padding-bottom: 5rem;
    display: none
}

@media only screen and (max-width: 1100px) {
    .countries_contacts--container {
        justify-content: start
    }

    .countries_contacts--container>.category {
        min-width: calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem)
    }

    .countries .country_header * {
        text-align: left !important
    }
}

@media only screen and (max-width: 992px) {
    .countries_list {
        columns: 5
    }

    .countries_list-nav li {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 800px) {
    .countries_list {
        columns: 4
    }

    .countries_contacts--container>.category {
        min-width: 400px;
        max-width: 400px
    }
}

@media only screen and (max-width: 700px) {
    .countries_list--container {
        display: none
    }

    .countries_list--select {
        display: block
    }
}

@media only screen and (max-width: 576px) {
    .countries_contacts--container>.category {
        min-width: 100%;
        max-width: unset
    }
}

.search--container {
    display: flex;
    gap: 178px
}

.search--form {
    background-color: #fff;
    padding: 3.25rem 2.5rem 3.75rem 2.5rem;
    height: fit-content;
    border-radius: .75rem;
    max-width: 408px;
    width: 100%
}

.form-control:not(.selectize-control):not(.selectize-dropdown).search--input {
    background: transparent;
    margin-top: 1rem
}

.search--button {
    border: none;
    background-color: transparent
}

.search--button .search-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #94979e
}

.search--form--bar {
    background-color: rgba(240, 241, 242, .5);
    border-radius: .5rem;
    padding: 1.5rem 1.25rem
}

.search--form--bar input[type=text],
.search--form--bar input[type=text]::placeholder {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    opacity: 1
}

.search--form--bar input[type=text]::placeholder {
    color: #0f284d
}

.search--form--bar input[type=text] {
    color: #005992
}

.service-map--controls input {
    font-size: 20px;
    opacity: 1;
    font-weight: 300
}

.service-map--controls input::placeholder {
    font-size: 20px;
    opacity: 1;
    font-weight: 300
}

.pac-container {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: .75rem;
    overflow-y: auto
}

.pac-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    overflow: hidden
}

.pac-item :hover {
    background-color: #f1f1f1
}

.pac-item .pac-item-selected {
    background-color: #e0e0e0;
    font-size: 16px;
    color: #0f284d
}

.pac-item .pac-matched {
    color: #005992;
    font-size: 16px;
    font-weight: 300
}

.pac-item .pac-item-query {
    font-size: 16px;
    font-weight: 500
}

.pac-item .pac-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 .75rem 0 0;
    flex-shrink: 0
}

.pac-item .pac-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1
}

.pac-logo:after {
    display: none
}

.search--form--types label {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    color: #63656a;
    font-weight: 300;
    padding-left: .5rem
}

.search--result {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    width: 100%
}

.search--result a {
    color: inherit;
    text-decoration: none
}

.card--result {
    background-color: #fff;
    border-radius: .75rem;
    display: flex;
    overflow: hidden
}

.card--result--img-cover {
    width: 32%
}

.card--result--img-cover img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.card--result--text {
    flex: 1;
    padding: 1.5rem 2.75rem 1.375rem 2rem
}

.card--result--text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .search--container {
        gap: .875rem
    }
}

@media only screen and (max-width: 992px) {
    .search--container {
        flex-direction: column
    }

    .search--form {
        max-width: 100%;
        padding: 1rem 1rem 1.5rem 1rem
    }

    .search--form--types--inputs {
        display: flex;
        gap: 20px;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 576px) {
    .search--result {
        gap: 2rem
    }

    .card--result {
        flex-direction: column
    }

    .card--result--img-cover {
        width: 100%;
        max-height: 175px
    }

    .card--result--text {
        padding: 1rem 2rem 1.2rem 1.5rem
    }
}

@media only screen and (max-width: 400px) {
    .search--form--types--inputs div {
        flex: 1
    }
}

.popup {
    z-index: 40;
    padding: .875rem 0;
    position: relative
}

.popup p {
    font-weight: 500;
    text-align: center
}

.popup a {
    color: inherit;
    font-weight: 500
}

.popup .btn-close {
    position: absolute;
    width: .875rem;
    height: .875rem;
    right: 0;
    top: calc(50% - 0.4rem)
}

.popup-light {
    color: #fff;
    background-color: #0B3252
}

.popup-light .btn-close:after,
.popup-light .btn-close:before {
    background-color: rgba(255, 255, 255, .6)
}

@media only screen and (max-width: 992px) {
    .popup .btn-close {
        position: unset;
        display: block;
        margin: 0 1.25rem !important
    }

    .popup p {
        flex: 1;
        font-size: .875rem;
        line-height: 1.5rem;
        text-align: left
    }
}

.cookies-modal--container {
    padding: 0
}

.cookies-modal--content {
    width: 700px;
    max-width: 100%
}

.cookies-modal--content .modal-body {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.cookies-modal--content .modal-content {
    flex-direction: inherit
}

.cookies-modal--img {
    position: relative;
    display: flex;
    padding-right: 1rem
}

.cookies-modal--img img {
    max-width: 160px;
    margin-top: -2rem;
    align-self: center
}

.cookies-modal--img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12.5%;
    width: 1px;
    height: 70%;
    background-color: #dde1e5
}

@media screen and (max-width: 650px) {
    .cookies-modal--content .modal-content {
        flex-direction: column
    }

    .cookies-modal--content .modal-body {
        padding-top: 1rem
    }
}

@media screen and (max-width: 400px) {
    .cookies-modal--img img {
        max-width: 100px
    }

    .cookies-modal--content .modal-body {
        padding-left: 0
    }
}

.gm-style img[src*="/images/icons/map_marker.svg"] {
    left: -20px !important;
    top: -18px !important;
    width: auto !important;
    height: auto !important;
    border: 20px solid rgba(0, 170, 231, .1) !important;
    border-radius: 24px
}

.gm-style div {
    overflow: unset !important
}

.welcomeModal .modal-header {
    border-bottom: none;
    padding: 2rem 2rem .5rem 2rem
}

.welcomeModal .modal-body {
    padding: 0 3.75rem 2rem 3.75rem
}

.welcomeModal .modal-dialog {
    max-width: 555px
}

.welcomeModal .modal-footer {
    background-color: #f0f1f2;
    padding: 0;
    border: unset;
    border-radius: unset
}

.welcomeModal .modal-footer a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 3.125rem 1.5rem 3.75rem
}

.welcomeModal .modal-footer svg {
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.welcomeModal .modal-footer:hover a {
    color: #004b98
}

.welcomeModal .modal-footer:hover svg {
    stroke: #004b98;
    transform: translateX(5px)
}

.welcomeModal .modal-content {
    border-radius: .75rem;
    overflow: hidden
}

.welcomeModal h4 {
    padding-bottom: 1.5rem
}

.modal--btn-close--container {
    padding: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    line-height: 1rem;
    margin-bottom: 10px
}

.modal-dialog--video {
    max-width: 1024px
}

.modal-dialog--video video {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto
}

.de-partners-modal .modal-dialog {
    max-width: 1400px;
    width: 90vw
}

.de-partners-modal .de-partners-list--container {
    display: grid;
    grid-template-columns: auto auto auto
}

@media only screen and (max-width: 1200px) {
    .de-partners-modal .de-partners-list--container {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width: 992px) {
    .welcomeModal .modal-body {
        padding: 2.5rem 2.5rem .75rem 2.5rem
    }

    .welcomeModal .modal-footer a {
        padding: 1.25rem 2.25rem 1rem 2.5rem
    }

    .welcomeModal .perex-medium {
        padding-bottom: 2.5rem
    }
}

@media only screen and (max-width: 768px) {
    .de-partners-modal .modal-dialog {
        width: auto
    }

    .de-partners-modal .de-partners-list--container {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 400px) {
    .welcomeModal .modal-body {
        padding: 1.5rem 1.5rem .5rem 1.5rem
    }

    .welcomeModal .modal-footer a {
        padding: 1rem 1.25rem .75em 1.5rem
    }
}

.img-solax-monitoring-app {
    width: 450px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 161, 224, .5)
}

.agent-salesman--section {
    background: #fff;
    box-shadow: 0 0 2px 0 #dde1e5;
    border-radius: 1rem
}

.as--header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #dde1e5
}

.as--header--email {
    font-size: .75rem;
    color: #c1c1c1
}

.as--header--out {
    padding-left: 1rem;
    color: #c1c1c1
}

.as--content--menu {
    width: 250px;
    background: #bee8ff;
    background: linear-gradient(162deg, #bee8ff 0%, #0B3252 100%);
    border-bottom-left-radius: 1rem;
    padding-top: 1rem
}

.as--menu--item {
    padding: .75rem 2rem 0 2rem;
    text-decoration: none;
    align-items: center;
    font-size: .875rem
}

.as--menu--item:hover .as--mi--text {
    text-decoration: underline
}

.as--mi--text {
    padding: 0 .75rem;
    font-size: 1rem
}

.as--content--body {
    padding: 1.5rem 2rem;
    min-height: 500px;
    flex: 1
}

.as--content--body .link-secondary {
    font-weight: 300
}

.as-cb hr {
    width: 100px;
    color: rgba(0, 161, 224, .5)
}

.as-cb--demand--item hr {
    width: 50%;
    color: #dde1e5
}

.as-cb--date {
    padding-left: 1rem;
    font-size: .75rem;
    color: #c1c1c1
}

@media(max-width: 768px) {
    .as--content {
        display: block !important
    }

    .as--content--menu {
        flex-direction: row !important;
        background: linear-gradient(162deg, #bee8ff 0%, rgba(0, 161, 224, 0.5) 100%);
        width: 100%;
        padding-top: .5rem;
        border-radius: 0
    }

    .as--menu--item {
        padding: .75rem 2rem
    }

    .as--menu--item .fa-chevron-right {
        display: none
    }
}

@media(max-width: 500px) {
    .as--menu {
        justify-content: space-between
    }

    .as--menu--item {
        padding: .75rem 0;
        flex: 1;
        justify-content: center !important
    }

    .as--menu--item .as--mi--left {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .as--menu--item .as--mi--left i {
        margin-bottom: .25rem
    }
}

@media screen and (max-width: 650px) {
    .config-hansc {
        max-height: 501px
    }
}

.pageBook {
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden
}

.pageBook--container {
    display: flex;
    width: 100%;
    max-width: 2560px;
    height: 90vh;
    max-height: 1160px;
    padding: max(calc(2rem + 5vh), 3rem) 0
}

.pageBook--container-twopage {
    width: 50%;
    height: fit-content;
    padding: 0;
    position: relative
}

.pageBook--container-twopage:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #dde1e5;
    position: absolute;
    margin: auto;
    top: 10%
}

.pageBook--container-twopage {
    box-sizing: content-box;
    flex-direction: column;
    width: 100%;
    max-height: unset
}

.pageBook--img {
    width: 50%;
    border-radius: 0 .75rem .75rem 0;
    overflow: hidden;
    position: relative
}

.pageBook--img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.pageBook--img-twopage {
    object-fit: cover;
    align-items: center;
    margin: 1rem auto;
    object-position: center center;
    width: 95%;
    overflow: hidden;
    max-height: 40vh;
    border-radius: 1rem 1rem 0 0
}

.pageBook--img-modal-twopage {
    max-height: unset;
    height: 50vh
}

@media only screen and (max-width: 992px) {
    .pageBook--img-modal-twopage {
        margin: 0 auto
    }
}

.pageBook--nav--container,
.pageBook--btns {
    position: absolute;
    margin: 0 2rem;
    z-index: 100
}

.pageBook--btns {
    display: flex;
    justify-content: space-between;
    top: calc(50% - 33px);
    width: calc(100% - 4rem)
}

.pageBook--btns a {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 75, 152, .1);
    border-radius: 100px;
    padding: 1rem 1.25rem;
    display: flex
}

.pageBook--nav--container {
    bottom: 0;
    justify-content: center;
    width: calc(100% - 4rem)
}

.pageBook--nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 2rem 0
}

.pageBook--nav .dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 10px
}

.pageBook--nav .dot.active {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.pageBook--text--container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    align-items: center;
    position: relative
}

.pageBook--text {
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
    padding: 6rem 20% 2rem 20%
}

@media only screen and (max-width: 1500px) {
    .pageBook--text {
        padding: 5rem 3rem 2rem 3rem
    }
}

@media only screen and (max-width: 576px) {
    .pageBook--text {
        padding: 2rem 1.5rem
    }
}

.pageBook--pageNumber-twopage {
    padding: .5rem;
    color: #94979e;
    margin: 0 auto -1.6rem auto
}

.pageBook--pageNumber-modal-twopage {
    position: absolute;
    padding: 2rem;
    bottom: 0;
    background-color: #f0f1f2;
    width: 100%;
    text-align: center;
    display: block
}

.pageBook--text--container-twopage {
    width: 100%;
    height: 48vh;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start
}

.pageBook--text--container-twopage .pageBook--text-twopage {
    position: inherit
}

.pageBook--text--container-modal-twopage {
    height: 50vh;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .pageBook--text--container-modal-twopage {
        height: 60vh
    }
}

.pageBook--text--container-modal-twopage .pageBook--text-modal-twopage {
    padding: 4rem 10% 0 10%;
    overflow-y: auto
}

.pageBook--btn-back {
    position: absolute;
    top: 5%;
    right: 0;
    opacity: .8;
    z-index: 100;
    padding-right: 3rem;
    text-align: right
}

.pageBook--btn-back svg {
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.pageBook--btn-back:hover svg,
.pageBook--btn-back:focus svg {
    transform: translateX(-5px)
}

.pageBook--btn-back a {
    display: flex;
    gap: .5rem;
    color: inherit;
    text-decoration: none
}

.pageBook--btn-back--twopage {
    position: relative;
    margin: 1rem 0 auto auto;
    background-color: transparent;
    display: flex;
    justify-content: end
}

.pageBook .owl-carousel .owl-nav {
    right: unset;
    margin: 0 2rem;
    width: calc(50% - 4rem);
    max-width: calc(1287px - 4rem);
    background-color: unset;
    backdrop-filter: unset;
    border: unset;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width: 992px) {
    .pageBook .owl-carousel .owl-nav {
        display: none !important
    }
}

.pageBook .owl-carousel .owl-nav:after {
    display: none
}

.pageBook .owl-carousel button.owl-prev,
.pageBook .owl-carousel button.owl-next {
    background-color: rgba(255, 255, 255, .8) !important;
    border: 1px solid rgba(0, 75, 152, .1);
    border-radius: 100px;
    padding: 1rem 1.25rem 1rem 1.25rem !important
}

.pageBook .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10%;
    margin: 2rem;
    width: calc(50% - 4rem)
}

@media only screen and (max-width: 992px) {
    .pageBook .owl-carousel .owl-dots {
        top: 35vh;
        width: 100%;
        margin: 0
    }
}

.pageBook .owl-carousel--twopage .owl-nav {
    left: .5rem;
    max-width: calc(2574px - 5rem);
    width: calc(100% - 5rem)
}

@media only screen and (max-width: 992px) {
    .pageBook .owl-carousel--twopage .owl-nav {
        display: flex;
        left: .5rem;
        max-width: calc(2574px - 5rem);
        width: calc(100% - 5rem);
        top: 40%;
        justify-content: space-between
    }
}

@media only screen and (min-width: 992px) {
    .pageBook .owl-carousel--twopage .owl-dots {
        position: relative;
        width: 100%;
        margin: auto auto 0 auto;
        bottom: 0;
        background: transparent
    }

    .pageBook .owl-carousel--twopage .owl-dots .owl-dot {
        background-color: rgba(0, 161, 224, .37)
    }

    .pageBook .owl-carousel--twopage .owl-dots .owl-dot.active {
        background-color: #0B3252
    }
}

.pageBook .owl-carousel--twopage.owl-carousel--modal-twopage .owl-nav {
    top: 40vh
}

.pageBook .owl-carousel--twopage.owl-carousel--modal-twopage .owl-dots {
    width: 100%;
    margin: 0 auto
}

.pageBook-modal .pageBook--btn-back {
    top: 0
}

.pageBook-modal .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 2rem;
    width: calc(50% - 4rem)
}

@media only screen and (max-width: 992px) {
    .pageBook-modal .owl-carousel .owl-dots {
        top: 35vh;
        width: 100%;
        margin: 0
    }
}

.pageBook-modal .pageBook--container {
    height: 100vh;
    max-height: unset;
    padding: 0
}

.pageBook-modal .pageBook--img {
    border-radius: 0
}

.pageBook-modal .pageBook--btn-back {
    top: 5rem;
    right: 4rem
}

.pageBook-modal .pageBook--btn-back .btn-close {
    width: 3rem;
    height: 3rem
}

@media only screen and (max-width: 992px) {
    .pageBook--container {
        flex-direction: column;
        padding-top: 0;
        height: unset
    }

    .pageBook--pageNumber-twopage {
        margin: 0 auto -0.5rem auto
    }

    .pageBook--container-twopage {
        flex-direction: column
    }

    .pageBook--img,
    .pageBook--text--container {
        width: 100%
    }

    .pageBook--text--container {
        align-items: unset
    }

    .pageBook--img {
        border-radius: 0;
        height: 40vh
    }

    .pageBook--btn-back {
        top: 4%;
        right: 1rem;
        background-color: rgba(255, 255, 255, .9);
        padding: .4rem
    }

    .pageBook--btn-back.pageBook--btn-back--twopage {
        background-color: transparent
    }

    .pageBook--btn-back .btn-close {
        width: 2rem;
        height: 2rem;
        background-color: unset
    }

    .pageBook .owl-carousel .owl-item img {
        display: unset
    }

    .modal-fullscreen .modal-content {
        height: unset
    }
}

@media only screen and (max-width: 576px) {
    .pa .pageBook--btns a {
        padding: .5rem .75rem
    }
}

.realization--container {
    max-width: 100%;
    position: relative;
    padding-bottom: 4rem;
    overflow: hidden
}

.realization--container .owl-carousel {
    max-width: 1133px
}

.realization--carousel--container {
    display: flex;
    justify-content: end
}

.realization--text {
    padding: 10rem 14.188rem 6.25rem 6rem;
    background-color: #fff;
    position: relative;
    min-width: 500px;
    min-height: 850px;
    width: 42%
}

.realization--text h2 {
    padding-bottom: 2.625rem
}

.realization--text .realization--text--cover {
    padding-bottom: 3.75rem;
    max-width: 60ch
}

.realization--text:before,
.realization--text:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 1px
}

.realization--text:before {
    top: 0;
    right: -4rem;
    width: 4rem;
    height: 100%
}

.realization--text:after {
    bottom: -4rem;
    left: 0;
    width: 100%;
    height: 4rem
}

.realization-text--info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 2.375rem
}

.realization-text--info div {
    flex: 1
}

.realization-text--info div p:first-child {
    padding-bottom: 8px !important;
    font-weight: 500
}

.realization-text--info p {
    padding: 0 !important
}

.last-realization--carousel,
.realization--carousel {
    width: 100%;
    margin-left: -200px;
    padding-left: 97px;
    overflow: hidden;
    z-index: 10
}

.last-realization--carousel {
    padding-right: 97px
}

.last-realization--carousel .owl-carousel .owl-nav {
    right: -73px
}

.realization--carousel {
    padding-right: 200px;
    margin-left: 0;
    width: calc(100% - 42%);
    position: absolute;
    top: 50%;
    transform: translateY(-53%)
}

.realization--carousel .owl-carousel .owl-nav {
    right: -72px
}

.realization--carousel-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.realization--carousel-item img {
    max-width: 1133px;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    display: block
}

.realization--carousel-item .item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    z-index: 10
}

.realization--carousel-item .item-text h6 {
    padding-bottom: 1.75rem
}

.realization--carousel-item .item-text>div {
    gap: .25rem
}

.realization-text-short .realization--introduction {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    font-weight: 300
}

.realization-text-short p {
    font-size: 3.25rem;
    line-height: 4rem;
    letter-spacing: -0.02em
}

@media only screen and (max-width: 992px) {
    .realization-text-short {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .realization-text-short .realization--introduction {
        font-size: .875em;
        line-height: 1.25rem;
        padding-bottom: 1.5rem
    }

    .realization-text-short p {
        line-height: 2.25rem;
        font-size: 1.75rem
    }
}

@media only screen and (max-width: 992px) {
    .realization-text-long {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.realization-text-long h2,
.realization-text-long h3,
.realization-text-long h4,
.realization-text-long h5,
.realization-text-long h6 {
    color: #004b98;
    padding-bottom: .8em
}

.realization-link {
    padding: 1.375rem 3.75rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background-color: #004b98;
    position: fixed;
    transform: rotate(-90deg);
    right: -93px;
    top: 40%;
    font-weight: 300;
    z-index: 40;
    transition: all .3s ease-in-out
}

.realization-link:hover {
    color: #fff;
    background-color: #0B3252
}

.realizations--container {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 2rem
}

.realizations--card {
    border-radius: .75rem;
    overflow: hidden
}

.realizations--card a {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column
}

.realizations--card:hover svg {
    transform: translateX(5px)
}

.realizations--card:hover .category-footer span {
    color: #004b98
}

.realizations--card:hover .category-footer svg {
    stroke: #004b98
}

.realizations--card:hover img.animate {
    transform: scale(1.05)
}

.realizations--card--img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.realizations--card--body {
    min-height: 420px
}

.realizations--card--body img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: .3s all ease-in-out
}

.realizations--card--footer {
    padding: 1.75rem 2.5rem 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .5)
}

.realizations--card--footer span {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: #0B3252
}

.realizations--card--footer svg {
    transition: .4s cubic-bezier(0, 1.22, 0.66, 1.39)
}

.realizations--card--text {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 0 2.5rem 2rem 2.5rem
}

@media only screen and (max-width: 2560px) {
    .realization--carousel {
        width: calc(100% - 39%)
    }
}

@media only screen and (max-width: 1920px) {
    .realization--carousel {
        width: 68%;
        padding-right: 100px
    }
}

@media only screen and (max-width: 1700px) {
    .realization--text {
        min-height: 700px
    }
}

@media only screen and (max-width: 1600px) {
    .realization--text {
        padding: 8rem 6rem 5rem 6rem
    }

    .realization--carousel {
        width: 63%
    }
}

@media only screen and (max-width: 1500px) {

    .last-realization--carousel,
    .realization--carousel {
        margin: 0;
        padding: 0 8rem 0 3.75rem;
        overflow: unset;
        width: unset;
        z-index: 10;
        position: relative
    }

    .last-realization--carousel .owl-carousel .owl-nav,
    .realization--carousel .owl-carousel .owl-nav {
        bottom: -5rem;
        right: -4rem;
        top: unset
    }

    .realization--carousel {
        display: block;
        width: 100%;
        top: 0;
        transform: none
    }

    .realization--carousel .owl-carousel .realization--carousel-item:not(:first-child) {
        display: none
    }

    .realization--carousel .realization--carousel-item img {
        max-width: 1133px
    }

    .realization--text {
        width: 100%;
        margin-top: 11.25rem;
        padding: 16.25rem 3.75rem 4rem 3.75rem;
        height: unset;
        min-height: unset;
        max-height: unset;
        max-width: unset;
        min-width: unset;
        z-index: 1
    }

    .realization--text:before {
        display: none
    }

    .realization--text:after {
        width: 90%
    }

    .realization-text--info {
        gap: 50px
    }

    .realization-text--info div {
        flex: unset
    }
}

@media only screen and (max-width: 1300px) {
    .realization-link {
        padding: 1rem 2.7rem;
        font-size: 1rem;
        line-height: 1.5rem;
        right: -70px
    }
}

@media only screen and (max-width: 992px) {
    .realization--text {
        padding: 13.5rem 2.125rem 4rem 3.125rem
    }

    .realization--text h2 {
        padding-bottom: 1.188rem
    }

    .realization--text .realization--text--cover {
        padding-bottom: 2.5rem
    }

    .realization--text:after {
        bottom: -2.5rem;
        height: 2.5rem
    }

    .realization--carousel-item .overlay.overlay-blue-light::after {
        background: linear-gradient(var(--overlay-angle), rgba(0, 38, 48, 0.5) 20%, rgba(26, 26, 26, 0) var(--overlay-end))
    }

    .last-realization--carousel {
        padding: 0 8rem 0 3.25rem
    }

    .last-realization--carousel .owl-carousel .owl-nav {
        bottom: -5.5rem;
        right: 3.125rem
    }

    .realization--carousel {
        padding: 0 8rem 0 3.125rem
    }

    .realization-text--info p {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .realization-link {
        display: none
    }

    .realizations--container {
        grid-template-columns: 1fr;
        row-gap: 2.5rem
    }

    .realizations--card--text {
        padding: 0 2rem 1.5rem 2rem
    }

    .realizations--card--text h6 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .realizations--card--footer {
        padding: 1.75rem 2rem 1.5rem 2rem
    }
}

@media only screen and (max-width: 576px) {
    .last-realization--carousel {
        margin-right: 11vw;
        padding: 0 1rem
    }

    .last-realization--carousel .owl-carousel .owl-nav {
        display: none
    }

    .realization--carousel-item .item-text h6 {
        padding-bottom: 1.5rem
    }

    .realization--carousel {
        padding: 0 2rem 0 1rem
    }

    .realization--carousel .owl-carousel .owl-item img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%
    }

    .realization-text--info {
        gap: 0
    }

    .realization-text--info div {
        flex: 1
    }

    .realizations--container {
        margin: 0 -0.5rem
    }
}

@media only screen and (max-width: 400px) {
    .realization--carousel-item .item-text {
        padding: 1rem
    }
}

.page-map--list {
    columns: 3;
    padding-bottom: 5rem
}

.page-map--list>li {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    padding-right: 2rem
}

.page-map--list>li a {
    color: #0B3252;
    padding: .25em .3em .25em .3em;
    width: 100%;
    display: block;
    height: 100%
}

.page-map--list>li:hover a {
    color: #004b98
}

.page-map--list>li>ul {
    font-size: 1.1rem
}

.page-map--list>li>ul a {
    color: rgba(99, 101, 106, .9) !important
}

.page-map--list>li>ul a:hover {
    opacity: .8;
    background-color: rgba(255, 255, 255, .6)
}

.page-map--list>li>ul li>ul a {
    font-size: 1rem;
    color: rgba(99, 101, 106, .7)
}

@media only screen and (max-width: 1300px) {
    .page-map--list {
        columns: 2
    }
}

@media only screen and (max-width: 992px) {
    .page-map--list {
        columns: 1
    }
}

@media only screen and (max-width: 576px) {

    .page-map--list,
    .page-map--list ul {
        padding-left: 1rem
    }
}

.LP-pk {
    overflow: hidden
}

.LP-pk h1,
.LP-pk h2 {
    text-transform: uppercase;
    padding-bottom: 2.25rem;
    font-weight: 900
}

.LP-pk h3 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 900
}

.LP-pk h4,
.LP-pk h5 {
    font-weight: 900
}

.LP-pk__header {
    position: relative;
    background-color: #aae8fe
}

.LP-pk__header--hero {
    padding-top: 4.5rem;
    position: relative;
    height: clamp(450px, 37vw, 700px);
    z-index: 10
}

.LP-pk__header--hero img {
    position: absolute;
    top: 0;
    left: -28px;
    height: 100%;
    z-index: -1
}

.LP-pk__header--text {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #004680;
    padding: 0 1rem;
    z-index: 10;
    position: relative
}

.LP-pk__header--text h3 {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2rem
}

.LP-pk__header--text p {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.LP-pk__header--text-padding {
    padding-top: 2.75rem;
    padding-bottom: 2rem
}

.LP-pk__header--text a {
    color: #004680;
    margin: 4rem 0 4.375rem 0
}

.LP-pk__header .LP__bcg-img {
    z-index: 1;
    height: unset
}

.LP-pk__pump {
    padding: 3rem 1rem 0 1rem
}

.LP-pk__pump h3 {
    color: #004680;
    text-align: center
}

.LP-pk__pump h4 {
    color: #00ace1;
    font-size: 2.5rem
}

.LP-pk__pump-1 {
    max-width: 1100px;
    width: 100%;
    margin: 0rem auto 5rem auto;
    position: relative
}

.LP-pk__pump-1 h3 {
    padding-bottom: 2.75rem
}

.LP-pk__pump-1 p {
    font-size: 2.25rem;
    color: #004680;
    text-align: center;
    line-height: 2.5rem
}

.LP-pk__pump-1 .LP-pk__leaf {
    position: absolute;
    top: 0;
    right: -250px;
    height: 100%;
    width: auto
}

.LP-pk__pump-2 h4 {
    text-align: center;
    padding-bottom: 2.75rem
}

.LP-pk__pump-2 .LP-pk__benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #004680;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 1.75rem;
    line-height: 2.25rem;
    column-gap: 2rem;
    row-gap: 5rem;
    justify-content: center;
    padding-bottom: 7.5rem;
    position: relative
}

.LP-pk__pump-2 .LP-pk__benefits p {
    max-width: 315px
}

.LP-pk__pump-2 .LP-pk__benefits .LP-pk__benefit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem
}

.LP-pk__pump-2 .LP-pk__benefits .LP-pk__benefit img {
    width: 82px;
    height: auto
}

.LP-pk__pump-2 .LP-pk__benefits .LP-pk__leaf {
    position: absolute;
    bottom: -45px;
    left: -110px
}

.LP-pk__product-gallery {
    padding-bottom: 6rem;
    position: relative
}

.LP-pk__product-gallery h3 {
    color: #004680;
    padding: 0 1rem 3.25rem 1rem
}

.LP-pk__product-gallery h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding: 3rem 1rem 1.5rem 1rem;
    color: #004680;
    text-align: center
}

.LP-pk__product-gallery p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    width: 100%;
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem
}

.LP-pk__product-gallery .LP-pk__leaf {
    position: absolute;
    right: 100px;
    bottom: 0
}

.LP-pk__product-gallery .owl-carousel {
    max-width: 760px;
    margin: 0 auto
}

.LP-pk__product-gallery .owl-item h5,
.LP-pk__product-gallery .owl-item p {
    opacity: 0;
    transition: opacity .2s ease-in
}

.LP-pk__product-gallery .owl-item.active h5,
.LP-pk__product-gallery .owl-item.active p {
    opacity: 1
}

.LP-pk__product-gallery .owl-carousel .owl-nav {
    left: -10%;
    width: 120%;
    top: 260px;
    background-color: transparent;
    backdrop-filter: none;
    border: unset;
    display: flex;
    justify-content: space-between;
    height: 3.25rem
}

.LP-pk__product-gallery .owl-carousel .owl-nav svg {
    height: 100%;
    width: 3.25rem;
    stroke: transparent;
    fill: rgba(255, 255, 255, .8)
}

.LP-pk__product-gallery .owl-carousel .owl-nav button.disabled svg {
    stroke: transparent;
    fill: rgba(255, 255, 255, .6)
}

.LP-pk__product-gallery .owl-carousel .owl-nav button.owl-prev,
.LP-pk__product-gallery .owl-carousel .owl-nav button.owl-next {
    height: 100%;
    padding: 0 !important
}

.LP-pk__product-gallery .owl-carousel .owl-nav button.owl-prev:hover svg,
.LP-pk__product-gallery .owl-carousel .owl-nav button.owl-next:hover svg {
    stroke: transparent;
    fill: #fff
}

.LP-pk__product-gallery .owl-carousel .owl-nav:after {
    display: none
}

.LP-pk__bcg-blue {
    background: #8ae0ff;
    background: linear-gradient(0deg, #ADE3F7 0%, #b8e5f6 62%, white 100%)
}

.LP-pk__bcg-white {
    background: #fff
}

.LP-pk__video {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.LP-pk__video h3 {
    text-align: center;
    color: #004680;
    padding-bottom: 3rem
}

.LP-pk__video--cover {
    display: flex;
    align-items: center;
    margin-bottom: 5rem
}

.LP-pk__video--cover div,
.LP-pk__video--cover video {
    flex: 1
}

.LP-pk__video--cover p {
    padding-left: 100px;
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #004680
}

.LP-pk__video--list {
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding-bottom: 4.75rem
}

.LP-pk__video--list h4 {
    color: #00ace1;
    padding: 0 1rem 2rem 1rem
}

.LP-pk__video--list ul {
    font-size: 1.5rem;
    color: #004680
}

.LP-pk__video--list li {
    padding: .5rem 1rem
}

.LP-pk__qbig {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
    position: relative
}

.LP-pk__qbig h3 {
    text-align: center;
    color: #00ace1;
    padding-bottom: 2.5rem
}

.LP-pk__qbig>p {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #004680;
    padding: 0 1rem
}

.LP-pk__qbig--icons {
    padding: 6.25rem 1rem 3.5rem 1rem;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 3rem
}

.LP-pk__qbig--icon {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 1rem;
    max-width: 280px;
    align-items: center;
    align-items: center;
    margin: 0 auto
}

.LP-pk__qbig--icon p {
    color: #00ace1;
    font-size: 1.5rem
}

.LP-pk__qbig--icon img {
    height: 4rem;
    width: 4rem
}

.LP-pk__qbig--footer {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    column-gap: 3.75rem
}

.LP-pk__qbig--footer img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.LP-pk__qbig--footer--btn {
    display: flex;
    align-items: center
}

.LP-pk__qbig--footer div {
    flex: 1
}

.LP-pk__qbig .LP-pk__leaf {
    position: absolute
}

.LP-pk__qbig .LP-pk__leaf.leaf1 {
    top: 8%;
    left: 4%
}

.LP-pk__qbig .LP-pk__leaf.leaf2 {
    bottom: 10%;
    right: 3%
}

.LP-pk__form--container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row
}

.LP-pk__form {
    margin: 6.25rem 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.LP-pk__form .form-check {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.LP-pk__form .form-check .form-check-btn-label {
    padding: .5rem .75rem
}

.LP-pk__form .form-check .form-check-input {
    margin-right: 10px
}

.LP-pk__form .form-check label.form-check-label {
    display: flex;
    align-items: center
}

.LP-pk__form .form-check.form-radio-btns {
    gap: .25rem
}

.LP-pk__form form {
    max-width: 580px
}

.LP-pk__form--text {
    margin: 6.25rem 0;
    color: #fff;
    font-size: 3.125rem;
    line-height: 4rem;
    flex: 1
}

.LP-pk__form--text p {
    width: 100%;
    max-width: 750px;
    padding-left: 1rem
}

.LP-pk__accessories {
    padding: 5.5rem 0 4rem 0;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    position: relative
}

.LP-pk__accessories h3 {
    text-align: center;
    color: #00ace1;
    padding-bottom: 4.5rem
}

.LP-pk__accessories--row {
    padding-bottom: 3rem
}

.LP-pk__accessories--row h3 {
    color: #004680;
    padding: 0 1rem 2rem 1rem;
    position: relative;
    z-index: 2
}

.LP-pk__accessories--row p {
    font-size: 1.5rem;
    color: #00ace1;
    padding-bottom: 3rem;
    max-width: 720px;
    position: relative;
    z-index: 2
}

.LP-pk__accessories--row a {
    margin: 0 auto;
    display: block
}

.LP-pk__accessories--row img {
    position: absolute;
    height: 300px;
    top: -70px;
    z-index: 1
}

.LP-pk__accessories--row .img1 {
    right: -300px
}

.LP-pk__accessories--row .img2 {
    left: -115px
}

.LP-pk__accessories--row .img3 {
    right: -90px
}

.LP-pk__accessories--row .img4 {
    left: -170px
}

.LP-pk__accessories--row:nth-child(2n+1) p {
    margin-left: auto
}

.LP-pk__accessories--row--text {
    position: relative
}

.LP-pk__accessories .LP-pk__leaf {
    position: absolute
}

.LP-pk__accessories .LP-pk__leaf.leaf1 {
    top: 26%;
    right: -32%
}

.LP-pk__accessories .LP-pk__leaf.leaf2 {
    bottom: 25%;
    left: -44%
}

.LP-pk__accessories .LP-pk__leaf.leaf3 {
    bottom: 25%;
    right: -36%
}

.LP-pk__moover {
    position: relative
}

.LP-pk__moover--img {
    width: 77%;
    max-width: 1465px
}

.LP-pk__moover--img img {
    width: 100%;
    object-fit: cover;
    object-position: center left
}

.LP-pk__moover--card {
    padding: 4.25rem 4rem 5rem 4rem;
    max-width: 630px;
    position: absolute;
    bottom: 0;
    right: 5%;
    background-color: #ffd500
}

.LP-pk__moover--card h3 {
    padding-bottom: 3rem;
    color: #004680
}

.LP-pk__moover--card span {
    color: #e5417a
}

.LP-pk__moover--card p {
    font-size: 1.5rem;
    color: #004680;
    padding-bottom: 2rem
}

.LP-pk__moover .LP-pk__leaf {
    position: absolute;
    top: 18%;
    right: 7%
}

@media only screen and (max-width: 1800px) {
    .LP-pk__moover .LP-pk__leaf {
        display: none
    }
}

.LP-pk__gallery {
    position: relative;
    z-index: 2;
    padding-bottom: 15rem
}

.LP-pk__gallery h3 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    color: #004680;
    padding: 4.75rem 1rem
}

.LP-pk__gallery .LP-pk__leaf {
    position: absolute
}

.LP-pk__gallery .LP-pk__leaf.leaf1 {
    top: 26%;
    right: 3%
}

.LP-pk__gallery .LP-pk__leaf.leaf2 {
    bottom: 16%;
    left: 0%
}

@media only screen and (max-width: 1800px) {
    .LP-pk__gallery .LP-pk__leaf {
        display: none
    }
}

@media only screen and (max-width: 1600px) {

    .LP-pk h1,
    .LP-pk h2 {
        line-height: 3.75rem;
        font-size: 3rem
    }

    .LP-pk h3 {
        font-size: 3rem;
        line-height: 3.5rem
    }

    .LP-pk__header--text p {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .LP-pk__pump-2 .LP-pk__benefits {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .LP-pk__pump-2 .LP-pk__benefits .LP-pk__benefit img {
        width: 60px
    }
}

@media only screen and (max-width: 1500px) {
    .LP-pk__moover--card {
        padding: 2.25rem 2rem 3rem 2rem;
        max-width: 500px
    }

    .LP-pk__moover--card h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        padding-bottom: 1.5rem
    }

    .LP-pk__moover--card p {
        font-size: 1.25rem;
        padding-bottom: 1.5rem
    }

    .LP-pk__product-gallery .LP-pk__leaf {
        right: 40px
    }
}

@media only screen and (max-width: 1300px) {
    .LP-pk__form--container {
        flex-direction: column-reverse
    }

    .LP-pk__form {
        margin-top: 0;
        margin-bottom: 4rem
    }

    .LP-pk__form .LP__form {
        max-height: unset
    }

    .LP-pk__form--text {
        font-size: 2.75rem;
        line-height: 3rem;
        padding: 0 1rem;
        text-align: center;
        margin: 4rem 0
    }

    .LP-pk__form--text p {
        margin: 0 auto
    }

    .LP-pk__moover--card {
        max-width: unset
    }

    .LP-pk__moover--card {
        max-width: unset;
        position: unset
    }

    .LP-pk__moover--img {
        width: 100%
    }
}

@media only screen and (max-width: 1200px) {
    .LP-pk__leaf {
        display: none
    }

    .LP-pk__gallery {
        padding-bottom: 8rem
    }

    .LP-pk__accessories--row--text {
        display: flex;
        align-items: center;
        padding: 0 1rem
    }

    .LP-pk__accessories--row--text img {
        position: unset
    }
}

@media only screen and (max-width: 992px) {
    .LP-pk h3 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .LP-pk__benefit {
        width: 407px
    }

    .LP-pk__product-gallery .owl-carousel .owl-nav {
        left: 5%;
        width: 90%
    }

    .LP-pk__product-gallery .owl-carousel .owl-nav button svg,
    .LP-pk__product-gallery .owl-carousel .owl-nav button.disabled svg {
        fill: #000
    }

    .LP-pk__product-gallery .owl-carousel .owl-nav button.owl-prev:hover svg,
    .LP-pk__product-gallery .owl-carousel .owl-nav button.owl-next:hover svg {
        fill: #000
    }

    .LP-pk__video--cover {
        flex-direction: column-reverse
    }

    .LP-pk__video--cover video {
        width: 100%;
        height: auto;
        padding: 0 1rem
    }

    .LP-pk__video--cover p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: .5rem 1rem
    }

    .LP-pk__video--cover div {
        padding: .5rem
    }

    .LP-pk__qbig--footer {
        flex-direction: column-reverse
    }

    .LP-pk__qbig--footer--btn {
        justify-content: center;
        padding-bottom: 3rem
    }

    .LP-pk__qbig--footer img {
        padding: 0 1rem
    }

    .LP-pk__header--hero img {
        display: none
    }

    .LP-pk__header .LP__bcg-img {
        height: 750px;
        object-position: right top
    }

    .LP-pk__header--hero {
        padding-top: 12.5rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width: 800px) {
    .LP-pk__accessories--row--text {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 500px) {
    .LP-pk__header .LP__bcg-img {
        height: 550px
    }
}

.rozplaveme-cesko {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.rozplaveme-cesko__h1 {
    font-size: 5.25rem
}

.rozplaveme-cesko__h2 {
    font-size: 4.75rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto
}

.rozplaveme-cesko__h-wave {
    max-width: 10rem;
    margin-bottom: 1.5rem
}

.rozplaveme-cesko__continer-1475 {
    max-width: 1475px;
    width: calc(100% - 4rem);
    padding: 0 2rem;
    margin: 0 auto
}

.rozplaveme-cesko__ambasador-card {
    max-width: 380px;
    margin: 0 auto
}

.rozplaveme-cesko__ambasador-card span {
    font-size: 1.563rem
}

.rozplaveme-cesko__ambasador-card p {
    font-size: 1.5rem;
    line-height: 2rem
}

.rozplaveme-cesko__ambasador-card img {
    display: block;
    margin: 1rem auto;
    width: 40%
}

.rozplaveme-cesko__list {
    font-size: 2.25rem;
    line-height: 4.25rem;
    margin-bottom: 8rem
}

.rozplaveme-cesko__list li {
    padding-left: 4.5rem;
    max-width: 610px
}

.rozplaveme-cesko__list li::marker {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "?";
    padding-left: 2rem
}

.rozplaveme-cesko__videos {
    margin-bottom: 8.75rem
}

.rozplaveme-cesko__video {
    padding-bottom: 3rem
}

.rozplaveme-cesko__video video {
    width: 100%;
    margin-bottom: 2.75rem;
    aspect-ratio: 16/9
}

.rozplaveme-cesko__video video[poster] {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.rozplaveme-cesko__video h5 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #004b98
}

.rozplaveme-cesko__footer {
    padding-bottom: 11.25rem
}

.rozplaveme-cesko__footer p {
    font-size: 3.25rem;
    line-height: 3.75rem;
    padding-bottom: 6rem
}

.rozplaveme-cesko__footer a {
    text-decoration: none
}

.rozplaveme-cesko__footer a:hover {
    text-decoration: underline
}

.rozplaveme-cesko__footer h5 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #004b98;
    text-align: center
}

.rozplaveme-cesko__footer img {
    margin: 0 auto 4.75rem auto;
    display: block
}

.rozplaveme-cesko__footer img.w-100 {
    max-width: 160px
}

.rozplaveme-cesko__footer .rozplaveme-cesko__img--footer {
    margin: 0;
    bottom: -11.25rem;
    width: 135%;
    z-index: -1
}

.rozplaveme-cesko__ambasadors {
    padding-bottom: 7.5rem
}

.rozplaveme-cesko__img--footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2
}

.rozplaveme-cesko__bcg-white {
    background-color: rgba(255, 255, 255, .8);
    padding-top: 4.25rem
}

.rozplaveme-cesko__full-photo {
    position: relative
}

.rozplaveme-cesko__full-photo>img {
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%
}

.rozplaveme-cesko__full-photo.swimmer>img {
    object-position: 25% top
}

.rozplaveme-cesko__coach {
    padding: 3.25rem 0 7.5rem 0
}

.rozplaveme-cesko__coach img {
    padding-bottom: 4.25rem
}

.rozplaveme-cesko__coach p {
    font-size: 2.375rem;
    line-height: 3rem;
    color: #0d4e84;
    padding-bottom: 2.75rem
}

.rozplaveme-cesko__coach span {
    font-size: 1.75rem;
    line-height: 1.2em;
    color: #0d4e84;
    display: block
}

.rozplaveme-cesko__videos-list {
    padding-top: 6.5rem;
    position: relative
}

.rozplaveme-cesko__videos-list img {
    position: absolute;
    width: 415px
}

.rozplaveme-cesko__videos-list img.swimmer1 {
    top: 115px;
    left: -210px
}

.rozplaveme-cesko__videos-list img.swimmer2 {
    bottom: 105px;
    right: -100px
}

.rozplaveme-cesko__quotation {
    position: relative
}

.rozplaveme-cesko__quotation img {
    position: absolute;
    padding: 0;
    left: -95px;
    top: 0px;
    width: 85px;
    height: 85px
}

.rozplaveme-cesko__safety--con {
    padding: 4.5rem 0 4rem 0
}

.rozplaveme-cesko__safety h2 {
    color: #0d4e84;
    margin: 0;
    padding-bottom: 3.25rem
}

.rozplaveme-cesko__safety .rozplaveme-cesko__h-wave {
    margin-bottom: 4rem;
    margin-left: 8rem
}

.rozplaveme-cesko__safety .rozplaveme-cesko__quotation {
    color: #fff
}

.rozplaveme-cesko__safety .rozplaveme-cesko__quotation p {
    font-size: 2rem;
    line-height: 1.2em;
    padding-bottom: 2.25rem;
    max-width: 610px;
    margin-left: 70px
}

.rozplaveme-cesko__safety .rozplaveme-cesko__quotation span {
    display: block;
    font-size: 1.75rem;
    line-height: 2.2rem;
    margin-left: 70px
}

.rozplaveme-cesko__safety .rozplaveme-cesko__quotation img {
    left: -30px
}

.rozplaveme-cesko__4mil {
    background-color: #fff;
    border-radius: 100%;
    color: #0d4e84;
    width: 350px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.rozplaveme-cesko__4mil span:first-child {
    font-size: 100px
}

.rozplaveme-cesko__4mil span {
    font-size: 60px;
    line-height: .8em
}

.rozplaveme-cesko__4mil p {
    max-width: 220px;
    font-size: 1.75rem;
    line-height: 1em
}

.rozplaveme-cesko__4mil img {
    padding: .75rem 0;
    width: 80%
}

.rozplaveme-cesko__hero {
    display: flex;
    flex-direction: row;
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
    padding: 250px 0 103px 6.25rem
}

.rozplaveme-cesko__hero--main {
    flex: 1
}

.rozplaveme-cesko__hero--main h1 {
    font-size: 5.25rem;
    color: #0d4e84;
    padding-bottom: 6.125rem;
    line-height: 1.2em
}

.rozplaveme-cesko__hero--main h1 span {
    font-size: 3rem;
    display: block;
    line-height: 1em
}

.rozplaveme-cesko__hero--video {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 1rem
}

.rozplaveme-cesko__hero--video button {
    border-radius: .75rem;
    background-color: #e64130;
    color: #fff;
    text-decoration: none;
    padding: .75rem 1.75rem .75rem 1.375rem;
    font-size: 1.375rem;
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    width: max-content;
    align-items: center;
    margin-bottom: 2.5rem
}

.rozplaveme-cesko__hero--video button i {
    font-size: 3rem
}

.rozplaveme-cesko__hero--video img {
    max-width: 280px
}

.rozplaveme-cesko__hero--text {
    color: #fff;
    font-size: 2.75rem;
    line-height: 1.3em
}

.rozplaveme-cesko__hero--icons {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    font-size: 1.7rem;
    color: #fff;
    padding: .5rem 0 4.5rem 0
}

.rozplaveme-cesko__hero--icons a {
    color: inherit
}

.rozplaveme-cesko__hero--dsc {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 585px
}

.rozplaveme-cesko__bcg-blue {
    position: relative
}

.rozplaveme-cesko__bcg-blue>img {
    position: absolute;
    bottom: -100px;
    z-index: -1;
    left: 0;
    width: 1920px
}

.rozplaveme-cesko__percents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 10rem
}

.rozplaveme-cesko__percent {
    width: 350px;
    text-align: center
}

.rozplaveme-cesko__percent span {
    font-size: 6.25rem
}

.rozplaveme-cesko__percent img {
    width: 80%;
    margin-bottom: 1rem
}

.rozplaveme-cesko__percent p {
    font-size: 1.875rem;
    line-height: 1.2em;
    max-width: 270px;
    margin: 0 auto
}

.rozplaveme-cesko__percent:first-child {
    color: #0d4e84;
    position: relative
}

.rozplaveme-cesko__percent:first-child * {
    z-index: 2;
    position: relative
}

.rozplaveme-cesko__percent:first-child:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 432px;
    background: url("/images/landingPages/2022-09-rozplaveme-cesko/white-circle--wave.svg");
    background-position: center top;
    background-size: contain;
    top: -27px;
    left: -7px;
    z-index: 1
}

#about-cooperation video {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto
}

@media only screen and (max-width: 1500px) {
    .rozplaveme-cesko__footer h5 {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #004b98;
        text-align: center
    }
}

@media only screen and (max-width: 1400px) {
    .rozplaveme-cesko__hero {
        padding: 150px 6.25rem 103px 6.25rem;
        flex-direction: column
    }

    .rozplaveme-cesko__hero--video {
        align-items: start;
        padding-top: 2rem
    }

    .rozplaveme-cesko__hero--text {
        max-width: 800px
    }
}

@media only screen and (max-width: 1200px) {
    .rozplaveme-cesko__percents {
        flex-direction: column;
        padding-bottom: 5rem;
        align-items: center;
        gap: 3rem
    }

    .rozplaveme-cesko__percent {
        width: 100%;
        max-width: 350px
    }

    .rozplaveme-cesko__percent:first-child {
        margin-bottom: 130px
    }

    .rozplaveme-cesko__bcg-blue>img {
        width: auto;
        bottom: 0;
        height: 110%
    }

    .rozplaveme-cesko .swimmer1,
    .rozplaveme-cesko .swimmer2 {
        display: none
    }

    .rozplaveme-cesko__continer-1475 {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .rozplaveme-cesko__coach {
        background-color: rgba(255, 255, 255, .8);
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem);
        max-width: calc(100% + 1.5rem);
        text-align: center;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .rozplaveme-cesko__coach .rozplaveme-cesko__quotation img {
        display: none
    }

    .rozplaveme-cesko__bcg-white {
        background-color: #fff
    }

    .rozplaveme-cesko .coach-img {
        object-position: center top;
        height: 700px
    }
}

@media only screen and (max-width: 992px) {
    .rozplaveme-cesko__hero {
        padding: 6rem 2rem 4rem 2rem
    }

    .rozplaveme-cesko__hero--main h1 {
        font-size: 2rem;
        padding-bottom: 1.375rem
    }

    .rozplaveme-cesko__hero--main h1 span {
        font-size: 1.125rem
    }

    .rozplaveme-cesko__hero--text {
        font-size: 1.25rem;
        padding-bottom: 2.5rem;
        color: #004b98;
        padding-right: 3rem
    }

    .rozplaveme-cesko__hero--video img {
        display: none
    }

    .rozplaveme-cesko__full-photo>img {
        object-position: 62% top
    }

    .rozplaveme-cesko__footer .rozplaveme-cesko__img--footer {
        display: none
    }

    .rozplaveme-cesko__footer p {
        font-size: 1.375rem;
        line-height: 1.3em;
        padding-bottom: 2rem
    }

    .rozplaveme-cesko__footer h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-bottom: 1rem
    }

    .rozplaveme-cesko__footer img {
        margin-bottom: 1rem
    }

    .rozplaveme-cesko__footer img.w-100 {
        max-width: 96px
    }

    .rozplaveme-cesko__videos {
        margin-bottom: 0
    }

    .rozplaveme-cesko__video video {
        margin-bottom: 0
    }

    .rozplaveme-cesko__video h5 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .rozplaveme-cesko__percent span {
        font-size: 3.5rem
    }

    .rozplaveme-cesko__percent p {
        font-size: 1rem
    }

    .rozplaveme-cesko__percent img {
        width: 40%;
        display: block;
        margin: 0 auto 1rem auto
    }

    .rozplaveme-cesko__percent:first-child::after {
        width: 100%;
        height: 300px;
        top: -37px;
        left: 1%;
        background-repeat: no-repeat
    }

    .rozplaveme-cesko__coach {
        margin-top: 320px;
        padding-top: .75rem;
        padding-bottom: 2rem
    }

    .rozplaveme-cesko__coach p {
        font-size: 1.125rem;
        line-height: 1.3em;
        padding-bottom: 1.25rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .rozplaveme-cesko__coach span {
        font-size: 1rem
    }

    .rozplaveme-cesko__coach img {
        width: 110px;
        padding-bottom: .5rem
    }

    .rozplaveme-cesko__h2 {
        font-size: 2rem
    }

    .rozplaveme-cesko__h-wave {
        max-width: 6rem
    }

    .rozplaveme-cesko__list {
        margin-bottom: 0
    }

    .rozplaveme-cesko__list li {
        font-size: 1.25rem;
        line-height: 2.25rem;
        padding-left: 1.5rem
    }

    .rozplaveme-cesko__safety--con {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #0189b1
    }

    .rozplaveme-cesko__safety--con>div {
        position: relative;
        z-index: 2
    }

    .rozplaveme-cesko__safety--con>div.row {
        width: 70%;
        margin-left: auto
    }

    .rozplaveme-cesko__safety--con~img:is(.d-block, .d-none) {
        height: unset !important;
        z-index: 1
    }

    .rozplaveme-cesko__safety {
        text-align: center
    }

    .rozplaveme-cesko__safety h2 {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: .875rem
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation {
        padding-bottom: 1rem
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation p,
    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation span {
        margin-left: 0
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation p {
        font-size: 1.125rem;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1.25rem
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation span {
        font-size: .75rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__quotation img {
        display: none
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__h-wave {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem
    }

    .rozplaveme-cesko__4mil {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 200px;
        margin-bottom: 2rem
    }

    .rozplaveme-cesko__4mil span:first-child {
        font-size: 3.625rem
    }

    .rozplaveme-cesko__4mil span {
        font-size: 2.125rem
    }

    .rozplaveme-cesko__4mil p {
        font-size: 1rem;
        max-width: 80%
    }

    .rozplaveme-cesko__ambasadors {
        padding-bottom: 3rem
    }

    .rozplaveme-cesko__ambasador-card img:first-child {
        max-width: 200px
    }

    .rozplaveme-cesko__ambasador-card span,
    .rozplaveme-cesko__ambasador-card p {
        font-size: 1rem
    }

    .rozplaveme-cesko__bcg-white {
        padding-top: 2rem
    }

    .rozplaveme-cesko__videos-list {
        padding-top: 2rem
    }
}

@media only screen and (max-width: 575px) {
    .rozplaveme-cesko__safety--con>div.row {
        width: 100%;
        margin-left: unset
    }

    .rozplaveme-cesko__safety .rozplaveme-cesko__h-wave {
        margin-bottom: 75vw
    }
}

@media only screen and (max-width: 400px) {
    .rozplaveme-cesko__full-photo>img {
        object-position: 66% top
    }
}

.LP a:hover {
    text-decoration: underline
}

.LP video {
    max-width: 100%
}

.LP__bcg-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    z-index: -10
}

.LP__h-small-blue {
    background-color: rgba(0, 169, 231, .7);
    color: #fff;
    font-size: 3.5rem;
    line-height: 4.25rem;
    display: inline-block;
    padding: 1rem 4.5rem 1rem 8rem;
    width: fit-content;
    position: relative
}

.LP__h-small-blue:after {
    content: "";
    background-color: rgba(0, 169, 231, .5);
    width: 4.5rem;
    height: 100%;
    position: absolute;
    right: -4.5rem;
    top: 0
}

.LP__h-big-yellow {
    background-color: rgba(255, 212, 0, .7);
    color: #000;
    font-size: 5.25rem;
    line-height: 6.25rem;
    display: inline-block;
    width: fit-content;
    padding: .625rem 4.5rem .625rem 8rem;
    position: relative;
    font-weight: 900
}

.LP__h-big-yellow:after {
    content: "";
    background-color: rgba(255, 212, 0, .5);
    width: 4rem;
    height: 100%;
    position: absolute;
    right: -4rem;
    top: 0
}

.LP__text-red {
    color: #e5417a
}

.LP__btn-yellow {
    background-color: #ffd500;
    padding: .813rem 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #004680;
    border-radius: .75rem;
    width: fit-content
}

.LP__btn-blue {
    background-color: #004680;
    padding: .813rem 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffd500;
    border-radius: .75rem;
    width: fit-content
}

.LP__btn-blue:hover {
    color: rgba(255, 213, 0, .8)
}

.LP__send-demand {
    position: fixed;
    transform: rotate(-90deg);
    right: -102px;
    top: 40%;
    z-index: 40
}

.LP__send-demand a {
    border-radius: .75rem .75rem 0 0;
    font-size: 1.625rem
}

.LP__form {
    background-color: rgba(255, 255, 255, .7);
    border-radius: .75rem;
    color: #004680;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2rem 2rem 2.5rem 2rem;
    font-size: 1.125rem
}

.LP__form .form-control {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: .1rem
}

.LP__form .form-group {
    margin-bottom: 1.5rem
}

.LP__form .help-block {
    font-size: .75rem;
    line-height: 1.3rem
}

.LP__form .form-length-counter {
    font-size: .75rem;
    position: absolute;
    right: 0;
    bottom: -23px;
    color: #94979e
}

.LP__form .gdpr-checkboxes .form-check {
    position: relative;
    margin-bottom: 1.5rem
}

.LP__form .gdpr-checkboxes .form-check span {
    position: absolute;
    bottom: -20px;
    left: 30px
}

.LP__form .gdpr-checkboxes label.form-check-label div {
    font-size: .875rem
}

.LP__form input::placeholder {
    color: rgba(0, 70, 128, .8)
}

.LP__form input[type=checkbox] {
    appearance: none;
    min-width: 1.3rem;
    max-width: 1.3rem;
    min-height: 1.3rem;
    max-height: 1.3rem;
    border-radius: 100%;
    border: 2px solid #004680;
    background-color: transparent;
    transition: background-color .1s ease-in-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.LP__form input[type=checkbox]:checked {
    background-color: #004680;
    background-image: url("/images/icons/form-check.svg")
}

.LP__form--checkboxes {
    padding: 1.625rem 0 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 1.625rem
}

.LP__form--checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem
}

.LP__form--checkbox label {
    cursor: pointer
}

.LP__form--checkbox label a {
    color: inherit
}

.LP__form button {
    margin-left: auto
}

.LP__form select {
    word-wrap: normal;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #004680;
    padding-bottom: .25rem;
    margin-bottom: 1.75rem;
    color: #004680;
    cursor: pointer
}

.LP__form select option {
    background-color: #fff;
    font-family: inherit;
    cursor: pointer
}

.LP__form textarea {
    background-color: transparent;
    border: 1px solid #004680;
    color: #004680;
    border-radius: .75rem .75rem 0 .75rem;
    padding: .5rem;
    font-size: 1rem;
    margin-bottom: 1.625rem
}

.LP__form textarea:focus,
.LP__form textarea:active {
    border: 1px solid #004680;
    outline: none
}

.LP__form--confirm {
    font-size: .875rem;
    align-items: start;
    margin-bottom: 1.75rem
}

.LP__form--confirm input[type=checkbox] {
    width: 1.1rem;
    height: 1.1rem
}

.LP__form--confirm label {
    flex: 1
}

.LP__gallery {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden
}

.LP__gallery .owl-nav {
    display: none !important
}

.LP__gallery-nav .owl-item {
    transition: 300ms width ease-in-out
}

.LP__gallery-nav .owl-item img {
    transition: all .3s ease-in-out
}

.LP__gallery-nav .owl-item:hover img {
    transform: scale(1.1)
}

.LP__gallery .gallery--item,
.LP__gallery .gallery-thumb,
.LP__gallery .gallery-mobile-thumb {
    border-radius: unset
}

.LP__gallery .gallery--item img,
.LP__gallery .gallery-thumb img,
.LP__gallery .gallery-mobile-thumb img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

.LP__gallery .gallery-mobile-thumb {
    height: 80px;
    margin: .75rem 0
}

.LP__gallery-nav--container {
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto
}

.LP__footer-img {
    position: relative
}

.LP__footer-img .LP__bcg-img {
    height: unset;
    z-index: 1;
    object-position: center bottom;
    bottom: 0;
    top: unset
}

.LP__footer-img .LP__bcg-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1600px) {
    .LP__h-big-yellow {
        font-size: 4.25rem;
        line-height: 5.25rem;
        padding: .625rem 3.5rem .625rem 5rem
    }

    .LP__h-small-blue {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 1rem 2.5rem 1rem 5rem
    }
}

@media only screen and (max-width: 1200px) {
    .LP-footer-img {
        display: none
    }

    .LP__send-demand {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .LP__h-small-blue {
        font-size: 1.75rem;
        line-height: 2.25rem;
        padding: 1rem 2rem 1rem 2rem
    }

    .LP__h-big-yellow {
        padding: .625rem 2rem .625rem 2rem;
        line-height: 3rem !important;
        font-size: 2.5rem !important
    }

    .LP__h-big-yellow::after,
    .LP__h-small-blue::after {
        width: 2rem;
        right: -2rem
    }

    .LP .LP-pk__form .form-check {
        gap: .8rem
    }

    .LP .gdpr-checkboxes .form-check {
        margin-bottom: 2.5rem
    }

    .LP .gdpr-checkboxes .form-check span {
        bottom: -40px
    }
}

.header--container {
    z-index: 9999;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 6px #ddd;
    transition: all .2s ease
}

.header--container.header-fixed {
    top: -53px;
    background: #fff
}

.header--container.header-fixed .logo img {
    max-width: 100px;
    top: 23px
}

@media only screen and (max-width: 992px) {
    .header--container.header-fixed {
        top: -42px
    }

    .header--container.header-fixed .nav-mobile {
        top: 18px
    }
}

.logo {
    align-items: center
}

.logo img {
    max-width: 100px;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    transition: all .2s ease
}

.mainMenu,
.secondaryMenu {
    font-weight: 500
}

.mainMenu li,
.secondaryMenu li {
    padding: 0 .5rem;
    font-size: .875rem
}

.mainMenu li hr,
.secondaryMenu li hr {
    width: 1px;
    height: 100%;
    margin: 0 .5rem;
    padding: 0
}

.mainMenu li a,
.mainMenu li .btn,
.secondaryMenu li a,
.secondaryMenu li .btn {
    padding: .2rem .5rem;
    color: inherit;
    text-decoration: none
}

.mainMenu>li:last-child,
.secondaryMenu>li:last-child {
    padding: 0 0 0 .5rem
}

.mainMenu>li:last-child a,
.secondaryMenu>li:last-child a {
    padding: .2rem 0 .2rem .5rem
}

.mainMenu li {
    position: relative;
    padding: 0 .75rem;
    font-size: 1rem;
    color: #0f284d
}

.mainMenu li:hover {
    color: #004b98
}

.mainMenu .link-menu--item {
    color: #004b98
}

.mainMenu .link-menu--item:hover {
    color: #0B3252
}

.mainMenu .link-menu--item:hover svg {
    stroke: #0B3252
}

.mainMenu hr {
    margin: 0 .75rem
}

.mainMenu .menu-item--parent:hover .menu-item--dropdown {
    display: block;
    opacity: 1;
    z-index: 1050;
    height: auto;
    overflow: visible
}

.mainMenu .menu-item--dropdown {
    opacity: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: auto;
    min-width: 170px;
    background: #fff;
    list-style: none;
    padding: 0;
    top: 1.4rem;
    transition: opacity .3s
}

.mainMenu .menu-item--dropdown::before {
    position: absolute;
    content: "";
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}

.mainMenu .menu-item--dropdown::after {
    position: absolute;
    content: "";
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: rgba(255, 255, 255, .5)
}

.mainMenu .menu-item--dropdown li {
    padding: 0
}

.mainMenu .menu-item--dropdown li:first-child {
    padding-top: 1rem
}

.mainMenu .menu-item--dropdown li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    background: #dde1e5;
    top: 100%;
    left: 10%
}

.mainMenu .menu-item--dropdown li a {
    display: block;
    line-height: 1.2rem;
    padding: .7rem 2rem .7rem 1rem;
    white-space: nowrap
}

.mainMenu .m-menu-item--parent i {
    font-size: .875rem;
    transition: .2s all
}

.mainMenu .m-menu-item--parent .menu-item--text {
    padding-right: .5rem
}

.mainMenu .m-menu-item--parent.active i {
    transform: rotate(90deg)
}

.mainMenu .m-menu-item--dropdown {
    display: none;
    list-style: none;
    padding: 0 .5rem
}

.mainMenu .m-menu-item--dropdown a {
    padding: .6rem 0 !important
}

.secondaryMenu {
    color: #0f384d
}

.secondaryMenu li:hover {
    color: #004b98
}

.secondaryMenu li:hover svg {
    stroke: #004b98
}

.secondaryMenu li {
    opacity: .5
}

.secondaryMenu li:last-child {
    opacity: unset
}

.secondaryMenu li.nav-domain {
    opacity: unset
}

.p-menuItems-mobile {
    font-weight: 500
}

.p-menuItems-mobile.mainMenu {
    margin-top: 3rem
}

.p-menuItems-mobile.mainMenu li a {
    padding: 1rem 0;
    display: block;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.04em
}

.p-menuItems-mobile.mainMenu li hr {
    margin: 1rem 0
}

.p-menuItems-mobile.secondaryMenu {
    opacity: 1;
    margin-top: .25rem
}

.p-menuItems-mobile.secondaryMenu li a {
    letter-spacing: -0.02em;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #63656a
}

.p-menuItems-mobile li {
    font-size: .875rem
}

.p-menuItems-mobile li a {
    color: inherit;
    text-decoration: none;
    padding: .75rem 0;
    display: block
}

.p-menuItems-mobile li a img {
    height: .75rem
}

.p-menuItems-mobile li.text-blue-primary>a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.offcanvas-header img {
    height: 40px
}

.offcanvas {
    max-height: 100vh
}

.offcanvas hr {
    margin: 0
}

.offcanvas-body {
    padding-bottom: 5rem
}

.nav-mobile {
    display: none;
    position: relative;
    top: 0;
    transition: all .2s ease
}

.nav-desktop {
    display: flex
}

.offcanvas-end {
    width: 100%;
    max-width: 500px;
    border-left: none
}

.dropdown-language button:after {
    display: none
}

.dropdown-language button img {
    width: 24px
}

.dropdown-language .dropdown-menu {
    min-width: fit-content
}

.dropdown-language .dropdown-menu a {
    padding: .2rem .8rem .2rem .8rem !important
}

.dropdown-language .dropdown-menu a img {
    width: 24px
}

.nav-mobile .dropdown-language .dropdown-menu a {
    padding: .5rem 1.3rem .5rem 1.3rem !important
}

.nav-mobile .secondaryMenu li:last-child {
    opacity: .5
}

@media only screen and (max-width: 1400px) {
    .p-menuItems.mainMenu>li {
        padding: 0 .4rem
    }

    .p-menuItems.mainMenu hr {
        margin: 0 .5rem
    }

    .p-menuItems>li:last-child {
        padding: 0 0 0 .5rem
    }
}

@media only screen and (max-width: 1300px) {
    .p-menuItems.mainMenu>li {
        padding: 0 .25rem
    }

    .p-menuItems.mainMenu hr {
        margin: 0 .25rem
    }

    .p-menuItems>li:last-child {
        padding: 0 0 0 .25rem
    }
}

@media only screen and (max-width: 1200px) {
    .p-menuItems.mainMenu li {
        padding: 0
    }

    .p-menuItems.mainMenu hr {
        margin: 0
    }
}

@media only screen and (max-width: 1100px) {
    header .logo {
        align-items: start
    }

    header .logo img {
        height: 45px
    }

    .mainMenu li a {
        padding: .2rem .4rem
    }
}

@media only screen and (max-width: 992px) {
    .nav-desktop {
        display: none
    }

    .nav-mobile {
        display: flex
    }

    .mainMenu li hr {
        width: 100%;
        height: 1px
    }

    .secondaryMenu>li:last-child a {
        padding: .75rem 0
    }
}

.header-bcg-white {
    background-color: #fff
}

.header-bcg-grey {
    background-color: #f0f1f2
}

.header-bcg-transparent #header-divider {
    width: 100%;
    background-color: #0f284d;
    opacity: .15;
    margin: 0;
    position: absolute;
    bottom: -1.5rem
}

.header-bcg-transparent .mainMenu .menu-item--dropdown {
    background-image: linear-gradient(#F0F1F2, white)
}

.header-bcg-transparent .mainMenu .menu-item--dropdown::before {
    background-image: linear-gradient(#F0F1F2, rgba(255, 255, 255, 0.5))
}

.header-bcg-transparent.header-fixed .mainMenu .menu-item--dropdown {
    background: #fff
}

.header-bcg-transparent.header-fixed .mainMenu .menu-item--dropdown::before {
    background: rgba(255, 255, 255, .5)
}

.footer-h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .02em
}

.footer-desktop {
    padding-top: 4rem
}

.contact {
    color: #004b98;
    font-weight: 300
}

.contact a {
    text-decoration: none;
    color: inherit
}

.contact a:hover,
.contact a:focus,
.contact a:active {
    color: #0B3252
}

.footer-menu {
    list-style: none;
    font-weight: 400
}

.footer-menu li a {
    color: inherit;
    text-decoration: none
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
    color: #004b98
}

.terms-list {
    font-weight: 300
}

.terms-list a {
    color: inherit;
    text-decoration: none
}

.terms-list a:hover,
.terms-list a:active,
.terms-list a:focus {
    color: #004b98
}

.social-links {
    max-width: 200px;
    justify-content: space-between
}

.social-links i {
    font-size: 1.313rem
}

.social-links a {
    color: inherit;
    padding: .313rem
}

.footer-desktop .terms-list li {
    margin: 0 .8rem;
    padding: 0 .8rem
}

.footer-desktop .terms-list li:first-child {
    margin: 0 .8rem 0 0;
    padding: 0 .8rem 0 0;
    list-style: none
}

.footer-desktop .terms-list li:last-child {
    margin: 0 0 0 .8rem
}

.footer-desktop h3 {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -0.02em;
    font-weight: 300
}

.footer-desktop .contact {
    font-size: 1.75rem;
    line-height: 2.25rem
}

.footer-desktop .footer-menu {
    font-size: 1rem;
    line-height: 2rem
}

.footer-mobile span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: -0.02em
}

.footer-mobile .contact {
    font-size: 1.5rem;
    line-height: 2rem
}

.footer-mobile .footer-menu {
    font-size: 1.125rem;
    line-height: 2.5rem
}

.footer-mobile .footer-menu li:first-child {
    padding-top: 2rem
}

.footer-mobile .footer-menu li:last-child {
    padding-bottom: 3rem
}

.footer-mobile .terms-list li {
    padding-bottom: .875rem;
    text-align: right
}

.footer-mobile .footer--email {
    margin: 0 1.875rem
}

@media only screen and (max-width: 1500px) {
    .footer-desktop .contact {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 1200px) {
    .col-md-none {
        display: none
    }

    .footer-desktop .contact {
        font-size: 1.75rem
    }
}

.menu-icon--flag {
    width: 28px;
    height: auto !important;
    position: relative;
    top: -2px
}

.menu-icon--flag--m-header {
    top: -43px;
    right: -34px
}

.menu-icon--flag--m-header-mob-menu {
    margin-right: 10px;
    top: -1px
}

.menu-icon--flag--footer {
    top: 1px
}

.menu-icon--flag--m-footer {
    top: -1px;
    margin-left: 15px
}

main {
    z-index: 1;
    overflow: hidden
}

section>div:not(.footer-overlap) {
    z-index: 10;
    position: relative
}

section>div.modal {
    z-index: 1055;
    position: fixed
}

img:not([src]),
img[src=""] {
    background-color: rgba(199, 199, 199, .42);
    border: 1px solid rgba(152, 152, 152, 0)
}

/*# sourceMappingURL=style.min.css.map */