@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

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

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

.fa-li.fa-lg {
    left: -1.85714em;
}

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

.fa-rotate-90 {
    -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: scale(-1, 1);
    transform: scale(-1, 1);
}

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

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

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

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

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

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

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

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

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

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

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

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

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

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

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

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

.fa-question-circle:before {
    content: "";
}

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

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

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

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

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

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

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

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

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

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

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

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

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

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

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

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

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

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

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

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

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

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

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

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

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

.fa-money:before {
    content: "";
}

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

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

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

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

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

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

.fa-beer:before {
    content: "";
}

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

.fa-plus-square:before {
    content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

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

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

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

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

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

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

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

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

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

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

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

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

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

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

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

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

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

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

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

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

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

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

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

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

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

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

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

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

.fa-lastfm:before {
    content: "";
}

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

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

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

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

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

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

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

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

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

.fa-clone:before {
    content: "";
}

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

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

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

.fa-gg:before {
    content: "";
}

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

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

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

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

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

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

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

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

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

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

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

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

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

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

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

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

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

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

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

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

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

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

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

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url("../fonts/Bricolage-Grotesque/BricolageGrotesque-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url("../fonts/Bricolage-Grotesque/BricolageGrotesque-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url("../fonts/Bricolage-Grotesque/BricolageGrotesque-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url("../fonts/Bricolage-Grotesque/BricolageGrotesque-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url("../fonts/Bricolage-Grotesque/BricolageGrotesque-ExtraBold.ttf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'DVN - Luckiest Guy';
    src: url("../fonts/DVN-LuckiestGuy-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

.mt0 {
    margin-top: 0px;
}

.pt0 {
    padding-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.ml0 {
    margin-left: 0px;
}

.pl0 {
    padding-left: 0px;
}

.mr0 {
    margin-right: 0px;
}

.pr0 {
    padding-right: 0px;
}

.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

.mt10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pl10 {
    padding-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.pr10 {
    padding-right: 10px;
}

.m10 {
    margin: 10px;
}

.p10 {
    padding: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.pl20 {
    padding-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.pr20 {
    padding-right: 20px;
}

.m20 {
    margin: 20px;
}

.p20 {
    padding: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pt30 {
    padding-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.pl30 {
    padding-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.pr30 {
    padding-right: 30px;
}

.m30 {
    margin: 30px;
}

.p30 {
    padding: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.pl50 {
    padding-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.pr50 {
    padding-right: 50px;
}

.m50 {
    margin: 50px;
}

.p50 {
    padding: 50px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

/*!
 * Bootstrap v5.0.2 (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-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --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));
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -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: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.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] {
    -webkit-text-decoration: underline dotted;
    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: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.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: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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: 0.5rem;
    padding-bottom: 0.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: 0.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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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: 0.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: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 10px);
    padding-left: var(--bs-gutter-x, 10px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
    -ms-flex-negative: 0;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.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-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .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-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .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-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .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-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .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-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .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: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.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-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: 0.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: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 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 {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.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 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.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: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.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;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.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;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        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;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.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 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}

.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: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.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: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.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 0.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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.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 {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.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: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.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 0.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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.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 {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.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;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

.btn-link:hover {
    color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.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, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.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: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.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: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 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, 0.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, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.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: 0.5625rem;
    padding-left: 0.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: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
.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;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 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, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 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, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.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, 0.55);
    border-color: rgba(255, 255, 255, 0.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, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

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

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 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");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    -ms-flex-negative: 0;
    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;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.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: 0.25rem;
    border-bottom-left-radius: 0.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: 0.25rem;
    border-bottom-left-radius: 0.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;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

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

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

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

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 10px;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 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: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.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: 0.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;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none;
    }
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}

.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: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

.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: -ms-grid !important;
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex, .page_404 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.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 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center, .page_404 {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.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: 0.25rem !important;
}

.me-2 {
    margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.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: 0.25rem !important;
}

.p-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.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: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.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: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.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: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.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: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.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: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.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: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.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: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.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: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.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: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    background: #fff;
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    color: #151E45;
    overflow-x: hidden;
    word-break: break-word;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-width: 1px;
    padding: 0px 5px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.back-top {
    width: 80px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: fixed;
    z-index: 999;
    display: block;
    right: 10px;
    bottom: 3%;
}

@media (max-width: 767px) {
    .back-top {
        width: 70px;
    }
}

.box-title {
    position: relative;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0px;
}

.box-title .title {
    font-family: 'DVN - Luckiest Guy';
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F26758;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .box-title .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 992px) {
    .box-title .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .box-title .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 390px) {
    .box-title .title {
        font-size: 22px;
    }
}

.box-title .desc {
    color: #151E45;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 745px;
    margin-bottom: 30px;
}

.box-title .link-detail {
    color: #F26758;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #F26758;
    margin-bottom: 30px;
}

.box-title .link-detail svg {
    margin-left: 4px;
}

.box-title .link-detail:hover {
    color: #FFF;
    background: #F26758;
}

.box-title .link-detail:hover svg path {
    fill: #FFF;
}

@media screen and (max-width: 767px) {
    .box-title .link-detail {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.box-title.txt-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-title.txt-left .title,
.box-title.txt-left .desc {
    text-align: left;
}

.desc-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    letter-spacing: -0.2px;
    width: 100%;
    margin-bottom: 0px;
}

.row-btn-viewall {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.btn-viewall {
    color: #F26758;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #F26758;
    margin-bottom: 30px;
    background: #FFF;
}

.btn-viewall svg {
    margin-left: 4px;
}

.btn-viewall:hover {
    color: #FFF;
    background: #F26758;
}

.btn-viewall:hover svg path {
    fill: #FFF;
}

@media screen and (max-width: 767px) {
    .btn-viewall {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.custom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-nav .custom-slider-nav svg path {
    fill: #FFF;
}

.custom-nav .custom-slider-nav svg rect {
    stroke: #FFF;
}

.custom-nav .custom-slider-nav:hover svg path {
    fill: #F26758;
}

.custom-nav .custom-slider-nav:hover svg rect {
    stroke: #F26758;
}

.custom-nav .custom-slider-nav.swiper-button-disabled {
    opacity: 0.6;
}

.custom-nav .custom-slider-nav.swiper-button-disabled svg path {
    fill: #808080;
}

.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 40px;
    z-index: 10;
    margin-top: -40px;
}

.custom-nav .custom-slider-nav {
    z-index: 666;
}

.custom-nav .custom-slider-nav svg path {
    fill: #FFF;
}

.custom-nav .custom-slider-nav svg rect {
    stroke: #FFF;
}

.custom-nav .custom-slider-nav:hover svg path {
    fill: #F26758;
}

.custom-nav .custom-slider-nav:hover svg rect {
    stroke: #F26758;
}

@media (max-width: 1400px) {
    .custom-nav {
        padding: 0px 10px;
    }
}

.custom-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #151E45;
    opacity: 0.2;
    border-radius: 50%;
    border: 1px solid #151E45;
}

.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F26758;
    border: 1px solid #F26758;
    opacity: 1;
}

@media (max-width: 767px) {
    .custom-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.error-massage-input {
    display: block;
    color: red;
    font-size: 14px;
    margin: 10px 0;
}

.is-invalid {
    display: block;
}

.line-though {
    text-decoration: line-through;
}

.line-through {
    border-top: 1px solid #dadce0;
    display: inline-block;
    width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.form-control:focus,
.lending-sidebar-right .sidebar input:focus,
.lending-sidebar-right .sidebar select:focus {
    border-color: #F26758;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 103, 88, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(242, 103, 88, 0.25);
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: #f36f21;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 111;
}

.title-theme {
    color: #F26758;
}

.page_static .wrap_content {
    padding: 30px 0 60px;
}

/*============================
==============================
==============================
error 404
==============================
==============================
============================*/
.page_404 {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page_404 img {
    max-width: 100%;
}

.page_404 h4, .page_404 .h4 {
    font-size: 18px;
    color: #414141;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page_404 a {
    background: #388cf5;
    color: #fff;
    font-weight: normal;
}

@media (max-width: 768px) {
    .back-to-top {
        display: none;
    }

    .page_static .wrap_content {
        padding: 0px 0 30px;
    }
}

@media (max-width: 439px) {
    .type-title-1 p {
        font-size: 22px;
    }
}

#pb_loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}

#pb_loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#pb_loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#pb_loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#pb_loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

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

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

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

button {
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

button:focus, button:active, button:hover,
input:focus,
input:active,
input:hover,
optgroup:focus,
optgroup:active,
optgroup:hover,
select:focus,
select:active,
select:hover,
textarea:focus,
textarea:active,
textarea:hover {
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.modal-open .mm-slideout {
    z-index: unset;
}

.lazy[src='images/loading-icon.jpeg'] {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
    max-width: 20px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

@media (min-width: 576px) {
    .fs-sm-10 {
        font-size: 10px;
    }

    .fs-sm-11 {
        font-size: 11px;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-13 {
        font-size: 13px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-15 {
        font-size: 15px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-17 {
        font-size: 17px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .fs-sm-19 {
        font-size: 19px;
    }

    .fs-sm-20 {
        font-size: 20px;
    }

    .fs-sm-21 {
        font-size: 21px;
    }

    .fs-sm-22 {
        font-size: 22px;
    }

    .fs-sm-23 {
        font-size: 23px;
    }

    .fs-sm-24 {
        font-size: 24px;
    }

    .fs-sm-25 {
        font-size: 25px;
    }

    .fs-sm-26 {
        font-size: 26px;
    }

    .fs-sm-27 {
        font-size: 27px;
    }

    .fs-sm-28 {
        font-size: 28px;
    }

    .fs-sm-29 {
        font-size: 29px;
    }

    .fs-sm-30 {
        font-size: 30px;
    }

    .fs-sm-31 {
        font-size: 31px;
    }

    .fs-sm-32 {
        font-size: 32px;
    }

    .fs-sm-33 {
        font-size: 33px;
    }

    .fs-sm-34 {
        font-size: 34px;
    }

    .fs-sm-35 {
        font-size: 35px;
    }

    .fs-sm-36 {
        font-size: 36px;
    }

    .fs-sm-37 {
        font-size: 37px;
    }

    .fs-sm-38 {
        font-size: 38px;
    }

    .fs-sm-39 {
        font-size: 39px;
    }

    .fs-sm-40 {
        font-size: 40px;
    }

    .fs-sm-41 {
        font-size: 41px;
    }

    .fs-sm-42 {
        font-size: 42px;
    }

    .fs-sm-43 {
        font-size: 43px;
    }

    .fs-sm-44 {
        font-size: 44px;
    }

    .fs-sm-45 {
        font-size: 45px;
    }

    .fs-sm-46 {
        font-size: 46px;
    }

    .fs-sm-47 {
        font-size: 47px;
    }

    .fs-sm-48 {
        font-size: 48px;
    }

    .fs-sm-49 {
        font-size: 49px;
    }

    .fs-sm-50 {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .fs-md-10 {
        font-size: 10px;
    }

    .fs-md-11 {
        font-size: 11px;
    }

    .fs-md-12 {
        font-size: 12px;
    }

    .fs-md-13 {
        font-size: 13px;
    }

    .fs-md-14 {
        font-size: 14px;
    }

    .fs-md-15 {
        font-size: 15px;
    }

    .fs-md-16 {
        font-size: 16px;
    }

    .fs-md-17 {
        font-size: 17px;
    }

    .fs-md-18 {
        font-size: 18px;
    }

    .fs-md-19 {
        font-size: 19px;
    }

    .fs-md-20 {
        font-size: 20px;
    }

    .fs-md-21 {
        font-size: 21px;
    }

    .fs-md-22 {
        font-size: 22px;
    }

    .fs-md-23 {
        font-size: 23px;
    }

    .fs-md-24 {
        font-size: 24px;
    }

    .fs-md-25 {
        font-size: 25px;
    }

    .fs-md-26 {
        font-size: 26px;
    }

    .fs-md-27 {
        font-size: 27px;
    }

    .fs-md-28 {
        font-size: 28px;
    }

    .fs-md-29 {
        font-size: 29px;
    }

    .fs-md-30 {
        font-size: 30px;
    }

    .fs-md-31 {
        font-size: 31px;
    }

    .fs-md-32 {
        font-size: 32px;
    }

    .fs-md-33 {
        font-size: 33px;
    }

    .fs-md-34 {
        font-size: 34px;
    }

    .fs-md-35 {
        font-size: 35px;
    }

    .fs-md-36 {
        font-size: 36px;
    }

    .fs-md-37 {
        font-size: 37px;
    }

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

    .fs-md-39 {
        font-size: 39px;
    }

    .fs-md-40 {
        font-size: 40px;
    }

    .fs-md-41 {
        font-size: 41px;
    }

    .fs-md-42 {
        font-size: 42px;
    }

    .fs-md-43 {
        font-size: 43px;
    }

    .fs-md-44 {
        font-size: 44px;
    }

    .fs-md-45 {
        font-size: 45px;
    }

    .fs-md-46 {
        font-size: 46px;
    }

    .fs-md-47 {
        font-size: 47px;
    }

    .fs-md-48 {
        font-size: 48px;
    }

    .fs-md-49 {
        font-size: 49px;
    }

    .fs-md-50 {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .fs-lg-10 {
        font-size: 10px;
    }

    .fs-lg-11 {
        font-size: 11px;
    }

    .fs-lg-12 {
        font-size: 12px;
    }

    .fs-lg-13 {
        font-size: 13px;
    }

    .fs-lg-14 {
        font-size: 14px;
    }

    .fs-lg-15 {
        font-size: 15px;
    }

    .fs-lg-16 {
        font-size: 16px;
    }

    .fs-lg-17 {
        font-size: 17px;
    }

    .fs-lg-18 {
        font-size: 18px;
    }

    .fs-lg-19 {
        font-size: 19px;
    }

    .fs-lg-20 {
        font-size: 20px;
    }

    .fs-lg-21 {
        font-size: 21px;
    }

    .fs-lg-22 {
        font-size: 22px;
    }

    .fs-lg-23 {
        font-size: 23px;
    }

    .fs-lg-24 {
        font-size: 24px;
    }

    .fs-lg-25 {
        font-size: 25px;
    }

    .fs-lg-26 {
        font-size: 26px;
    }

    .fs-lg-27 {
        font-size: 27px;
    }

    .fs-lg-28 {
        font-size: 28px;
    }

    .fs-lg-29 {
        font-size: 29px;
    }

    .fs-lg-30 {
        font-size: 30px;
    }

    .fs-lg-31 {
        font-size: 31px;
    }

    .fs-lg-32 {
        font-size: 32px;
    }

    .fs-lg-33 {
        font-size: 33px;
    }

    .fs-lg-34 {
        font-size: 34px;
    }

    .fs-lg-35 {
        font-size: 35px;
    }

    .fs-lg-36 {
        font-size: 36px;
    }

    .fs-lg-37 {
        font-size: 37px;
    }

    .fs-lg-38 {
        font-size: 38px;
    }

    .fs-lg-39 {
        font-size: 39px;
    }

    .fs-lg-40 {
        font-size: 40px;
    }

    .fs-lg-41 {
        font-size: 41px;
    }

    .fs-lg-42 {
        font-size: 42px;
    }

    .fs-lg-43 {
        font-size: 43px;
    }

    .fs-lg-44 {
        font-size: 44px;
    }

    .fs-lg-45 {
        font-size: 45px;
    }

    .fs-lg-46 {
        font-size: 46px;
    }

    .fs-lg-47 {
        font-size: 47px;
    }

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

    .fs-lg-49 {
        font-size: 49px;
    }

    .fs-lg-50 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .fs-xl-10 {
        font-size: 10px;
    }

    .fs-xl-11 {
        font-size: 11px;
    }

    .fs-xl-12 {
        font-size: 12px;
    }

    .fs-xl-13 {
        font-size: 13px;
    }

    .fs-xl-14 {
        font-size: 14px;
    }

    .fs-xl-15 {
        font-size: 15px;
    }

    .fs-xl-16 {
        font-size: 16px;
    }

    .fs-xl-17 {
        font-size: 17px;
    }

    .fs-xl-18 {
        font-size: 18px;
    }

    .fs-xl-19 {
        font-size: 19px;
    }

    .fs-xl-20 {
        font-size: 20px;
    }

    .fs-xl-21 {
        font-size: 21px;
    }

    .fs-xl-22 {
        font-size: 22px;
    }

    .fs-xl-23 {
        font-size: 23px;
    }

    .fs-xl-24 {
        font-size: 24px;
    }

    .fs-xl-25 {
        font-size: 25px;
    }

    .fs-xl-26 {
        font-size: 26px;
    }

    .fs-xl-27 {
        font-size: 27px;
    }

    .fs-xl-28 {
        font-size: 28px;
    }

    .fs-xl-29 {
        font-size: 29px;
    }

    .fs-xl-30 {
        font-size: 30px;
    }

    .fs-xl-31 {
        font-size: 31px;
    }

    .fs-xl-32 {
        font-size: 32px;
    }

    .fs-xl-33 {
        font-size: 33px;
    }

    .fs-xl-34 {
        font-size: 34px;
    }

    .fs-xl-35 {
        font-size: 35px;
    }

    .fs-xl-36 {
        font-size: 36px;
    }

    .fs-xl-37 {
        font-size: 37px;
    }

    .fs-xl-38 {
        font-size: 38px;
    }

    .fs-xl-39 {
        font-size: 39px;
    }

    .fs-xl-40 {
        font-size: 40px;
    }

    .fs-xl-41 {
        font-size: 41px;
    }

    .fs-xl-42 {
        font-size: 42px;
    }

    .fs-xl-43 {
        font-size: 43px;
    }

    .fs-xl-44 {
        font-size: 44px;
    }

    .fs-xl-45 {
        font-size: 45px;
    }

    .fs-xl-46 {
        font-size: 46px;
    }

    .fs-xl-47 {
        font-size: 47px;
    }

    .fs-xl-48 {
        font-size: 48px;
    }

    .fs-xl-49 {
        font-size: 49px;
    }

    .fs-xl-50 {
        font-size: 50px;
    }
}

@media (min-width: 1400px) {
    .fs-xxl-10 {
        font-size: 10px;
    }

    .fs-xxl-11 {
        font-size: 11px;
    }

    .fs-xxl-12 {
        font-size: 12px;
    }

    .fs-xxl-13 {
        font-size: 13px;
    }

    .fs-xxl-14 {
        font-size: 14px;
    }

    .fs-xxl-15 {
        font-size: 15px;
    }

    .fs-xxl-16 {
        font-size: 16px;
    }

    .fs-xxl-17 {
        font-size: 17px;
    }

    .fs-xxl-18 {
        font-size: 18px;
    }

    .fs-xxl-19 {
        font-size: 19px;
    }

    .fs-xxl-20 {
        font-size: 20px;
    }

    .fs-xxl-21 {
        font-size: 21px;
    }

    .fs-xxl-22 {
        font-size: 22px;
    }

    .fs-xxl-23 {
        font-size: 23px;
    }

    .fs-xxl-24 {
        font-size: 24px;
    }

    .fs-xxl-25 {
        font-size: 25px;
    }

    .fs-xxl-26 {
        font-size: 26px;
    }

    .fs-xxl-27 {
        font-size: 27px;
    }

    .fs-xxl-28 {
        font-size: 28px;
    }

    .fs-xxl-29 {
        font-size: 29px;
    }

    .fs-xxl-30 {
        font-size: 30px;
    }

    .fs-xxl-31 {
        font-size: 31px;
    }

    .fs-xxl-32 {
        font-size: 32px;
    }

    .fs-xxl-33 {
        font-size: 33px;
    }

    .fs-xxl-34 {
        font-size: 34px;
    }

    .fs-xxl-35 {
        font-size: 35px;
    }

    .fs-xxl-36 {
        font-size: 36px;
    }

    .fs-xxl-37 {
        font-size: 37px;
    }

    .fs-xxl-38 {
        font-size: 38px;
    }

    .fs-xxl-39 {
        font-size: 39px;
    }

    .fs-xxl-40 {
        font-size: 40px;
    }

    .fs-xxl-41 {
        font-size: 41px;
    }

    .fs-xxl-42 {
        font-size: 42px;
    }

    .fs-xxl-43 {
        font-size: 43px;
    }

    .fs-xxl-44 {
        font-size: 44px;
    }

    .fs-xxl-45 {
        font-size: 45px;
    }

    .fs-xxl-46 {
        font-size: 46px;
    }

    .fs-xxl-47 {
        font-size: 47px;
    }

    .fs-xxl-48 {
        font-size: 48px;
    }

    .fs-xxl-49 {
        font-size: 49px;
    }

    .fs-xxl-50 {
        font-size: 50px;
    }
}

.nav-breadcrumb {
    margin: 20px 0;
}

.nav-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 12px;
}

.nav-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #606368;
}

.nav-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #F26758;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.line-clamp-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.line-clamp-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.line-clamp-9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.line-clamp-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.icon-phone {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/icon-phone-call-1.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -3px;
}

.icon-mail {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/icon-email.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -5px;
}

.icon-search {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/icon-search-white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -5px;
}

.icon-user {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/icon-user-white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -4px;
}

.icon-language {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -4px;
}

.icon-language.icon-en {
    background-image: url("../images/icon/lang-en.png");
}

.icon-language.icon-vi {
    background-image: url("../images/icon/lang-vi.png");
}

.icon-cart-item {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -4px;
    background-image: url("../images/icon/icon-shopping-cart-1.svg");
}

header {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

header .container {
    max-width: 1300px;
}

header .header-top {
    padding: 16px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 20, 46, 0.4)), color-stop(51.21%, rgba(14, 20, 46, 0.2)), to(rgba(14, 20, 46, 0)));
    background: linear-gradient(180deg, rgba(14, 20, 46, 0.4) 0%, rgba(14, 20, 46, 0.2) 51.21%, rgba(14, 20, 46, 0) 100%);
    width: 100%;
}

header .header-top .header-top-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .header-top .header-top-wrap .header-logo {
    display: block;
}

header .header-top .header-top-wrap .header-logo .logo {
    height: 84px;
}

@media (max-width: 1279px) {
    header .header-top .header-top-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .header-top .header-top-wrap .header-logo .logo {
        height: 40px;
    }
}

@media (max-width: 767px) {
    header .header-top .header-top-wrap .header-logo .logo {
        height: 40px;
    }
}

@media (max-width: 375px) {
    header .header-top .header-top-wrap .header-logo .logo {
        height: 30px;
    }
}

@media (max-width: 992px) {
    header .header-top {
        padding: 15px 10px;
    }
}

@media (max-width: 570px) {
    header .header-top {
        padding: 16px 0px;
    }
}

header .menu-line {
    position: relative;
    margin: 0 auto;
    height: 25px;
    top: -2px;
    width: 20px;
    margin-left: 10px;
}

header .menu-line .lines {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 0;
}

header .menu-line .line {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0 !important;
}

header .menu-line .diagonal.part-1 {
    position: relative;
    float: left;
}

header .menu-line .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 6px;
}

header .menu-line .horizontal {
    position: relative;
    float: left;
    margin-top: 6px;
}

header .mobile-ham {
    display: none;
    position: absolute;
    left: 0px;
    top: 5px;
}

header .mobile-ham svg path {
    fill: #FFF;
}

@media (max-width: 1279px) {
    header .mobile-ham {
        display: block;
        margin-right: 0px;
    }

    header .mobile-ham img {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 375px) {
    header .mobile-ham img {
        width: 30px;
        height: 30px;
    }
}

header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: linear-gradient(115deg, #F26758 24.29%, #FD877A 84.26%);
}

header.fixed .header-top {
    padding: 12px 10px;
    background: transparent;
}

header.fixed .header-top .header-top-wrap .header-logo .logo {
    height: 40px;
}

@media screen and (max-width: 767px) {
    header.fixed .header-top .header-top-wrap .header-logo .logo {
        height: 30px;
    }
}

header.fixed .header-top .ic-search-mb {
    top: 6px;
}

@media screen and (max-width: 767px) {
    header.fixed .header-top {
        padding: 10px 0px;
    }

    header.fixed .header-top .language {
        top: 4px;
    }

    header.fixed .header-top .ic-search-mb {
        top: -6px;
    }
}

#mmenu:not(.mm-menu) {
    display: none;
}

.header-menu {
    width: auto;
    padding-bottom: 0px;
}

.header-menu .header-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-menu .header-menu-wrap .header-menu-root {
    margin-right: 0px;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 0px;
}

.header-menu .header-menu-wrap .has-sub {
    position: relative;
}

.header-menu .header-menu-wrap .has-sub .menu-root {
    padding-right: 20px;
}

.header-menu .header-menu-wrap .has-sub .icon-dropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 0;
    margin: auto;
}

.header-menu .header-menu-wrap .has-sub .icon-dropdown svg path {
    stroke: #FFF;
}

.header-menu .header-menu-wrap .has-sub .icon-dropdown.rotate-90 svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-menu .header-menu-wrap .has-sub:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-menu .header-menu-wrap .has-sub:hover > .menu-root::before {
    display: block;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu {
    left: 100%;
    right: -30px;
    width: calc(100% + 52px);
    top: -9px;
    overflow-y: auto;
    max-height: 400px;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #cedceb;
    border-radius: 3px;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu::-webkit-scrollbar-track {
    background: transparent;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu::-moz-selection {
    background: #02c8c6;
    color: #fff;
}

.header-menu .header-menu-wrap .has-sub.menu-child > .sub-menu::selection {
    background: #02c8c6;
    color: #fff;
}

.header-menu .header-menu-wrap .menu-root {
    display: inline-block;
    padding: 13px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    position: relative;
}

.header-menu .header-menu-wrap .menu-root::before {
    content: '';
    border-radius: 2px;
    background: #FFF;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    display: none;
}

.header-menu .header-menu-wrap .menu-root:hover, .header-menu .header-menu-wrap .menu-root.active {
    color: #FFF;
}

.header-menu .header-menu-wrap .menu-root:hover::before, .header-menu .header-menu-wrap .menu-root.active::before {
    display: block;
}

.header-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    top: 50px;
    left: 0px;
    background: #FFF;
    border-radius: 6px;
    padding: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 200;
    min-width: 230px;
    -webkit-box-shadow: 0px 3px 7px 0px #00000026;
    box-shadow: 0px 3px 7px 0px #00000026;
}

.header-menu .sub-menu .menu-child {
    text-align: left;
}

.header-menu .sub-menu .menu-child:last-child .menu-root {
    border-bottom: none;
}

.header-menu .sub-menu .menu-root {
    color: #333;
    border-bottom: none;
    line-height: 20px;
    width: 100%;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
}

.header-menu .sub-menu .menu-root::before {
    display: none !important;
}

.header-menu .sub-menu .menu-root.lv1 .icon-dropdown {
    top: 9px;
}

.header-menu .sub-menu .menu-root.lv2 {
    font-size: 14px;
    padding: 8px 0px;
}

.header-menu .sub-menu .menu-root:hover {
    background: #fab3ab;
    color: #151E45;
}

.header-menu .sub-menu .menu-root.active {
    background: #fab3ab;
    color: #151E45;
}

@media (max-width: 1200px) {
    .header-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-menu {
        display: none;
    }
}

.language {
    border-radius: 0px;
    background: transparent;
    width: auto;
    padding: 0px;
    position: relative;
}

.language .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    line-height: 20px;
    height: 20px;
}

.language .dropdown-toggle .icon-dropdown {
    margin-left: 6px;
    margin-top: -3px;
}

.language .dropdown-toggle::after {
    display: none;
}

.language .dropdown-menu {
    min-width: 70px;
    padding: 0px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 0px !important;
    -webkit-transform: translate(0px, 30px) !important;
    transform: translate(0px, 30px) !important;
}

.language .dropdown-menu li {
    margin-bottom: 0px;
    width: 100%;
}

.language .dropdown-menu li .langitem {
    width: 100%;
    padding: 8px 10px;
    border-right: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.language .dropdown-menu li .langitem span.icon {
    margin-right: 6px;
}

.language .dropdown-menu li:last-child {
    margin-bottom: 0px;
}

.language .dropdown-menu li:hover .langitem, .language .dropdown-menu li.active .langitem {
    background: #fab3ab;
    color: #151E45;
}

.language .langitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-right: 5px;
    text-transform: uppercase;
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.language .langitem.current-lang {
    padding-right: 0px;
    color: #FFF;
}

.language .langitem span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.language .langitem span.icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1279px) {
    .language {
        position: absolute;
        top: 5px;
        right: 0px;
    }
}

.ic-search-mb {
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0px;
    position: absolute;
    right: 80px;
    top: 15px;
}

.ic-search-mb .ic-c {
    display: none;
    width: 16px;
    height: 16px;
}

@media (max-width: 992px) {
    .ic-search-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 5px;
    }

    .ic-search-mb.show .ic-c {
        display: block;
    }

    .ic-search-mb.show .ic-s {
        display: none;
    }
}

@media (max-width: 767px) {
    .ic-search-mb {
        top: 0px;
    }
}

@media (max-width: 570px) {
    .ic-search-mb {
        right: 60px;
        top: -6px;
    }
}

.box-search {
    margin-right: 0px;
    width: 180px;
    border-radius: 0px;
    background: #FFF;
    z-index: 100;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    right: 80px;
    top: 14px;
}

.box-search.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box-search input {
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    color: #333;
    border: none;
    padding: 0px;
    width: calc(100% - 24px);
}

.box-search input::-webkit-input-placeholder {
    color: #BDBDBD;
    opacity: 1;
}

.box-search input:-ms-input-placeholder {
    color: #BDBDBD;
    opacity: 1;
}

.box-search input::-ms-input-placeholder {
    color: #BDBDBD;
    opacity: 1;
}

.box-search input::placeholder {
    color: #BDBDBD;
    opacity: 1;
}

.box-search button {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
}

.box-search:active, .box-search:focus-visible, .box-search:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 992px) {
    .box-search {
        position: absolute;
        top: 50px;
        right: 80px;
    }

    .box-search input {
        padding-left: 8px;
    }
}

@media (max-width: 570px) {
    .box-search {
        top: 45px;
        right: 60px;
    }
}

@-webkit-keyframes MoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes MoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes MoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes MoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.mm-navbar__title {
    text-transform: uppercase;
}

.mm-listitem__text {
    text-transform: uppercase;
}

.mm-navbar {
    background: #f2f2f2;
}

.mm-navbar a {
    color: #000 !important;
}

.mm-listview {
    background: #f2f2f2;
}

.mm-listview a {
    color: #000;
}

.mm-menu .item-menu-mb {
    color: #000 !important;
    padding: 20px;
}

.mm-menu .item-menu-mb.active {
    color: #F26758 !important;
}

.mm-panel:not(.mm-hidden) {
    background: #f2f2f2;
}

.mm-counter {
    color: #000 !important;
    display: none;
}

.footer .main-footer {
    background: transparent url("../images/bg-footer.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 60px 0px 0px;
    position: relative;
}

.footer .main-footer .row-frm-ft {
    border-radius: 20px;
    background: #D04D3F;
    width: 100%;
    padding: 16px;
    margin-bottom: 40px;
}

.footer .main-footer .row-frm-ft .title-frm-ft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .main-footer .row-frm-ft .title-frm-ft h2, .footer .main-footer .row-frm-ft .title-frm-ft .h2 {
    color: #FFF;
    font-family: "DVN - Luckiest Guy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
}

.footer .main-footer .row-frm-ft .title-frm-ft h3, .footer .main-footer .row-frm-ft .title-frm-ft .h3 {
    color: #FFF;
    margin: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer .main-footer .row-frm-ft .frm-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .main-footer .row-frm-ft .frm-ft .input-frm {
    width: calc(33% - 44px);
    background: #F26758;
    height: 43px;
    line-height: 43px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 12px;
    border: none;
    border-radius: 8px;
}

.footer .main-footer .row-frm-ft .frm-ft .input-frm::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
}

.footer .main-footer .row-frm-ft .frm-ft .input-frm:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}

.footer .main-footer .row-frm-ft .frm-ft .input-frm::-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}

.footer .main-footer .row-frm-ft .frm-ft .input-frm::placeholder {
    color: #FFF;
    opacity: 1;
}

.footer .main-footer .row-frm-ft .frm-ft .btn-submit-frm {
    border-radius: 30px;
    border: 2px solid #FFF;
    width: 104px;
    height: 43px;
    line-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: transparent;
}

.footer .main-footer .row-frm-ft .frm-ft .btn-submit-frm svg {
    margin-left: 4px;
}

.footer .main-footer .row-frm-ft .frm-ft .btn-submit-frm:hover {
    background: #F26758;
    color: #FFF;
}

.footer .main-footer .left-ft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .main-footer .logo-comp-ft {
    width: 110px;
    margin-bottom: 30px;
}

.footer .main-footer .logo-comp-ft .logo-ft img {
    height: 116px;
}

.footer .main-footer .info-comp-ft {
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .main-footer .info-comp-ft .name-ft {
    color: #FFF;
    font-family: "DVN - Luckiest Guy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.footer .main-footer .info-comp-ft .name-ft strong {
    font-size: 26px;
    font-weight: 400;
    display: block;
}

.footer .main-footer .info-comp-ft .desc-ft,
.footer .main-footer .info-comp-ft .lbl-dkkd {
    color: #FFF;
    width: 100%;
    margin-bottom: 6px;
    max-width: 415px;
}

.footer .main-footer .title-ft {
    color: #FFF;
    font-family: "DVN - Luckiest Guy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    display: block;
}

.footer .main-footer .add-ft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer .main-footer .add-ft b {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}

.footer .main-footer .add-ft span {
    display: block;
    margin-bottom: 15px;
}

.footer .main-footer .add-ft a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer .main-footer .add-ft a:hover {
    color: #151E45;
}

.footer .main-footer .add-ft .add {
    background: transparent url("../images/ic-location-ft.png") no-repeat left 2px;
    background-size: 19px auto;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 24px;
    width: 100%;
}

.footer .main-footer .add-ft .mail {
    background: transparent url("../images/ic-mail-ft.png") no-repeat left 3px;
    background-size: 19px auto;
    padding-left: 32px;
    margin-bottom: 15px;
    line-height: 24px;
    width: 100%;
}

.footer .main-footer .add-ft .fax {
    background: transparent url("../images/ic-fax-ft1.png") no-repeat left 2px;
    padding-left: 32px;
    margin-bottom: 15px;
    line-height: 24px;
    width: 100%;
}

.footer .main-footer .add-ft .phone {
    background: transparent url("../images/ic-call-ft.png") no-repeat left 0px;
    background-size: 19px auto;
    padding-left: 32px;
    margin-bottom: 15px;
    line-height: 24px;
    width: 100%;
}

.footer .main-footer .row-phone {
    width: 100%;
    margin-bottom: 10px;
}

.footer .main-footer .row-phone a {
    margin-right: 30px;
}

.footer .main-footer .row-phone a:last-child {
    margin-left: 25px;
}

.footer .main-footer .link-ft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer .main-footer .link-ft .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .main-footer .link-ft a {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    margin-bottom: 20px;
    width: 49.5%;
}

.footer .main-footer .link-ft a:first-child {
    width: 100%;
}

.footer .main-footer .link-ft a:hover {
    color: #151E45;
}

.footer .main-footer .list-office {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #FFF;
    margin-bottom: 40px;
}

.footer .main-footer .list-office .add-ft {
    border-top: none;
}

.footer .main-footer .row-social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}

.footer .main-footer .row-social .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .main-footer .row-social a {
    margin-right: 20px;
    margin-bottom: 0px;
    display: block;
}

.footer .main-footer .row-social a:hover {
    opacity: 0.9;
}

.footer .main-footer .row-social a img {
    width: 24px;
}

.footer .main-footer .clear {
    clear: both;
    width: 100%;
}

.footer .main-footer .fanpage-ft {
    width: 100%;
    margin-bottom: 20px;
}

.footer .main-footer .row-cpr {
    width: 100%;
    background: #D04D3F;
    padding: 8px 0px;
}

.footer .main-footer .lbl-cp {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    padding: 0px;
}

@media (max-width: 1279px) {
    .footer .main-footer .link-ft a {
        font-size: 14px;
    }

    .footer .main-footer .add-ft {
        font-size: 14px;
    }

    .footer .main-footer .add-ft a {
        font-size: 14px;
    }

    .footer .main-footer .title-frm-ft {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .footer .main-footer {
        padding: 60px 0px 0px;
    }

    .footer .main-footer .left-ft {
        margin-bottom: 30px;
    }

    .footer .main-footer .logo-comp-ft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .main-footer .link-ft .list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .main-footer .list-office {
        margin-bottom: 20px;
    }

    .footer .main-footer .lbl-cp {
        font-size: 14px;
    }

    .footer .main-footer .container {
        padding: 0px 10px;
    }
}

@media (max-width: 767px) {
    .footer .main-footer {
        padding: 40px 0px 0px;
    }

    .footer .main-footer .logo-comp-ft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer .main-footer .logo-comp-ft .logo-ft img {
        height: 102px;
    }

    .footer .main-footer .row-frm-ft .frm-ft .input-frm {
        width: calc(33% - 40px);
        height: 43px;
        line-height: 43px;
        font-size: 14px;
        padding: 0px 10px;
    }

    .footer .main-footer .lbl-cp {
        font-size: 12px;
    }

    .footer .main-footer .container {
        padding: 0px 10px;
    }
}

@media (max-width: 570px) {
    .footer .main-footer .row-frm-ft .frm-ft .input-frm {
        width: calc(50% - 5px);
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .footer .main-footer .row-frm-ft .frm-ft .btn-submit-frm {
        font-size: 16px;
        margin-right: auto;
        margin-left: 10px;
        width: calc(50% - 5px);
    }
}

@media (max-width: 390px) {
    .footer .main-footer .left-ft {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .main-footer .info-comp-ft {
        width: 100%;
    }
}

.row-pag {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.row-pag ul li {
    margin: 0px 3px;
}

.row-pag ul li a.page-link {
    background: transparent;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
    width: 40px;
    height: 40px;
    line-height: 146.667%;
    text-align: center;
    padding: 0px;
    text-transform: capitalize;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-pag ul li a.page-link:hover {
    background: #F26758;
    border: 1px solid #F26758;
    color: #fff;
}

.row-pag ul li a.page-link:hover svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .row-pag ul li a.page-link {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
}


.row-pag ul li:first-child a.page-link, .row-pag ul li:last-child a.page-link {
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
}

.row-pag ul li.active a.page-link {
    background: #F26758!important;
    border: 1px solid #F26758!important;
    color: #FFF!important;
}

.row-pag ul li.disabled {
    opacity: 0.3;
}

.paginate-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginate-custom a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #b0c3c9;
    border-radius: 4px;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .paginate-custom a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .paginate-custom a i {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.paginate-custom a:hover {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    color: white;
}

.paginate-custom a {
    font-weight: 500;
    font-size: 16px;
    color: #0e495c;
}

.paginate-custom a i {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.row-breadcrumb {
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 40px;
}

.row-breadcrumb.row-breadcrumb-detail {
    margin-top: 10px;
}

.row-breadcrumb.row-breadcrumb-detail .breadcrumb .breadcrumb-item a {
    color: #828282;
}

.row-breadcrumb.row-breadcrumb-detail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #828282;
}

.row-breadcrumb nav {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .row-breadcrumb {
        padding: 0px 5px;
    }
}

.row-breadcrumb .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    width: 100%;
}

.row-breadcrumb .breadcrumb .breadcrumb-item {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-left: 4px;
    margin-right: 4px;
}

.row-breadcrumb .breadcrumb .breadcrumb-item svg {
    margin-top: -6px;
}

.row-breadcrumb .breadcrumb .breadcrumb-item::before {
    padding-right: 4px;
    color: #FFF;
}

.row-breadcrumb .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0px;
}

.row-breadcrumb .breadcrumb .breadcrumb-item:last-child a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.row-breadcrumb .breadcrumb .breadcrumb-item:last-child::before {
    color: #FFF !important;
}

.row-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
}

.row-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #151E45;
}

.row-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    background: transparent url("../images/ic-breadcrumb.png") no-repeat center center;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    margin-top: 3px;
    color: #FFF;
}

@media (max-width: 767px) {
    .row-breadcrumb .breadcrumb .breadcrumb-item {
        font-size: 16px;
    }

    .row-breadcrumb .breadcrumb .breadcrumb-item a {
        font-size: 16px;
    }
}

._btn_all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: 0.85s;
    transition: 0.85s;
}

@media screen and (max-width: 767px) {
    ._btn_all {
        font-size: 14px;
    }
}

._btn_all span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    background: #003F70;
    -webkit-backdrop-filter: blur(2.85714px);
    backdrop-filter: blur(2.85714px);
}

@media screen and (max-width: 767px) {
    ._btn_all span {
        width: 30px;
        height: 30px;
    }

    ._btn_all span svg {
        width: 16px;
    }
}

._btn_all span img {
    max-width: 100%;
}

._btn_all:hover {
    background: #003F70;
    padding-left: 20px;
    color: #fff;
}

._btn_all2 {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: 0.85s;
    transition: 0.85s;
    background: #003F70;
    padding: 8px 28px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    ._btn_all2 {
        font-size: 14px;
    }
}

._btn_all2:hover {
    color: #fff;
}

.title-general {
    color: #1f4f9f;
    font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 23px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .title-general br {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .title-general {
        font-size: 26px;
    }
}

.title-line {
    padding-bottom: 1rem;
}

.title-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 3px;
    background: #f48220;
}

.line-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-intro .banner-psub .icon-banner {
    max-height: 139px;
}

@media screen and (max-width: 1279px) {
    .page-intro .banner-psub .icon-banner {
        max-height: 100px;
    }
}

@media screen and (max-width: 991px) {
    .page-intro .banner-psub .icon-banner {
        max-height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .page-intro .banner-psub .icon-banner {
        max-height: 60px;
    }
}

@media screen and (max-width: 390px) {
    .page-intro .banner-psub .icon-banner {
        max-height: 50px;
    }
}

.banner-psub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 420px;
    background: transparent url("../images/banner-psub.jpg") no-repeat center center;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.banner-psub .content-banner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-top: 125px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    padding-bottom: 40px;
}

.banner-psub .row-title-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

.banner-psub .title-banner {
    color: #FFF;
    font-family: "DVN - Luckiest Guy";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 8px;
    text-transform: uppercase;
}

.banner-psub .icon-banner {
    max-height: 160px;
}

.banner-psub .row-breadcrumb {
    position: relative;
    z-index: 10;
}

@media (max-width: 1600px) {
    .banner-psub .title-banner {
        font-size: 80px;
    }
}

@media (max-width: 1400px) {
    .banner-psub .title-banner {
        font-size: 70px;
    }
}

@media (max-width: 1279px) {
    .banner-psub {
        min-height: 350px;
    }

    .banner-psub .title-banner {
        font-size: 60px;
    }

    .banner-psub .icon-banner {
        max-height: 100px;
    }
}

@media (max-width: 992px) {
    .banner-psub {
        min-height: 300px;
    }

    .banner-psub .content-banner {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .banner-psub .title-banner {
        font-size: 50px;
    }

    .banner-psub .icon-banner {
        max-height: 80px;
    }
}

@media (max-width: 767px) {
    .banner-psub {
        min-height: 250px;
    }

    .banner-psub .content-banner {
        padding-top: 90px;
    }

    .banner-psub .title-banner {
        font-size: 40px;
    }

    .banner-psub .icon-banner {
        max-height: 60px;
    }
}

@media (max-width: 570px) {
    .banner-psub {
        min-height: 220px;
    }

    .banner-psub .title-banner {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .banner-psub {
        min-height: 220px;
    }

    .banner-psub .title-banner {
        font-size: 24px;
    }
}

@media (max-width: 390px) {
    .banner-psub {
        min-height: 220px;
    }

    .banner-psub .title-banner {
        font-size: 20px;
    }

    .banner-psub .icon-banner {
        max-height: 50px;
    }
}

.intro_company {
    width: 100%;
    background: #fff;
    padding: 100px 10px;
}

.intro_company ._company_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.intro_company ._company_content ._company_box {
    width: calc(50% - 50px);
}

.intro_company ._company_content ._company_box .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.intro_company ._company_content ._company_box .img img {
    width: 100%;
}

.intro_company ._company_content ._company_box .desc {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.intro_company ._company_content ._company_box .box-title {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.intro_company ._company_content ._company_box .box-title .link-detail {
    margin-bottom: 0;
}

.intro_company ._company_content ._company_box:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.intro_company.intro_hr {
    background: #FDFAEE;
}

.intro_company.intro_hr ._company_content {
    gap: 30px 60px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro_company.intro_hr ._company_content ._company_box {
    width: calc(50% - 30px);
}

.intro_company.intro_hr ._company_content ._company_box .desc {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
    font-size: 24px;
}

.intro_company.intro_hr ._company_content ._company_box .box-title {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.intro_company.intro_hr ._company_content ._company_box .box-title .link-detail {
    margin-bottom: 0;
}

.intro_company.intro_hr ._company_content ._company_box ._hr_infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_avt {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E2E6E9;
}

.intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_avt img {
    width: 100%;
}

.intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_des {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_des ._hr_name {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: block;
    margin-bottom: 4px;
}

@media screen and (max-width: 1600px) {
    .intro_company {
        padding: 60px 10px;
    }

    .intro_company ._company_content {
        gap: 30px;
    }

    .intro_company ._company_content ._company_box {
        width: calc(50% - 15px);
    }

    .intro_company.intro_hr {
        background: #FDFAEE;
    }

    .intro_company.intro_hr ._company_content {
        gap: 30px;
    }

    .intro_company.intro_hr ._company_content ._company_box {
        width: calc(50% - 15px);
    }

    .intro_company.intro_hr ._company_content ._company_box .desc {
        font-size: 22px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_avt {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1279px) {
    .intro_company ._company_content ._company_box .desc {
        font-size: 16px;
    }

    .intro_company.intro_hr {
        background: #FDFAEE;
    }

    .intro_company.intro_hr ._company_content ._company_box .desc {
        font-size: 20px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_des ._hr_name {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .intro_company {
        padding: 40px 10px;
    }

    .intro_company ._company_content ._company_box {
        width: 100%;
    }

    .intro_company.intro_hr ._company_content ._company_box {
        width: 100%;
    }

    .intro_company.intro_hr ._company_content ._company_box .desc {
        margin-bottom: 20px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .intro_company.intro_hr ._company_content ._company_box .desc {
        font-size: 16px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_avt {
        width: 70px;
        height: 70px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_des {
        font-size: 14px;
    }

    .intro_company.intro_hr ._company_content ._company_box ._hr_infor ._hr_des ._hr_name {
        font-size: 16px;
    }
}

._hr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 60px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._hr_list ._hr_infor {
    width: calc(20% - 24px);
}

._hr_list ._hr_infor ._hr_avt {
    width: 100%;
    padding-top: 130.35714%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    margin-bottom: 20px;
}

._hr_list ._hr_infor ._hr_avt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

._hr_list ._hr_infor ._hr_des {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

._hr_list ._hr_infor ._hr_des ._hr_name {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
}

._hr_list ._hr_infor:hover ._hr_avt img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1279px) {
    ._hr_list ._hr_infor {
        width: calc(20% - 24px);
    }

    ._hr_list ._hr_infor ._hr_des ._hr_name {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    ._hr_list {
        gap: 30px;
    }

    ._hr_list ._hr_infor {
        width: calc(25% - 22.5px);
    }
}

@media screen and (max-width: 767px) {
    ._hr_list ._hr_infor {
        width: calc(33.3333% - 20px);
    }

    ._hr_list ._hr_infor ._hr_des {
        font-size: 14px;
    }

    ._hr_list ._hr_infor ._hr_des ._hr_name {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    ._hr_list {
        gap: 20px;
    }

    ._hr_list ._hr_infor {
        width: calc(50% - 10px);
    }

    ._hr_list ._hr_infor ._hr_des ._hr_name {
        font-size: 16px;
    }
}

.intro_brandpos {
    width: 100%;
    padding: 100px 10px;
    background: #FDFAEE;
}

.intro_brandpos .box-title {
    margin-bottom: 30px;
}

.intro_brandpos .brandpos_list {
    overflow: hidden;
}

.intro_brandpos .brandpos_list .row {
    gap: 30px 0;
    margin: 0 -45px;
}

.intro_brandpos .brandpos_list .row .col-lg-4 {
    padding: 0 45px;
}

.intro_brandpos .brandpos_list .brandpos_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro_brandpos .brandpos_list .brandpos_item .img {
    margin-bottom: 20px;
    text-align: center;
}

.intro_brandpos .brandpos_list .brandpos_item .img img {
    max-width: 100%;
    max-height: 90px;
}

.intro_brandpos .brandpos_list .brandpos_item .title {
    color: #151E45;
    font-family: "DVN - Luckiest Guy";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
    text-align: center;
}

.intro_brandpos .brandpos_list .brandpos_item .txt {
    color: var(--grey, #151E45);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .intro_brandpos {
        padding: 60px 10px;
    }

    .intro_brandpos .brandpos_list .row {
        margin: 0 -10px;
    }

    .intro_brandpos .brandpos_list .row .col-md-4,
    .intro_brandpos .brandpos_list .row .col-lg-4 {
        padding: 0 10px;
    }

    .intro_brandpos .brandpos_list .brandpos_item .img img {
        max-height: 80px;
    }

    .intro_brandpos .brandpos_list .brandpos_item .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1279px) {
    .intro_brandpos .brandpos_list .brandpos_item .img img {
        max-height: 70px;
    }

    .intro_brandpos .brandpos_list .brandpos_item .txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .intro_brandpos {
        padding: 40px 10px;
    }

    .intro_brandpos .brandpos_list .brandpos_item .img img {
        max-height: 60px;
    }

    .intro_brandpos .brandpos_list .brandpos_item .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 574px) {
    .intro_brandpos .brandpos_list .brandpos_item .img {
        text-align: center;
    }

    .intro_brandpos .brandpos_list .brandpos_item .title {
        text-align: center;
    }
}

.intro_historybegin {
    width: 100%;
    padding: 100px 10px;
    background: #fff url("../images/images/bg-lsht.jpg") no-repeat top center;
    background-size: cover;
}

.intro_historybegin .historybegin_timeline {
    position: relative;
}

.intro_historybegin .historybegin_timeline::after {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: #fff url("../images/images/bg-line.png") no-repeat right center;
    position: absolute;
    right: 0;
    top: 60px;
}

.intro_historybegin .historybegin_timeline ._timeline_slide {
    padding-bottom: 44px;
}

.intro_historybegin .historybegin_timeline ._timeline_slide .swiper-slide {
    padding-left: 28px;
    height: auto;
}

.intro_historybegin .historybegin_timeline ._timeline_slide .swiper-slide::after {
    width: 0;
    height: calc(100% - 35px);
    border-left: 1px dotted #D1D1D1;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 27px;
}

.intro_historybegin .historybegin_timeline ._timeline_year {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    color: #151E45;
    font-family: "DVN - Luckiest Guy";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.intro_historybegin .historybegin_timeline ._timeline_item {
    width: 100%;
    position: relative;
    padding: 70px 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro_historybegin .historybegin_timeline ._timeline_item .img-dot {
    display: block;
    max-width: 45px;
    position: absolute;
    top: 24px;
    left: -23px;
    z-index: 1;
}

.intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other {
    width: 100%;
    max-width: 180px;
}

.intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other .title {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other ._timeline_child .des {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other ._timeline_child .img img {
    height: 180px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_onephoto ._timeline_other {
    max-width: 296px;
}

.intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
}

.intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other .title {
    width: 100%;
}

.intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other ._timeline_child {
    width: 100%;
    max-width: 180px;
}

@media screen and (max-width: 1600px) {
    .intro_historybegin {
        padding: 60px 10px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other {
        max-width: 140px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other ._timeline_child .img img {
        height: 140px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other ._timeline_child {
        max-width: 140px;
    }
}

@media screen and (max-width: 1279px) {
    .intro_historybegin .historybegin_timeline ._timeline_item {
        padding-top: 80px;
        gap: 10px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other {
        max-width: 100px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other .title {
        font-size: 18px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other ._timeline_child .des {
        font-size: 16px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item ._timeline_other ._timeline_child .img img {
        height: 100px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other {
        gap: 0 10px;
    }

    .intro_historybegin .historybegin_timeline ._timeline_item._timeline_item_twophoto ._timeline_other ._timeline_child {
        max-width: 100px;
    }
}

.swiper-pagination-box .swiper-pagination {
    bottom: 0;
}

.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(21, 30, 69, 0.2);
    opacity: 1;
}

.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F26758;
}

.banner-psub-news {
    width: 100%;
    position: relative;
}

.banner-psub-news .img-banner {
    width: 100%;
    height: auto;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-psub-news .txt-banner {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-psub-news .txt-banner .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    margin: 0px 0px 15px;
}

.banner-psub-news .txt-banner .row-breadcrumb {
    max-width: 1000px;
}

.banner-psub-news .txt-banner .row-breadcrumb .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-news-home {
    width: 100%;
    padding: 100px 10px;
    background: #FDFAEE;
    overflow: hidden;
}

.block-news-home .box-title {
    max-width: 355px;
}

.block-news-home .slider-news-home {
    width: 100%;
    position: relative;
    padding: 0px;
}

.block-news-home .slider-news-home .swiper {
    padding-bottom: 70px;
}

.block-news-home .slider-news-home .swiper .swiper-slide {
    height: auto;
}

.block-news-home .slider-news-home .swiper .swiper-slide .item-new {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 1500px) {
    .block-news-home {
        padding: 80px 10px;
    }
}

@media (max-width: 1279px) {
    .block-news-home {
        padding: 60px 10px;
    }
}

@media (max-width: 992px) {
    .block-news-home .box-title {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        max-width: unset;
    }

    .block-news-home .box-title .title,
    .block-news-home .box-title .desc {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .block-news-home {
        padding: 60px 10px;
    }
}

@media (max-width: 570px) {
    .block-news-home {
        padding: 60px 0px;
    }

    .block-news-home .container {
        padding: 0px;
    }

    .block-news-home .slider-news-home .swiper {
        padding: 0px 20px 50px;
    }
}

.block-news {
    width: 100%;
    background: #FFF;
    padding: 60px 10px 100px;
    overflow: hidden;
}

.block-news .box-title {
    margin-bottom: 30px;
}

.block-news .list-cat {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    overflow: auto;
}

.block-news .list-cat a {
    color: #151E45;
    display: block;
    font-family: "DVN - Luckiest Guy";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 30px;
    white-space: nowrap;
    padding-top: 10px;
}

.block-news .list-cat a:hover, .block-news .list-cat a.active {
    color: #F26758;
}

.block-news .item-new {
    margin-bottom: 90px;
}

@media screen and (max-width: 1500px) {
    .block-news .box-title {
        margin-bottom: 10px;
    }

    .block-news .list-cat {
        margin-bottom: 40px;
    }

    .block-news .list-cat a {
        font-size: 20px;
        margin: 0px 30px;
    }

    .block-news .item-new {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 992px) {
    .block-news {
        padding: 40px 10px 60px;
    }

    .block-news .list-cat a {
        font-size: 18px;
        margin: 0px 15px;
    }

    .block-news .item-new {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 570px) {
    .block-news .list-cat a {
        font-size: 16px;
        margin: 0px 10px;
    }

    .block-news .item-new {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 390px) {
    .block-news .list-cat {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .block-news .list-cat a {
        font-size: 14px;
        margin: 0px 10px;
    }
}

.page-news .block-news-home {
    background: #fff;
    padding: 45px 10px 22px;
}

@media screen and (max-width: 767px) {
    .page-news .block-news-home {
        padding-top: 15px 0 22px;
    }
}

.page-news .block-news-home .slider-news-home {
    margin-bottom: 0;
}

.page-news .block-news-home .box-title {
    padding: 0;
    margin-bottom: 36px;
}

.page-news .block-news-home .box-title .title2 {
    font-size: 30px;
}

@media screen and (max-width: 1500px) {
    .page-news .block-news-home .box-title .title2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 992px) {
    .page-news .block-news-home .box-title .title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 570px) {
    .page-news .block-news-home .box-title .title2 {
        font-size: 18px;
    }
}

.page-news .block-news-home .box-title .title2 span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #828282;
}

.page-news .block-news-home.block-news-listvideo {
    padding: 65px 10px 134px;
}

@media screen and (max-width: 767px) {
    .page-news .block-news-home.block-news-listvideo {
        padding: 40px 0;
    }
}

.page-news .block-news-home.block-news-listvideo .row {
    gap: 40px 0;
}

.page-news .block-news-home.block-news-listvideo .row-pag {
    margin-top: 70px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .page-news .block-news-home.block-news-listvideo .row-pag {
        margin-top: 20px;
    }
}

.page-news .block-news .row.gx-lg-4 {
    gap: 90px 0;
}

.page-news .block-news .row.gx-lg-4 .item-new {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    .page-news .block-news .row.gx-lg-4 {
        gap: 60px 0;
    }
}

@media screen and (max-width: 992px) {
    .page-news .block-news .row.gx-lg-4 {
        gap: 40px 0;
    }
}

@media screen and (max-width: 570px) {
    .page-news .block-news .row.gx-lg-4 {
        gap: 30px 0;
    }
}

.item-new {
    width: 100%;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.item-new .img {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: block;
}

.item-new .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.item-new .img .icon-video {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.item-new .img .icon-video img {
    position: unset;
    max-width: 100%;
}

.item-new .info {
    width: 100%;
    padding: 30px;
}

.item-new .name {
    display: block;
    width: 100%;
}

.item-new .name h3, .item-new .name .h3 {
    color: #151E45;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1279px) {
    .item-new .name h3, .item-new .name .h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .item-new .name h3, .item-new .name .h3 {
        font-size: 16px;
    }
}

.item-new .desc {
    color: #151E45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

.item-new .date {
    color: #58B8E5;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.item-new.item-new-hot .img {
    padding-top: 61.8%;
    border-radius: 8px;
}

.item-new.item-new-hot .img .icon-video {
    width: 80px;
    height: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .item-new.item-new-hot .img .icon-video {
        width: 40px;
        height: 40px;
    }
}

.item-new.item-new-hot .info {
    padding: 0;
}

@media screen and (max-width: 574px) {
    .item-new.item-new-hot .info {
        padding-top: 24px;
    }
}

.item-new.item-new-hot .name {
    margin-bottom: 12px;
    display: block;
}

.item-new.item-new-hot .name h3, .item-new.item-new-hot .name .h3 {
    font-size: 28px;
}

@media screen and (max-width: 1600px) {
    .item-new.item-new-hot .name h3, .item-new.item-new-hot .name .h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1400px) {
    .item-new.item-new-hot .name h3, .item-new.item-new-hot .name .h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .item-new.item-new-hot .name h3, .item-new.item-new-hot .name .h3 {
        font-size: 20px;
    }
}

.item-new.item-new-hot .desc {
    -webkit-line-clamp: 7;
}

.item-new.item-event {
    margin-bottom: 60px;
}

.item-new.item-event .info .name {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
}

.item-new.item-doc .info .date {
    width: 100%;
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    margin-bottom: 4px;
}

.item-new.item-doc .info .name {
    width: 100%;
    padding-left: 0px;
    text-align: left;
}

.item-new.item-doc .info .link-detail {
    padding: 13px 20px;
}

.item-new:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-new:hover .img .icon-video img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-new:hover .name h3, .item-new:hover .name .h3 {
    color: #F26758;
}

.item-new:hover .link-detail {
    color: #FFF;
    background: #F26758;
}

@media (max-width: 1400px) {
    .item-new .info {
        padding: 20px;
    }

    .item-new .info .name h3, .item-new .info .name .h3 {
        font-size: 16px;
    }
}

.block-news.box-result {
    padding: 40px 10px 100px;
}

.block-news.box-result .title_s {
    font-size: 26px;
    text-align: left;
    margin-bottom: 50px;
    padding: 0px;
}

.block-news.box-result .title_s::before {
    display: none;
}

@media (max-width: 992px) {
    .block-news.box-result .title_s {
        font-size: 20px;
    }
}

@media (max-width: 570px) {
    .block-news.box-result .title_s {
        font-size: 18px;
    }
}

.page-search .row-breadcrumb .breadcrumb .breadcrumb-item svg path {
    fill: #828282;
}

.block-contact {
    padding: 100px 0px;
    width: 100%;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.block-contact .main-contact {
    width: 100%;
}

.block-contact .info-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding-right: 30px;
}

.block-contact .info-company .name {
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    width: 100%;
}

.block-contact .info-company .name strong {
    font-size: 40px;
    display: block;
}

.block-contact .info-company .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #151E45;
    width: 100%;
    margin-bottom: 30px;
}

.block-contact .info-company .add {
    margin-bottom: 15px;
    color: #151E45;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    padding-left: 32px;
    background: transparent url("../images/ic-location-ct.png") no-repeat left 3px;
}

.block-contact .info-company .phone {
    margin-bottom: 15px;
    color: #151E45;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    padding-left: 32px;
    background: transparent url("../images/ic-call-ct.png") no-repeat left 5px;
}

.block-contact .info-company .phone:hover {
    color: #F26758;
}

.block-contact .info-company .mail {
    margin-bottom: 15px;
    color: #151E45;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    padding-left: 32px;
    background: transparent url("../images/ic-email-ct.png") no-repeat left 5px;
}

.block-contact .info-company .mail:hover {
    color: #F26758;
}

.block-contact .info-company .btn-gg-map {
    border-radius: 5px;
    border: 1px solid #F26758;
    background: #FFF;
    width: 140px;
    height: 40px;
    color: #F26758;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.block-contact .info-company .btn-gg-map svg {
    margin-right: 10px;
}

.block-contact .frm-contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}

.block-contact .frm-contact .lbl-frmcontact {
    color: #151E45;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
}

.block-contact .frm-contact .form-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
}

.block-contact .frm-contact .form-group span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.block-contact .frm-contact .form-group .input-frm {
    padding: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #F8EEDB;
    background: #FDFAEE;
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 16px;
}

.block-contact .frm-contact .form-group .input-frm::-webkit-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .input-frm:-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .input-frm::-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .input-frm::placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .slc-frm {
    padding: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #F8EEDB;
    background: #FDFAEE;
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 16px;
}

.block-contact .frm-contact .form-group .slc-frm::-webkit-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .slc-frm:-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .slc-frm::-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .slc-frm::placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .tarea-frm {
    width: 100%;
    height: 120px;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #F8EEDB;
    background: #FDFAEE;
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 16px;
    margin-bottom: 12px;
}

.block-contact .frm-contact .form-group .tarea-frm::-webkit-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .tarea-frm:-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .tarea-frm::-ms-input-placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .form-group .tarea-frm::placeholder {
    color: #151E45;
    opacity: 0.6;
}

.block-contact .frm-contact .btn-viewall {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.block-contact .frm-contact .btn-submit-frm {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    text-align: center;
    width: 180px;
    padding: 15px;
    margin-bottom: 30px;
    background: #F26758;
}

.block-contact .frm-contact .btn-submit-frm:hover {
    background: #004c75;
    color: #FFF;
}

@media (max-width: 1500px) {
    .block-contact {
        padding: 80px 0px;
    }

    .block-contact .info-company {
        padding-right: 10px;
    }

    .block-contact .frm-contact {
        padding-left: 10px;
    }
}

@media (max-width: 992px) {
    .block-contact {
        padding: 80px 0px;
    }

    .block-contact .info-company {
        padding-right: 0px;
    }

    .block-contact .frm-contact {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .block-contact {
        padding: 60px 10px;
    }

    .block-contact .info-company .name {
        font-size: 20px;
    }

    .block-contact .info-company .name strong {
        font-size: 30px;
    }

    .block-contact .info-company .desc {
        font-size: 16px;
    }

    .block-contact .info-company .add,
    .block-contact .info-company .phone,
    .block-contact .info-company .mail {
        font-size: 16px;
    }

    .block-contact .frm-contact .form-group .input-frm,
    .block-contact .frm-contact .form-group .tarea-frm {
        font-size: 16px;
    }

    .block-contact .frm-contact .btn-viewall {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.block-privacy-policy {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}

.block-privacy-policy .main-privacy-policy {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
    color: #151E45;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.block-privacy-policy .main-privacy-policy h3, .block-privacy-policy .main-privacy-policy .h3 {
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}

.block-privacy-policy .main-privacy-policy p {
    margin-bottom: 50px;
}

.block-privacy-policy .main-privacy-policy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .block-privacy-policy {
        padding: 60px 10px;
    }

    .block-privacy-policy .main-privacy-policy {
        font-size: 16px;
    }

    .block-privacy-policy .main-privacy-policy h3, .block-privacy-policy .main-privacy-policy .h3 {
        font-size: 22px;
    }

    .block-privacy-policy .main-privacy-policy p {
        margin-bottom: 30px;
    }
}

.block-map {
    width: 100%;
    position: relative;
}

.block-map .row-breadcrumb {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

@media (max-width: 1279px) {
    .block-map .row-breadcrumb {
        position: relative;
    }

    .block-map .row-breadcrumb .container {
        padding: 0px;
        max-width: 100%;
    }

    .block-map .row-breadcrumb .breadcrumb {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .block-map iframe {
        height: 300px;
    }
}

.block-services {
    width: 100%;
    padding: 80px 10px 60px;
}

.block-services .slider-serv {
    width: 100%;
}

.block-services .slider-serv .swiper {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .block-services {
        padding: 60px 10px 40px;
    }
}

.item-services {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
    background: #FFF;
}

.item-services .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0px;
    z-index: 1;
}

.item-services .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-services .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.item-services .name {
    width: 100%;
    margin-bottom: 8px;
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-services .desc {
    color: #828282;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

.item-services .btn-detail {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 60px;
    border: none;
    padding: 8px 15px;
    background: #ED1C24;
}

.item-services:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-services:hover .name {
    color: #F26758;
}

.item-services:hover .link-detail {
    color: #FFF;
    background: #F26758;
}

.block-pentest-team {
    width: 100%;
    padding: 40px 10px;
}

.block-pentest-team .item-logo-pentest {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-pentest-team .item-logo-pentest img {
    max-width: 100%;
    max-height: 100%;
}

.nav-tabs.nav-tabs-pentest {
    position: relative;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: transparent;
    margin-bottom: 30px;
    margin-top: 80px;
}

.nav-tabs.nav-tabs-pentest .nav-item {
    width: auto;
    margin: 0px 8px 10px 0px;
}

.nav-tabs.nav-tabs-pentest .nav-item .nav-link {
    width: 100%;
    min-width: 160px;
    text-align: center;
    color: #F26758;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 10px;
    border-radius: 5px;
    border: 1px solid #F26758;
    margin: 0px;
}

.nav-tabs.nav-tabs-pentest .nav-item .nav-link:hover {
    outline: none;
    background: #ED1C24;
    border: 1px solid #ED1C24;
    color: #FFF;
}

.nav-tabs.nav-tabs-pentest .nav-item .nav-link.active {
    outline: none;
    border: 1px solid #ED1C24;
    background: #ED1C24;
    color: #FFF;
}

@media (max-width: 767px) {
    .nav-tabs.nav-tabs-pentest {
        margin-top: 40px;
    }
}

.item-pentest {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-pentest .img {
    width: 40%;
    margin-bottom: 0px;
}

.item-pentest .img img {
    width: 100%;
}

.item-pentest .info {
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.item-pentest .info .name {
    color: #F26758;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 150% */
    letter-spacing: -0.56px;
    margin-bottom: 5px;
    width: 100%;
}

.item-pentest .info .desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
    width: 100%;
}

@media (max-width: 767px) {
    .item-pentest .info {
        width: 100%;
    }

    .item-pentest .img {
        width: 100%;
    }
}

.block-gallery-serv {
    width: 100%;
    padding: 40px 10px 60px;
    position: relative;
    z-index: 10;
}

.block-gallery-serv .slider-gal-serv {
    width: 100%;
    position: relative;
    padding: 0px 100px;
    z-index: 10;
}

.block-gallery-serv .slider-gal-serv .swiper {
    padding-bottom: 60px;
}

.block-gallery-serv .slider-gal-serv .custom-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    z-index: 10;
    margin-top: -40px;
}

.block-gallery-serv .slider-gal-serv .custom-nav .custom-slider-nav.custom-slider-prev {
    margin-left: 0px;
}

.block-gallery-serv .slider-gal-serv .custom-nav .custom-slider-nav.custom-slider-next {
    margin-right: 0px;
}

.block-gallery-serv .slider-gal-serv .custom-nav .custom-slider-nav svg path {
    fill: #F26758;
}

.block-gallery-serv .slider-gal-serv .custom-nav .custom-slider-nav svg rect {
    stroke: #F26758;
}

.block-gallery-serv .item-gall {
    width: 100%;
}

.block-gallery-serv .item-gall .img {
    width: 100%;
    padding-bottom: 55%;
    position: relative;
}

.block-gallery-serv .item-gall .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.block-gallery-serv .item-gall .info {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #F3F3F3;
    padding: 15px 25px;
    min-height: 128px;
}

.block-gallery-serv .item-gall .info .name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {
    .block-gallery-serv {
        padding: 20px 10px 40px;
    }

    .block-gallery-serv .slider-gal-serv {
        padding: 0px 70px;
    }
}

@media (max-width: 767px) {
    .block-gallery-serv .slider-gal-serv {
        padding: 0px;
    }

    .block-gallery-serv .slider-gal-serv .custom-nav {
        display: none;
    }
}

.block-statistic-serv {
    width: 100%;
    padding: 100px 10px 20px;
    background: transparent url("../images/bg-statistic-serv.jpg") no-repeat center center;
    background-size: cover;
}

.block-statistic-serv .item-statis-serv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.block-statistic-serv .item-statis-serv .img {
    width: 125px;
}

.block-statistic-serv .item-statis-serv .img img {
    width: 100%;
}

.block-statistic-serv .item-statis-serv .info {
    width: calc(100% - 125px);
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-statistic-serv .item-statis-serv .info .num-statis {
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    /* 123.636% */
    letter-spacing: -2.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-statistic-serv .item-statis-serv .info .lbl {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 145.455% */
    letter-spacing: -0.22px;
}

@media (max-width: 992px) {
    .block-statistic-serv {
        padding: 60px 10px 20px;
    }

    .block-statistic-serv .item-statis-serv {
        margin-bottom: 40px;
    }

    .block-statistic-serv .item-statis-serv .img {
        width: 100px;
    }

    .block-statistic-serv .item-statis-serv .info {
        width: calc(100% - 100px);
    }

    .block-statistic-serv .item-statis-serv .info .num-statis {
        font-size: 40px;
        line-height: 50px;
    }

    .block-statistic-serv .item-statis-serv .info .lbl {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .block-statistic-serv .slider-gal-serv {
        padding: 0px;
    }

    .block-statistic-serv .slider-gal-serv .custom-nav {
        display: none;
    }

    .block-statistic-serv .item-statis-serv {
        margin-bottom: 20px;
    }
}

.block-partner.block-partner-serv {
    padding: 80px 10px;
}

.block-partner.block-partner-serv .item-part {
    height: 106px;
}

.block-serv-detail {
    width: 100%;
    padding: 60px 10px;
}

.block-serv-detail .content-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-serv-detail .content-detail .title {
    color: #F26758;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.35px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

.block-serv-detail .content-detail .desc {
    color: #828282;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.5px;
    max-width: 830px;
    margin-bottom: 25px;
    text-align: center;
}

.block-serv-detail .content-detail .btn-ac-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-serv-detail .content-detail .btn-ac-detail .btn-download-profile {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #ED1C24;
    padding: 14px 20px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 10px;
}

.block-serv-detail .content-detail .btn-ac-detail .btn-download-profile:hover {
    background: #F26758;
    color: #FFF;
}

.block-serv-detail .content-detail .btn-ac-detail .btn-contact-now {
    color: #F26758;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #FFF;
    padding: 14px 20px;
    border: 1px solid #ED1C24;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-serv-detail .content-detail .btn-ac-detail .btn-contact-now:hover {
    background: #ED1C24;
    color: #FFF;
}

@media (max-width: 1200px) {
    .block-serv-detail {
        padding: 40px 10px;
    }

    .block-serv-detail .content-detail .title {
        font-size: 30px;
        line-height: 40px;
    }

    .block-serv-detail .content-detail .desc {
        font-size: 20px;
        line-height: 32px;
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .block-serv-detail .content-detail .title {
        font-size: 26px;
        line-height: 36px;
    }

    .block-serv-detail .content-detail .desc {
        font-size: 16px;
        line-height: 28px;
    }
}

.block-top-detail-serv {
    width: 100%;
    padding: 200px 10px;
    min-height: 1211px;
    background: transparent url("../images/bg-top-detail-serv.jpg") no-repeat center top;
    background-size: cover;
}

.block-top-detail-serv .col:nth-child(2n) .item-top-detail-serv .title {
    background: transparent url("../images/bgt-item-detail-serv2.png") no-repeat center top;
    background-size: 100% 100%;
}

.block-top-detail-serv .item-top-detail-serv {
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.block-top-detail-serv .item-top-detail-serv .title {
    width: 100%;
    background: transparent url("../images/bgt-item-detail-serv.png") no-repeat center top;
    height: 179px;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    margin-bottom: 25px;
}

.block-top-detail-serv .item-top-detail-serv .title img {
    max-width: 100%;
    max-height: 56px;
    margin-bottom: 10px;
}

.block-top-detail-serv .item-top-detail-serv .title h3, .block-top-detail-serv .item-top-detail-serv .title .h3 {
    margin: 0px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.block-top-detail-serv .item-top-detail-serv .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0px 17px 30px;
}

.block-top-detail-serv .item-top-detail-serv .info h3, .block-top-detail-serv .item-top-detail-serv .info .h3 {
    display: none;
    color: #034EA2;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-top-detail-serv .item-top-detail-serv .info .desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
    width: 100%;
}

.block-top-detail-serv .item-top-detail-serv:hover {
    border-radius: 23.484px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 50;
    position: relative;
}

@media (max-width: 1200px) {
    .block-top-detail-serv {
        padding: 140px 10px 300px;
    }
}

@media (max-width: 992px) {
    .block-top-detail-serv .item-top-detail-serv .info .desc {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .block-top-detail-serv {
        padding: 80px 10px 100px;
    }

    .block-top-detail-serv .item-top-detail-serv {
        margin-bottom: 20px;
    }
}

.block-tt-pp {
    width: 100%;
    padding: 140px 10px 40px;
    overflow: hidden;
}

.block-tt-pp .box-title {
    margin-bottom: 30px;
}

.block-tt-pp .box-title .title {
    font-size: 40px;
    line-height: 42px;
    text-transform: unset;
}

.block-tt-pp .desc-title {
    display: block;
    margin-bottom: 20px;
}

.block-tt-pp .row {
    margin-bottom: 80px;
}

.block-tt-pp .row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-tt-pp .row:nth-child(2n) .img {
    padding: 0px 10px 10px 0px;
}

.block-tt-pp .row:nth-child(2n) .img img {
    border-radius: 100px 0px 0px 0px;
}

.block-tt-pp .row:nth-child(2n) .img::before {
    content: '';
    border-radius: 50px 0px 0px 0px;
    opacity: 0.3;
    background: #ED1C24;
    right: 0px;
    left: auto;
    bottom: 0px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 1;
}

.block-tt-pp .row .img {
    position: relative;
    padding: 0px 0px 10px 10px;
    height: 380px;
}

.block-tt-pp .row .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 10;
    border-radius: 0px 100px 0px 0px;
    position: relative;
}

.block-tt-pp .row .img::before {
    content: '';
    border-radius: 0px 50px 0px 0px;
    opacity: 0.3;
    background: #034EA2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 1;
}

@media (max-width: 1200px) {
    .block-tt-pp {
        padding: 80px 10px 40px;
    }

    .block-tt-pp .row {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .block-tt-pp {
        padding: 60px 10px 20px;
    }

    .block-tt-pp .box-title .title {
        font-size: 26px;
        line-height: 36px;
    }

    .block-tt-pp .desc-title {
        font-size: 16px;
        line-height: 28px;
    }
}

.block-tab-serv {
    padding: 60px 10px 80px;
    width: 100%;
}

.block-tab-serv .nav-tabs.nav-tabs-serv {
    position: relative;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: transparent;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 40px;
    max-width: 570px;
    overflow: auto;
}

.block-tab-serv .nav-tabs.nav-tabs-serv .nav-item {
    width: auto;
    margin: 0px 45px 0px 0px;
}

.block-tab-serv .nav-tabs.nav-tabs-serv .nav-item .nav-link {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 10px 15px;
    border-radius: 0px;
    border: none;
    border-bottom: 4px solid #FFF;
    margin: 0px;
    white-space: nowrap;
}

.block-tab-serv .nav-tabs.nav-tabs-serv .nav-item .nav-link:hover {
    outline: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 48, 56, 0.5)), color-stop(55.73%, rgba(255, 231, 231, 0.5)), color-stop(75%, rgba(255, 245, 246, 0.17)), to(rgba(255, 253, 253, 0)));
    background: linear-gradient(0deg, rgba(255, 48, 56, 0.5) 0%, rgba(255, 231, 231, 0.5) 55.73%, rgba(255, 245, 246, 0.17) 75%, rgba(255, 253, 253, 0) 100%);
    border-bottom: 4px solid #ED1C24;
    color: #ED1C24;
}

.block-tab-serv .nav-tabs.nav-tabs-serv .nav-item .nav-link.active {
    outline: none;
    border-bottom: 4px solid #ED1C24;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 48, 56, 0.5)), color-stop(55.73%, rgba(255, 231, 231, 0.5)), color-stop(75%, rgba(255, 245, 246, 0.17)), to(rgba(255, 253, 253, 0)));
    background: linear-gradient(0deg, rgba(255, 48, 56, 0.5) 0%, rgba(255, 231, 231, 0.5) 55.73%, rgba(255, 245, 246, 0.17) 75%, rgba(255, 253, 253, 0) 100%);
    color: #ED1C24;
    font-weight: 700;
}

.block-tab-serv .item-tab-serv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-tab-serv .item-tab-serv .img {
    width: 48%;
    margin-bottom: 30px;
}

.block-tab-serv .item-tab-serv .img img {
    width: 100%;
}

.block-tab-serv .item-tab-serv .info {
    width: 50%;
    padding-left: 0px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-tab-serv .item-tab-serv .info .name {
    color: #F26758;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 140% */
    letter-spacing: -0.6px;
    width: 100%;
    margin-bottom: 20px;
}

.block-tab-serv .item-tab-serv .info .desc {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}

@media (max-width: 992px) {
    .block-tab-serv {
        padding: 40px 10px;
    }

    .block-tab-serv .item-tab-serv .info .name {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .block-tab-serv .item-tab-serv .info .desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .block-tab-serv .nav-tabs.nav-tabs-serv .nav-item {
        margin: 0px 25px 0px 0px;
    }

    .block-tab-serv .item-tab-serv .img {
        width: 100%;
    }

    .block-tab-serv .item-tab-serv .info {
        width: 100%;
    }
}

.solution_license {
    width: 100%;
    padding: 100px 10px;
    background: #fff;
    overflow: hidden;
}

.solution_license .row {
    margin: 0 -30px;
    gap: 30px 0;
}

.solution_license .row .col-md-6,
.solution_license .row .col-lg-6 {
    padding: 0 30px;
}

.solution_license ._license_right .box-title {
    margin-bottom: 0;
    display: block;
}

.solution_license ._license_right .box-title .title {
    text-align: left;
    padding: 0;
    margin-bottom: 32px;
}

.solution_license ._license_right .box-title .desc {
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin-bottom: 0;
    max-width: 100%;
}

.solution_license ._license_left .swiper {
    padding-bottom: 30px;
}

.solution_license ._license_left .img {
    position: relative;
    padding-top: 65.7534%;
    border-radius: 20px;
    overflow: hidden;
}

.solution_license ._license_left .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.solution_license ._license_left .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .solution_license {
        padding: 60px 10px;
    }

    .solution_license .row {
        margin: 0 -10px;
    }

    .solution_license .row .col-md-6,
    .solution_license .row .col-lg-6 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1279px) {
    .solution_license ._license_right .box-title .title {
        margin-bottom: 25px;
    }

    .solution_license ._license_right .box-title .desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .solution_license {
        padding: 40px 10px;
    }

    .solution_license ._license_right .box-title .title {
        text-align: center;
        margin-bottom: 25px;
    }
}

.page-solution .block-figure-home {
    background-color: #FDFAEE;
}

.page-solution .block-figure-home .box-title .title {
    margin-bottom: 0;
}

.page-solution .block-figure-home .slider-figure-home {
    margin-bottom: 0;
}

.page-solution .block-figure-home .slider-figure-home .swiper {
    padding-bottom: 40px;
}

.ingredient_txt {
    color: #151E45;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.ingredient_list .ingredient_slide {
    padding-bottom: 52px;
}

.ingredient_list .img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 69.8%;
    border-radius: 20px;
    overflow: hidden;
}

.ingredient_list .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.ingredient_list .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ingredient_list .box-title {
    margin: 40px 0 0;
}

.solution_mediaadv {
    width: 100%;
    padding: 100px 10px;
    background: #fff;
}

.solution_mediaadv .mediaadv_list .row {
    gap: 30px 0;
    margin: 0 -15px;
}

.solution_mediaadv .mediaadv_list .row .col-md-6,
.solution_mediaadv .mediaadv_list .row col-md-4 {
    padding: 0 15px;
}

.solution_mediaadv .mediaadv_list .img {
    display: block;
    width: 100%;
    padding-top: 60.4%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.solution_mediaadv .mediaadv_list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.solution_mediaadv .mediaadv_list .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .solution_mediaadv {
        padding: 60px 10px;
    }

    .solution_mediaadv .mediaadv_list .row {
        gap: 20px 0;
        margin: 0 -10px;
    }

    .solution_mediaadv .mediaadv_list .row .col-md-6,
    .solution_mediaadv .mediaadv_list .row col-md-4 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .solution_mediaadv {
        padding: 40px 10px;
    }
}

.solution_manufacture {
    width: 100%;
    padding: 100px 10px 45px;
    background: #FDFAEE;
    overflow: hidden;
}

.solution_manufacture .row {
    margin: 0 -30px;
}

.solution_manufacture .row .col-md-6 {
    padding: 0 30px;
}

.solution_manufacture .box-title .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.solution_manufacture .box-title .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}

.solution_manufacture .manufacture_list .swiper {
    padding-bottom: 44px;
}

.solution_manufacture .manufacture_list .img {
    display: block;
    width: 100%;
    padding-top: 65.7534%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.solution_manufacture .manufacture_list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.solution_manufacture .manufacture_list .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .solution_manufacture {
        padding: 60px 10px 45px;
    }

    .solution_manufacture .row {
        gap: 30px 0;
        margin: 0 -10px;
    }

    .solution_manufacture .row .col-md-6 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .solution_manufacture {
        padding: 40px 10px 25px;
    }

    .solution_manufacture .box-title .title {
        -webkit-line-clamp: 10;
    }

    .solution_manufacture .box-title .desc {
        -webkit-line-clamp: 20;
    }
}

.solution_trademark {
    width: 100%;
    padding: 55px 10px;
}

.solution_trademark .solution_license {
    padding: 45px 0;
    background: transparent;
}

@media screen and (max-width: 1600px) {
    .solution_trademark {
        padding: 35px 10px;
    }

    .solution_trademark .solution_license {
        padding: 25px 0;
    }
}

@media screen and (max-width: 991px) {
    .solution_trademark {
        padding: 25px 10px;
    }

    .solution_trademark .solution_license {
        padding: 30px 0;
    }

    .solution_trademark .solution_license .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .solution_trademark .solution_license.solution_license_ltr .row > .col-lg-6:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .solution_trademark .solution_license.solution_license_ltr .row > .col-lg-6:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.solution_consulting {
    width: 100%;
}

.solution_consulting .solution_license {
    background: #FDFAEE;
}

.solution_consulting .solution_license ._license_right .box-title .desc {
    padding-top: 20px;
    margin-bottom: 32px;
}

.solution_consulting .solution_license ._license_right .box-title .link-detail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.block-partners {
    padding: 75px 10px 100px;
    width: 100%;
}

.block-partners.part-related {
    padding: 60px 10px;
}

.block-partners .box-title {
    margin-bottom: 45px;
}

.block-partners .box-title::before {
    left: 0px;
    margin-left: 0px;
}

.block-partners .box-title .title, .block-partners .box-title .title2 {
    text-align: left;
}

.block-partners .row-order {
    position: absolute;
    right: 10px;
    top: 0px;
}

.block-partners .row-order .lbl {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    /* 320% */
    letter-spacing: -0.4px;
    margin-right: 20px;
}

.block-partners .row-order .slc {
    border-radius: 5px;
    border: 1px solid #034EA2;
    background: #FFF;
    width: 230px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    padding: 10px 28px;
    background-image: url("../images/ic-arr-d.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 15px;
}

.block-partners .item-partner {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    overflow: hidden;
}

.block-partners .item-partner .img {
    height: 150px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-partners .item-partner .img img {
    max-width: 100%;
    max-height: 100%;
}

.block-partners .item-partner .info {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(rgba(246, 246, 246, 0)));
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 23px;
}

.block-partners .item-partner .info .name {
    color: #F26758;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block-partners .item-partner .info .desc {
    color: #464646;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    height: 90px;
    letter-spacing: -0.36px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.block-partners .item-partner .info .link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #ED1C24;
    padding: 14px 32px;
    margin-bottom: 15px;
}

.block-partners .item-partner:hover .name {
    color: #ED1C24;
}

.block-partners .item-partner:hover .link {
    background: #cc0d14;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    .block-partners {
        padding: 60px 10px;
    }

    .block-partners .row-order .lbl {
        font-size: 16px;
        line-height: 30px;
        margin-right: 10px;
    }

    .block-partners .row-order .slc {
        font-size: 16px;
        padding: 6px 20px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .block-partners .row-order {
        position: relative;
        margin-bottom: 30px;
        right: 0px;
    }
}

.block-intro-part {
    padding: 85px 10px;
    width: 100%;
}

.block-intro-part .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.block-intro-part .logo img {
    max-width: 100%;
}

.block-intro-part .img-intro {
    width: 100%;
    margin-bottom: 20px;
}

.block-intro-part .img-intro img {
    width: 100%;
}

.block-intro-part .desc-intro {
    color: #464646;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.5px;
    width: 100%;
    margin-bottom: 50px;
}

.block-intro-part .desc-intro strong {
    font-weight: 700;
}

.block-intro-part .btn-reg-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    padding: 14px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background: #ED1C24;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: auto;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .block-intro-part {
        padding: 80px 10px;
    }
}

@media (max-width: 1200px) {
    .block-intro-part {
        padding: 60px 10px;
    }

    .block-intro-part .title-intro {
        font-size: 30px;
        line-height: 40px;
    }

    .block-intro-part .desc-intro {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .block-intro-part iframe {
        height: 200px;
    }
}

.block-prdt-part {
    padding: 40px 10px 40px;
    width: 100%;
}

.block-prdt-part .item-prdt {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    overflow: hidden;
}

.block-prdt-part .item-prdt .img {
    height: 200px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-prdt-part .item-prdt .img img {
    max-width: 100%;
    max-height: 100%;
}

.block-prdt-part .item-prdt .info {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(rgba(246, 246, 246, 0)));
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 23px;
}

.block-prdt-part .item-prdt .info .name {
    color: #F26758;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block-prdt-part .item-prdt .info .desc {
    color: #464646;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    height: 60px;
    letter-spacing: -0.36px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-prdt-part .item-prdt .info .link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #ED1C24;
    padding: 14px 32px;
    margin-bottom: 15px;
}

.block-solution-part {
    width: 100%;
    padding: 40px 10px;
}

.block-solution-part .list-sol-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-solution-part .list-sol-part .sol-cat {
    color: #EA1905;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    position: relative;
}

.block-solution-part .list-sol-part .sol-cat::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #ED1C24;
    height: 4px;
    border-radius: 0px 0px 5px 5px;
}

.block-solution-part .list-sol-part .sol-cat:hover {
    color: #F26758;
}

.block-solution-part .list-sol-part .sol {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.block-solution-part .list-sol-part .sol:hover {
    color: #F26758;
}

.block-certifi-part {
    padding: 80px 10px 100px;
    width: 100%;
}

.block-certifi-part .nav-tabs.nav-tabs-certifi {
    position: relative;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: transparent;
    margin-bottom: 40px;
}

.block-certifi-part .nav-tabs.nav-tabs-certifi .nav-item {
    width: auto;
    margin: 0px 50px 15px 0px;
}

.block-certifi-part .nav-tabs.nav-tabs-certifi .nav-item .nav-link {
    width: 100%;
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 10px 15px;
    border-radius: 0px;
    border: none;
    border-bottom: 4px solid #FFF;
}

.block-certifi-part .nav-tabs.nav-tabs-certifi .nav-item .nav-link:hover {
    outline: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 48, 56, 0.5)), color-stop(55.73%, rgba(255, 231, 231, 0.5)), color-stop(75%, rgba(255, 245, 246, 0.17)), to(rgba(255, 253, 253, 0)));
    background: linear-gradient(0deg, rgba(255, 48, 56, 0.5) 0%, rgba(255, 231, 231, 0.5) 55.73%, rgba(255, 245, 246, 0.17) 75%, rgba(255, 253, 253, 0) 100%);
    border-bottom: 4px solid #ED1C24;
    color: #ED1C24;
}

.block-certifi-part .nav-tabs.nav-tabs-certifi .nav-item .nav-link.active {
    outline: none;
    border-bottom: 4px solid #ED1C24;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 48, 56, 0.5)), color-stop(55.73%, rgba(255, 231, 231, 0.5)), color-stop(75%, rgba(255, 245, 246, 0.17)), to(rgba(255, 253, 253, 0)));
    background: linear-gradient(0deg, rgba(255, 48, 56, 0.5) 0%, rgba(255, 231, 231, 0.5) 55.73%, rgba(255, 245, 246, 0.17) 75%, rgba(255, 253, 253, 0) 100%);
    color: #ED1C24;
}

.block-certifi-part .item-certifi-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-certifi-part .item-certifi-part .img {
    width: 30%;
    margin-bottom: 30px;
}

.block-certifi-part .item-certifi-part .img img {
    width: 100%;
}

.block-certifi-part .item-certifi-part .info {
    width: 70%;
    padding-left: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-certifi-part .item-certifi-part .info .name {
    color: #292929;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    margin-bottom: 20px;
}

.block-certifi-part .item-certifi-part .info .desc {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
}

@media (max-width: 1200px) {
    .block-certifi-part {
        padding: 60px 10px 60px;
    }

    .block-certifi-part .nav-tabs.nav-tabs-certifi .nav-item {
        margin: 0px 20px 15px 0px;
    }
}

@media (max-width: 992px) {
    .block-certifi-part {
        padding: 40px 10px 40px;
    }

    .block-certifi-part .item-certifi-part .img {
        width: 100%;
    }

    .block-certifi-part .item-certifi-part .info {
        width: 100%;
        padding-left: 0px;
    }

    .block-certifi-part .item-certifi-part .info .name {
        font-size: 20px;
        line-height: 30px;
    }
}

.block-article-part {
    width: 100%;
}

.block-article-part.article-serv {
    padding-bottom: 100px;
}

.block-article-part.article-serv .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-article-part.article-serv .box-title .title {
    max-width: 880px;
}

.block-article-part .box-title .title {
    font-size: 25px;
    line-height: 35px;
}

.block-article-part .content-article {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    width: 100%;
    margin-bottom: 30px;
}

.block-article-part .content-article img {
    display: block;
    margin: 0px auto 20px;
    max-width: 100%;
    height: auto !important;
}

.block-article-part .item-article {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.block-article-part .item-article img {
    height: 64px;
    margin-bottom: 20px;
}

.block-article-part .item-article h3, .block-article-part .item-article .h3 {
    color: #050505;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 194.444% */
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}

.block-article-part .item-article span {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.36px;
}

@media (max-width: 767px) {
    .block-article-part .content-article {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 570px) {
    .block-article-part .box-title .title {
        font-size: 22px;
        line-height: 32px;
    }
}

.banner-adv {
    width: 100%;
    margin-bottom: 40px;
}

.block-event {
    padding: 75px 60px 60px;
    width: 100%;
    background: transparent url("../images/bg-even.jpg") no-repeat center top;
    background-size: cover;
}

.block-event .container {
    max-width: 1470px;
}

.block-event .box-title {
    margin-bottom: 50px;
}

.block-event .box-title .title {
    color: #FFF;
}

.block-event .item-event {
    margin-bottom: 50px;
}

.block-event .item-event .img-event {
    width: 100%;
    height: 410px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.block-event .item-event .img-event img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.block-event .item-event .info-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.block-event .item-event .info-event .row-title-event {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: transparent url("../images/bg-title-even.png") no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.block-event .item-event .info-event .row-title-event .name {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    width: calc(100% - 300px);
}

.block-event .item-event .info-event .row-title-event .date {
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 300px;
}

.block-event .item-event .info-event .desc {
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px;
}

.block-event .item-event .info-event .detail {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-event .item-event .info-event .detail svg {
    margin-left: 6px;
}

.block-event .item-event:hover .img-event img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-event .item-event:hover .info-event .row-title-event .name {
    color: #EA1905;
}

.block-event .item-event:hover .info-event .detail {
    color: #EA1905;
}

.block-event .item-event:hover .info-event .detail svg path {
    fill: #EA1905;
}

@media (max-width: 1200px) {
    .block-event {
        padding: 60px 10px 40px;
    }
}

@media (max-width: 992px) {
    .block-event .col-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .block-event .col-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .block-event .item-event {
        margin-bottom: 30px;
    }

    .block-event .item-event .img-event {
        height: 220px;
        margin-bottom: 15px;
    }

    .block-event .item-event .info-event .row-title-event .name {
        width: 100%;
    }

    .block-event .item-event .info-event .row-title-event .date {
        font-size: 14px;
        line-height: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .block-event .item-event .info-event .desc {
        font-size: 16px;
    }
}

.banner-psub.banner-event-detail {
    min-height: 570px;
    height: auto;
    padding: 100px 10px;
}

.banner-psub.banner-event-detail .content-banner {
    width: 100%;
    max-width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 50px;
}

.banner-psub.banner-event-detail .content-banner .title {
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.1px;
    margin: 0px;
    width: 90%;
}

.banner-psub.banner-event-detail .content-banner .title-sm {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 180% */
    letter-spacing: -0.6px;
    margin: 0px;
}

.banner-psub.banner-event-detail .content-banner .desc {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.2px;
    width: 90%;
    display: block;
    margin-bottom: 20px;
}

.banner-psub.banner-event-detail .content-banner .btn-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background: #FFF;
    padding: 12px 20px;
    color: #034EA2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.banner-psub.banner-event-detail .content-banner .btn-reg svg {
    margin-left: 4px;
}

.banner-psub.banner-event-detail .content-banner .btn-reg:hover {
    background: #f1f1f1;
    color: #034EA2;
}

@media (max-width: 1300px) {
    .banner-psub.banner-event-detail {
        min-height: 500px;
        padding: 80px 10px 60px;
    }

    .banner-psub.banner-event-detail .content-banner .title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media (max-width: 992px) {
    .banner-psub.banner-event-detail {
        min-height: 450px;
    }

    .banner-psub.banner-event-detail .content-banner .title {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-psub.banner-event-detail .content-banner .title-sm {
        font-size: 26px;
        line-height: 40px;
        /* 180% */
    }

    .banner-psub.banner-event-detail .content-banner .desc {
        font-size: 18px;
        line-height: 30px;
        /* 150% */
    }
}

@media (max-width: 767px) {
    .banner-psub.banner-event-detail {
        background-position: left bottom !important;
        background-size: auto !important;
        min-height: 300px;
        padding: 40px 10px;
    }

    .banner-psub.banner-event-detail .content-banner .title {
        font-size: 26px;
        line-height: 40px;
        width: 100%;
    }

    .banner-psub.banner-event-detail .content-banner .title-sm {
        font-size: 20px;
        line-height: 30px;
        /* 180% */
    }

    .banner-psub.banner-event-detail .content-banner .desc {
        font-size: 16px;
        line-height: 26px;
        /* 150% */
        width: 100%;
    }
}

@media (max-width: 375px) {
    .banner-psub.banner-event-detail .content-banner .title {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-psub.banner-event-detail .content-banner .title-sm {
        font-size: 18px;
        line-height: 26px;
        /* 180% */
    }

    .banner-psub.banner-event-detail .content-banner .desc {
        font-size: 16px;
        line-height: 24px;
        /* 150% */
    }
}

.block-content-event {
    width: 100%;
    padding: 80px 10px;
}

.block-content-event .content-event {
    width: 100%;
    margin-bottom: 80px;
}

.block-content-event .content-event .img {
    width: 50%;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.block-content-event .content-event .desc {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 180% */
    letter-spacing: -0.4px;
}

.block-content-event .time-event {
    width: 100%;
    padding: 50px 20px;
    background: transparent url("../images/bg-info-detail-event.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 100px;
}

.block-content-event .time-event .box-title {
    margin-bottom: 25px;
}

.block-content-event .time-event .box-title::before {
    background: #FFF;
}

.block-content-event .time-event .box-title .title {
    color: #FFF;
}

.block-content-event .time-event .desc {
    max-width: 565px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    /* 165% */
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}

.block-content-event .time-event .btn-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background: #FFF;
    padding: 12px 20px;
    color: #034EA2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.block-content-event .time-event .btn-reg svg {
    margin-left: 4px;
}

.block-content-event .time-event .btn-reg:hover {
    background: #f1f1f1;
    color: #034EA2;
}

@media (max-width: 992px) {
    .block-content-event {
        padding: 60px 10px;
    }

    .block-content-event .content-event {
        margin-bottom: 60px;
    }

    .block-content-event .content-event .img {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .block-content-event .content-event .desc {
        font-size: 16px;
        line-height: 30px;
        /* 180% */
    }

    .block-content-event .time-event {
        border-radius: 0px 80px;
    }

    .block-content-event .time-event .desc {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .block-content-event .content-event {
        margin-bottom: 40px;
    }

    .block-content-event .content-event .img {
        width: 100%;
        margin-right: 0px;
    }

    .block-content-event .time-event {
        border-radius: 0px 60px;
    }
}

.block-detail-event {
    width: 100%;
    padding: 0px 0px 40px;
}

.block-detail-event .tbl-detail-event {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-detail-event .tbl-detail-event .row-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 180% */
    letter-spacing: -0.4px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.block-detail-event .tbl-detail-event .row-title .time {
    width: 22%;
    min-width: 180px;
}

.block-detail-event .tbl-detail-event .row-title .name {
    width: 45%;
    padding-right: 10px;
}

.block-detail-event .tbl-detail-event .row-title .speak {
    width: 33%;
}

.block-detail-event .tbl-detail-event .row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 180% */
    letter-spacing: -0.4px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.block-detail-event .tbl-detail-event .row-content .time {
    width: 22%;
    min-width: 180px;
}

.block-detail-event .tbl-detail-event .row-content .name {
    width: 45%;
    color: #F00;
    padding-right: 10px;
}

.block-detail-event .tbl-detail-event .row-content .speak {
    width: 33%;
    color: #F00;
}

@media (max-width: 992px) {
    .block-detail-event .tbl-detail-event .row-content,
    .block-detail-event .tbl-detail-event .row-title {
        font-size: 16px;
        line-height: 26px;
    }

    .block-detail-event .tbl-detail-event .row-content .time,
    .block-detail-event .tbl-detail-event .row-title .time {
        min-width: 80px;
    }
}

@media (max-width: 375px) {
    .block-detail-event .tbl-detail-event .row-content,
    .block-detail-event .tbl-detail-event .row-title {
        font-size: 14px;
        line-height: 22px;
    }

    .block-detail-event .tbl-detail-event .row-content .time,
    .block-detail-event .tbl-detail-event .row-title .time {
        min-width: 70px;
    }
}

.block-map-event {
    width: 100%;
    padding: 20px 10px 40px;
}

.block-map-event h3, .block-map-event .h3 {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 180% */
    letter-spacing: -0.4px;
}

.block-map-event iframe {
    margin-bottom: 30px;
}

.block-speakers-event {
    width: 100%;
    padding: 20px 10px 60px;
}

.block-speakers-event .item-speaker {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.block-speakers-event .item-speaker .img {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.block-speakers-event .item-speaker .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../images/bg-diengia.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
}

.block-speakers-event .item-speaker .img img {
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.block-speakers-event .item-speaker .name {
    color: #F00;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 180% */
    letter-spacing: -0.4px;
}

.block-speakers-event .item-speaker .desc {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
}

@media (max-width: 992px) {
    .block-speakers-event .item-speaker {
        margin-bottom: 30px;
    }

    .block-speakers-event .item-speaker .desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .block-speakers-event .item-speaker .img {
        height: 180px;
    }

    .block-speakers-event .item-speaker .name {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 375px) {
    .block-speakers-event .item-speaker .img {
        height: 150px;
    }

    .block-speakers-event .item-speaker .name {
        font-size: 16px;
        line-height: 28px;
    }

    .block-speakers-event .item-speaker .desc {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 320px) {
    .block-speakers-event .item-speaker .img {
        height: 120px;
    }

    .block-speakers-event .item-speaker .name {
        font-size: 14px;
        line-height: 24px;
    }

    .block-speakers-event .item-speaker .desc {
        font-size: 13px;
        line-height: 20px;
    }
}

.row-share-bt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}

.row-share-bt .lbl {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

.row-share-bt a {
    margin-right: 12px;
    display: block;
}

.block-project-home {
    padding: 100px 10px 80px;
    background: transparent url("../images/bg-project.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.block-project-home .box-title .title {
    color: #FFF;
    margin-bottom: 30px;
}

.block-project-home .list-project-home {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.block-project-home .list-project-home .item-project-home {
    width: 25%;
    background: #8351A0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-project-home .list-project-home .item-project-home .name {
    font-family: 'DVN - Luckiest Guy';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 30px 0px;
    display: block;
    color: #FFF;
}

.block-project-home .list-project-home .item-project-home .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.block-project-home .list-project-home .item-project-home .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-project-home .list-project-home .item-project-home:nth-child(2) {
    background: #58B8E5;
}

.block-project-home .list-project-home .item-project-home:nth-child(3) {
    background: #60BD71;
}

.block-project-home .list-project-home .item-project-home:nth-child(4) {
    background: #F26758;
}

.block-project-home .list-project-home .item-project-home:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-project-home .row-btn-viewall .btn-viewall {
    color: #FFF;
    border-color: #FFF;
    background: transparent;
}

.block-project-home .row-btn-viewall .btn-viewall:hover {
    background: #F26758;
}

@media screen and (max-width: 1600px) {
    .block-project-home {
        padding: 80px 10px 60px;
    }

    .block-project-home .list-project-home {
        gap: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .block-project-home {
        padding: 60px 0px 40px;
    }
}

@media screen and (max-width: 992px) {
    .block-project-home .container {
        max-width: 100%;
        padding: 0px;
    }

    .block-project-home .list-project-home {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 20px;
    }

    .block-project-home .list-project-home .item-project-home {
        width: 100%;
        min-width: 300px;
        max-width: 300px;
    }
}

@media screen and (max-width: 375px) {
    .block-project-home .list-project-home {
        padding: 0px 10px;
    }

    .block-project-home .list-project-home .item-project-home {
        min-width: 250px;
        max-width: 250px;
    }
}

.block-title-projects {
    padding: 30px 10px 25px;
    width: 100%;
}

.block-title-projects .title-projects {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    max-width: 1020px;
    padding: 0px 50px;
    display: block;
    margin: 0px auto 50px;
    color: #333;
    position: relative;
}

.block-title-projects .title-projects::before {
    position: absolute;
    top: -15px;
    left: 0px;
    background: transparent url("../images/ic-p.png") no-repeat;
    width: 36px;
    height: 33px;
    content: '';
}

.block-title-projects .title-projects::after {
    position: absolute;
    bottom: -15px;
    right: 0px;
    background: transparent url("../images/ic-p2.png") no-repeat;
    width: 36px;
    height: 33px;
    content: '';
}

.block-title-projects .list-cat-project {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 100;
}

.block-title-projects .list-cat-project a {
    font-family: Averta;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #301C1A;
    border: 1px solid #e0e0e0;
    border-right: none;
    padding: 15px 40px;
    display: block;
}

.block-title-projects .list-cat-project a:last-child {
    border-right: 1px solid #e0e0e0;
}

.block-title-projects .list-cat-project a:hover {
    color: #00ABEC;
}

.block-title-projects .list-cat-project a.active {
    background: #00ABEC;
    color: #FFF;
    border: 1px solid #00ABEC;
}

@media (max-width: 1300px) {
    .block-title-projects .list-cat-project a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 30px;
    }
}

@media (max-width: 992px) {
    .block-title-projects .title-projects {
        font-size: 18px;
    }

    .block-title-projects .list-cat-project a {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .block-title-projects .title-projects {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px;
        padding: 0px 30px;
    }

    .block-title-projects .title-projects::before {
        top: -10px;
        width: 24px;
        background-size: 24px auto;
    }

    .block-title-projects .title-projects::after {
        bottom: -15px;
        width: 24px;
        background-size: 24px auto;
    }

    .block-title-projects .list-cat-project {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 210px;
        margin: 0px auto 30px;
    }

    .block-title-projects .list-cat-project a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 10px;
        text-align: center;
        border: 1px solid #e0e0e0;
        border-bottom: none;
    }

    .block-title-projects .list-cat-project a:last-child {
        border-bottom: 1px solid #e0e0e0;
    }
}

.block-projects {
    width: 100%;
    background: #FFF;
    padding: 60px 10px 100px;
    overflow: hidden;
}

.block-projects .box-title {
    margin-bottom: 30px;
}

.block-projects .row.gx-lg-4 {
    gap: 90px 0;
}

.block-projects .item-project {
    margin-bottom: 0;
    height: 100%;
}

@media screen and (max-width: 1500px) {
    .block-projects .box-title {
        margin-bottom: 10px;
    }

    .block-projects .row.gx-lg-4 {
        gap: 60px 0;
    }
}

@media screen and (max-width: 992px) {
    .block-projects {
        padding: 40px 10px 60px;
    }

    .block-projects .row.gx-lg-4 {
        gap: 40px 0;
    }
}

@media screen and (max-width: 570px) {
    .block-projects .row.gx-lg-4 {
        gap: 30px 0;
    }
}

.item-project {
    width: 100%;
    margin-bottom: 90px;
    background: #f7f1d7;
    border-radius: 20px;
    overflow: hidden;
}

.item-project .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 100%;
    display: block;
    position: relative;
}

.item-project .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-project .name {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 0px 15px;
    margin: 30px 0px;
    color: #151E45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-project .name br {
    display: none;
}

.item-project:hover .img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-project:hover .name {
    color: #F26758;
}

@media (max-width: 1279px) {
    .item-project .name {
        font-size: 18px;
        margin: 20px 0px;
        padding: 0px 10px;
    }
}

@media (max-width: 570px) {
    .item-project .name {
        font-size: 16px;
        padding: 0px 10px;
    }
}

.block-project-detail {
    padding: 50px 0px 60px;
    width: 100%;
    overflow: hidden;
}

.block-project-detail .info-detail {
    width: 100%;
}

.block-project-detail .info-detail .name-project {
    font-family: Averta;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #FFF;
    position: relative;
    padding: 40px 80px 60px 0px;
    margin-bottom: 35px;
    margin-top: -190px;
    width: 46%;
}

.block-project-detail .info-detail .name-project::before {
    content: '';
    width: 190px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: 40px;
    z-index: 10;
}

.block-project-detail .info-detail .name-project::after {
    content: '';
    width: 100vw;
    height: 100%;
    background: #003F70;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 0px 20px 0px;
    z-index: -1;
}

.block-project-detail .info-detail .desc {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    width: 42%;
    color: #333;
    display: block;
}

@media (max-width: 1600px) {
    .block-project-detail .info-detail .name-project {
        font-size: 26px;
        line-height: 150%;
        padding: 30px 60px 50px 0px;
        margin-top: -190px;
        width: 46%;
    }

    .block-project-detail .info-detail .name-project::before {
        bottom: 30px;
    }

    .block-project-detail .info-detail .desc {
        font-size: 18px;
        width: 42%;
    }
}

@media (max-width: 992px) {
    .block-project-detail .info-detail .name-project {
        font-size: 24px;
        padding: 30px 20px 50px 10px;
        margin-top: 0px;
        width: 100%;
    }

    .block-project-detail .info-detail .desc {
        font-size: 16px;
        width: 90%;
    }
}

@media (max-width: 767px) {
    .block-project-detail {
        padding-top: 30px;
    }

    .block-project-detail .info-detail .name-project {
        font-size: 20px;
        padding: 30px 20px 50px 10px;
        margin-top: 0px;
        width: 100%;
    }

    .block-project-detail .info-detail .desc {
        font-size: 14px;
        width: 100%;
    }
}

.img-detail {
    height: 830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.img-detail .img-detail-prdt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img-detail .img-detail-prdt img {
    max-width: 100%;
    max-height: 100%;
}

.img-detail .swiper {
    width: 100%;
    height: 100%;
}

.img-detail .swiper-button-next::after,
.img-detail .swiper-rtl .swiper-button-prev::after {
    display: none;
}

.img-detail .swiper-button-prev::after,
.img-detail .swiper-rtl .swiper-button-next::after {
    display: none;
}

.img-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-detail .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.img-detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

.img-detail .mySwiper2 {
    height: 670px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F3F3));
    background: linear-gradient(180deg, #FFF 0%, #F3F3F3 100%);
}

.img-detail .mySwiper {
    height: 110px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    position: relative;
}

.img-detail .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    max-height: 110px;
    overflow: hidden;
    opacity: 0.6;
    border-radius: 0px;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.img-detail .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-radius: 0px;
    border: 1px solid #003260;
    background: #FFF;
}

.img-detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-detail .custom-nav-next {
    position: absolute;
    width: 48px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    right: 0px;
    bottom: 14px;
    z-index: 10;
    background: rgba(0, 63, 112, 0.6);
}

.img-detail .custom-nav-next.swiper-button-disabled {
    display: none;
}

.img-detail .custom-nav-prev {
    position: absolute;
    top: auto;
    width: 48px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    left: 50%;
    bottom: 14px;
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: auto;
    z-index: 10;
    background: rgba(0, 63, 112, 0.6);
}

.img-detail .custom-nav-prev.swiper-button-disabled {
    display: none;
}

@media (max-width: 1600px) {
    .img-detail {
        height: 700px;
    }

    .img-detail .mySwiper2 {
        height: 540px;
    }

    .img-detail .mySwiper {
        height: 110px;
    }
}

@media (max-width: 992px) {
    .img-detail {
        height: 550px;
    }

    .img-detail .mySwiper {
        width: calc(100% - 40px);
        margin-left: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .img-detail .mySwiper2 {
        width: 100%;
        height: 400px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .img-detail .custom-nav-prev {
        left: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .img-detail {
        height: 400px;
    }

    .img-detail .mySwiper {
        height: 80px;
    }

    .img-detail .mySwiper2 {
        height: 300px;
    }

    .img-detail .custom-nav-prev {
        height: 50px;
        width: 40px;
    }

    .img-detail .custom-nav-next {
        height: 50px;
        width: 40px;
    }
}

@media (max-width: 570px) {
    .img-detail {
        height: 300px;
    }

    .img-detail .mySwiper {
        height: 60px;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .img-detail .mySwiper2 {
        height: 220px;
    }

    .img-detail .custom-nav-prev {
        height: 40px;
        width: 30px;
        bottom: 10px;
    }

    .img-detail .custom-nav-next {
        height: 40px;
        width: 30px;
        bottom: 10px;
    }
}

.block-project-info {
    width: 100%;
    background: #f1f1f1 url("../images/bg-tongquan-detail.png") no-repeat left bottom;
    padding: 80px 10px;
}

.block-project-info .main-project-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-project-info .main-project-info .title-info {
    width: 25%;
    height: 68px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #FFF;
    background: #003F70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 10px 0px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.block-project-info .main-project-info .content-info {
    width: 67%;
}

.block-project-info .main-project-info .content-info .row-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 35px;
}

.block-project-info .main-project-info .content-info .row-info .item-info {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.block-project-info .main-project-info .content-info .row-info .item-info .lbl {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #828282;
    display: block;
    width: 100%;
}

.block-project-info .main-project-info .content-info .row-info .item-info .content {
    color: #003F70;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    width: 100%;
}

.block-project-info .main-project-info .content-info .desc {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #333;
}

.block-project-info .main-project-info .content-info .desc img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 1400px) {
    .block-project-info .main-project-info .content-info .row-info .item-info .lbl {
        font-size: 14px;
    }

    .block-project-info .main-project-info .content-info .row-info .item-info .content {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .block-project-info {
        padding: 50px 10px;
    }

    .block-project-info .main-project-info .title-info {
        width: 100%;
        height: 60px;
        font-size: 20px;
    }

    .block-project-info .main-project-info .content-info {
        width: 100%;
    }

    .block-project-info .main-project-info .content-info .row-info .item-info {
        width: 49%;
        margin-bottom: 15px;
    }

    .block-project-info .main-project-info .content-info .row-info .item-info .lbl {
        font-size: 14px;
    }

    .block-project-info .main-project-info .content-info .row-info .item-info .content {
        font-size: 16px;
        line-height: 150%;
    }

    .block-project-info .main-project-info .content-info .desc {
        font-size: 14px;
    }
}

@media (max-width: 570px) {
    .block-project-info .main-project-info .content-info .row-info .item-info {
        width: 100%;
    }
}

.block-projects-list.block-projects-result {
    padding: 40px 10px;
}

.block-projects-list.block-projects-result .title_s {
    font-size: 26px;
    text-align: left;
    margin-bottom: 50px;
    padding: 0px;
}

.block-projects-list.block-projects-result .title_s::before {
    display: none;
}

@media (max-width: 992px) {
    .block-projects-list.block-projects-result .title_s {
        font-size: 20px;
    }
}

@media (max-width: 570px) {
    .block-projects-list.block-projects-result .title_s {
        font-size: 18px;
    }
}

.banner-home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-home .img-banner {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: block;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .banner-home .img-banner {
        height: 600px;
        min-height: unset;
    }
}

@media screen and (max-width: 992px) {
    .banner-home .img-banner {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .banner-home .img-banner {
        height: 400px;
    }
}

@media screen and (max-width: 570px) {
    .banner-home .img-banner {
        height: 350px;
    }
}

.banner-home .img-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-home .custom_boxnav .swiper-button-next,
.banner-home .custom_boxnav .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 0px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    z-index: 6;
}

@media screen and (max-width: 991px) {
    .banner-home .custom_boxnav .swiper-button-next,
    .banner-home .custom_boxnav .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.banner-home .custom_boxnav .swiper-button-next::after,
.banner-home .custom_boxnav .swiper-button-prev::after {
    display: none;
}

.banner-home .custom_boxnav .swiper-button-next.swiper-button-disabled,
.banner-home .custom_boxnav .swiper-button-prev.swiper-button-disabled {
    border: none;
    opacity: 0.6;
}

.banner-home .custom_boxnav .swiper-button-next.swiper-button-disabled svg path,
.banner-home .custom_boxnav .swiper-button-prev.swiper-button-disabled svg path {
    fill: #0082E7;
}

.banner-home .custom_boxnav .swiper-button-next svg path,
.banner-home .custom_boxnav .swiper-button-prev svg path {
    fill: #fff;
}

.banner-home .custom_boxnav .swiper-button-next {
    right: 0px;
}

.banner-home .custom_boxnav .swiper-button-prev {
    left: 0px;
}

.block-about-home {
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 100px 0px;
    overflow: hidden;
}

.block-about-home .box-title .desc {
    font-size: 18px;
}

.block-about-home > .container > .row > .col-md-6:first-child {
    padding-right: 15px;
}

.block-about-home .img_introhome {
    width: 100%;
}

.block-about-home .img_introhome img {
    max-width: 100%;
}

.block-about-home .box-title {
    padding-left: 65px;
}

.block-about-home .box-title .desc {
    max-width: 625px;
}

@media (max-width: 1600px) {
    .block-about-home {
        padding: 80px 10px;
    }

    .block-about-home .box-title {
        padding-left: 40px;
    }

    .block-about-home > .container > .row > .col-md-6:first-child {
        padding-right: 10px;
    }
}

@media (max-width: 1279px) {
    .block-about-home {
        padding: 60px 10px;
    }
}

@media (max-width: 992px) {
    .block-about-home .box-title {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .block-about-home {
        padding: 40px 10px;
    }

    .block-about-home .box-title .title {
        text-align: center;
        width: 100%;
    }

    .block-about-home .box-title .desc {
        max-width: 100%;
        font-size: 14px;
    }
}

.block-solution-home {
    padding: 100px 0px;
    width: 100%;
    background: #FDFAEE;
    overflow: hidden;
}

.block-solution-home .container {
    max-width: 1110px !important;
}

.block-solution-home .slider-solution-home .swiper {
    overflow: visible;
    padding: 0px 0px 50px;
}

.block-solution-home .slider-solution-home .swiper-pagination {
    bottom: 0px;
}

.block-solution-home .slider-solution-home .item-solution-home {
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.block-solution-home .slider-solution-home .item-solution-home .img {
    width: 100%;
    padding-top: 74%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
}

.block-solution-home .slider-solution-home .item-solution-home .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-solution-home .slider-solution-home .item-solution-home .name {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(16.22%, #FDFAEE), color-stop(64.81%, rgba(253, 250, 238, 0.9)), color-stop(76.54%, rgba(253, 250, 238, 0.6)), color-stop(88.69%, rgba(253, 250, 238, 0.3)), to(rgba(253, 250, 238, 0)));
    background: linear-gradient(0deg, #FDFAEE 16.22%, rgba(253, 250, 238, 0.9) 64.81%, rgba(253, 250, 238, 0.6) 76.54%, rgba(253, 250, 238, 0.3) 88.69%, rgba(253, 250, 238, 0) 100%);
    padding: 60px 20px 10px 20px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #151E45;
    text-align: center;
    font-family: "DVN - Luckiest Guy";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.block-solution-home .slider-solution-home .item-solution-home:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-solution-home .slider-solution-home .item-solution-home:hover .name {
    color: #F26758;
}

@media (max-width: 1279px) {
    .block-solution-home {
        padding: 80px;
    }
}

@media (max-width: 992px) {
    .block-solution-home {
        padding: 60px 40px;
    }

    .block-solution-home .slider-solution-home .item-solution-home .name {
        font-size: 16px;
    }
}

@media (max-width: 570px) {
    .block-solution-home {
        padding: 60px 20px;
    }
}

.block-figure-home {
    padding: 100px 0px;
    width: 100%;
    background: #FFF;
    overflow: hidden;
}

.block-figure-home > .container > .row > .col-md-6:first-child,
.block-figure-home > .container > .row > .col-lg-6:first-child {
    padding-right: 15px;
}

.block-figure-home .slider-figure-home {
    max-width: 920px !important;
    width: 100%;
    margin: 0px auto 40px;
}

.block-figure-home .slider-figure-home .swiper {
    padding: 20px 20px 50px;
}

.block-figure-home .slider-figure-home .swiper-pagination {
    bottom: 0px;
}

.block-figure-home .slider-figure-home .item-figure {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.block-figure-home .slider-figure-home .item-figure .img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    margin-bottom: 0px;
}

.block-figure-home .slider-figure-home .item-figure .img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-figure-home .slider-figure-home .item-figure .name {
    width: 100%;
    color: #151E45;
    text-align: center;
    font-family: "DVN - Luckiest Guy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 20px;
    display: block;
}

.block-figure-home .slider-figure-home .item-figure:hover, .block-figure-home .slider-figure-home .item-figure.active {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
}

.block-figure-home .slider-figure-home .item-figure:hover .img img, .block-figure-home .slider-figure-home .item-figure.active .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block-figure-home .slider-figure-home .item-figure:hover .name, .block-figure-home .slider-figure-home .item-figure.active .name {
    color: #F26758;
}

.block-figure-home .img-nv-lg {
    width: 100%;
    border-radius: 20px;
    position: relative;
    padding-top: 69%;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}

.block-figure-home .img-nv-lg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.block-figure-home .info-nv-lg {
    width: 100%;
    margin-bottom: 0;
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-figure-home .info-nv-lg .logo-nv {
    max-height: 61px;
    margin-bottom: 24px;
}

.block-figure-home .info-nv-lg .box-title {
    display: block;
}

.block-figure-home .info-nv-lg .box-title .title {
    text-align: left;
    font-family: "DVN - Luckiest Guy";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.block-figure-home .info-nv-lg .desc {
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    margin-bottom: 35px;
    max-width: 625px;
}

.block-figure-home .info-nv-lg ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    gap: 0 10px;
}

.block-figure-home .info-nv-lg ul li {
    width: calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.block-figure-home .info-nv-lg ul li img {
    width: 60px;
    height: 60px;
}

.block-figure-home .info-nv-lg ul li span {
    width: calc(100% - 80px);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #151E45;
}

.block-figure-home .info-nv-lg ul li span strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
}

.block-figure-home .info-nv-lg .btn-viewall {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .block-figure-home {
        padding: 80px 0px 50px;
    }

    .block-figure-home > .container > .row > .col-md-6:first-child,
    .block-figure-home > .container > .row > .col-lg-6:first-child {
        padding-right: 10px;
    }

    .block-figure-home .img-nv-lg {
        padding-top: 72%;
    }

    .block-figure-home .info-nv-lg {
        padding-left: 30px;
    }

    .block-figure-home .info-nv-lg .desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .block-figure-home .info-nv-lg ul li span {
        font-size: 16px;
    }

    .block-figure-home .info-nv-lg ul li span strong {
        font-size: 20px;
    }

    .block-figure-home .info-nv-lg .box-title {
        display: block;
    }

    .block-figure-home .info-nv-lg .box-title .title {
        font-size: 40px;
    }
}

@media (max-width: 1279px) {
    .block-figure-home {
        padding: 60px 0px 30px;
    }
}

@media (max-width: 992px) {
    .block-figure-home {
        padding: 60px 0px 30px;
    }

    .block-figure-home .img-nv-lg {
        margin-bottom: 30px;
    }

    .block-figure-home .info-nv-lg {
        padding-left: 0px;
    }

    .block-figure-home .info-nv-lg .box-title {
        display: block;
    }

    .block-figure-home .info-nv-lg .box-title .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .block-figure-home {
        padding: 60px 10px 30px;
    }

    .block-figure-home .info-nv-lg .desc {
        font-size: 14px;
    }

    .block-figure-home .info-nv-lg ul li span {
        font-size: 14px;
    }

    .block-figure-home .info-nv-lg ul li span strong {
        font-size: 16px;
    }

    .block-figure-home .info-nv-lg .box-title {
        display: block;
    }

    .block-figure-home .info-nv-lg .box-title .title {
        text-align: center;
        font-size: 24px;
    }

    .block-figure-home .slider-figure-home {
        max-width: 920px !important;
        width: 100%;
        margin: 0px auto 40px;
    }

    .block-figure-home .slider-figure-home .swiper {
        padding: 20px 20px 50px;
    }

    .block-figure-home .slider-figure-home .swiper-pagination {
        bottom: 0px;
    }

    .block-figure-home .slider-figure-home .item-figure:hover {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: transparent;
    }

    .block-figure-home .slider-figure-home .item-figure:hover .img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .block-figure-home .slider-figure-home .item-figure:hover .name {
        color: inherit;
    }

    .block-figure-home .slider-figure-home .item-figure.active {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        background: #fff;
    }

    .block-figure-home .slider-figure-home .item-figure.active .img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .block-figure-home .slider-figure-home .item-figure.active .name {
        color: #F26758;
    }
}

.content-page img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.block-partner {
    width: 100%;
    background: #fff;
    padding: 100px 0px;
}

.block-partner .partner-home .swiper {
    padding-bottom: 50px;
}

.block-partner .partner-home .partner_item {
    width: 100%;
    border: none;
    background: #FFF;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}

.block-partner .partner-home .partner_item img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1600px) {
    .block-partner {
        padding: 80px 0px;
    }
}

@media (max-width: 1279px) {
    .block-partner {
        padding: 60px 0px;
    }
}

.block-question {
    background: #FFF;
    padding: 100px 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 850px;
}

.block-question .box-title .title {
    margin-bottom: 14px;
}

.block-question.block-question-list {
    min-height: unset;
    padding: 80px 10px;
}

.block-question.block-question-list .accordion {
    max-width: 1000px;
    margin: auto;
}

.block-question.block-question-list .accordion .accordion-item:last-child {
    border-bottom: none;
}

.block-question .row-btn-viewall {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.block-question .row-btn-viewall .btn-viewall {
    margin-bottom: 0;
}

.block-question .container {
    z-index: 10;
    position: relative;
}

.block-question .row-img-question {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 100%;
    height: calc(100% - 200px);
    z-index: 1;
}

.block-question .row-img-question .img-question {
    width: 100%;
    padding-left: 30px;
    height: 100%;
}

.block-question .row-img-question .img-question a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.block-question .row-img-question .img-question img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.block-question .accordion {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    padding-right: 30px;
    margin-bottom: 30px;
    z-index: 100;
    overflow: hidden;
    border-radius: 0px;
}

.block-question .accordion .accordion-item {
    border: none;
    margin-bottom: 0px;
    padding: 18px 0px;
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px dashed #E4E4E4;
}

.block-question .accordion .accordion-button {
    padding: 0px;
    color: #151E45;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0px;
    outline: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-question .accordion .accordion-button::after {
    margin-left: 10px;
    background-image: url("../images/ic-down.png");
    background-size: 24px 25px;
    width: 24px;
    height: 25px;
}

.block-question .accordion .accordion-button:not(.collapsed) {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-question .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/ic-up.png");
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.block-question .accordion .accordion-body {
    padding: 10px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #151E45;
}

@media (max-width: 1600px) {
    .block-question {
        min-height: unset;
    }

    .block-question .accordion .accordion-item {
        padding: 15px 0px;
    }

    .block-question .accordion .accordion-button {
        font-size: 16px;
    }

    .block-question .accordion .accordion-body {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .block-question {
        padding: 80px 10px;
    }

    .block-question .row-img-question {
        top: 80px;
        height: calc(100% - 160px);
    }
}

@media (max-width: 992px) {
    .block-question {
        padding: 60px 10px;
    }

    .block-question .row-img-question {
        top: 60px;
        height: calc(100% - 120px);
    }

    .block-question .box-title .title {
        text-align: center !important;
        width: 100%;
    }

    .block-question .row-btn-viewall {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .block-question .accordion {
        padding-right: 0px;
    }

    .block-question .row-img-question {
        height: 50%;
    }

    .block-question .row-img-question .img-question {
        position: relative;
        overflow: hidden;
        padding: 20px;
        margin-bottom: 40px;
    }

    .block-question .row-img-question .img-question img {
        border-radius: 20px;
    }

    .block-question.block-question-list {
        padding: 40px 10px;
    }
}

@media (max-width: 767px) {
    .block-question .box-title {
        margin-bottom: 240px;
    }

    .block-question .row-img-question {
        width: 50%;
        height: unset;
        left: 25%;
        top: 110px;
    }

    .block-question .row-img-question .img-question {
        height: 260px;
        margin-bottom: 0px;
    }

    .block-question .row-img-question .img-question img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media (max-width: 570px) {
    .block-question .box-title {
        margin-bottom: 220px;
    }

    .block-question .row-img-question {
        width: 60%;
        height: unset;
        left: 20%;
        top: 110px;
    }

    .block-question .row-img-question .img-question {
        height: 220px;
        margin-bottom: 0px;
    }

    .block-question .row-img-question .img-question img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.block-contact-home {
    padding: 0px;
    min-height: 530px;
    overflow: hidden;
    margin-bottom: 95px;
}

.block-contact-home .box-title {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-contact-home .box-title::before {
    display: none;
}

.block-contact-home .box-title .title2 {
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    width: 100%;
}

.block-contact-home .box-title .desc {
    color: #F2F2F2;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 500px;
}

.block-contact-home .frm-contact {
    background: transparent url("../images/bg-frmcontact-bt.jpg") no-repeat center top;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px 100px;
    padding: 60px 150px;
}

.block-contact-home .frm-contact .form-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.block-contact-home .frm-contact .form-group span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 8px;
}

.block-contact-home .frm-contact .form-group .input-frm {
    padding: 0px 15px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #D9D9D9;
    background: transparent;
    border-radius: 0px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.block-contact-home .frm-contact .form-group .input-frm::-webkit-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .input-frm:-ms-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .input-frm::-ms-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .input-frm::placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .input-frm option {
    color: #000;
}

.block-contact-home .frm-contact .form-group .tarea-frm {
    padding: 15px 12px;
    width: 100%;
    height: 84px;
    line-height: 20px;
    background: transparent;
    border: 1px solid #D9D9D9;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 20px;
}

.block-contact-home .frm-contact .form-group .tarea-frm::-webkit-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .tarea-frm:-ms-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .tarea-frm::-ms-input-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .form-group .tarea-frm::placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.block-contact-home .frm-contact .btn-submit-frm {
    border-radius: 60px;
    background: #ED1C24;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
    color: #FFFFFF;
    display: block;
}

.block-contact-home .frm-contact .btn-submit-frm:hover {
    background: #be0306;
}

@media (max-width: 1440px) {
    .block-contact-home .frm-contact {
        padding: 50px 75px;
    }
}

@media (max-width: 1200px) {
    .block-contact-home .frm-contact {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .block-contact-home .box-title .title2 {
        font-size: 18px;
        line-height: 30px;
    }

    .block-contact-home .frm-contact {
        padding: 40px 20px;
    }
}

.list-btnfixed {
    position: fixed;
    right: 20px;
    bottom: calc(3% + 90px);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    width: 60px;
}

.list-btnfixed.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-btnfixed a {
    display: block;
    margin-top: 20px;
}

.list-btnfixed a img {
    height: 60px;
}

.list-btnfixed a#btn-close-fixed {
    -webkit-box-shadow: 0px 4px 20px 0px #00000026;
    box-shadow: 0px 4px 20px 0px #00000026;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .list-btnfixed {
        width: 40px;
        right: 25px;
    }

    .list-btnfixed a {
        margin-top: 15px;
    }

    .list-btnfixed a img {
        height: 40px;
    }
}

.btn-fixed {
    position: fixed;
    right: 10px;
    bottom: calc(3% + 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
}

.circles {
    height: 80px;
    position: relative;
    width: 80px;
}

.circles::after {
    content: '';
    width: 54px;
    height: 54px;
    background: #FFF url("../images/ic-phone-fix.png") no-repeat center center;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    top: 13px;
    left: 13px;
    border: 1px solid #F26758;
}

.circles.mess::after {
    background: #FFF url("../images/btn-fixed.png") no-repeat center center;
}

.circles.zalo::after {
    background: #FFF url("../images/ic-zalo-fix.png") no-repeat center center;
}

.circles > div {
    -webkit-animation: growAndFade 3s infinite ease-out;
    animation: growAndFade 3s infinite ease-out;
    background-color: #F26758;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.circles:hover::after {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.circles .circle1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circles .circle2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.circles .circle3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes growAndFade {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 0.6;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growAndFade {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 0.6;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.block-404 {
    width: 100%;
    padding: 150px 10px 60px;
    background: #F26758;
    min-height: calc(100vh - 115px);
    width: 100%;
    overflow: hidden;
}

.block-404 h2, .block-404 .h2 {
    color: #FFF;
    font-family: "DVN - Luckiest Guy";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 56px */
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .block-404 h2, .block-404 .h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .block-404 h2, .block-404 .h2 {
        font-size: 24px;
    }
}

.block-404 .txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-404 .txt-404 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .block-404 .txt-404 {
        font-size: 14px;
    }
}

.block-404 .img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.block-404 .img img {
    max-width: 100%;
}

.block-404 .btn-viewall {
    border-color: #FFF;
    color: #FFF;
    background: transparent;
}

.block-404 .btn-viewall:hover {
    background: #ed4e3c;
}

@media (max-width: 1279px) {
    .block-404 {
        padding: 100px 10px 60px;
    }
}

.modal-backdrop {
    background: #FFF;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.partner_boxbtn {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .partner_boxbtn {
        text-align: center;
    }
}

.page-newsdetail .banner-psub .content-banner {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-newsdetail .banner-psub .content-banner .row-title-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-newsdetail .banner-psub .content-banner .title-banner {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 1020px;
    padding: 0px 20px;
    font-family: "Bricolage Grotesque";
    margin-bottom: 15px;
}

.page-newsdetail .banner-psub .content-banner .title-banner br {
    display: none;
}

.page-newsdetail .banner-psub .content-banner .date {
    position: relative;
    padding: 0px 16px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.page-newsdetail .banner-psub .content-banner .date::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 0px;
    top: 10px;
}

.page-newsdetail .banner-psub .content-banner .date::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 10px;
}

@media screen and (max-width: 1600px) {
    .page-newsdetail .banner-psub .content-banner .title-banner {
        font-size: 36px;
    }
}

@media screen and (max-width: 1279px) {
    .page-newsdetail .banner-psub .content-banner .title-banner {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .page-newsdetail .banner-psub .content-banner .title-banner {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .page-newsdetail .banner-psub .content-banner .title-banner {
        font-size: 20px;
    }
}

.page-newsdetail .block-new-detail {
    padding: 60px 10px;
    background: #FFF;
}

.page-newsdetail .block-new-detail .main-detail-new {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-newsdetail .block-new-detail .main-detail-new.show {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-newsdetail .block-new-detail .left-detail-new {
    width: 100%;
    position: relative;
}

.page-newsdetail .block-new-detail .main-detail-other {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
}

.page-newsdetail .block-new-detail .main-detail-other .main-detail-child {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
}

.page-newsdetail .block-new-detail .ic-show-tblcontent {
    background: #FDFAEE;
    padding: 30px;
    display: inline-block;
    width: auto;
    border-radius: 20px;
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 100px;
}

.page-newsdetail .block-new-detail .tbl-contents {
    width: 356px;
    border-radius: 20px;
    background: #FDFAEE;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0;
}

.page-newsdetail .block-new-detail .tbl-contents.show {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-newsdetail .block-new-detail .tbl-contents .title-tblcontent {
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    background: transparent url("../images/ic-mucluc.png") no-repeat left top;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list {
    margin: 0px;
    padding: 30px 0px 0px 15px;
    border-top: 1px dashed #F26758;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li {
    padding-left: 18px;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li::marker {
    width: 32px;
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li > a {
    color: #151E45;
    width: 100%;
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li > a .num {
    display: none;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li > a:hover {
    color: #F26758;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol {
    padding: 0;
    list-style: none;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li {
    margin-bottom: 12px;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li::marker {
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li a {
    color: #151E45;
    width: 100%;
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li a .num {
    display: inline-block;
    padding-right: 4px;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li:hover::marker {
    color: #F26758;
}

.page-newsdetail .block-new-detail .tbl-contents ol.tbl-contents_list > li ol li:hover a {
    color: #F26758;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list {
    margin: 0px;
    padding: 30px 0px 0px;
    list-style: none;
    border-top: 1px dashed #F26758;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #EAEAEA;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list .num {
    width: 32px;
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list .content {
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list .content a {
    color: #151E45;
    width: 100%;
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list .content a strong {
    font-weight: 700;
}

.page-newsdetail .block-new-detail .tbl-contents ul.toc_list .content a:hover {
    color: #F26758;
}

.page-newsdetail .block-new-detail .new-detail_content {
    color: #151E45;
    font-size: 18px;
    line-height: 150%;
    width: calc(100% - 400px);
    max-width: 1064px;
}

.page-newsdetail .block-new-detail .new-detail_content .s-desc-detail {
    color: #151E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 30px;
}

@media screen and (max-width: 992px) {
    .page-newsdetail .block-new-detail .new-detail_content .s-desc-detail {
        font-size: 16px;
    }
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot {
    border-radius: 20px;
    background: #FDFAEE;
    padding: 30px 30px 15px;
    width: 100%;
    margin-bottom: 30px;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot .title-hot {
    color: #F26758;
    font-family: "DVN - Luckiest Guy";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot ul {
    margin: 0px;
    padding: 0px;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot ul li {
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a {
    color: #151E45;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 22px;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F26758;
    position: absolute;
    left: 0px;
    top: 9px;
}

.page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a:hover {
    color: #F26758;
}

.page-newsdetail .block-new-detail .new-detail_content .desc-detail {
    color: #151E45;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

.page-newsdetail .block-new-detail .new-detail_content .desc-detail h3, .page-newsdetail .block-new-detail .new-detail_content .desc-detail .h3 {
    font-size: 24px;
    font-weight: 700;
}

.page-newsdetail .block-new-detail .new-detail_content .desc-detail h5, .page-newsdetail .block-new-detail .new-detail_content .desc-detail .h5 {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}

.page-newsdetail .block-new-detail .new-detail_content .desc-detail img {
    max-width: 100% !important;
    height: auto !important;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-share a {
    display: block;
    margin-right: 12px;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-share a img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-tag a {
    color: #F26758;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-left: 16px;
    margin-bottom: 10px;
}

.page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-tag a:hover {
    color: #151E45;
}

@media screen and (max-width: 1279px) {
    .page-newsdetail .block-new-detail .ic-show-tblcontent {
        padding: 20px;
    }

    .page-newsdetail .block-new-detail .tbl-contents {
        width: 300px;
        padding: 20px;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul {
        padding-top: 15px;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul li {
        margin-bottom: 15px;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul .content a {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content {
        width: calc(100% - 330px);
    }

    .page-newsdetail .block-new-detail .new-detail_content .s-desc-detail {
        font-size: 16px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .desc-detail {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .desc-detail h5, .page-newsdetail .block-new-detail .new-detail_content .desc-detail .h5 {
        font-size: 13px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot {
        padding: 20px 20px 10px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li {
        margin-bottom: 10px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a::before {
        top: 6px;
    }
}

@media screen and (max-width: 767px) {
    .page-newsdetail .block-new-detail {
        padding-top: 20px;
    }

    .page-newsdetail .block-new-detail .main-detail-other {
        position: unset;
        width: 100%;
    }

    .page-newsdetail .block-new-detail .ic-show-tblcontent {
        padding: 20px;
        position: relative;
        margin-right: auto;
        margin-bottom: 20px;
        top: 0;
    }

    .page-newsdetail .block-new-detail .tbl-contents {
        width: 100%;
        padding: 20px;
        margin-right: 0px;
        position: unset;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul {
        padding-top: 15px;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul li {
        margin-bottom: 15px;
    }

    .page-newsdetail .block-new-detail .tbl-contents ul .content a {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content {
        width: 100%;
    }

    .page-newsdetail .block-new-detail .new-detail_content .s-desc-detail {
        font-size: 16px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .desc-detail {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .desc-detail h5, .page-newsdetail .block-new-detail .new-detail_content .desc-detail .h5 {
        font-size: 13px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot {
        padding: 20px 20px 10px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li {
        margin-bottom: 10px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a {
        font-size: 14px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .news-hot ul li a::before {
        top: 6px;
    }

    .page-newsdetail .block-new-detail .new-detail_content .row-share-tag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-newsdetail .block-new-detail .new-detail_content .row-share-tag .list-tag a {
        margin-left: 0px;
        margin-right: 10px;
    }
}

.page-newsdetail.page-search .row-breadcrumb {
    padding-top: 30px;
}

.page-newsdetail .block-news-home .box-title {
    max-width: 100%;
}

.page-newsdetail .block-news-home .box-title .title {
    padding-top: 0;
}

.page-newsdetail .block-news-home .slider-news-home .item-project {
    margin-bottom: 0;
    height: 100%;
    background: #fff;
}

.newsdetail_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 12px;
}

.newsdetail_share span {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 150%;
}

.newsdetail_share a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.newsdetail_share a img {
    max-width: 100%;
}

.search_box {
    padding: 33px 0 100px;
    width: 100%;
    background: #fff;
}

.search_box .title_search {
    color: #003F70;
    font-family: Averta;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 207.692%;
    margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
    .search_box .title_search {
        font-size: 22px;
        margin: 0 0 30px;
    }
}

.search_box .search_result {
    width: 100%;
    overflow: hidden;
}

.search_box .search_result .row {
    gap: 40px 0;
    margin: 0 -15px;
}

.search_box .search_result .row > * {
    padding: 0 15px;
}

.page-figure .block-figure-home {
    background: #fff;
}

.page-figure .block-figure-home .info-nv-lg ul {
    max-width: 625px;
    width: 100%;
}

.figure_img {
    width: 100%;
    background: #fff;
    padding: 0 10px 100px;
}

.figure_img .figure_img_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.figure_img .figure_img_content .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.figure_img .figure_img_content .img img {
    max-width: 100%;
    max-height: 170px;
}

@media screen and (max-width: 1600px) {
    .figure_img {
        padding: 0 10px 60px;
    }

    .figure_img .figure_img_content {
        gap: 40px;
        max-width: 900px;
    }

    .figure_img .figure_img_content .img img {
        max-width: 100%;
        max-height: 150px;
    }
}

@media screen and (max-width: 991px) {
    .figure_img {
        padding: 0 10px 40px;
    }
}

.figure_imglist {
    padding: 0 10px 100px;
    background: #fff;
    width: 100%;
}

.figure_imglist .imglist_video_gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    height: 497px;
    margin-bottom: 30px;
}

.figure_imglist .imglist_video_gif ._video_gif_col {
    width: calc(50% - 15px);
}

.figure_imglist .imglist_video_gif ._video_gif_col ._video_box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.figure_imglist .imglist_video_gif ._video_gif_col ._video_box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.figure_imglist .imglist_video_gif ._video_gif_col .gif_list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
}

.figure_imglist .imglist_video_gif ._video_gif_col .gif_list .img {
    position: relative;
    width: calc(50% - 2px);
    height: calc(50% - 2px);
    overflow: hidden;
    border-radius: 20px;
}

.figure_imglist .imglist_video_gif ._video_gif_col .gif_list .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.figure_imglist .imglist_video_gif ._video_gif_col .gif_list .img .ic-gif {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.figure_imglist ._imglist_all {
    width: 100%;
    overflow: hidden;
}

.figure_imglist ._imglist_all .row {
    margin: 0 -2px;
}

.figure_imglist ._imglist_all .row .col-lg-3 {
    padding: 0 2px 4px;
}

.figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 2) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 4) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 5) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 6) .img {
    height: 490px;
}

.figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 1) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 3) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 7) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 8) .img {
    height: 284px;
}

.figure_imglist ._imglist_all .img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.figure_imglist ._imglist_all .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.figure_imglist ._imglist_all .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .figure_imglist {
        padding: 0 10px 60px;
    }

    .figure_imglist .imglist_video_gif {
        height: 430px;
    }

    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 2) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 4) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 5) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 6) .img {
        height: 345px;
    }

    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 1) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 3) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 7) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 8) .img {
        height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 2) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 4) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 5) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 6) .img {
        height: 215px;
    }

    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 1) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 3) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 7) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 8) .img {
        height: 125px;
    }
}

@media screen and (max-width: 991px) {
    .figure_imglist {
        padding: 0 10px 40px;
    }

    .figure_imglist .imglist_video_gif {
        height: 380px;
        gap: 20px;
    }

    .figure_imglist .imglist_video_gif ._video_gif_col {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 2) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 4) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 5) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 6) .img {
        height: 145px;
    }

    .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 1) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 3) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 7) .img, .figure_imglist ._imglist_all .row .col-lg-3:nth-child(8n + 8) .img {
        height: 148px;
    }
}

@media screen and (max-width: 574px) {
    .figure_imglist {
        padding: 0 10px 40px;
    }

    .figure_imglist .imglist_video_gif {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .figure_imglist .imglist_video_gif ._video_gif_col {
        width: 100%;
        height: 300px;
    }

    .figure_imglist .imglist_video_gif ._video_gif_col ._video_box {
        height: 100%;
    }

    .figure_imglist .imglist_video_gif ._video_gif_col:last-child {
        height: auto;
    }

    .figure_imglist .imglist_video_gif ._video_gif_col:last-child .gif_list .img {
        height: 148px;
    }
}

.figure_authorization {
    width: 100%;
    background: #FDFAEE;
    padding: 100px 10px;
}

.figure_authorization .authorization_list .swiper {
    padding-bottom: 44px;
}

.figure_authorization .authorization_list .swiper .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1600px) {
    .figure_authorization {
        padding: 60px 10px;
    }
}

@media screen and (max-width: 991px) {
    .figure_authorization {
        padding: 40px 10px;
    }
}

.authorization_item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.authorization_item .title {
    display: block;
    padding: 30px 20px;
    color: #151E45;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

.authorization_item .title span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.authorization_item .img {
    width: 100%;
    padding-top: 65.71%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
}

.authorization_item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
}

.authorization_item:hover .img img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
    .authorization_item .title {
        padding: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .authorization_item .title {
        font-size: 16px;
    }
}

.block-recruitment {
    width: 100%;
    padding: 76px 0 188px;
    background: transparent url("../images/img-home/bg-recruit.jpg") no-repeat bottom right;
    background-size: 100% auto;
}

@media screen and (max-width: 992px) {
    .block-recruitment {
        padding: 45px 0 60px;
    }
}

.block-recruitment .box-title {
    padding: 0;
    margin: 0 0 45px;
}

.block-recruitment .box-title .title2 {
    font-size: 36px;
}

@media screen and (max-width: 1500px) {
    .block-recruitment .box-title .title2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1400px) {
    .block-recruitment .box-title .title2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 992px) {
    .block-recruitment .box-title .title2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 570px) {
    .block-recruitment .box-title .title2 {
        font-size: 18px;
    }
}

.block-recruitment .recruitment_boxtxt {
    color: #333;
    text-align: justify;
    font-size: 18px;
    line-height: 166.667%;
}

.block-recruitment .recruitment_boxtxt ul li {
    color: #333;
}

.block-recruitment .recruitment_boxtxt img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}

.block-recruitment .recruitment_boxtxt ._left {
    padding-right: 8px;
}

.block-recruitment .recruitment_boxtxt ._left .title {
    color: #4F4F4F;
    font-family: Averta;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
}

@media screen and (max-width: 991px) {
    .block-recruitment .recruitment_boxtxt ._left {
        padding-right: 0;
    }
}

.block-recruitment .recruitment_boxtxt ._right {
    padding-left: 7px;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .block-recruitment .recruitment_boxtxt ._right {
        padding-left: 0;
    }
}

.block-recruitment .vacancies_box {
    padding: 70px 0 0;
}

.block-recruitment .vacancies_box .box-title {
    margin-bottom: 70px;
}

.block-recruitment .vacancies_box .box-title .title2 {
    width: 100%;
    text-align: center;
}

.block-recruitment .vacancies_box .vacancies_boxbtn {
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 32px;
}

.block-recruitment .vacancies_box .vacancies_boxbtn ._btn_all {
    margin: 40px auto 70px;
}

.vacancies_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.vacancies_list .vacancies_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    padding: 16px 76px 16px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .vacancies_list .vacancies_item {
        padding: 15px;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .vacancies_list .vacancies_item .vacancies_item_left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left .img {
    width: 171px;
    height: 166px;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 390px) {
    .vacancies_list .vacancies_item .vacancies_item_left .img {
        width: 100%;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body {
    width: calc(100% - 171px);
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body {
        width: 100%;
        padding: 20px 0 0;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body h4, .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .h4 {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.364%;
    margin: 0 0 28px;
    text-align: left;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body h4 a, .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .h4 a {
    color: #333;
}

@media screen and (max-width: 991px) {
    .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body h4, .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body h4, .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 574px) {
    .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body h4, .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .h4 {
        font-size: 18px;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 520px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row {
    width: calc(50% - 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media screen and (max-width: 390px) {
    .vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row {
        width: 100%;
    }
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row .icon {
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row .icon img {
    max-width: 100%;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 12px;
    color: #828282;
    font-size: 16px;
    line-height: 131.25%;
    padding-top: 2px;
    text-align: left;
}

.vacancies_list .vacancies_item .vacancies_item_left .vacancies_item_body .info .vacancies_row .txt span {
    color: #EB5757;
    margin-top: 4px;
}

.vacancies_list .vacancies_item ._btn_all2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vacancies_list.vacancies_success {
    padding-bottom: 0;
}

.vacancies_list.vacancies_success .vacancies_item ._btn_all2 {
    background: #EB5757;
}

.vacancies_list.vacancies_success + .vacancies_boxbtn {
    display: none;
}

.recruitment_fillter {
    border-radius: 10px;
    background: #F5F5F5;
    width: 100%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 70px;
}

.recruitment_fillter ._fillter_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 20px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .recruitment_fillter ._fillter_left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 24px;
        width: 100%;
        padding-right: 0;
    }
}

.recruitment_fillter ._fillter_left ._fillter_col {
    width: calc(33.3333% - 16px);
}

@media screen and (max-width: 991px) {
    .recruitment_fillter ._fillter_left ._fillter_col {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 767px) {
    .recruitment_fillter ._fillter_left ._fillter_col {
        width: 100%;
    }
}

.recruitment_fillter ._btn_all2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
}

@media screen and (max-width: 767px) {
    .recruitment_fillter ._btn_all2 {
        width: 100%;
    }
}

.recruitment_fillter .row_input select.input_control {
    color: #828282;
}

.row_input {
    width: 100%;
}

.row_input .label {
    width: 100%;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 122.222%;
}

.row_input .input_control {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    width: 100%;
    padding: 0 15px;
    height: 46px;
}

.row_input .input_control::-webkit-input-placeholder {
    color: #828282;
}

.row_input .input_control:-ms-input-placeholder {
    color: #828282;
}

.row_input .input_control::-ms-input-placeholder {
    color: #828282;
}

.row_input .input_control::placeholder {
    color: #828282;
}

.row_input select.input_control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/img-home/ic-drop.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 30px;
}

.row_input textarea.input_control {
    padding: 11px 15px;
    height: 120px;
}

.form_apply {
    width: 100%;
    padding: 40px 30px;
    margin-top: 60px;
    border-radius: 10px;
    background: #FAFAFA;
}

@media screen and (max-width: 574px) {
    .form_apply {
        padding: 20px;
    }
}

.form_apply h3, .form_apply .h3 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    margin: 0 0 40px;
}

@media screen and (max-width: 574px) {
    .form_apply h3, .form_apply .h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.form_apply .form_apply_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.form_apply .form_apply_list .form_apply_col6 {
    width: calc(50% - 8px);
}

@media screen and (max-width: 574px) {
    .form_apply .form_apply_list .form_apply_col6 {
        width: 100%;
    }
}

.form_apply .form_apply_upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_apply .form_apply_upload ._upload_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 992px) {
    .form_apply .form_apply_upload ._upload_box {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.form_apply .form_apply_upload ._upload_box .txt {
    color: #2D9CDB;
    font-size: 14px;
    line-height: 200%;
}

.form_apply .form_apply_upload ._upload_box .txt span {
    display: inline-block;
}

.form_apply .form_apply_upload ._upload_box label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 14px;
    line-height: 157.143%;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    padding: 3px 14px;
    cursor: pointer;
}

.form_apply .form_apply_upload ._upload_box label svg {
    margin-right: 8px;
}

.form_apply .form_apply_upload ._btn_all2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .form_apply .form_apply_upload ._btn_all2 {
        margin: 0 auto;
    }
}

.text-danger {
    font-size: 12px;
    padding-top: 5px;
}
