<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

.bootstrap-select&gt;select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

.bootstrap-select&gt;.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select&gt;.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select&gt;.dropdown-toggle.bs-placeholder,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select&gt;.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: hsla(0, 0%, 100%, .5)
}

.bootstrap-select&gt;select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select&gt;select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select&gt;select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)&gt;.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select&gt;.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select&gt;.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu&gt;.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear .75s forwards bs-notify-fadeOut;
    -o-animation: .3s linear .75s forwards bs-notify-fadeOut;
    animation: .3s linear .75s forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\A0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open&gt;.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show&gt;.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid hsla(0, 0%, 80%, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open&gt;.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open&gt;.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show&gt;.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show&gt;.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.easy-autocomplete {
    position: relative
}

.easy-autocomplete input {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #41db00
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, .8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder,
.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
    border-color: #5a91cb;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
    background-color: #6d9ed1;
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-radius: 4px;
    color: #333
}

.easy-autocomplete.eac-yellow input,
.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover {
    border-color: #333;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\A0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(/img/flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(/img/flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(/img/flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(/img/flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(/img/flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(/img/flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(/img/flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(/img/flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(/img/flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(/img/flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(/img/flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(/img/flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(/img/flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(/img/flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(/img/flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(/img/flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(/img/flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(/img/flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(/img/flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(/img/flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(/img/flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(/img/flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(/img/flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(/img/flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(/img/flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(/img/flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(/img/flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(/img/flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(/img/flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(/img/flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(/img/flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(/img/flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(/img/flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(/img/flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(/img/flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(/img/flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(/img/flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(/img/flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(/img/flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(/img/flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(/img/flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(/img/flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(/img/flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(/img/flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(/img/flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(/img/flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(/img/flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(/img/flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(/img/flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(/img/flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(/img/flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(/img/flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(/img/flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(/img/flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(/img/flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(/img/flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(/img/flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(/img/flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(/img/flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(/img/flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(/img/flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(/img/flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(/img/flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(/img/flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(/img/flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(/img/flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(/img/flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(/img/flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(/img/flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(/img/flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(/img/flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(/img/flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(/img/flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(/img/flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(/img/flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(/img/flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(/img/flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(/img/flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(/img/flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(/img/flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(/img/flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(/img/flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(/img/flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(/img/flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(/img/flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(/img/flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(/img/flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(/img/flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(/img/flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(/img/flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(/img/flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(/img/flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(/img/flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(/img/flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(/img/flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(/img/flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(/img/flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(/img/flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(/img/flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(/img/flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(/img/flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(/img/flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(/img/flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(/img/flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(/img/flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(/img/flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(/img/flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(/img/flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(/img/flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(/img/flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(/img/flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(/img/flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(/img/flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(/img/flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(/img/flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(/img/flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(/img/flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(/img/flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(/img/flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(/img/flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(/img/flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(/img/flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(/img/flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(/img/flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(/img/flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(/img/flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(/img/flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(/img/flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(/img/flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(/img/flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(/img/flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(/img/flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(/img/flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(/img/flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(/img/flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(/img/flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(/img/flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(/img/flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(/img/flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(/img/flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(/img/flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(/img/flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(/img/flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(/img/flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(/img/flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(/img/flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(/img/flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(/img/flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(/img/flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(/img/flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(/img/flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(/img/flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(/img/flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(/img/flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(/img/flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(/img/flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(/img/flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(/img/flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(/img/flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(/img/flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(/img/flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(/img/flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(/img/flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(/img/flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(/img/flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(/img/flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(/img/flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(/img/flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(/img/flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(/img/flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(/img/flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(/img/flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(/img/flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(/img/flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(/img/flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(/img/flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(/img/flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(/img/flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(/img/flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(/img/flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(/img/flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(/img/flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(/img/flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(/img/flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(/img/flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(/img/flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(/img/flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(/img/flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(/img/flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(/img/flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(/img/flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(/img/flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(/img/flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(/img/flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(/img/flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(/img/flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(/img/flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(/img/flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(/img/flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(/img/flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(/img/flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(/img/flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(/img/flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(/img/flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(/img/flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(/img/flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(/img/flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(/img/flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(/img/flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(/img/flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(/img/flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(/img/flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(/img/flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(/img/flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(/img/flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(/img/flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(/img/flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(/img/flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(/img/flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(/img/flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(/img/flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(/img/flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(/img/flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(/img/flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(/img/flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(/img/flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(/img/flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(/img/flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(/img/flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(/img/flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(/img/flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(/img/flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(/img/flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(/img/flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(/img/flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(/img/flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(/img/flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(/img/flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(/img/flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(/img/flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(/img/flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(/img/flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(/img/flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(/img/flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(/img/flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(/img/flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(/img/flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(/img/flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(/img/flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(/img/flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(/img/flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(/img/flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(/img/flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(/img/flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(/img/flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(/img/flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(/img/flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(/img/flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(/img/flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(/img/flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(/img/flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(/img/flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(/img/flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(/img/flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(/img/flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(/img/flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(/img/flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(/img/flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(/img/flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(/img/flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(/img/flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(/img/flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(/img/flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(/img/flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(/img/flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(/img/flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(/img/flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(/img/flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(/img/flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(/img/flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(/img/flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(/img/flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(/img/flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(/img/flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(/img/flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(/img/flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(/img/flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(/img/flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(/img/flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(/img/flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(/img/flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(/img/flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(/img/flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(/img/flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(/img/flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(/img/flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(/img/flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(/img/flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(/img/flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(/img/flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(/img/flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(/img/flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(/img/flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(/img/flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(/img/flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(/img/flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(/img/flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(/img/flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(/img/flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(/img/flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(/img/flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(/img/flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(/img/flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(/img/flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(/img/flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(/img/flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(/img/flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(/img/flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(/img/flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(/img/flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(/img/flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(/img/flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(/img/flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(/img/flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(/img/flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(/img/flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(/img/flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(/img/flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(/img/flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(/img/flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(/img/flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(/img/flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(/img/flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(/img/flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(/img/flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(/img/flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(/img/flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(/img/flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(/img/flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(/img/flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(/img/flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(/img/flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(/img/flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(/img/flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(/img/flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(/img/flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(/img/flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(/img/flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(/img/flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(/img/flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(/img/flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(/img/flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(/img/flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(/img/flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(/img/flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(/img/flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(/img/flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(/img/flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(/img/flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(/img/flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(/img/flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(/img/flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(/img/flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(/img/flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(/img/flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(/img/flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(/img/flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(/img/flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(/img/flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(/img/flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(/img/flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(/img/flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(/img/flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(/img/flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(/img/flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(/img/flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(/img/flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(/img/flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(/img/flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(/img/flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(/img/flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(/img/flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(/img/flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(/img/flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(/img/flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(/img/flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(/img/flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(/img/flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(/img/flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(/img/flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(/img/flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(/img/flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(/img/flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(/img/flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(/img/flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(/img/flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(/img/flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(/img/flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(/img/flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(/img/flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(/img/flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(/img/flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(/img/flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(/img/flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(/img/flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(/img/flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(/img/flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(/img/flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(/img/flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(/img/flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(/img/flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(/img/flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(/img/flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(/img/flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(/img/flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(/img/flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(/img/flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(/img/flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(/img/flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(/img/flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(/img/flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(/img/flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(/img/flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(/img/flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(/img/flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(/img/flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(/img/flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(/img/flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(/img/flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(/img/flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(/img/flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(/img/flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(/img/flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(/img/flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(/img/flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(/img/flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(/img/flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(/img/flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(/img/flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(/img/flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(/img/flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(/img/flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(/img/flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(/img/flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(/img/flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(/img/flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(/img/flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(/img/flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(/img/flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(/img/flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(/img/flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(/img/flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(/img/flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(/img/flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(/img/flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(/img/flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(/img/flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(/img/flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(/img/flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(/img/flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(/img/flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(/img/flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(/img/flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(/img/flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(/img/flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(/img/flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(/img/flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(/img/flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(/img/flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(/img/flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(/img/flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(/img/flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(/img/flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(/img/flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(/img/flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(/img/flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(/img/flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(/img/flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(/img/flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(/img/flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(/img/flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(/img/flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(/img/flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(/img/flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(/img/flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(/img/flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(/img/flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(/img/flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(/img/flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(/img/flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(/img/flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(/img/flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(/img/flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(/img/flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(/img/flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(/img/flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(/img/flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(/img/flags/1x1/zw.svg)
}

.flag-icon-es-ct {
    background-image: url(/img/flags/4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(/img/flags/1x1/es-ct.svg)
}

.flag-icon-eu {
    background-image: url(/img/flags/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(/img/flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(/img/flags/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(/img/flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(/img/flags/4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(/img/flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(/img/flags/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(/img/flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(/img/flags/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(/img/flags/1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(/img/flags/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(/img/flags/1x1/un.svg)
}

.flag-icon-xk {
    background-image: url(/img/flags/4x3/xk.svg)
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(/img/flags/1x1/xk.svg)
}

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --mona-lisa: #fa9;
    --cotton-candy: #ffb8f4;
    --malibu: #7ecafb;
    --input-bg: #fbfbfb;
    --search-bg: #f8fcff;
    --line: #f7f7f7;
    --highlight-blue: #47b3f9;
    --pricing-table-head: #4978fa;
    --pricing-table-row-odd: #f3f9fe;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --sms: #47b4f9;
    --mms: #420fb7;
    --voice: #e588d8;
    --email: #74efcf;
    --fax: #c15bda;
    --post: #fbc98e;
    --flyers: #fd8671;
    --flyers1: #ff866d;
    --white: #fff;
    --martinique: #32325c;
    --bali-hai: #8ca0b5;
    --bali-hai2: #f3f8fd;
    --maya-blue: #47b4f9;
    --maya-blue-btn: #4d7df6;
    --alice-blue: #f8fbff;
    --salmon: #fbc98e;
    --salmon1: #f9b25f;
    --salmon-btn: #fd8671;
    --medium-orchid: #c15bda;
    --medium-orchid1: #da56c8;
    --clicksend-blue: #00a5ff;
    --text-color: #8a9eb3;
    --muted: #f3f8fd;
    --shocking: #e588d8;
    --cotton-candy1: #ff9aef;
    --spray: #74efcf;
    --spray1: #38e8ba;
    --breakdown-bg: #f3f9fe;
    --hero: #31315c;
    --gettingstarted-btn: #47b4f9;
    --mustard: #ffd44f;
    --bright-turquoise: #32e2f5;
    --hollywood-cerise: #ca00c2;
    --cerise: #e648ad;
    --medium-purple: #a75fe5;
    --lavender-rose: #ff9aef;
    --dodger-blue: #4a79fa;
    --electric-violet: #792bfb;
    --turquoise: #37e7b7;
    --gull-gray: #99a8b7;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #8a9eb3;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #47b4f9;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0893ec;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 2.5rem
}

.h3,
h3 {
    font-size: 1.625rem
}

.h4,
h4 {
    font-size: 1.25rem
}

.h5,
.h6,
.lead,
h5,
h6 {
    font-size: 1.125rem
}

.lead {
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a&gt;code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1100px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters&gt;.col,
.no-gutters&gt;[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.row-cols-4&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6&gt;* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .row-cols-sm-4&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .row-cols-md-4&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .row-cols-lg-4&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .row-cols-xl-4&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6&gt;* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #8a9eb3
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #8a9eb3;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary&gt;td,
.table-primary&gt;th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover&gt;td,
.table-hover .table-primary:hover&gt;th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary&gt;td,
.table-secondary&gt;th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover&gt;td,
.table-hover .table-secondary:hover&gt;th {
    background-color: #c8cbcf
}

.table-success,
.table-success&gt;td,
.table-success&gt;th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover&gt;td,
.table-hover .table-success:hover&gt;th {
    background-color: #b1dfbb
}

.table-info,
.table-info&gt;td,
.table-info&gt;th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover&gt;td,
.table-hover .table-info:hover&gt;th {
    background-color: #abdde5
}

.table-warning,
.table-warning&gt;td,
.table-warning&gt;th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover&gt;td,
.table-hover .table-warning:hover&gt;th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger&gt;td,
.table-danger&gt;th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover&gt;td,
.table-hover .table-danger:hover&gt;th {
    background-color: #f1b0b7
}

.table-light,
.table-light&gt;td,
.table-light&gt;th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover&gt;td,
.table-hover .table-light:hover&gt;th {
    background-color: #ececf6
}

.table-dark,
.table-dark&gt;td,
.table-dark&gt;th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover&gt;td,
.table-hover .table-dark:hover&gt;th {
    background-color: #b9bbbe
}

.table-sms,
.table-sms&gt;td,
.table-sms&gt;th {
    background-color: #cbeafd
}

.table-sms tbody+tbody,
.table-sms td,
.table-sms th,
.table-sms thead th {
    border-color: #9fd8fc
}

.table-hover .table-sms:hover,
.table-hover .table-sms:hover&gt;td,
.table-hover .table-sms:hover&gt;th {
    background-color: #b2e0fc
}

.table-mms,
.table-mms&gt;td,
.table-mms&gt;th {
    background-color: #cabceb
}

.table-mms tbody+tbody,
.table-mms td,
.table-mms th,
.table-mms thead th {
    border-color: #9d82da
}

.table-hover .table-mms:hover,
.table-hover .table-mms:hover&gt;td,
.table-hover .table-mms:hover&gt;th {
    background-color: #baa8e5
}

.table-voice,
.table-voice&gt;td,
.table-voice&gt;th {
    background-color: #f8def4
}

.table-voice tbody+tbody,
.table-voice td,
.table-voice th,
.table-voice thead th {
    border-color: #f1c1eb
}

.table-hover .table-voice:hover,
.table-hover .table-voice:hover&gt;td,
.table-hover .table-voice:hover&gt;th {
    background-color: #f4c9ed
}

.table-email,
.table-email&gt;td,
.table-email&gt;th {
    background-color: #d8fbf2
}

.table-email tbody+tbody,
.table-email td,
.table-email th,
.table-email thead th {
    border-color: #b7f7e6
}

.table-hover .table-email:hover,
.table-hover .table-email:hover&gt;td,
.table-hover .table-email:hover&gt;th {
    background-color: #c1f9ea
}

.table-fax,
.table-fax&gt;td,
.table-fax&gt;th {
    background-color: #eed1f5
}

.table-fax tbody+tbody,
.table-fax td,
.table-fax th,
.table-fax thead th {
    border-color: #dfaaec
}

.table-hover .table-fax:hover,
.table-hover .table-fax:hover&gt;td,
.table-hover .table-fax:hover&gt;th {
    background-color: #e6bcf0
}

.table-post,
.table-post&gt;td,
.table-post&gt;th {
    background-color: #fef0df
}

.table-post tbody+tbody,
.table-post td,
.table-post th,
.table-post thead th {
    border-color: #fde3c4
}

.table-hover .table-post:hover,
.table-hover .table-post:hover&gt;td,
.table-hover .table-post:hover&gt;th {
    background-color: #fde4c6
}

.table-flyers,
.table-flyers&gt;td,
.table-flyers&gt;th {
    background-color: #feddd7
}

.table-flyers tbody+tbody,
.table-flyers td,
.table-flyers th,
.table-flyers thead th {
    border-color: #fec0b5
}

.table-hover .table-flyers:hover,
.table-hover .table-flyers:hover&gt;td,
.table-hover .table-flyers:hover&gt;th {
    background-color: #fdc8be
}

.table-flyers1,
.table-flyers1&gt;td,
.table-flyers1&gt;th {
    background-color: #ffddd6
}

.table-flyers1 tbody+tbody,
.table-flyers1 td,
.table-flyers1 th,
.table-flyers1 thead th {
    border-color: #ffc0b3
}

.table-hover .table-flyers1:hover,
.table-hover .table-flyers1:hover&gt;td,
.table-hover .table-flyers1:hover&gt;th {
    background-color: #ffc8bd
}

.table-white,
.table-white&gt;td,
.table-white&gt;th {
    background-color: #fff
}

.table-white tbody+tbody,
.table-white td,
.table-white th,
.table-white thead th {
    border-color: #fff
}

.table-hover .table-white:hover,
.table-hover .table-white:hover&gt;td,
.table-hover .table-white:hover&gt;th {
    background-color: #f2f2f2
}

.table-martinique,
.table-martinique&gt;td,
.table-martinique&gt;th {
    background-color: #c6c6d1
}

.table-martinique tbody+tbody,
.table-martinique td,
.table-martinique th,
.table-martinique thead th {
    border-color: #9494aa
}

.table-hover .table-martinique:hover,
.table-hover .table-martinique:hover&gt;td,
.table-hover .table-martinique:hover&gt;th {
    background-color: #b8b8c6
}

.table-bali-hai,
.table-bali-hai&gt;td,
.table-bali-hai&gt;th {
    background-color: #dfe4ea
}

.table-bali-hai tbody+tbody,
.table-bali-hai td,
.table-bali-hai th,
.table-bali-hai thead th {
    border-color: #c3ced9
}

.table-hover .table-bali-hai:hover,
.table-hover .table-bali-hai:hover&gt;td,
.table-hover .table-bali-hai:hover&gt;th {
    background-color: #d0d7e0
}

.table-bali-hai2,
.table-bali-hai2&gt;td,
.table-bali-hai2&gt;th {
    background-color: #fcfdfe
}

.table-bali-hai2 tbody+tbody,
.table-bali-hai2 td,
.table-bali-hai2 th,
.table-bali-hai2 thead th {
    border-color: #f9fbfe
}

.table-hover .table-bali-hai2:hover,
.table-hover .table-bali-hai2:hover&gt;td,
.table-hover .table-bali-hai2:hover&gt;th {
    background-color: #e9f0f8
}

.table-maya-blue,
.table-maya-blue&gt;td,
.table-maya-blue&gt;th {
    background-color: #cbeafd
}

.table-maya-blue tbody+tbody,
.table-maya-blue td,
.table-maya-blue th,
.table-maya-blue thead th {
    border-color: #9fd8fc
}

.table-hover .table-maya-blue:hover,
.table-hover .table-maya-blue:hover&gt;td,
.table-hover .table-maya-blue:hover&gt;th {
    background-color: #b2e0fc
}

.table-maya-blue-btn,
.table-maya-blue-btn&gt;td,
.table-maya-blue-btn&gt;th {
    background-color: #cddbfc
}

.table-maya-blue-btn tbody+tbody,
.table-maya-blue-btn td,
.table-maya-blue-btn th,
.table-maya-blue-btn thead th {
    border-color: #a2bbfa
}

.table-hover .table-maya-blue-btn:hover,
.table-hover .table-maya-blue-btn:hover&gt;td,
.table-hover .table-maya-blue-btn:hover&gt;th {
    background-color: #b5cafb
}

.table-alice-blue,
.table-alice-blue&gt;td,
.table-alice-blue&gt;th {
    background-color: #fdfeff
}

.table-alice-blue tbody+tbody,
.table-alice-blue td,
.table-alice-blue th,
.table-alice-blue thead th {
    border-color: #fbfdff
}

.table-hover .table-alice-blue:hover,
.table-hover .table-alice-blue:hover&gt;td,
.table-hover .table-alice-blue:hover&gt;th {
    background-color: #e4f1ff
}

.table-salmon,
.table-salmon&gt;td,
.table-salmon&gt;th {
    background-color: #fef0df
}

.table-salmon tbody+tbody,
.table-salmon td,
.table-salmon th,
.table-salmon thead th {
    border-color: #fde3c4
}

.table-hover .table-salmon:hover,
.table-hover .table-salmon:hover&gt;td,
.table-hover .table-salmon:hover&gt;th {
    background-color: #fde4c6
}

.table-salmon1,
.table-salmon1&gt;td,
.table-salmon1&gt;th {
    background-color: #fde9d2
}

.table-salmon1 tbody+tbody,
.table-salmon1 td,
.table-salmon1 th,
.table-salmon1 thead th {
    border-color: #fcd7ac
}

.table-hover .table-salmon1:hover,
.table-hover .table-salmon1:hover&gt;td,
.table-hover .table-salmon1:hover&gt;th {
    background-color: #fcddba
}

.table-salmon-btn,
.table-salmon-btn&gt;td,
.table-salmon-btn&gt;th {
    background-color: #feddd7
}

.table-salmon-btn tbody+tbody,
.table-salmon-btn td,
.table-salmon-btn th,
.table-salmon-btn thead th {
    border-color: #fec0b5
}

.table-hover .table-salmon-btn:hover,
.table-hover .table-salmon-btn:hover&gt;td,
.table-hover .table-salmon-btn:hover&gt;th {
    background-color: #fdc8be
}

.table-medium-orchid,
.table-medium-orchid&gt;td,
.table-medium-orchid&gt;th {
    background-color: #eed1f5
}

.table-medium-orchid tbody+tbody,
.table-medium-orchid td,
.table-medium-orchid th,
.table-medium-orchid thead th {
    border-color: #dfaaec
}

.table-hover .table-medium-orchid:hover,
.table-hover .table-medium-orchid:hover&gt;td,
.table-hover .table-medium-orchid:hover&gt;th {
    background-color: #e6bcf0
}

.table-medium-orchid1,
.table-medium-orchid1&gt;td,
.table-medium-orchid1&gt;th {
    background-color: #f5d0f0
}

.table-medium-orchid1 tbody+tbody,
.table-medium-orchid1 td,
.table-medium-orchid1 th,
.table-medium-orchid1 thead th {
    border-color: #eca7e2
}

.table-hover .table-medium-orchid1:hover,
.table-hover .table-medium-orchid1:hover&gt;td,
.table-hover .table-medium-orchid1:hover&gt;th {
    background-color: #f1bbe9
}

.table-clicksend-blue,
.table-clicksend-blue&gt;td,
.table-clicksend-blue&gt;th {
    background-color: #b8e6ff
}

.table-clicksend-blue tbody+tbody,
.table-clicksend-blue td,
.table-clicksend-blue th,
.table-clicksend-blue thead th {
    border-color: #7ad0ff
}

.table-hover .table-clicksend-blue:hover,
.table-hover .table-clicksend-blue:hover&gt;td,
.table-hover .table-clicksend-blue:hover&gt;th {
    background-color: #9fddff
}

.table-text-color,
.table-text-color&gt;td,
.table-text-color&gt;th {
    background-color: #dee4ea
}

.table-text-color tbody+tbody,
.table-text-color td,
.table-text-color th,
.table-text-color thead th {
    border-color: #c2cdd7
}

.table-hover .table-text-color:hover,
.table-hover .table-text-color:hover&gt;td,
.table-hover .table-text-color:hover&gt;th {
    background-color: #ced7e0
}

.table-muted,
.table-muted&gt;td,
.table-muted&gt;th {
    background-color: #fcfdfe
}

.table-muted tbody+tbody,
.table-muted td,
.table-muted th,
.table-muted thead th {
    border-color: #f9fbfe
}

.table-hover .table-muted:hover,
.table-hover .table-muted:hover&gt;td,
.table-hover .table-muted:hover&gt;th {
    background-color: #e9f0f8
}

.table-shocking,
.table-shocking&gt;td,
.table-shocking&gt;th {
    background-color: #f8def4
}

.table-shocking tbody+tbody,
.table-shocking td,
.table-shocking th,
.table-shocking thead th {
    border-color: #f1c1eb
}

.table-hover .table-shocking:hover,
.table-hover .table-shocking:hover&gt;td,
.table-hover .table-shocking:hover&gt;th {
    background-color: #f4c9ed
}

.table-cotton-candy1,
.table-cotton-candy1&gt;td,
.table-cotton-candy1&gt;th {
    background-color: #ffe3fb
}

.table-cotton-candy1 tbody+tbody,
.table-cotton-candy1 td,
.table-cotton-candy1 th,
.table-cotton-candy1 thead th {
    border-color: #ffcaf7
}

.table-hover .table-cotton-candy1:hover,
.table-hover .table-cotton-candy1:hover&gt;td,
.table-hover .table-cotton-candy1:hover&gt;th {
    background-color: #ffcaf7
}

.table-spray,
.table-spray&gt;td,
.table-spray&gt;th {
    background-color: #d8fbf2
}

.table-spray tbody+tbody,
.table-spray td,
.table-spray th,
.table-spray thead th {
    border-color: #b7f7e6
}

.table-hover .table-spray:hover,
.table-hover .table-spray:hover&gt;td,
.table-hover .table-spray:hover&gt;th {
    background-color: #c1f9ea
}

.table-spray1,
.table-spray1&gt;td,
.table-spray1&gt;th {
    background-color: #c7f9ec
}

.table-spray1 tbody+tbody,
.table-spray1 td,
.table-spray1 th,
.table-spray1 thead th {
    border-color: #98f3db
}

.table-hover .table-spray1:hover,
.table-hover .table-spray1:hover&gt;td,
.table-hover .table-spray1:hover&gt;th {
    background-color: #b0f7e4
}

.table-breakdown-bg,
.table-breakdown-bg&gt;td,
.table-breakdown-bg&gt;th {
    background-color: #fcfdff
}

.table-breakdown-bg tbody+tbody,
.table-breakdown-bg td,
.table-breakdown-bg th,
.table-breakdown-bg thead th {
    border-color: #f9fcfe
}

.table-hover .table-breakdown-bg:hover,
.table-hover .table-breakdown-bg:hover&gt;td,
.table-hover .table-breakdown-bg:hover&gt;th {
    background-color: #e3ecff
}

.table-hero,
.table-hero&gt;td,
.table-hero&gt;th {
    background-color: #c5c5d1
}

.table-hero tbody+tbody,
.table-hero td,
.table-hero th,
.table-hero thead th {
    border-color: #9494aa
}

.table-hover .table-hero:hover,
.table-hover .table-hero:hover&gt;td,
.table-hover .table-hero:hover&gt;th {
    background-color: #b7b7c6
}

.table-gettingstarted-btn,
.table-gettingstarted-btn&gt;td,
.table-gettingstarted-btn&gt;th {
    background-color: #cbeafd
}

.table-gettingstarted-btn tbody+tbody,
.table-gettingstarted-btn td,
.table-gettingstarted-btn th,
.table-gettingstarted-btn thead th {
    border-color: #9fd8fc
}

.table-hover .table-gettingstarted-btn:hover,
.table-hover .table-gettingstarted-btn:hover&gt;td,
.table-hover .table-gettingstarted-btn:hover&gt;th {
    background-color: #b2e0fc
}

.table-mustard,
.table-mustard&gt;td,
.table-mustard&gt;th {
    background-color: #fff3ce
}

.table-mustard tbody+tbody,
.table-mustard td,
.table-mustard th,
.table-mustard thead th {
    border-color: #ffe9a3
}

.table-hover .table-mustard:hover,
.table-hover .table-mustard:hover&gt;td,
.table-hover .table-mustard:hover&gt;th {
    background-color: #ffedb5
}

.table-bright-turquoise,
.table-bright-turquoise&gt;td,
.table-bright-turquoise&gt;th {
    background-color: #c6f7fc
}

.table-bright-turquoise tbody+tbody,
.table-bright-turquoise td,
.table-bright-turquoise th,
.table-bright-turquoise thead th {
    border-color: #94f0fa
}

.table-hover .table-bright-turquoise:hover,
.table-hover .table-bright-turquoise:hover&gt;td,
.table-hover .table-bright-turquoise:hover&gt;th {
    background-color: #aef4fb
}

.table-hollywood-cerise,
.table-hollywood-cerise&gt;td,
.table-hollywood-cerise&gt;th {
    background-color: #f0b8ee
}

.table-hollywood-cerise tbody+tbody,
.table-hollywood-cerise td,
.table-hollywood-cerise th,
.table-hollywood-cerise thead th {
    border-color: #e37adf
}

.table-hover .table-hollywood-cerise:hover,
.table-hover .table-hollywood-cerise:hover&gt;td,
.table-hover .table-hollywood-cerise:hover&gt;th {
    background-color: #eca3e9
}

.table-cerise,
.table-cerise&gt;td,
.table-cerise&gt;th {
    background-color: #f8cce8
}

.table-cerise tbody+tbody,
.table-cerise td,
.table-cerise th,
.table-cerise thead th {
    border-color: #f2a0d4
}

.table-hover .table-cerise:hover,
.table-hover .table-cerise:hover&gt;td,
.table-hover .table-cerise:hover&gt;th {
    background-color: #f5b6de
}

.table-medium-purple,
.table-medium-purple&gt;td,
.table-medium-purple&gt;th {
    background-color: #e6d2f8
}

.table-medium-purple tbody+tbody,
.table-medium-purple td,
.table-medium-purple th,
.table-medium-purple thead th {
    border-color: #d1acf1
}

.table-hover .table-medium-purple:hover,
.table-hover .table-medium-purple:hover&gt;td,
.table-hover .table-medium-purple:hover&gt;th {
    background-color: #dabcf5
}

.table-lavender-rose,
.table-lavender-rose&gt;td,
.table-lavender-rose&gt;th {
    background-color: #ffe3fb
}

.table-lavender-rose tbody+tbody,
.table-lavender-rose td,
.table-lavender-rose th,
.table-lavender-rose thead th {
    border-color: #ffcaf7
}

.table-hover .table-lavender-rose:hover,
.table-hover .table-lavender-rose:hover&gt;td,
.table-hover .table-lavender-rose:hover&gt;th {
    background-color: #ffcaf7
}

.table-dodger-blue,
.table-dodger-blue&gt;td,
.table-dodger-blue&gt;th {
    background-color: #ccd9fe
}

.table-dodger-blue tbody+tbody,
.table-dodger-blue td,
.table-dodger-blue th,
.table-dodger-blue thead th {
    border-color: #a1b9fc
}

.table-hover .table-dodger-blue:hover,
.table-hover .table-dodger-blue:hover&gt;td,
.table-hover .table-dodger-blue:hover&gt;th {
    background-color: #b3c6fe
}

.table-electric-violet,
.table-electric-violet&gt;td,
.table-electric-violet&gt;th {
    background-color: #d9c4fe
}

.table-electric-violet tbody+tbody,
.table-electric-violet td,
.table-electric-violet th,
.table-electric-violet thead th {
    border-color: #b991fd
}

.table-hover .table-electric-violet:hover,
.table-hover .table-electric-violet:hover&gt;td,
.table-hover .table-electric-violet:hover&gt;th {
    background-color: #c9abfe
}

.table-turquoise,
.table-turquoise&gt;td,
.table-turquoise&gt;th {
    background-color: #c7f8eb
}

.table-turquoise tbody+tbody,
.table-turquoise td,
.table-turquoise th,
.table-turquoise thead th {
    border-color: #97f3da
}

.table-hover .table-turquoise:hover,
.table-hover .table-turquoise:hover&gt;td,
.table-hover .table-turquoise:hover&gt;th {
    background-color: #b0f5e3
}

.table-gull-gray,
.table-gull-gray&gt;td,
.table-gull-gray&gt;th {
    background-color: #e2e7eb
}

.table-gull-gray tbody+tbody,
.table-gull-gray td,
.table-gull-gray th,
.table-gull-gray thead th {
    border-color: #cad2da
}

.table-hover .table-gull-gray:hover,
.table-hover .table-gull-gray:hover&gt;td,
.table-hover .table-gull-gray:hover&gt;th {
    background-color: #d3dbe1
}

.table-active,
.table-active&gt;td,
.table-active&gt;th,
.table-hover .table-active:hover,
.table-hover .table-active:hover&gt;td,
.table-hover .table-active:hover&gt;th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl&gt;.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive&gt;.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.375rem + 2px);
    padding: .6875rem 1.5625rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fbfbfb;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-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: #afaeae;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fbfbfb
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label,
.col-form-label-lg {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.col-form-label-lg {
    font-size: 1.125rem;
    line-height: 3.25
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .7875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .6875rem 0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: #8a9eb3;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(3.25em + 1.375rem + 2px);
    padding: .6875rem 1.5625rem;
    font-size: 1.125rem;
    line-height: 3.25;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row&gt;.col,
.form-row&gt;[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 4px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.6em + 1.375rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' 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(.4em + .34375rem) center;
    background-size: calc(.8em + .6875rem) calc(.8em + .6875rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.6em + 1.375rem);
    background-position: top calc(.4em + .34375rem) right calc(.4em + .34375rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 3.59375rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.5625rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' 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") #fbfbfb no-repeat center right 2.5625rem/calc(.8em + .6875rem) calc(.8em + .6875rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 4px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.6em + 1.375rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.4em + .34375rem) center;
    background-size: calc(.8em + .6875rem) calc(.8em + .6875rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 1.375rem);
    background-position: top calc(.4em + .34375rem) right calc(.4em + .34375rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 3.59375rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.5625rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fbfbfb no-repeat center right 2.5625rem/calc(.8em + .6875rem) calc(.8em + .6875rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #8a9eb3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 35px;
    font-size: .9rem;
    line-height: 1.6;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #8a9eb3;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-link {
    font-weight: 400;
    color: #47b4f9;
    text-decoration: none
}

.btn-link:hover {
    color: #0893ec
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg&gt;.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm&gt;.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #8a9eb3;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

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

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

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

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

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical&gt;.btn,
.btn-group&gt;.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:hover {
    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&gt;.btn-group:not(:first-child),
.btn-group&gt;.btn:not(:first-child) {
    margin-left: -1px
}

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

.btn-group&gt;.btn-group:not(:first-child)&gt;.btn,
.btn-group&gt;.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 26.25px;
    padding-left: 26.25px
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm&gt;.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg&gt;.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .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&gt;.btn,
.btn-group-vertical&gt;.btn-group {
    width: 100%
}

.btn-group-vertical&gt;.btn-group:not(:first-child),
.btn-group-vertical&gt;.btn:not(:first-child) {
    margin-top: -1px
}

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

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

.btn-group-toggle&gt;.btn,
.btn-group-toggle&gt;.btn-group&gt;.btn {
    margin-bottom: 0
}

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

.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&gt;.custom-file,
.input-group&gt;.custom-select,
.input-group&gt;.form-control,
.input-group&gt;.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group&gt;.custom-file+.custom-file,
.input-group&gt;.custom-file+.custom-select,
.input-group&gt;.custom-file+.form-control,
.input-group&gt;.custom-select+.custom-file,
.input-group&gt;.custom-select+.custom-select,
.input-group&gt;.custom-select+.form-control,
.input-group&gt;.form-control+.custom-file,
.input-group&gt;.form-control+.custom-select,
.input-group&gt;.form-control+.form-control,
.input-group&gt;.form-control-plaintext+.custom-file,
.input-group&gt;.form-control-plaintext+.custom-select,
.input-group&gt;.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group&gt;.custom-file .custom-file-input:focus~.custom-file-label,
.input-group&gt;.custom-select:focus,
.input-group&gt;.form-control:focus {
    z-index: 3
}

.input-group&gt;.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group&gt;.custom-select:not(:last-child),
.input-group&gt;.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-select:not(:first-child),
.input-group&gt;.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group&gt;.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group&gt;.custom-file:not(:last-child) .custom-file-label,
.input-group&gt;.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .6875rem 1.5625rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #f0f0f0;
    border-radius: 4px
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg&gt;.custom-select,
.input-group-lg&gt;.form-control:not(textarea) {
    height: calc(3.25em + 1.375rem + 2px)
}

.input-group-lg&gt;.custom-select,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-append&gt;.btn,
.input-group-lg&gt;.input-group-append&gt;.input-group-text,
.input-group-lg&gt;.input-group-prepend&gt;.btn,
.input-group-lg&gt;.input-group-prepend&gt;.input-group-text {
    padding: .6875rem 1.5625rem;
    font-size: 1.125rem;
    line-height: 3.25;
    border-radius: .3rem
}

.input-group-sm&gt;.custom-select,
.input-group-sm&gt;.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm&gt;.custom-select,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-append&gt;.btn,
.input-group-sm&gt;.input-group-append&gt;.input-group-text,
.input-group-sm&gt;.input-group-prepend&gt;.btn,
.input-group-sm&gt;.input-group-prepend&gt;.input-group-text {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg&gt;.custom-select,
.input-group-sm&gt;.custom-select {
    padding-right: 2.5625rem
}

.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),
.input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child),
.input-group&gt;.input-group-append:not(:last-child)&gt;.btn,
.input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text,
.input-group&gt;.input-group-prepend&gt;.btn,
.input-group&gt;.input-group-prepend&gt;.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.input-group-append&gt;.btn,
.input-group&gt;.input-group-append&gt;.input-group-text,
.input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child),
.input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child),
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn,
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.22rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #afaeae
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fbfbfb;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.22rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fbfbfb;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 1.375rem + 2px);
    padding: .6875rem 2.5625rem .6875rem 1.5625rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    vertical-align: middle;
    background: #fbfbfb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.5625rem center/8px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fbfbfb
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5625rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .7875rem
}

.custom-select-lg {
    height: calc(3.25em + 1.375rem + 2px);
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    padding-left: 1.5625rem;
    font-size: 1.125rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.6em + 1.375rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #afaeae
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.6em + 1.375rem + 2px);
    font-weight: 400;
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
    border-radius: 4px
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .6875rem 1.5625rem;
    line-height: 1.6;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 1.375rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 4px 4px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.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: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    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 {
    border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill&gt;.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified&gt;.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content&gt;.tab-pane {
    display: none
}

.tab-content&gt;.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.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;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .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: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm&gt;.container,
    .navbar-expand-sm&gt;.container-fluid,
    .navbar-expand-sm&gt;.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm&gt;.container,
    .navbar-expand-sm&gt;.container-fluid,
    .navbar-expand-sm&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .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 (max-width:767.98px) {

    .navbar-expand-md&gt;.container,
    .navbar-expand-md&gt;.container-fluid,
    .navbar-expand-md&gt;.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md&gt;.container,
    .navbar-expand-md&gt;.container-fluid,
    .navbar-expand-md&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .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 (max-width:991.98px) {

    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid,
    .navbar-expand-lg&gt;.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid,
    .navbar-expand-lg&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .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 (max-width:1199.98px) {

    .navbar-expand-xl&gt;.container,
    .navbar-expand-xl&gt;.container-fluid,
    .navbar-expand-xl&gt;.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl&gt;.container,
    .navbar-expand-xl&gt;.container-fluid,
    .navbar-expand-xl&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand&gt;.container,
.navbar-expand&gt;.container-fluid,
.navbar-expand&gt;.container-xl {
    padding-right: 0;
    padding-left: 0
}

.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: .5rem;
    padding-left: .5rem
}

.navbar-expand&gt;.container,
.navbar-expand&gt;.container-fluid,
.navbar-expand&gt;.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.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,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show&gt;.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    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, .125);
    border-radius: 4px
}

.card&gt;hr {
    margin-right: 0;
    margin-left: 0
}

.card&gt;.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card&gt;.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card&gt;.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card&gt;.card-header+.list-group,
.card&gt;.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 3px 3px 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 3px 3px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 3px
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-deck .card {
    margin-bottom: 7px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -7px;
        margin-left: -7px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 7px;
        margin-bottom: 0;
        margin-left: 7px
    }
}

.card-group&gt;.card {
    margin-bottom: 7px
}

@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&gt;.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group&gt;.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group&gt;.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:not(:last-child) .card-header,
    .card-group&gt;.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group&gt;.card:not(:last-child) .card-footer,
    .card-group&gt;.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group&gt;.card:not(:first-child) .card-header,
    .card-group&gt;.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group&gt;.card:not(:first-child) .card-footer,
    .card-group&gt;.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion&gt;.card {
    overflow: hidden
}

.accordion&gt;.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion&gt;.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion&gt;.card&gt;.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 4px
}

.breadcrumb,
.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #47b4f9;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0893ec;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge-sms {
    color: #212529;
    background-color: #47b4f9
}

a.badge-sms:focus,
a.badge-sms:hover {
    color: #212529;
    background-color: #16a0f7
}

a.badge-sms.focus,
a.badge-sms:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.badge-mms {
    color: #fff;
    background-color: #420fb7
}

a.badge-mms:focus,
a.badge-mms:hover {
    color: #fff;
    background-color: #310b88
}

a.badge-mms.focus,
a.badge-mms:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5)
}

.badge-voice {
    color: #212529;
    background-color: #e588d8
}

a.badge-voice:focus,
a.badge-voice:hover {
    color: #212529;
    background-color: #dc5eca
}

a.badge-voice.focus,
a.badge-voice:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.badge-email {
    color: #212529;
    background-color: #74efcf
}

a.badge-email:focus,
a.badge-email:hover {
    color: #212529;
    background-color: #46eabf
}

a.badge-email.focus,
a.badge-email:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.badge-fax {
    color: #fff;
    background-color: #c15bda
}

a.badge-fax:focus,
a.badge-fax:hover {
    color: #fff;
    background-color: #b131d1
}

a.badge-fax.focus,
a.badge-fax:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.badge-post {
    color: #212529;
    background-color: #fbc98e
}

a.badge-post:focus,
a.badge-post:hover {
    color: #212529;
    background-color: #f9b15d
}

a.badge-post.focus,
a.badge-post:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.badge-flyers {
    color: #212529;
    background-color: #fd8671
}

a.badge-flyers:focus,
a.badge-flyers:hover {
    color: #212529;
    background-color: #fc5b3f
}

a.badge-flyers.focus,
a.badge-flyers:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.badge-flyers1 {
    color: #212529;
    background-color: #ff866d
}

a.badge-flyers1:focus,
a.badge-flyers1:hover {
    color: #212529;
    background-color: #ff5c3a
}

a.badge-flyers1.focus,
a.badge-flyers1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5)
}

.badge-white {
    color: #212529;
    background-color: #fff
}

a.badge-white:focus,
a.badge-white:hover {
    color: #212529;
    background-color: #e6e5e5
}

a.badge-white.focus,
a.badge-white:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.badge-martinique {
    color: #fff;
    background-color: #32325c
}

a.badge-martinique:focus,
a.badge-martinique:hover {
    color: #fff;
    background-color: #20203b
}

a.badge-martinique.focus,
a.badge-martinique:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5)
}

.badge-bali-hai {
    color: #212529;
    background-color: #8ca0b5
}

a.badge-bali-hai:focus,
a.badge-bali-hai:hover {
    color: #212529;
    background-color: #6d86a1
}

a.badge-bali-hai.focus,
a.badge-bali-hai:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5);
    box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5)
}

.badge-bali-hai2 {
    color: #212529;
    background-color: #f3f8fd
}

a.badge-bali-hai2:focus,
a.badge-bali-hai2:hover {
    color: #212529;
    background-color: #c7dff6
}

a.badge-bali-hai2.focus,
a.badge-bali-hai2:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.badge-maya-blue {
    color: #212529;
    background-color: #47b4f9
}

a.badge-maya-blue:focus,
a.badge-maya-blue:hover {
    color: #212529;
    background-color: #16a0f7
}

a.badge-maya-blue.focus,
a.badge-maya-blue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.badge-maya-blue-btn {
    color: #fff;
    background-color: #4d7df6
}

a.badge-maya-blue-btn:focus,
a.badge-maya-blue-btn:hover {
    color: #fff;
    background-color: #1c5af4
}

a.badge-maya-blue-btn.focus,
a.badge-maya-blue-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5);
    box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5)
}

.badge-alice-blue {
    color: #212529;
    background-color: #f8fbff
}

a.badge-alice-blue:focus,
a.badge-alice-blue:hover {
    color: #212529;
    background-color: #c5deff
}

a.badge-alice-blue.focus,
a.badge-alice-blue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5)
}

.badge-salmon {
    color: #212529;
    background-color: #fbc98e
}

a.badge-salmon:focus,
a.badge-salmon:hover {
    color: #212529;
    background-color: #f9b15d
}

a.badge-salmon.focus,
a.badge-salmon:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.badge-salmon1 {
    color: #212529;
    background-color: #f9b25f
}

a.badge-salmon1:focus,
a.badge-salmon1:hover {
    color: #212529;
    background-color: #f79a2e
}

a.badge-salmon1.focus,
a.badge-salmon1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5);
    box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5)
}

.badge-salmon-btn {
    color: #212529;
    background-color: #fd8671
}

a.badge-salmon-btn:focus,
a.badge-salmon-btn:hover {
    color: #212529;
    background-color: #fc5b3f
}

a.badge-salmon-btn.focus,
a.badge-salmon-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.badge-medium-orchid {
    color: #fff;
    background-color: #c15bda
}

a.badge-medium-orchid:focus,
a.badge-medium-orchid:hover {
    color: #fff;
    background-color: #b131d1
}

a.badge-medium-orchid.focus,
a.badge-medium-orchid:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.badge-medium-orchid1 {
    color: #fff;
    background-color: #da56c8
}

a.badge-medium-orchid1:focus,
a.badge-medium-orchid1:hover {
    color: #fff;
    background-color: #d02db9
}

a.badge-medium-orchid1.focus,
a.badge-medium-orchid1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5);
    box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5)
}

.badge-clicksend-blue {
    color: #fff;
    background-color: #00a5ff
}

a.badge-clicksend-blue:focus,
a.badge-clicksend-blue:hover {
    color: #fff;
    background-color: #0084cc
}

a.badge-clicksend-blue.focus,
a.badge-clicksend-blue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5)
}

.badge-text-color {
    color: #212529;
    background-color: #8a9eb3
}

a.badge-text-color:focus,
a.badge-text-color:hover {
    color: #212529;
    background-color: #6b849f
}

a.badge-text-color.focus,
a.badge-text-color:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5);
    box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5)
}

.badge-muted {
    color: #212529;
    background-color: #f3f8fd
}

a.badge-muted:focus,
a.badge-muted:hover {
    color: #212529;
    background-color: #c7dff6
}

a.badge-muted.focus,
a.badge-muted:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.badge-shocking {
    color: #212529;
    background-color: #e588d8
}

a.badge-shocking:focus,
a.badge-shocking:hover {
    color: #212529;
    background-color: #dc5eca
}

a.badge-shocking.focus,
a.badge-shocking:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.badge-cotton-candy1 {
    color: #212529;
    background-color: #ff9aef
}

a.badge-cotton-candy1:focus,
a.badge-cotton-candy1:hover {
    color: #212529;
    background-color: #ff67e7
}

a.badge-cotton-candy1.focus,
a.badge-cotton-candy1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.badge-spray {
    color: #212529;
    background-color: #74efcf
}

a.badge-spray:focus,
a.badge-spray:hover {
    color: #212529;
    background-color: #46eabf
}

a.badge-spray.focus,
a.badge-spray:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.badge-spray1 {
    color: #212529;
    background-color: #38e8ba
}

a.badge-spray1:focus,
a.badge-spray1:hover {
    color: #212529;
    background-color: #19d4a3
}

a.badge-spray1.focus,
a.badge-spray1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5)
}

.badge-breakdown-bg {
    color: #212529;
    background-color: #f3f9fe
}

a.badge-breakdown-bg:focus,
a.badge-breakdown-bg:hover {
    color: #212529;
    background-color: #c4e1fa
}

a.badge-breakdown-bg.focus,
a.badge-breakdown-bg:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5)
}

.badge-hero {
    color: #fff;
    background-color: #31315c
}

a.badge-hero:focus,
a.badge-hero:hover {
    color: #fff;
    background-color: #1f1f3b
}

a.badge-hero.focus,
a.badge-hero:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5)
}

.badge-gettingstarted-btn {
    color: #212529;
    background-color: #47b4f9
}

a.badge-gettingstarted-btn:focus,
a.badge-gettingstarted-btn:hover {
    color: #212529;
    background-color: #16a0f7
}

a.badge-gettingstarted-btn.focus,
a.badge-gettingstarted-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.badge-mustard {
    color: #212529;
    background-color: #ffd44f
}

a.badge-mustard:focus,
a.badge-mustard:hover {
    color: #212529;
    background-color: #ffc81c
}

a.badge-mustard.focus,
a.badge-mustard:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5)
}

.badge-bright-turquoise {
    color: #212529;
    background-color: #32e2f5
}

a.badge-bright-turquoise:focus,
a.badge-bright-turquoise:hover {
    color: #212529;
    background-color: #0bd3e9
}

a.badge-bright-turquoise.focus,
a.badge-bright-turquoise:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5)
}

.badge-hollywood-cerise {
    color: #fff;
    background-color: #ca00c2
}

a.badge-hollywood-cerise:focus,
a.badge-hollywood-cerise:hover {
    color: #fff;
    background-color: #970091
}

a.badge-hollywood-cerise.focus,
a.badge-hollywood-cerise:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5)
}

.badge-cerise {
    color: #fff;
    background-color: #e648ad
}

a.badge-cerise:focus,
a.badge-cerise:hover {
    color: #fff;
    background-color: #dd1e98
}

a.badge-cerise.focus,
a.badge-cerise:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5)
}

.badge-medium-purple {
    color: #fff;
    background-color: #a75fe5
}

a.badge-medium-purple:focus,
a.badge-medium-purple:hover {
    color: #fff;
    background-color: #8f33de
}

a.badge-medium-purple.focus,
a.badge-medium-purple:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5);
    box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5)
}

.badge-lavender-rose {
    color: #212529;
    background-color: #ff9aef
}

a.badge-lavender-rose:focus,
a.badge-lavender-rose:hover {
    color: #212529;
    background-color: #ff67e7
}

a.badge-lavender-rose.focus,
a.badge-lavender-rose:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.badge-dodger-blue {
    color: #fff;
    background-color: #4a79fa
}

a.badge-dodger-blue:focus,
a.badge-dodger-blue:hover {
    color: #fff;
    background-color: #1854f9
}

a.badge-dodger-blue.focus,
a.badge-dodger-blue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5)
}

.badge-electric-violet {
    color: #fff;
    background-color: #792bfb
}

a.badge-electric-violet:focus,
a.badge-electric-violet:hover {
    color: #fff;
    background-color: #5c05ef
}

a.badge-electric-violet.focus,
a.badge-electric-violet:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5);
    box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5)
}

.badge-turquoise {
    color: #212529;
    background-color: #37e7b7
}

a.badge-turquoise:focus,
a.badge-turquoise:hover {
    color: #212529;
    background-color: #19d29f
}

a.badge-turquoise.focus,
a.badge-turquoise:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5)
}

.badge-gull-gray {
    color: #212529;
    background-color: #99a8b7
}

a.badge-gull-gray:focus,
a.badge-gull-gray:hover {
    color: #212529;
    background-color: #7b8fa2
}

a.badge-gull-gray.focus,
a.badge-gull-gray:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.85rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-sms {
    color: #255e81;
    background-color: #daf0fe;
    border-color: #cbeafd
}

.alert-sms hr {
    border-top-color: #b2e0fc
}

.alert-sms .alert-link {
    color: #1a4159
}

.alert-mms {
    color: #22085f;
    background-color: #d9cff1;
    border-color: #cabceb
}

.alert-mms hr {
    border-top-color: #baa8e5
}

.alert-mms .alert-link {
    color: #110430
}

.alert-voice {
    color: #774770;
    background-color: #fae7f7;
    border-color: #f8def4
}

.alert-voice hr {
    border-top-color: #f4c9ed
}

.alert-voice .alert-link {
    color: #573452
}

.alert-email {
    color: #3c7c6c;
    background-color: #e3fcf5;
    border-color: #d8fbf2
}

.alert-email hr {
    border-top-color: #c1f9ea
}

.alert-email .alert-link {
    color: #2b5a4e
}

.alert-fax {
    color: #642f71;
    background-color: #f3def8;
    border-color: #eed1f5
}

.alert-fax hr {
    border-top-color: #e6bcf0
}

.alert-fax .alert-link {
    color: #44204d
}

.alert-post {
    color: #83694a;
    background-color: #fef4e8;
    border-color: #fef0df
}

.alert-post hr {
    border-top-color: #fde4c6
}

.alert-post .alert-link {
    color: #624f38
}

.alert-flyers {
    color: #84463b;
    background-color: #ffe7e3;
    border-color: #feddd7
}

.alert-flyers hr {
    border-top-color: #fdc8be
}

.alert-flyers .alert-link {
    color: #61332b
}

.alert-flyers1 {
    color: #854639;
    background-color: #ffe7e2;
    border-color: #ffddd6
}

.alert-flyers1 hr {
    border-top-color: #ffc8bd
}

.alert-flyers1 .alert-link {
    color: #61332a
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6b6b
}

.alert-martinique {
    color: #1a1a30;
    background-color: #d6d6de;
    border-color: #c6c6d1
}

.alert-martinique hr {
    border-top-color: #b8b8c6
}

.alert-martinique .alert-link {
    color: #08080f
}

.alert-bali-hai {
    color: #49535e;
    background-color: #e8ecf0;
    border-color: #dfe4ea
}

.alert-bali-hai hr {
    border-top-color: #d0d7e0
}

.alert-bali-hai .alert-link {
    color: #333a41
}

.alert-bali-hai2 {
    color: #7e8184;
    background-color: #fdfeff;
    border-color: #fcfdfe
}

.alert-bali-hai2 hr {
    border-top-color: #e9f0f8
}

.alert-bali-hai2 .alert-link {
    color: #65686a
}

.alert-maya-blue {
    color: #255e81;
    background-color: #daf0fe;
    border-color: #cbeafd
}

.alert-maya-blue hr {
    border-top-color: #b2e0fc
}

.alert-maya-blue .alert-link {
    color: #1a4159
}

.alert-maya-blue-btn {
    color: #284180;
    background-color: #dbe5fd;
    border-color: #cddbfc
}

.alert-maya-blue-btn hr {
    border-top-color: #b5cafb
}

.alert-maya-blue-btn .alert-link {
    color: #1c2d59
}

.alert-alice-blue {
    color: #818385;
    background-color: #fefeff;
    border-color: #fdfeff
}

.alert-alice-blue hr {
    border-top-color: #e4f1ff
}

.alert-alice-blue .alert-link {
    color: #686a6b
}

.alert-salmon {
    color: #83694a;
    background-color: #fef4e8;
    border-color: #fef0df
}

.alert-salmon hr {
    border-top-color: #fde4c6
}

.alert-salmon .alert-link {
    color: #624f38
}

.alert-salmon1 {
    color: #815d31;
    background-color: #fef0df;
    border-color: #fde9d2
}

.alert-salmon1 hr {
    border-top-color: #fcddba
}

.alert-salmon1 .alert-link {
    color: #5c4223
}

.alert-salmon-btn {
    color: #84463b;
    background-color: #ffe7e3;
    border-color: #feddd7
}

.alert-salmon-btn hr {
    border-top-color: #fdc8be
}

.alert-salmon-btn .alert-link {
    color: #61332b
}

.alert-medium-orchid {
    color: #642f71;
    background-color: #f3def8;
    border-color: #eed1f5
}

.alert-medium-orchid hr {
    border-top-color: #e6bcf0
}

.alert-medium-orchid .alert-link {
    color: #44204d
}

.alert-medium-orchid1 {
    color: #712d68;
    background-color: #f8ddf4;
    border-color: #f5d0f0
}

.alert-medium-orchid1 hr {
    border-top-color: #f1bbe9
}

.alert-medium-orchid1 .alert-link {
    color: #4d1e46
}

.alert-clicksend-blue {
    color: #005685;
    background-color: #ccedff;
    border-color: #b8e6ff
}

.alert-clicksend-blue hr {
    border-top-color: #9fddff
}

.alert-clicksend-blue .alert-link {
    color: #003552
}

.alert-text-color {
    color: #48525d;
    background-color: #e8ecf0;
    border-color: #dee4ea
}

.alert-text-color hr {
    border-top-color: #ced7e0
}

.alert-text-color .alert-link {
    color: #323940
}

.alert-muted {
    color: #7e8184;
    background-color: #fdfeff;
    border-color: #fcfdfe
}

.alert-muted hr {
    border-top-color: #e9f0f8
}

.alert-muted .alert-link {
    color: #65686a
}

.alert-shocking {
    color: #774770;
    background-color: #fae7f7;
    border-color: #f8def4
}

.alert-shocking hr {
    border-top-color: #f4c9ed
}

.alert-shocking .alert-link {
    color: #573452
}

.alert-cotton-candy1 {
    color: #85507c;
    background-color: #ffebfc;
    border-color: #ffe3fb
}

.alert-cotton-candy1 hr {
    border-top-color: #ffcaf7
}

.alert-cotton-candy1 .alert-link {
    color: #653d5e
}

.alert-spray {
    color: #3c7c6c;
    background-color: #e3fcf5;
    border-color: #d8fbf2
}

.alert-spray hr {
    border-top-color: #c1f9ea
}

.alert-spray .alert-link {
    color: #2b5a4e
}

.alert-spray1 {
    color: #1d7961;
    background-color: #d7faf1;
    border-color: #c7f9ec
}

.alert-spray1 hr {
    border-top-color: #b0f7e4
}

.alert-spray1 .alert-link {
    color: #135040
}

.alert-breakdown-bg {
    color: #7e8184;
    background-color: #fdfeff;
    border-color: #fcfdff
}

.alert-breakdown-bg hr {
    border-top-color: #e3ecff
}

.alert-breakdown-bg .alert-link {
    color: #65686a
}

.alert-hero {
    color: #191930;
    background-color: #d6d6de;
    border-color: #c5c5d1
}

.alert-hero hr {
    border-top-color: #b7b7c6
}

.alert-hero .alert-link {
    color: #08080e
}

.alert-gettingstarted-btn {
    color: #255e81;
    background-color: #daf0fe;
    border-color: #cbeafd
}

.alert-gettingstarted-btn hr {
    border-top-color: #b2e0fc
}

.alert-gettingstarted-btn .alert-link {
    color: #1a4159
}

.alert-mustard {
    color: #856e29;
    background-color: #fff6dc;
    border-color: #fff3ce
}

.alert-mustard hr {
    border-top-color: #ffedb5
}

.alert-mustard .alert-link {
    color: #5e4e1d
}

.alert-bright-turquoise {
    color: #1a767f;
    background-color: #d6f9fd;
    border-color: #c6f7fc
}

.alert-bright-turquoise hr {
    border-top-color: #aef4fb
}

.alert-bright-turquoise .alert-link {
    color: #114f55
}

.alert-hollywood-cerise {
    color: #690065;
    background-color: #f4ccf3;
    border-color: #f0b8ee
}

.alert-hollywood-cerise hr {
    border-top-color: #eca3e9
}

.alert-hollywood-cerise .alert-link {
    color: #360034
}

.alert-cerise {
    color: #78255a;
    background-color: #fadaef;
    border-color: #f8cce8
}

.alert-cerise hr {
    border-top-color: #f5b6de
}

.alert-cerise .alert-link {
    color: #51193d
}

.alert-medium-purple {
    color: #573177;
    background-color: #eddffa;
    border-color: #e6d2f8
}

.alert-medium-purple hr {
    border-top-color: #dabcf5
}

.alert-medium-purple .alert-link {
    color: #3d2253
}

.alert-lavender-rose {
    color: #85507c;
    background-color: #ffebfc;
    border-color: #ffe3fb
}

.alert-lavender-rose hr {
    border-top-color: #ffcaf7
}

.alert-lavender-rose .alert-link {
    color: #653d5e
}

.alert-dodger-blue {
    color: #263f82;
    background-color: #dbe4fe;
    border-color: #ccd9fe
}

.alert-dodger-blue hr {
    border-top-color: #b3c6fe
}

.alert-dodger-blue .alert-link {
    color: #1a2c5b
}

.alert-electric-violet {
    color: #3f1683;
    background-color: #e4d5fe;
    border-color: #d9c4fe
}

.alert-electric-violet hr {
    border-top-color: #c9abfe
}

.alert-electric-violet .alert-link {
    color: #2a0f57
}

.alert-turquoise {
    color: #1d785f;
    background-color: #d7faf1;
    border-color: #c7f8eb
}

.alert-turquoise hr {
    border-top-color: #b0f5e3
}

.alert-turquoise .alert-link {
    color: #134f3e
}

.alert-gull-gray {
    color: #50575f;
    background-color: #ebeef1;
    border-color: #e2e7eb
}

.alert-gull-gray hr {
    border-top-color: #d3dbe1
}

.alert-gull-gray .alert-link {
    color: #393e43
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: 4px
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -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;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.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: 4px
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #8a9eb3;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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: #007bff;
    border-color: #007bff
}

.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&gt;.list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
}

.list-group-horizontal&gt;.list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
}

.list-group-horizontal&gt;.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal&gt;.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal&gt;.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&gt;.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm&gt;.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&gt;.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md&gt;.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md&gt;.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&gt;.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg&gt;.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&gt;.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush&gt;.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush&gt;.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-sms {
    color: #255e81;
    background-color: #cbeafd
}

.list-group-item-sms.list-group-item-action:focus,
.list-group-item-sms.list-group-item-action:hover {
    color: #255e81;
    background-color: #b2e0fc
}

.list-group-item-sms.list-group-item-action.active {
    color: #fff;
    background-color: #255e81;
    border-color: #255e81
}

.list-group-item-mms {
    color: #22085f;
    background-color: #cabceb
}

.list-group-item-mms.list-group-item-action:focus,
.list-group-item-mms.list-group-item-action:hover {
    color: #22085f;
    background-color: #baa8e5
}

.list-group-item-mms.list-group-item-action.active {
    color: #fff;
    background-color: #22085f;
    border-color: #22085f
}

.list-group-item-voice {
    color: #774770;
    background-color: #f8def4
}

.list-group-item-voice.list-group-item-action:focus,
.list-group-item-voice.list-group-item-action:hover {
    color: #774770;
    background-color: #f4c9ed
}

.list-group-item-voice.list-group-item-action.active {
    color: #fff;
    background-color: #774770;
    border-color: #774770
}

.list-group-item-email {
    color: #3c7c6c;
    background-color: #d8fbf2
}

.list-group-item-email.list-group-item-action:focus,
.list-group-item-email.list-group-item-action:hover {
    color: #3c7c6c;
    background-color: #c1f9ea
}

.list-group-item-email.list-group-item-action.active {
    color: #fff;
    background-color: #3c7c6c;
    border-color: #3c7c6c
}

.list-group-item-fax {
    color: #642f71;
    background-color: #eed1f5
}

.list-group-item-fax.list-group-item-action:focus,
.list-group-item-fax.list-group-item-action:hover {
    color: #642f71;
    background-color: #e6bcf0
}

.list-group-item-fax.list-group-item-action.active {
    color: #fff;
    background-color: #642f71;
    border-color: #642f71
}

.list-group-item-post {
    color: #83694a;
    background-color: #fef0df
}

.list-group-item-post.list-group-item-action:focus,
.list-group-item-post.list-group-item-action:hover {
    color: #83694a;
    background-color: #fde4c6
}

.list-group-item-post.list-group-item-action.active {
    color: #fff;
    background-color: #83694a;
    border-color: #83694a
}

.list-group-item-flyers {
    color: #84463b;
    background-color: #feddd7
}

.list-group-item-flyers.list-group-item-action:focus,
.list-group-item-flyers.list-group-item-action:hover {
    color: #84463b;
    background-color: #fdc8be
}

.list-group-item-flyers.list-group-item-action.active {
    color: #fff;
    background-color: #84463b;
    border-color: #84463b
}

.list-group-item-flyers1 {
    color: #854639;
    background-color: #ffddd6
}

.list-group-item-flyers1.list-group-item-action:focus,
.list-group-item-flyers1.list-group-item-action:hover {
    color: #854639;
    background-color: #ffc8bd
}

.list-group-item-flyers1.list-group-item-action.active {
    color: #fff;
    background-color: #854639;
    border-color: #854639
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-martinique {
    color: #1a1a30;
    background-color: #c6c6d1
}

.list-group-item-martinique.list-group-item-action:focus,
.list-group-item-martinique.list-group-item-action:hover {
    color: #1a1a30;
    background-color: #b8b8c6
}

.list-group-item-martinique.list-group-item-action.active {
    color: #fff;
    background-color: #1a1a30;
    border-color: #1a1a30
}

.list-group-item-bali-hai {
    color: #49535e;
    background-color: #dfe4ea
}

.list-group-item-bali-hai.list-group-item-action:focus,
.list-group-item-bali-hai.list-group-item-action:hover {
    color: #49535e;
    background-color: #d0d7e0
}

.list-group-item-bali-hai.list-group-item-action.active {
    color: #fff;
    background-color: #49535e;
    border-color: #49535e
}

.list-group-item-bali-hai2 {
    color: #7e8184;
    background-color: #fcfdfe
}

.list-group-item-bali-hai2.list-group-item-action:focus,
.list-group-item-bali-hai2.list-group-item-action:hover {
    color: #7e8184;
    background-color: #e9f0f8
}

.list-group-item-bali-hai2.list-group-item-action.active {
    color: #fff;
    background-color: #7e8184;
    border-color: #7e8184
}

.list-group-item-maya-blue {
    color: #255e81;
    background-color: #cbeafd
}

.list-group-item-maya-blue.list-group-item-action:focus,
.list-group-item-maya-blue.list-group-item-action:hover {
    color: #255e81;
    background-color: #b2e0fc
}

.list-group-item-maya-blue.list-group-item-action.active {
    color: #fff;
    background-color: #255e81;
    border-color: #255e81
}

.list-group-item-maya-blue-btn {
    color: #284180;
    background-color: #cddbfc
}

.list-group-item-maya-blue-btn.list-group-item-action:focus,
.list-group-item-maya-blue-btn.list-group-item-action:hover {
    color: #284180;
    background-color: #b5cafb
}

.list-group-item-maya-blue-btn.list-group-item-action.active {
    color: #fff;
    background-color: #284180;
    border-color: #284180
}

.list-group-item-alice-blue {
    color: #818385;
    background-color: #fdfeff
}

.list-group-item-alice-blue.list-group-item-action:focus,
.list-group-item-alice-blue.list-group-item-action:hover {
    color: #818385;
    background-color: #e4f1ff
}

.list-group-item-alice-blue.list-group-item-action.active {
    color: #fff;
    background-color: #818385;
    border-color: #818385
}

.list-group-item-salmon {
    color: #83694a;
    background-color: #fef0df
}

.list-group-item-salmon.list-group-item-action:focus,
.list-group-item-salmon.list-group-item-action:hover {
    color: #83694a;
    background-color: #fde4c6
}

.list-group-item-salmon.list-group-item-action.active {
    color: #fff;
    background-color: #83694a;
    border-color: #83694a
}

.list-group-item-salmon1 {
    color: #815d31;
    background-color: #fde9d2
}

.list-group-item-salmon1.list-group-item-action:focus,
.list-group-item-salmon1.list-group-item-action:hover {
    color: #815d31;
    background-color: #fcddba
}

.list-group-item-salmon1.list-group-item-action.active {
    color: #fff;
    background-color: #815d31;
    border-color: #815d31
}

.list-group-item-salmon-btn {
    color: #84463b;
    background-color: #feddd7
}

.list-group-item-salmon-btn.list-group-item-action:focus,
.list-group-item-salmon-btn.list-group-item-action:hover {
    color: #84463b;
    background-color: #fdc8be
}

.list-group-item-salmon-btn.list-group-item-action.active {
    color: #fff;
    background-color: #84463b;
    border-color: #84463b
}

.list-group-item-medium-orchid {
    color: #642f71;
    background-color: #eed1f5
}

.list-group-item-medium-orchid.list-group-item-action:focus,
.list-group-item-medium-orchid.list-group-item-action:hover {
    color: #642f71;
    background-color: #e6bcf0
}

.list-group-item-medium-orchid.list-group-item-action.active {
    color: #fff;
    background-color: #642f71;
    border-color: #642f71
}

.list-group-item-medium-orchid1 {
    color: #712d68;
    background-color: #f5d0f0
}

.list-group-item-medium-orchid1.list-group-item-action:focus,
.list-group-item-medium-orchid1.list-group-item-action:hover {
    color: #712d68;
    background-color: #f1bbe9
}

.list-group-item-medium-orchid1.list-group-item-action.active {
    color: #fff;
    background-color: #712d68;
    border-color: #712d68
}

.list-group-item-clicksend-blue {
    color: #005685;
    background-color: #b8e6ff
}

.list-group-item-clicksend-blue.list-group-item-action:focus,
.list-group-item-clicksend-blue.list-group-item-action:hover {
    color: #005685;
    background-color: #9fddff
}

.list-group-item-clicksend-blue.list-group-item-action.active {
    color: #fff;
    background-color: #005685;
    border-color: #005685
}

.list-group-item-text-color {
    color: #48525d;
    background-color: #dee4ea
}

.list-group-item-text-color.list-group-item-action:focus,
.list-group-item-text-color.list-group-item-action:hover {
    color: #48525d;
    background-color: #ced7e0
}

.list-group-item-text-color.list-group-item-action.active {
    color: #fff;
    background-color: #48525d;
    border-color: #48525d
}

.list-group-item-muted {
    color: #7e8184;
    background-color: #fcfdfe
}

.list-group-item-muted.list-group-item-action:focus,
.list-group-item-muted.list-group-item-action:hover {
    color: #7e8184;
    background-color: #e9f0f8
}

.list-group-item-muted.list-group-item-action.active {
    color: #fff;
    background-color: #7e8184;
    border-color: #7e8184
}

.list-group-item-shocking {
    color: #774770;
    background-color: #f8def4
}

.list-group-item-shocking.list-group-item-action:focus,
.list-group-item-shocking.list-group-item-action:hover {
    color: #774770;
    background-color: #f4c9ed
}

.list-group-item-shocking.list-group-item-action.active {
    color: #fff;
    background-color: #774770;
    border-color: #774770
}

.list-group-item-cotton-candy1 {
    color: #85507c;
    background-color: #ffe3fb
}

.list-group-item-cotton-candy1.list-group-item-action:focus,
.list-group-item-cotton-candy1.list-group-item-action:hover {
    color: #85507c;
    background-color: #ffcaf7
}

.list-group-item-cotton-candy1.list-group-item-action.active {
    color: #fff;
    background-color: #85507c;
    border-color: #85507c
}

.list-group-item-spray {
    color: #3c7c6c;
    background-color: #d8fbf2
}

.list-group-item-spray.list-group-item-action:focus,
.list-group-item-spray.list-group-item-action:hover {
    color: #3c7c6c;
    background-color: #c1f9ea
}

.list-group-item-spray.list-group-item-action.active {
    color: #fff;
    background-color: #3c7c6c;
    border-color: #3c7c6c
}

.list-group-item-spray1 {
    color: #1d7961;
    background-color: #c7f9ec
}

.list-group-item-spray1.list-group-item-action:focus,
.list-group-item-spray1.list-group-item-action:hover {
    color: #1d7961;
    background-color: #b0f7e4
}

.list-group-item-spray1.list-group-item-action.active {
    color: #fff;
    background-color: #1d7961;
    border-color: #1d7961
}

.list-group-item-breakdown-bg {
    color: #7e8184;
    background-color: #fcfdff
}

.list-group-item-breakdown-bg.list-group-item-action:focus,
.list-group-item-breakdown-bg.list-group-item-action:hover {
    color: #7e8184;
    background-color: #e3ecff
}

.list-group-item-breakdown-bg.list-group-item-action.active {
    color: #fff;
    background-color: #7e8184;
    border-color: #7e8184
}

.list-group-item-hero {
    color: #191930;
    background-color: #c5c5d1
}

.list-group-item-hero.list-group-item-action:focus,
.list-group-item-hero.list-group-item-action:hover {
    color: #191930;
    background-color: #b7b7c6
}

.list-group-item-hero.list-group-item-action.active {
    color: #fff;
    background-color: #191930;
    border-color: #191930
}

.list-group-item-gettingstarted-btn {
    color: #255e81;
    background-color: #cbeafd
}

.list-group-item-gettingstarted-btn.list-group-item-action:focus,
.list-group-item-gettingstarted-btn.list-group-item-action:hover {
    color: #255e81;
    background-color: #b2e0fc
}

.list-group-item-gettingstarted-btn.list-group-item-action.active {
    color: #fff;
    background-color: #255e81;
    border-color: #255e81
}

.list-group-item-mustard {
    color: #856e29;
    background-color: #fff3ce
}

.list-group-item-mustard.list-group-item-action:focus,
.list-group-item-mustard.list-group-item-action:hover {
    color: #856e29;
    background-color: #ffedb5
}

.list-group-item-mustard.list-group-item-action.active {
    color: #fff;
    background-color: #856e29;
    border-color: #856e29
}

.list-group-item-bright-turquoise {
    color: #1a767f;
    background-color: #c6f7fc
}

.list-group-item-bright-turquoise.list-group-item-action:focus,
.list-group-item-bright-turquoise.list-group-item-action:hover {
    color: #1a767f;
    background-color: #aef4fb
}

.list-group-item-bright-turquoise.list-group-item-action.active {
    color: #fff;
    background-color: #1a767f;
    border-color: #1a767f
}

.list-group-item-hollywood-cerise {
    color: #690065;
    background-color: #f0b8ee
}

.list-group-item-hollywood-cerise.list-group-item-action:focus,
.list-group-item-hollywood-cerise.list-group-item-action:hover {
    color: #690065;
    background-color: #eca3e9
}

.list-group-item-hollywood-cerise.list-group-item-action.active {
    color: #fff;
    background-color: #690065;
    border-color: #690065
}

.list-group-item-cerise {
    color: #78255a;
    background-color: #f8cce8
}

.list-group-item-cerise.list-group-item-action:focus,
.list-group-item-cerise.list-group-item-action:hover {
    color: #78255a;
    background-color: #f5b6de
}

.list-group-item-cerise.list-group-item-action.active {
    color: #fff;
    background-color: #78255a;
    border-color: #78255a
}

.list-group-item-medium-purple {
    color: #573177;
    background-color: #e6d2f8
}

.list-group-item-medium-purple.list-group-item-action:focus,
.list-group-item-medium-purple.list-group-item-action:hover {
    color: #573177;
    background-color: #dabcf5
}

.list-group-item-medium-purple.list-group-item-action.active {
    color: #fff;
    background-color: #573177;
    border-color: #573177
}

.list-group-item-lavender-rose {
    color: #85507c;
    background-color: #ffe3fb
}

.list-group-item-lavender-rose.list-group-item-action:focus,
.list-group-item-lavender-rose.list-group-item-action:hover {
    color: #85507c;
    background-color: #ffcaf7
}

.list-group-item-lavender-rose.list-group-item-action.active {
    color: #fff;
    background-color: #85507c;
    border-color: #85507c
}

.list-group-item-dodger-blue {
    color: #263f82;
    background-color: #ccd9fe
}

.list-group-item-dodger-blue.list-group-item-action:focus,
.list-group-item-dodger-blue.list-group-item-action:hover {
    color: #263f82;
    background-color: #b3c6fe
}

.list-group-item-dodger-blue.list-group-item-action.active {
    color: #fff;
    background-color: #263f82;
    border-color: #263f82
}

.list-group-item-electric-violet {
    color: #3f1683;
    background-color: #d9c4fe
}

.list-group-item-electric-violet.list-group-item-action:focus,
.list-group-item-electric-violet.list-group-item-action:hover {
    color: #3f1683;
    background-color: #c9abfe
}

.list-group-item-electric-violet.list-group-item-action.active {
    color: #fff;
    background-color: #3f1683;
    border-color: #3f1683
}

.list-group-item-turquoise {
    color: #1d785f;
    background-color: #c7f8eb
}

.list-group-item-turquoise.list-group-item-action:focus,
.list-group-item-turquoise.list-group-item-action:hover {
    color: #1d785f;
    background-color: #b0f5e3
}

.list-group-item-turquoise.list-group-item-action.active {
    color: #fff;
    background-color: #1d785f;
    border-color: #1d785f
}

.list-group-item-gull-gray {
    color: #50575f;
    background-color: #e2e7eb
}

.list-group-item-gull-gray.list-group-item-action:focus,
.list-group-item-gull-gray.list-group-item-action:hover {
    color: #50575f;
    background-color: #d3dbe1
}

.list-group-item-gull-gray.list-group-item-action.active {
    color: #fff;
    background-color: #50575f;
    border-color: #50575f
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer&gt;* {
    margin: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: .7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]&gt;.arrow,
.bs-popover-top&gt;.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]&gt;.arrow:before,
.bs-popover-top&gt;.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]&gt;.arrow:after,
.bs-popover-top&gt;.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]&gt;.arrow,
.bs-popover-right&gt;.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]&gt;.arrow:before,
.bs-popover-right&gt;.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]&gt;.arrow:after,
.bs-popover-right&gt;.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow,
.bs-popover-bottom&gt;.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow:before,
.bs-popover-bottom&gt;.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow:after,
.bs-popover-bottom&gt;.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]&gt;.arrow,
.bs-popover-left&gt;.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]&gt;.arrow:before,
.bs-popover-left&gt;.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]&gt;.arrow:after,
.bs-popover-left&gt;.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #8a9eb3
}

.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 .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    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%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -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;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .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: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-sms {
    background-color: #47b4f9 !important
}

a.bg-sms:focus,
a.bg-sms:hover,
button.bg-sms:focus,
button.bg-sms:hover {
    background-color: #16a0f7 !important
}

.bg-mms {
    background-color: #420fb7 !important
}

a.bg-mms:focus,
a.bg-mms:hover,
button.bg-mms:focus,
button.bg-mms:hover {
    background-color: #310b88 !important
}

.bg-voice {
    background-color: #e588d8 !important
}

a.bg-voice:focus,
a.bg-voice:hover,
button.bg-voice:focus,
button.bg-voice:hover {
    background-color: #dc5eca !important
}

.bg-email {
    background-color: #74efcf !important
}

a.bg-email:focus,
a.bg-email:hover,
button.bg-email:focus,
button.bg-email:hover {
    background-color: #46eabf !important
}

.bg-fax {
    background-color: #c15bda !important
}

a.bg-fax:focus,
a.bg-fax:hover,
button.bg-fax:focus,
button.bg-fax:hover {
    background-color: #b131d1 !important
}

.bg-post {
    background-color: #fbc98e !important
}

a.bg-post:focus,
a.bg-post:hover,
button.bg-post:focus,
button.bg-post:hover {
    background-color: #f9b15d !important
}

.bg-flyers {
    background-color: #fd8671 !important
}

a.bg-flyers:focus,
a.bg-flyers:hover,
button.bg-flyers:focus,
button.bg-flyers:hover {
    background-color: #fc5b3f !important
}

.bg-flyers1 {
    background-color: #ff866d !important
}

a.bg-flyers1:focus,
a.bg-flyers1:hover,
button.bg-flyers1:focus,
button.bg-flyers1:hover {
    background-color: #ff5c3a !important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e5e5 !important
}

.bg-martinique {
    background-color: #32325c !important
}

a.bg-martinique:focus,
a.bg-martinique:hover,
button.bg-martinique:focus,
button.bg-martinique:hover {
    background-color: #20203b !important
}

.bg-bali-hai {
    background-color: #8ca0b5 !important
}

a.bg-bali-hai:focus,
a.bg-bali-hai:hover,
button.bg-bali-hai:focus,
button.bg-bali-hai:hover {
    background-color: #6d86a1 !important
}

.bg-bali-hai2 {
    background-color: #f3f8fd !important
}

a.bg-bali-hai2:focus,
a.bg-bali-hai2:hover,
button.bg-bali-hai2:focus,
button.bg-bali-hai2:hover {
    background-color: #c7dff6 !important
}

.bg-maya-blue {
    background-color: #47b4f9 !important
}

a.bg-maya-blue:focus,
a.bg-maya-blue:hover,
button.bg-maya-blue:focus,
button.bg-maya-blue:hover {
    background-color: #16a0f7 !important
}

.bg-maya-blue-btn {
    background-color: #4d7df6 !important
}

a.bg-maya-blue-btn:focus,
a.bg-maya-blue-btn:hover,
button.bg-maya-blue-btn:focus,
button.bg-maya-blue-btn:hover {
    background-color: #1c5af4 !important
}

.bg-alice-blue {
    background-color: #f8fbff !important
}

a.bg-alice-blue:focus,
a.bg-alice-blue:hover,
button.bg-alice-blue:focus,
button.bg-alice-blue:hover {
    background-color: #c5deff !important
}

.bg-salmon {
    background-color: #fbc98e !important
}

a.bg-salmon:focus,
a.bg-salmon:hover,
button.bg-salmon:focus,
button.bg-salmon:hover {
    background-color: #f9b15d !important
}

.bg-salmon1 {
    background-color: #f9b25f !important
}

a.bg-salmon1:focus,
a.bg-salmon1:hover,
button.bg-salmon1:focus,
button.bg-salmon1:hover {
    background-color: #f79a2e !important
}

.bg-salmon-btn {
    background-color: #fd8671 !important
}

a.bg-salmon-btn:focus,
a.bg-salmon-btn:hover,
button.bg-salmon-btn:focus,
button.bg-salmon-btn:hover {
    background-color: #fc5b3f !important
}

.bg-medium-orchid {
    background-color: #c15bda !important
}

a.bg-medium-orchid:focus,
a.bg-medium-orchid:hover,
button.bg-medium-orchid:focus,
button.bg-medium-orchid:hover {
    background-color: #b131d1 !important
}

.bg-medium-orchid1 {
    background-color: #da56c8 !important
}

a.bg-medium-orchid1:focus,
a.bg-medium-orchid1:hover,
button.bg-medium-orchid1:focus,
button.bg-medium-orchid1:hover {
    background-color: #d02db9 !important
}

.bg-clicksend-blue {
    background-color: #00a5ff !important
}

a.bg-clicksend-blue:focus,
a.bg-clicksend-blue:hover,
button.bg-clicksend-blue:focus,
button.bg-clicksend-blue:hover {
    background-color: #0084cc !important
}

.bg-text-color {
    background-color: #8a9eb3 !important
}

a.bg-text-color:focus,
a.bg-text-color:hover,
button.bg-text-color:focus,
button.bg-text-color:hover {
    background-color: #6b849f !important
}

.bg-muted {
    background-color: #f3f8fd !important
}

a.bg-muted:focus,
a.bg-muted:hover,
button.bg-muted:focus,
button.bg-muted:hover {
    background-color: #c7dff6 !important
}

.bg-shocking {
    background-color: #e588d8 !important
}

a.bg-shocking:focus,
a.bg-shocking:hover,
button.bg-shocking:focus,
button.bg-shocking:hover {
    background-color: #dc5eca !important
}

.bg-cotton-candy1 {
    background-color: #ff9aef !important
}

a.bg-cotton-candy1:focus,
a.bg-cotton-candy1:hover,
button.bg-cotton-candy1:focus,
button.bg-cotton-candy1:hover {
    background-color: #ff67e7 !important
}

.bg-spray {
    background-color: #74efcf !important
}

a.bg-spray:focus,
a.bg-spray:hover,
button.bg-spray:focus,
button.bg-spray:hover {
    background-color: #46eabf !important
}

.bg-spray1 {
    background-color: #38e8ba !important
}

a.bg-spray1:focus,
a.bg-spray1:hover,
button.bg-spray1:focus,
button.bg-spray1:hover {
    background-color: #19d4a3 !important
}

.bg-breakdown-bg {
    background-color: #f3f9fe !important
}

a.bg-breakdown-bg:focus,
a.bg-breakdown-bg:hover,
button.bg-breakdown-bg:focus,
button.bg-breakdown-bg:hover {
    background-color: #c4e1fa !important
}

.bg-hero {
    background-color: #31315c !important
}

a.bg-hero:focus,
a.bg-hero:hover,
button.bg-hero:focus,
button.bg-hero:hover {
    background-color: #1f1f3b !important
}

.bg-gettingstarted-btn {
    background-color: #47b4f9 !important
}

a.bg-gettingstarted-btn:focus,
a.bg-gettingstarted-btn:hover,
button.bg-gettingstarted-btn:focus,
button.bg-gettingstarted-btn:hover {
    background-color: #16a0f7 !important
}

.bg-mustard {
    background-color: #ffd44f !important
}

a.bg-mustard:focus,
a.bg-mustard:hover,
button.bg-mustard:focus,
button.bg-mustard:hover {
    background-color: #ffc81c !important
}

.bg-bright-turquoise {
    background-color: #32e2f5 !important
}

a.bg-bright-turquoise:focus,
a.bg-bright-turquoise:hover,
button.bg-bright-turquoise:focus,
button.bg-bright-turquoise:hover {
    background-color: #0bd3e9 !important
}

.bg-hollywood-cerise {
    background-color: #ca00c2 !important
}

a.bg-hollywood-cerise:focus,
a.bg-hollywood-cerise:hover,
button.bg-hollywood-cerise:focus,
button.bg-hollywood-cerise:hover {
    background-color: #970091 !important
}

.bg-cerise {
    background-color: #e648ad !important
}

a.bg-cerise:focus,
a.bg-cerise:hover,
button.bg-cerise:focus,
button.bg-cerise:hover {
    background-color: #dd1e98 !important
}

.bg-medium-purple {
    background-color: #a75fe5 !important
}

a.bg-medium-purple:focus,
a.bg-medium-purple:hover,
button.bg-medium-purple:focus,
button.bg-medium-purple:hover {
    background-color: #8f33de !important
}

.bg-lavender-rose {
    background-color: #ff9aef !important
}

a.bg-lavender-rose:focus,
a.bg-lavender-rose:hover,
button.bg-lavender-rose:focus,
button.bg-lavender-rose:hover {
    background-color: #ff67e7 !important
}

.bg-dodger-blue {
    background-color: #4a79fa !important
}

a.bg-dodger-blue:focus,
a.bg-dodger-blue:hover,
button.bg-dodger-blue:focus,
button.bg-dodger-blue:hover {
    background-color: #1854f9 !important
}

.bg-electric-violet {
    background-color: #792bfb !important
}

a.bg-electric-violet:focus,
a.bg-electric-violet:hover,
button.bg-electric-violet:focus,
button.bg-electric-violet:hover {
    background-color: #5c05ef !important
}

.bg-turquoise {
    background-color: #37e7b7 !important
}

a.bg-turquoise:focus,
a.bg-turquoise:hover,
button.bg-turquoise:focus,
button.bg-turquoise:hover {
    background-color: #19d29f !important
}

.bg-gull-gray {
    background-color: #99a8b7 !important
}

a.bg-gull-gray:focus,
a.bg-gull-gray:hover,
button.bg-gull-gray:focus,
button.bg-gull-gray:hover {
    background-color: #7b8fa2 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-sms {
    border-color: #47b4f9 !important
}

.border-mms {
    border-color: #420fb7 !important
}

.border-voice {
    border-color: #e588d8 !important
}

.border-email {
    border-color: #74efcf !important
}

.border-fax {
    border-color: #c15bda !important
}

.border-post {
    border-color: #fbc98e !important
}

.border-flyers {
    border-color: #fd8671 !important
}

.border-flyers1 {
    border-color: #ff866d !important
}

.border-martinique {
    border-color: #32325c !important
}

.border-bali-hai {
    border-color: #8ca0b5 !important
}

.border-bali-hai2 {
    border-color: #f3f8fd !important
}

.border-maya-blue {
    border-color: #47b4f9 !important
}

.border-maya-blue-btn {
    border-color: #4d7df6 !important
}

.border-alice-blue {
    border-color: #f8fbff !important
}

.border-salmon {
    border-color: #fbc98e !important
}

.border-salmon1 {
    border-color: #f9b25f !important
}

.border-salmon-btn {
    border-color: #fd8671 !important
}

.border-medium-orchid {
    border-color: #c15bda !important
}

.border-medium-orchid1 {
    border-color: #da56c8 !important
}

.border-clicksend-blue {
    border-color: #00a5ff !important
}

.border-text-color {
    border-color: #8a9eb3 !important
}

.border-muted {
    border-color: #f3f8fd !important
}

.border-shocking {
    border-color: #e588d8 !important
}

.border-cotton-candy1 {
    border-color: #ff9aef !important
}

.border-spray {
    border-color: #74efcf !important
}

.border-spray1 {
    border-color: #38e8ba !important
}

.border-breakdown-bg {
    border-color: #f3f9fe !important
}

.border-hero {
    border-color: #31315c !important
}

.border-gettingstarted-btn {
    border-color: #47b4f9 !important
}

.border-mustard {
    border-color: #ffd44f !important
}

.border-bright-turquoise {
    border-color: #32e2f5 !important
}

.border-hollywood-cerise {
    border-color: #ca00c2 !important
}

.border-cerise {
    border-color: #e648ad !important
}

.border-medium-purple {
    border-color: #a75fe5 !important
}

.border-lavender-rose {
    border-color: #ff9aef !important
}

.border-dodger-blue {
    border-color: #4a79fa !important
}

.border-electric-violet {
    border-color: #792bfb !important
}

.border-turquoise {
    border-color: #37e7b7 !important
}

.border-gull-gray {
    border-color: #99a8b7 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-top {
    border-top-left-radius: 4px !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 4px !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 4px !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 4px !important
}

.rounded-left {
    border-top-left-radius: 4px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -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
}

.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 {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25px !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-12 {
    width: 12px !important
}

.w-13 {
    width: 13px !important
}

.w-14 {
    width: 14px !important
}

.w-15 {
    width: 15px !important
}

.w-16 {
    width: 16px !important
}

.w-18 {
    width: 18px !important
}

.w-20 {
    width: 20px !important
}

.w-21 {
    width: 21px !important
}

.w-22 {
    width: 22px !important
}

.w-23 {
    width: 23px !important
}

.w-24 {
    width: 24px !important
}

.w-26 {
    width: 26px !important
}

.w-27 {
    width: 27px !important
}

.w-28 {
    width: 28px !important
}

.w-29 {
    width: 29px !important
}

.w-30 {
    width: 30px !important
}

.w-31 {
    width: 31px !important
}

.w-32 {
    width: 32px !important
}

.w-33 {
    width: 33px !important
}

.w-34 {
    width: 34px !important
}

.w-35 {
    width: 35px !important
}

.w-36 {
    width: 36px !important
}

.w-37 {
    width: 37px !important
}

.w-38 {
    width: 38px !important
}

.w-39 {
    width: 39px !important
}

.w-40 {
    width: 40px !important
}

.h-25 {
    height: 25px !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-12 {
    height: 12px !important
}

.h-13 {
    height: 13px !important
}

.h-14 {
    height: 14px !important
}

.h-15 {
    height: 15px !important
}

.h-16 {
    height: 16px !important
}

.h-18 {
    height: 18px !important
}

.h-20 {
    height: 20px !important
}

.h-21 {
    height: 21px !important
}

.h-22 {
    height: 22px !important
}

.h-23 {
    height: 23px !important
}

.h-24 {
    height: 24px !important
}

.h-26 {
    height: 26px !important
}

.h-27 {
    height: 27px !important
}

.h-28 {
    height: 28px !important
}

.h-29 {
    height: 29px !important
}

.h-30 {
    height: 30px !important
}

.h-31 {
    height: 31px !important
}

.h-32 {
    height: 32px !important
}

.h-33 {
    height: 33px !important
}

.h-34 {
    height: 34px !important
}

.h-35 {
    height: 35px !important
}

.h-36 {
    height: 36px !important
}

.h-37 {
    height: 37px !important
}

.h-38 {
    height: 38px !important
}

.h-39 {
    height: 39px !important
}

.h-40 {
    height: 40px !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-12 {
    margin: 12px !important
}

.mt-12,
.my-12 {
    margin-top: 12px !important
}

.mr-12,
.mx-12 {
    margin-right: 12px !important
}

.mb-12,
.my-12 {
    margin-bottom: 12px !important
}

.ml-12,
.mx-12 {
    margin-left: 12px !important
}

.m-13 {
    margin: 13px !important
}

.mt-13,
.my-13 {
    margin-top: 13px !important
}

.mr-13,
.mx-13 {
    margin-right: 13px !important
}

.mb-13,
.my-13 {
    margin-bottom: 13px !important
}

.ml-13,
.mx-13 {
    margin-left: 13px !important
}

.m-14 {
    margin: 14px !important
}

.mt-14,
.my-14 {
    margin-top: 14px !important
}

.mr-14,
.mx-14 {
    margin-right: 14px !important
}

.mb-14,
.my-14 {
    margin-bottom: 14px !important
}

.ml-14,
.mx-14 {
    margin-left: 14px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-16 {
    margin: 16px !important
}

.mt-16,
.my-16 {
    margin-top: 16px !important
}

.mr-16,
.mx-16 {
    margin-right: 16px !important
}

.mb-16,
.my-16 {
    margin-bottom: 16px !important
}

.ml-16,
.mx-16 {
    margin-left: 16px !important
}

.m-18 {
    margin: 18px !important
}

.mt-18,
.my-18 {
    margin-top: 18px !important
}

.mr-18,
.mx-18 {
    margin-right: 18px !important
}

.mb-18,
.my-18 {
    margin-bottom: 18px !important
}

.ml-18,
.mx-18 {
    margin-left: 18px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20,
.my-20 {
    margin-top: 20px !important
}

.mr-20,
.mx-20 {
    margin-right: 20px !important
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important
}

.ml-20,
.mx-20 {
    margin-left: 20px !important
}

.m-25 {
    margin: 25px !important
}

.mt-25,
.my-25 {
    margin-top: 25px !important
}

.mr-25,
.mx-25 {
    margin-right: 25px !important
}

.mb-25,
.my-25 {
    margin-bottom: 25px !important
}

.ml-25,
.mx-25 {
    margin-left: 25px !important
}

.m-36 {
    margin: 36px !important
}

.mt-36,
.my-36 {
    margin-top: 36px !important
}

.mr-36,
.mx-36 {
    margin-right: 36px !important
}

.mb-36,
.my-36 {
    margin-bottom: 36px !important
}

.ml-36,
.mx-36 {
    margin-left: 36px !important
}

.m-40 {
    margin: 40px !important
}

.mt-40,
.my-40 {
    margin-top: 40px !important
}

.mr-40,
.mx-40 {
    margin-right: 40px !important
}

.mb-40,
.my-40 {
    margin-bottom: 40px !important
}

.ml-40,
.mx-40 {
    margin-left: 40px !important
}

.m-47 {
    margin: 47px !important
}

.mt-47,
.my-47 {
    margin-top: 47px !important
}

.mr-47,
.mx-47 {
    margin-right: 47px !important
}

.mb-47,
.my-47 {
    margin-bottom: 47px !important
}

.ml-47,
.mx-47 {
    margin-left: 47px !important
}

.m-50 {
    margin: 50px !important
}

.mt-50,
.my-50 {
    margin-top: 50px !important
}

.mr-50,
.mx-50 {
    margin-right: 50px !important
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important
}

.ml-50,
.mx-50 {
    margin-left: 50px !important
}

.m-56 {
    margin: 56px !important
}

.mt-56,
.my-56 {
    margin-top: 56px !important
}

.mr-56,
.mx-56 {
    margin-right: 56px !important
}

.mb-56,
.my-56 {
    margin-bottom: 56px !important
}

.ml-56,
.mx-56 {
    margin-left: 56px !important
}

.m-64 {
    margin: 64px !important
}

.mt-64,
.my-64 {
    margin-top: 64px !important
}

.mr-64,
.mx-64 {
    margin-right: 64px !important
}

.mb-64,
.my-64 {
    margin-bottom: 64px !important
}

.ml-64,
.mx-64 {
    margin-left: 64px !important
}

.m-73 {
    margin: 73px !important
}

.mt-73,
.my-73 {
    margin-top: 73px !important
}

.mr-73,
.mx-73 {
    margin-right: 73px !important
}

.mb-73,
.my-73 {
    margin-bottom: 73px !important
}

.ml-73,
.mx-73 {
    margin-left: 73px !important
}

.m-86 {
    margin: 86px !important
}

.mt-86,
.my-86 {
    margin-top: 86px !important
}

.mr-86,
.mx-86 {
    margin-right: 86px !important
}

.mb-86,
.my-86 {
    margin-bottom: 86px !important
}

.ml-86,
.mx-86 {
    margin-left: 86px !important
}

.m-93 {
    margin: 93px !important
}

.mt-93,
.my-93 {
    margin-top: 93px !important
}

.mr-93,
.mx-93 {
    margin-right: 93px !important
}

.mb-93,
.my-93 {
    margin-bottom: 93px !important
}

.ml-93,
.mx-93 {
    margin-left: 93px !important
}

.m-100 {
    margin: 100px !important
}

.mt-100,
.my-100 {
    margin-top: 100px !important
}

.mr-100,
.mx-100 {
    margin-right: 100px !important
}

.mb-100,
.my-100 {
    margin-bottom: 100px !important
}

.ml-100,
.mx-100 {
    margin-left: 100px !important
}

.m-119 {
    margin: 119px !important
}

.mt-119,
.my-119 {
    margin-top: 119px !important
}

.mr-119,
.mx-119 {
    margin-right: 119px !important
}

.mb-119,
.my-119 {
    margin-bottom: 119px !important
}

.ml-119,
.mx-119 {
    margin-left: 119px !important
}

.m-129 {
    margin: 129px !important
}

.mt-129,
.my-129 {
    margin-top: 129px !important
}

.mr-129,
.mx-129 {
    margin-right: 129px !important
}

.mb-129,
.my-129 {
    margin-bottom: 129px !important
}

.ml-129,
.mx-129 {
    margin-left: 129px !important
}

.m-137 {
    margin: 137px !important
}

.mt-137,
.my-137 {
    margin-top: 137px !important
}

.mr-137,
.mx-137 {
    margin-right: 137px !important
}

.mb-137,
.my-137 {
    margin-bottom: 137px !important
}

.ml-137,
.mx-137 {
    margin-left: 137px !important
}

.m-167 {
    margin: 167px !important
}

.mt-167,
.my-167 {
    margin-top: 167px !important
}

.mr-167,
.mx-167 {
    margin-right: 167px !important
}

.mb-167,
.my-167 {
    margin-bottom: 167px !important
}

.ml-167,
.mx-167 {
    margin-left: 167px !important
}

.m-200 {
    margin: 200px !important
}

.mt-200,
.my-200 {
    margin-top: 200px !important
}

.mr-200,
.mx-200 {
    margin-right: 200px !important
}

.mb-200,
.my-200 {
    margin-bottom: 200px !important
}

.ml-200,
.mx-200 {
    margin-left: 200px !important
}

.m-250 {
    margin: 250px !important
}

.mt-250,
.my-250 {
    margin-top: 250px !important
}

.mr-250,
.mx-250 {
    margin-right: 250px !important
}

.mb-250,
.my-250 {
    margin-bottom: 250px !important
}

.ml-250,
.mx-250 {
    margin-left: 250px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-12 {
    padding: 12px !important
}

.pt-12,
.py-12 {
    padding-top: 12px !important
}

.pr-12,
.px-12 {
    padding-right: 12px !important
}

.pb-12,
.py-12 {
    padding-bottom: 12px !important
}

.pl-12,
.px-12 {
    padding-left: 12px !important
}

.p-13 {
    padding: 13px !important
}

.pt-13,
.py-13 {
    padding-top: 13px !important
}

.pr-13,
.px-13 {
    padding-right: 13px !important
}

.pb-13,
.py-13 {
    padding-bottom: 13px !important
}

.pl-13,
.px-13 {
    padding-left: 13px !important
}

.p-14 {
    padding: 14px !important
}

.pt-14,
.py-14 {
    padding-top: 14px !important
}

.pr-14,
.px-14 {
    padding-right: 14px !important
}

.pb-14,
.py-14 {
    padding-bottom: 14px !important
}

.pl-14,
.px-14 {
    padding-left: 14px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

.pr-15,
.px-15 {
    padding-right: 15px !important
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.p-16 {
    padding: 16px !important
}

.pt-16,
.py-16 {
    padding-top: 16px !important
}

.pr-16,
.px-16 {
    padding-right: 16px !important
}

.pb-16,
.py-16 {
    padding-bottom: 16px !important
}

.pl-16,
.px-16 {
    padding-left: 16px !important
}

.p-18 {
    padding: 18px !important
}

.pt-18,
.py-18 {
    padding-top: 18px !important
}

.pr-18,
.px-18 {
    padding-right: 18px !important
}

.pb-18,
.py-18 {
    padding-bottom: 18px !important
}

.pl-18,
.px-18 {
    padding-left: 18px !important
}

.p-20 {
    padding: 20px !important
}

.pt-20,
.py-20 {
    padding-top: 20px !important
}

.pr-20,
.px-20 {
    padding-right: 20px !important
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important
}

.pl-20,
.px-20 {
    padding-left: 20px !important
}

.p-25 {
    padding: 25px !important
}

.pt-25,
.py-25 {
    padding-top: 25px !important
}

.pr-25,
.px-25 {
    padding-right: 25px !important
}

.pb-25,
.py-25 {
    padding-bottom: 25px !important
}

.pl-25,
.px-25 {
    padding-left: 25px !important
}

.p-36 {
    padding: 36px !important
}

.pt-36,
.py-36 {
    padding-top: 36px !important
}

.pr-36,
.px-36 {
    padding-right: 36px !important
}

.pb-36,
.py-36 {
    padding-bottom: 36px !important
}

.pl-36,
.px-36 {
    padding-left: 36px !important
}

.p-40 {
    padding: 40px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

.pr-40,
.px-40 {
    padding-right: 40px !important
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

.pl-40,
.px-40 {
    padding-left: 40px !important
}

.p-47 {
    padding: 47px !important
}

.pt-47,
.py-47 {
    padding-top: 47px !important
}

.pr-47,
.px-47 {
    padding-right: 47px !important
}

.pb-47,
.py-47 {
    padding-bottom: 47px !important
}

.pl-47,
.px-47 {
    padding-left: 47px !important
}

.p-50 {
    padding: 50px !important
}

.pt-50,
.py-50 {
    padding-top: 50px !important
}

.pr-50,
.px-50 {
    padding-right: 50px !important
}

.pb-50,
.py-50 {
    padding-bottom: 50px !important
}

.pl-50,
.px-50 {
    padding-left: 50px !important
}

.p-56 {
    padding: 56px !important
}

.pt-56,
.py-56 {
    padding-top: 56px !important
}

.pr-56,
.px-56 {
    padding-right: 56px !important
}

.pb-56,
.py-56 {
    padding-bottom: 56px !important
}

.pl-56,
.px-56 {
    padding-left: 56px !important
}

.p-64 {
    padding: 64px !important
}

.pt-64,
.py-64 {
    padding-top: 64px !important
}

.pr-64,
.px-64 {
    padding-right: 64px !important
}

.pb-64,
.py-64 {
    padding-bottom: 64px !important
}

.pl-64,
.px-64 {
    padding-left: 64px !important
}

.p-73 {
    padding: 73px !important
}

.pt-73,
.py-73 {
    padding-top: 73px !important
}

.pr-73,
.px-73 {
    padding-right: 73px !important
}

.pb-73,
.py-73 {
    padding-bottom: 73px !important
}

.pl-73,
.px-73 {
    padding-left: 73px !important
}

.p-86 {
    padding: 86px !important
}

.pt-86,
.py-86 {
    padding-top: 86px !important
}

.pr-86,
.px-86 {
    padding-right: 86px !important
}

.pb-86,
.py-86 {
    padding-bottom: 86px !important
}

.pl-86,
.px-86 {
    padding-left: 86px !important
}

.p-93 {
    padding: 93px !important
}

.pt-93,
.py-93 {
    padding-top: 93px !important
}

.pr-93,
.px-93 {
    padding-right: 93px !important
}

.pb-93,
.py-93 {
    padding-bottom: 93px !important
}

.pl-93,
.px-93 {
    padding-left: 93px !important
}

.p-100 {
    padding: 100px !important
}

.pt-100,
.py-100 {
    padding-top: 100px !important
}

.pr-100,
.px-100 {
    padding-right: 100px !important
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important
}

.pl-100,
.px-100 {
    padding-left: 100px !important
}

.p-119 {
    padding: 119px !important
}

.pt-119,
.py-119 {
    padding-top: 119px !important
}

.pr-119,
.px-119 {
    padding-right: 119px !important
}

.pb-119,
.py-119 {
    padding-bottom: 119px !important
}

.pl-119,
.px-119 {
    padding-left: 119px !important
}

.p-129 {
    padding: 129px !important
}

.pt-129,
.py-129 {
    padding-top: 129px !important
}

.pr-129,
.px-129 {
    padding-right: 129px !important
}

.pb-129,
.py-129 {
    padding-bottom: 129px !important
}

.pl-129,
.px-129 {
    padding-left: 129px !important
}

.p-137 {
    padding: 137px !important
}

.pt-137,
.py-137 {
    padding-top: 137px !important
}

.pr-137,
.px-137 {
    padding-right: 137px !important
}

.pb-137,
.py-137 {
    padding-bottom: 137px !important
}

.pl-137,
.px-137 {
    padding-left: 137px !important
}

.p-167 {
    padding: 167px !important
}

.pt-167,
.py-167 {
    padding-top: 167px !important
}

.pr-167,
.px-167 {
    padding-right: 167px !important
}

.pb-167,
.py-167 {
    padding-bottom: 167px !important
}

.pl-167,
.px-167 {
    padding-left: 167px !important
}

.p-200 {
    padding: 200px !important
}

.pt-200,
.py-200 {
    padding-top: 200px !important
}

.pr-200,
.px-200 {
    padding-right: 200px !important
}

.pb-200,
.py-200 {
    padding-bottom: 200px !important
}

.pl-200,
.px-200 {
    padding-left: 200px !important
}

.p-250 {
    padding: 250px !important
}

.pt-250,
.py-250 {
    padding-top: 250px !important
}

.pr-250,
.px-250 {
    padding-right: 250px !important
}

.pb-250,
.py-250 {
    padding-bottom: 250px !important
}

.pl-250,
.px-250 {
    padding-left: 250px !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-n12 {
    margin: -12px !important
}

.mt-n12,
.my-n12 {
    margin-top: -12px !important
}

.mr-n12,
.mx-n12 {
    margin-right: -12px !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -12px !important
}

.ml-n12,
.mx-n12 {
    margin-left: -12px !important
}

.m-n13 {
    margin: -13px !important
}

.mt-n13,
.my-n13 {
    margin-top: -13px !important
}

.mr-n13,
.mx-n13 {
    margin-right: -13px !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -13px !important
}

.ml-n13,
.mx-n13 {
    margin-left: -13px !important
}

.m-n14 {
    margin: -14px !important
}

.mt-n14,
.my-n14 {
    margin-top: -14px !important
}

.mr-n14,
.mx-n14 {
    margin-right: -14px !important
}

.mb-n14,
.my-n14 {
    margin-bottom: -14px !important
}

.ml-n14,
.mx-n14 {
    margin-left: -14px !important
}

.m-n15 {
    margin: -15px !important
}

.mt-n15,
.my-n15 {
    margin-top: -15px !important
}

.mr-n15,
.mx-n15 {
    margin-right: -15px !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -15px !important
}

.ml-n15,
.mx-n15 {
    margin-left: -15px !important
}

.m-n16 {
    margin: -16px !important
}

.mt-n16,
.my-n16 {
    margin-top: -16px !important
}

.mr-n16,
.mx-n16 {
    margin-right: -16px !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -16px !important
}

.ml-n16,
.mx-n16 {
    margin-left: -16px !important
}

.m-n18 {
    margin: -18px !important
}

.mt-n18,
.my-n18 {
    margin-top: -18px !important
}

.mr-n18,
.mx-n18 {
    margin-right: -18px !important
}

.mb-n18,
.my-n18 {
    margin-bottom: -18px !important
}

.ml-n18,
.mx-n18 {
    margin-left: -18px !important
}

.m-n20 {
    margin: -20px !important
}

.mt-n20,
.my-n20 {
    margin-top: -20px !important
}

.mr-n20,
.mx-n20 {
    margin-right: -20px !important
}

.mb-n20,
.my-n20 {
    margin-bottom: -20px !important
}

.ml-n20,
.mx-n20 {
    margin-left: -20px !important
}

.m-n25 {
    margin: -25px !important
}

.mt-n25,
.my-n25 {
    margin-top: -25px !important
}

.mr-n25,
.mx-n25 {
    margin-right: -25px !important
}

.mb-n25,
.my-n25 {
    margin-bottom: -25px !important
}

.ml-n25,
.mx-n25 {
    margin-left: -25px !important
}

.m-n36 {
    margin: -36px !important
}

.mt-n36,
.my-n36 {
    margin-top: -36px !important
}

.mr-n36,
.mx-n36 {
    margin-right: -36px !important
}

.mb-n36,
.my-n36 {
    margin-bottom: -36px !important
}

.ml-n36,
.mx-n36 {
    margin-left: -36px !important
}

.m-n40 {
    margin: -40px !important
}

.mt-n40,
.my-n40 {
    margin-top: -40px !important
}

.mr-n40,
.mx-n40 {
    margin-right: -40px !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -40px !important
}

.ml-n40,
.mx-n40 {
    margin-left: -40px !important
}

.m-n47 {
    margin: -47px !important
}

.mt-n47,
.my-n47 {
    margin-top: -47px !important
}

.mr-n47,
.mx-n47 {
    margin-right: -47px !important
}

.mb-n47,
.my-n47 {
    margin-bottom: -47px !important
}

.ml-n47,
.mx-n47 {
    margin-left: -47px !important
}

.m-n50 {
    margin: -50px !important
}

.mt-n50,
.my-n50 {
    margin-top: -50px !important
}

.mr-n50,
.mx-n50 {
    margin-right: -50px !important
}

.mb-n50,
.my-n50 {
    margin-bottom: -50px !important
}

.ml-n50,
.mx-n50 {
    margin-left: -50px !important
}

.m-n56 {
    margin: -56px !important
}

.mt-n56,
.my-n56 {
    margin-top: -56px !important
}

.mr-n56,
.mx-n56 {
    margin-right: -56px !important
}

.mb-n56,
.my-n56 {
    margin-bottom: -56px !important
}

.ml-n56,
.mx-n56 {
    margin-left: -56px !important
}

.m-n64 {
    margin: -64px !important
}

.mt-n64,
.my-n64 {
    margin-top: -64px !important
}

.mr-n64,
.mx-n64 {
    margin-right: -64px !important
}

.mb-n64,
.my-n64 {
    margin-bottom: -64px !important
}

.ml-n64,
.mx-n64 {
    margin-left: -64px !important
}

.m-n73 {
    margin: -73px !important
}

.mt-n73,
.my-n73 {
    margin-top: -73px !important
}

.mr-n73,
.mx-n73 {
    margin-right: -73px !important
}

.mb-n73,
.my-n73 {
    margin-bottom: -73px !important
}

.ml-n73,
.mx-n73 {
    margin-left: -73px !important
}

.m-n86 {
    margin: -86px !important
}

.mt-n86,
.my-n86 {
    margin-top: -86px !important
}

.mr-n86,
.mx-n86 {
    margin-right: -86px !important
}

.mb-n86,
.my-n86 {
    margin-bottom: -86px !important
}

.ml-n86,
.mx-n86 {
    margin-left: -86px !important
}

.m-n93 {
    margin: -93px !important
}

.mt-n93,
.my-n93 {
    margin-top: -93px !important
}

.mr-n93,
.mx-n93 {
    margin-right: -93px !important
}

.mb-n93,
.my-n93 {
    margin-bottom: -93px !important
}

.ml-n93,
.mx-n93 {
    margin-left: -93px !important
}

.m-n100 {
    margin: -100px !important
}

.mt-n100,
.my-n100 {
    margin-top: -100px !important
}

.mr-n100,
.mx-n100 {
    margin-right: -100px !important
}

.mb-n100,
.my-n100 {
    margin-bottom: -100px !important
}

.ml-n100,
.mx-n100 {
    margin-left: -100px !important
}

.m-n119 {
    margin: -119px !important
}

.mt-n119,
.my-n119 {
    margin-top: -119px !important
}

.mr-n119,
.mx-n119 {
    margin-right: -119px !important
}

.mb-n119,
.my-n119 {
    margin-bottom: -119px !important
}

.ml-n119,
.mx-n119 {
    margin-left: -119px !important
}

.m-n129 {
    margin: -129px !important
}

.mt-n129,
.my-n129 {
    margin-top: -129px !important
}

.mr-n129,
.mx-n129 {
    margin-right: -129px !important
}

.mb-n129,
.my-n129 {
    margin-bottom: -129px !important
}

.ml-n129,
.mx-n129 {
    margin-left: -129px !important
}

.m-n137 {
    margin: -137px !important
}

.mt-n137,
.my-n137 {
    margin-top: -137px !important
}

.mr-n137,
.mx-n137 {
    margin-right: -137px !important
}

.mb-n137,
.my-n137 {
    margin-bottom: -137px !important
}

.ml-n137,
.mx-n137 {
    margin-left: -137px !important
}

.m-n167 {
    margin: -167px !important
}

.mt-n167,
.my-n167 {
    margin-top: -167px !important
}

.mr-n167,
.mx-n167 {
    margin-right: -167px !important
}

.mb-n167,
.my-n167 {
    margin-bottom: -167px !important
}

.ml-n167,
.mx-n167 {
    margin-left: -167px !important
}

.m-n200 {
    margin: -200px !important
}

.mt-n200,
.my-n200 {
    margin-top: -200px !important
}

.mr-n200,
.mx-n200 {
    margin-right: -200px !important
}

.mb-n200,
.my-n200 {
    margin-bottom: -200px !important
}

.ml-n200,
.mx-n200 {
    margin-left: -200px !important
}

.m-n250 {
    margin: -250px !important
}

.mt-n250,
.my-n250 {
    margin-top: -250px !important
}

.mr-n250,
.mx-n250 {
    margin-right: -250px !important
}

.mb-n250,
.my-n250 {
    margin-bottom: -250px !important
}

.ml-n250,
.mx-n250 {
    margin-left: -250px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .m-sm-12 {
        margin: 12px !important
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 12px !important
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 12px !important
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 12px !important
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 12px !important
    }

    .m-sm-13 {
        margin: 13px !important
    }

    .mt-sm-13,
    .my-sm-13 {
        margin-top: 13px !important
    }

    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 13px !important
    }

    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 13px !important
    }

    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 13px !important
    }

    .m-sm-14 {
        margin: 14px !important
    }

    .mt-sm-14,
    .my-sm-14 {
        margin-top: 14px !important
    }

    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 14px !important
    }

    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 14px !important
    }

    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 14px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }

    .m-sm-16 {
        margin: 16px !important
    }

    .mt-sm-16,
    .my-sm-16 {
        margin-top: 16px !important
    }

    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 16px !important
    }

    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 16px !important
    }

    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 16px !important
    }

    .m-sm-18 {
        margin: 18px !important
    }

    .mt-sm-18,
    .my-sm-18 {
        margin-top: 18px !important
    }

    .mr-sm-18,
    .mx-sm-18 {
        margin-right: 18px !important
    }

    .mb-sm-18,
    .my-sm-18 {
        margin-bottom: 18px !important
    }

    .ml-sm-18,
    .mx-sm-18 {
        margin-left: 18px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important
    }

    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important
    }

    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important
    }

    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .mt-sm-25,
    .my-sm-25 {
        margin-top: 25px !important
    }

    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 25px !important
    }

    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 25px !important
    }

    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 25px !important
    }

    .m-sm-36 {
        margin: 36px !important
    }

    .mt-sm-36,
    .my-sm-36 {
        margin-top: 36px !important
    }

    .mr-sm-36,
    .mx-sm-36 {
        margin-right: 36px !important
    }

    .mb-sm-36,
    .my-sm-36 {
        margin-bottom: 36px !important
    }

    .ml-sm-36,
    .mx-sm-36 {
        margin-left: 36px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 40px !important
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 40px !important
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 40px !important
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 40px !important
    }

    .m-sm-47 {
        margin: 47px !important
    }

    .mt-sm-47,
    .my-sm-47 {
        margin-top: 47px !important
    }

    .mr-sm-47,
    .mx-sm-47 {
        margin-right: 47px !important
    }

    .mb-sm-47,
    .my-sm-47 {
        margin-bottom: 47px !important
    }

    .ml-sm-47,
    .mx-sm-47 {
        margin-left: 47px !important
    }

    .m-sm-50 {
        margin: 50px !important
    }

    .mt-sm-50,
    .my-sm-50 {
        margin-top: 50px !important
    }

    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 50px !important
    }

    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 50px !important
    }

    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 50px !important
    }

    .m-sm-56 {
        margin: 56px !important
    }

    .mt-sm-56,
    .my-sm-56 {
        margin-top: 56px !important
    }

    .mr-sm-56,
    .mx-sm-56 {
        margin-right: 56px !important
    }

    .mb-sm-56,
    .my-sm-56 {
        margin-bottom: 56px !important
    }

    .ml-sm-56,
    .mx-sm-56 {
        margin-left: 56px !important
    }

    .m-sm-64 {
        margin: 64px !important
    }

    .mt-sm-64,
    .my-sm-64 {
        margin-top: 64px !important
    }

    .mr-sm-64,
    .mx-sm-64 {
        margin-right: 64px !important
    }

    .mb-sm-64,
    .my-sm-64 {
        margin-bottom: 64px !important
    }

    .ml-sm-64,
    .mx-sm-64 {
        margin-left: 64px !important
    }

    .m-sm-73 {
        margin: 73px !important
    }

    .mt-sm-73,
    .my-sm-73 {
        margin-top: 73px !important
    }

    .mr-sm-73,
    .mx-sm-73 {
        margin-right: 73px !important
    }

    .mb-sm-73,
    .my-sm-73 {
        margin-bottom: 73px !important
    }

    .ml-sm-73,
    .mx-sm-73 {
        margin-left: 73px !important
    }

    .m-sm-86 {
        margin: 86px !important
    }

    .mt-sm-86,
    .my-sm-86 {
        margin-top: 86px !important
    }

    .mr-sm-86,
    .mx-sm-86 {
        margin-right: 86px !important
    }

    .mb-sm-86,
    .my-sm-86 {
        margin-bottom: 86px !important
    }

    .ml-sm-86,
    .mx-sm-86 {
        margin-left: 86px !important
    }

    .m-sm-93 {
        margin: 93px !important
    }

    .mt-sm-93,
    .my-sm-93 {
        margin-top: 93px !important
    }

    .mr-sm-93,
    .mx-sm-93 {
        margin-right: 93px !important
    }

    .mb-sm-93,
    .my-sm-93 {
        margin-bottom: 93px !important
    }

    .ml-sm-93,
    .mx-sm-93 {
        margin-left: 93px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .mt-sm-100,
    .my-sm-100 {
        margin-top: 100px !important
    }

    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 100px !important
    }

    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 100px !important
    }

    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 100px !important
    }

    .m-sm-119 {
        margin: 119px !important
    }

    .mt-sm-119,
    .my-sm-119 {
        margin-top: 119px !important
    }

    .mr-sm-119,
    .mx-sm-119 {
        margin-right: 119px !important
    }

    .mb-sm-119,
    .my-sm-119 {
        margin-bottom: 119px !important
    }

    .ml-sm-119,
    .mx-sm-119 {
        margin-left: 119px !important
    }

    .m-sm-129 {
        margin: 129px !important
    }

    .mt-sm-129,
    .my-sm-129 {
        margin-top: 129px !important
    }

    .mr-sm-129,
    .mx-sm-129 {
        margin-right: 129px !important
    }

    .mb-sm-129,
    .my-sm-129 {
        margin-bottom: 129px !important
    }

    .ml-sm-129,
    .mx-sm-129 {
        margin-left: 129px !important
    }

    .m-sm-137 {
        margin: 137px !important
    }

    .mt-sm-137,
    .my-sm-137 {
        margin-top: 137px !important
    }

    .mr-sm-137,
    .mx-sm-137 {
        margin-right: 137px !important
    }

    .mb-sm-137,
    .my-sm-137 {
        margin-bottom: 137px !important
    }

    .ml-sm-137,
    .mx-sm-137 {
        margin-left: 137px !important
    }

    .m-sm-167 {
        margin: 167px !important
    }

    .mt-sm-167,
    .my-sm-167 {
        margin-top: 167px !important
    }

    .mr-sm-167,
    .mx-sm-167 {
        margin-right: 167px !important
    }

    .mb-sm-167,
    .my-sm-167 {
        margin-bottom: 167px !important
    }

    .ml-sm-167,
    .mx-sm-167 {
        margin-left: 167px !important
    }

    .m-sm-200 {
        margin: 200px !important
    }

    .mt-sm-200,
    .my-sm-200 {
        margin-top: 200px !important
    }

    .mr-sm-200,
    .mx-sm-200 {
        margin-right: 200px !important
    }

    .mb-sm-200,
    .my-sm-200 {
        margin-bottom: 200px !important
    }

    .ml-sm-200,
    .mx-sm-200 {
        margin-left: 200px !important
    }

    .m-sm-250 {
        margin: 250px !important
    }

    .mt-sm-250,
    .my-sm-250 {
        margin-top: 250px !important
    }

    .mr-sm-250,
    .mx-sm-250 {
        margin-right: 250px !important
    }

    .mb-sm-250,
    .my-sm-250 {
        margin-bottom: 250px !important
    }

    .ml-sm-250,
    .mx-sm-250 {
        margin-left: 250px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .p-sm-12 {
        padding: 12px !important
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 12px !important
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 12px !important
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 12px !important
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 12px !important
    }

    .p-sm-13 {
        padding: 13px !important
    }

    .pt-sm-13,
    .py-sm-13 {
        padding-top: 13px !important
    }

    .pr-sm-13,
    .px-sm-13 {
        padding-right: 13px !important
    }

    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 13px !important
    }

    .pl-sm-13,
    .px-sm-13 {
        padding-left: 13px !important
    }

    .p-sm-14 {
        padding: 14px !important
    }

    .pt-sm-14,
    .py-sm-14 {
        padding-top: 14px !important
    }

    .pr-sm-14,
    .px-sm-14 {
        padding-right: 14px !important
    }

    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 14px !important
    }

    .pl-sm-14,
    .px-sm-14 {
        padding-left: 14px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }

    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important
    }

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }

    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important
    }

    .p-sm-16 {
        padding: 16px !important
    }

    .pt-sm-16,
    .py-sm-16 {
        padding-top: 16px !important
    }

    .pr-sm-16,
    .px-sm-16 {
        padding-right: 16px !important
    }

    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 16px !important
    }

    .pl-sm-16,
    .px-sm-16 {
        padding-left: 16px !important
    }

    .p-sm-18 {
        padding: 18px !important
    }

    .pt-sm-18,
    .py-sm-18 {
        padding-top: 18px !important
    }

    .pr-sm-18,
    .px-sm-18 {
        padding-right: 18px !important
    }

    .pb-sm-18,
    .py-sm-18 {
        padding-bottom: 18px !important
    }

    .pl-sm-18,
    .px-sm-18 {
        padding-left: 18px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important
    }

    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px !important
    }

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important
    }

    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px !important
    }

    .p-sm-25 {
        padding: 25px !important
    }

    .pt-sm-25,
    .py-sm-25 {
        padding-top: 25px !important
    }

    .pr-sm-25,
    .px-sm-25 {
        padding-right: 25px !important
    }

    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 25px !important
    }

    .pl-sm-25,
    .px-sm-25 {
        padding-left: 25px !important
    }

    .p-sm-36 {
        padding: 36px !important
    }

    .pt-sm-36,
    .py-sm-36 {
        padding-top: 36px !important
    }

    .pr-sm-36,
    .px-sm-36 {
        padding-right: 36px !important
    }

    .pb-sm-36,
    .py-sm-36 {
        padding-bottom: 36px !important
    }

    .pl-sm-36,
    .px-sm-36 {
        padding-left: 36px !important
    }

    .p-sm-40 {
        padding: 40px !important
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 40px !important
    }

    .pr-sm-40,
    .px-sm-40 {
        padding-right: 40px !important
    }

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 40px !important
    }

    .pl-sm-40,
    .px-sm-40 {
        padding-left: 40px !important
    }

    .p-sm-47 {
        padding: 47px !important
    }

    .pt-sm-47,
    .py-sm-47 {
        padding-top: 47px !important
    }

    .pr-sm-47,
    .px-sm-47 {
        padding-right: 47px !important
    }

    .pb-sm-47,
    .py-sm-47 {
        padding-bottom: 47px !important
    }

    .pl-sm-47,
    .px-sm-47 {
        padding-left: 47px !important
    }

    .p-sm-50 {
        padding: 50px !important
    }

    .pt-sm-50,
    .py-sm-50 {
        padding-top: 50px !important
    }

    .pr-sm-50,
    .px-sm-50 {
        padding-right: 50px !important
    }

    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 50px !important
    }

    .pl-sm-50,
    .px-sm-50 {
        padding-left: 50px !important
    }

    .p-sm-56 {
        padding: 56px !important
    }

    .pt-sm-56,
    .py-sm-56 {
        padding-top: 56px !important
    }

    .pr-sm-56,
    .px-sm-56 {
        padding-right: 56px !important
    }

    .pb-sm-56,
    .py-sm-56 {
        padding-bottom: 56px !important
    }

    .pl-sm-56,
    .px-sm-56 {
        padding-left: 56px !important
    }

    .p-sm-64 {
        padding: 64px !important
    }

    .pt-sm-64,
    .py-sm-64 {
        padding-top: 64px !important
    }

    .pr-sm-64,
    .px-sm-64 {
        padding-right: 64px !important
    }

    .pb-sm-64,
    .py-sm-64 {
        padding-bottom: 64px !important
    }

    .pl-sm-64,
    .px-sm-64 {
        padding-left: 64px !important
    }

    .p-sm-73 {
        padding: 73px !important
    }

    .pt-sm-73,
    .py-sm-73 {
        padding-top: 73px !important
    }

    .pr-sm-73,
    .px-sm-73 {
        padding-right: 73px !important
    }

    .pb-sm-73,
    .py-sm-73 {
        padding-bottom: 73px !important
    }

    .pl-sm-73,
    .px-sm-73 {
        padding-left: 73px !important
    }

    .p-sm-86 {
        padding: 86px !important
    }

    .pt-sm-86,
    .py-sm-86 {
        padding-top: 86px !important
    }

    .pr-sm-86,
    .px-sm-86 {
        padding-right: 86px !important
    }

    .pb-sm-86,
    .py-sm-86 {
        padding-bottom: 86px !important
    }

    .pl-sm-86,
    .px-sm-86 {
        padding-left: 86px !important
    }

    .p-sm-93 {
        padding: 93px !important
    }

    .pt-sm-93,
    .py-sm-93 {
        padding-top: 93px !important
    }

    .pr-sm-93,
    .px-sm-93 {
        padding-right: 93px !important
    }

    .pb-sm-93,
    .py-sm-93 {
        padding-bottom: 93px !important
    }

    .pl-sm-93,
    .px-sm-93 {
        padding-left: 93px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .pt-sm-100,
    .py-sm-100 {
        padding-top: 100px !important
    }

    .pr-sm-100,
    .px-sm-100 {
        padding-right: 100px !important
    }

    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 100px !important
    }

    .pl-sm-100,
    .px-sm-100 {
        padding-left: 100px !important
    }

    .p-sm-119 {
        padding: 119px !important
    }

    .pt-sm-119,
    .py-sm-119 {
        padding-top: 119px !important
    }

    .pr-sm-119,
    .px-sm-119 {
        padding-right: 119px !important
    }

    .pb-sm-119,
    .py-sm-119 {
        padding-bottom: 119px !important
    }

    .pl-sm-119,
    .px-sm-119 {
        padding-left: 119px !important
    }

    .p-sm-129 {
        padding: 129px !important
    }

    .pt-sm-129,
    .py-sm-129 {
        padding-top: 129px !important
    }

    .pr-sm-129,
    .px-sm-129 {
        padding-right: 129px !important
    }

    .pb-sm-129,
    .py-sm-129 {
        padding-bottom: 129px !important
    }

    .pl-sm-129,
    .px-sm-129 {
        padding-left: 129px !important
    }

    .p-sm-137 {
        padding: 137px !important
    }

    .pt-sm-137,
    .py-sm-137 {
        padding-top: 137px !important
    }

    .pr-sm-137,
    .px-sm-137 {
        padding-right: 137px !important
    }

    .pb-sm-137,
    .py-sm-137 {
        padding-bottom: 137px !important
    }

    .pl-sm-137,
    .px-sm-137 {
        padding-left: 137px !important
    }

    .p-sm-167 {
        padding: 167px !important
    }

    .pt-sm-167,
    .py-sm-167 {
        padding-top: 167px !important
    }

    .pr-sm-167,
    .px-sm-167 {
        padding-right: 167px !important
    }

    .pb-sm-167,
    .py-sm-167 {
        padding-bottom: 167px !important
    }

    .pl-sm-167,
    .px-sm-167 {
        padding-left: 167px !important
    }

    .p-sm-200 {
        padding: 200px !important
    }

    .pt-sm-200,
    .py-sm-200 {
        padding-top: 200px !important
    }

    .pr-sm-200,
    .px-sm-200 {
        padding-right: 200px !important
    }

    .pb-sm-200,
    .py-sm-200 {
        padding-bottom: 200px !important
    }

    .pl-sm-200,
    .px-sm-200 {
        padding-left: 200px !important
    }

    .p-sm-250 {
        padding: 250px !important
    }

    .pt-sm-250,
    .py-sm-250 {
        padding-top: 250px !important
    }

    .pr-sm-250,
    .px-sm-250 {
        padding-right: 250px !important
    }

    .pb-sm-250,
    .py-sm-250 {
        padding-bottom: 250px !important
    }

    .pl-sm-250,
    .px-sm-250 {
        padding-left: 250px !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-n12 {
        margin: -12px !important
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -12px !important
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -12px !important
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -12px !important
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -12px !important
    }

    .m-sm-n13 {
        margin: -13px !important
    }

    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -13px !important
    }

    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -13px !important
    }

    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -13px !important
    }

    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -13px !important
    }

    .m-sm-n14 {
        margin: -14px !important
    }

    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -14px !important
    }

    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -14px !important
    }

    .mb-sm-n14,
    .my-sm-n14 {
        margin-bottom: -14px !important
    }

    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -14px !important
    }

    .m-sm-n15 {
        margin: -15px !important
    }

    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -15px !important
    }

    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -15px !important
    }

    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -15px !important
    }

    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -15px !important
    }

    .m-sm-n16 {
        margin: -16px !important
    }

    .mt-sm-n16,
    .my-sm-n16 {
        margin-top: -16px !important
    }

    .mr-sm-n16,
    .mx-sm-n16 {
        margin-right: -16px !important
    }

    .mb-sm-n16,
    .my-sm-n16 {
        margin-bottom: -16px !important
    }

    .ml-sm-n16,
    .mx-sm-n16 {
        margin-left: -16px !important
    }

    .m-sm-n18 {
        margin: -18px !important
    }

    .mt-sm-n18,
    .my-sm-n18 {
        margin-top: -18px !important
    }

    .mr-sm-n18,
    .mx-sm-n18 {
        margin-right: -18px !important
    }

    .mb-sm-n18,
    .my-sm-n18 {
        margin-bottom: -18px !important
    }

    .ml-sm-n18,
    .mx-sm-n18 {
        margin-left: -18px !important
    }

    .m-sm-n20 {
        margin: -20px !important
    }

    .mt-sm-n20,
    .my-sm-n20 {
        margin-top: -20px !important
    }

    .mr-sm-n20,
    .mx-sm-n20 {
        margin-right: -20px !important
    }

    .mb-sm-n20,
    .my-sm-n20 {
        margin-bottom: -20px !important
    }

    .ml-sm-n20,
    .mx-sm-n20 {
        margin-left: -20px !important
    }

    .m-sm-n25 {
        margin: -25px !important
    }

    .mt-sm-n25,
    .my-sm-n25 {
        margin-top: -25px !important
    }

    .mr-sm-n25,
    .mx-sm-n25 {
        margin-right: -25px !important
    }

    .mb-sm-n25,
    .my-sm-n25 {
        margin-bottom: -25px !important
    }

    .ml-sm-n25,
    .mx-sm-n25 {
        margin-left: -25px !important
    }

    .m-sm-n36 {
        margin: -36px !important
    }

    .mt-sm-n36,
    .my-sm-n36 {
        margin-top: -36px !important
    }

    .mr-sm-n36,
    .mx-sm-n36 {
        margin-right: -36px !important
    }

    .mb-sm-n36,
    .my-sm-n36 {
        margin-bottom: -36px !important
    }

    .ml-sm-n36,
    .mx-sm-n36 {
        margin-left: -36px !important
    }

    .m-sm-n40 {
        margin: -40px !important
    }

    .mt-sm-n40,
    .my-sm-n40 {
        margin-top: -40px !important
    }

    .mr-sm-n40,
    .mx-sm-n40 {
        margin-right: -40px !important
    }

    .mb-sm-n40,
    .my-sm-n40 {
        margin-bottom: -40px !important
    }

    .ml-sm-n40,
    .mx-sm-n40 {
        margin-left: -40px !important
    }

    .m-sm-n47 {
        margin: -47px !important
    }

    .mt-sm-n47,
    .my-sm-n47 {
        margin-top: -47px !important
    }

    .mr-sm-n47,
    .mx-sm-n47 {
        margin-right: -47px !important
    }

    .mb-sm-n47,
    .my-sm-n47 {
        margin-bottom: -47px !important
    }

    .ml-sm-n47,
    .mx-sm-n47 {
        margin-left: -47px !important
    }

    .m-sm-n50 {
        margin: -50px !important
    }

    .mt-sm-n50,
    .my-sm-n50 {
        margin-top: -50px !important
    }

    .mr-sm-n50,
    .mx-sm-n50 {
        margin-right: -50px !important
    }

    .mb-sm-n50,
    .my-sm-n50 {
        margin-bottom: -50px !important
    }

    .ml-sm-n50,
    .mx-sm-n50 {
        margin-left: -50px !important
    }

    .m-sm-n56 {
        margin: -56px !important
    }

    .mt-sm-n56,
    .my-sm-n56 {
        margin-top: -56px !important
    }

    .mr-sm-n56,
    .mx-sm-n56 {
        margin-right: -56px !important
    }

    .mb-sm-n56,
    .my-sm-n56 {
        margin-bottom: -56px !important
    }

    .ml-sm-n56,
    .mx-sm-n56 {
        margin-left: -56px !important
    }

    .m-sm-n64 {
        margin: -64px !important
    }

    .mt-sm-n64,
    .my-sm-n64 {
        margin-top: -64px !important
    }

    .mr-sm-n64,
    .mx-sm-n64 {
        margin-right: -64px !important
    }

    .mb-sm-n64,
    .my-sm-n64 {
        margin-bottom: -64px !important
    }

    .ml-sm-n64,
    .mx-sm-n64 {
        margin-left: -64px !important
    }

    .m-sm-n73 {
        margin: -73px !important
    }

    .mt-sm-n73,
    .my-sm-n73 {
        margin-top: -73px !important
    }

    .mr-sm-n73,
    .mx-sm-n73 {
        margin-right: -73px !important
    }

    .mb-sm-n73,
    .my-sm-n73 {
        margin-bottom: -73px !important
    }

    .ml-sm-n73,
    .mx-sm-n73 {
        margin-left: -73px !important
    }

    .m-sm-n86 {
        margin: -86px !important
    }

    .mt-sm-n86,
    .my-sm-n86 {
        margin-top: -86px !important
    }

    .mr-sm-n86,
    .mx-sm-n86 {
        margin-right: -86px !important
    }

    .mb-sm-n86,
    .my-sm-n86 {
        margin-bottom: -86px !important
    }

    .ml-sm-n86,
    .mx-sm-n86 {
        margin-left: -86px !important
    }

    .m-sm-n93 {
        margin: -93px !important
    }

    .mt-sm-n93,
    .my-sm-n93 {
        margin-top: -93px !important
    }

    .mr-sm-n93,
    .mx-sm-n93 {
        margin-right: -93px !important
    }

    .mb-sm-n93,
    .my-sm-n93 {
        margin-bottom: -93px !important
    }

    .ml-sm-n93,
    .mx-sm-n93 {
        margin-left: -93px !important
    }

    .m-sm-n100 {
        margin: -100px !important
    }

    .mt-sm-n100,
    .my-sm-n100 {
        margin-top: -100px !important
    }

    .mr-sm-n100,
    .mx-sm-n100 {
        margin-right: -100px !important
    }

    .mb-sm-n100,
    .my-sm-n100 {
        margin-bottom: -100px !important
    }

    .ml-sm-n100,
    .mx-sm-n100 {
        margin-left: -100px !important
    }

    .m-sm-n119 {
        margin: -119px !important
    }

    .mt-sm-n119,
    .my-sm-n119 {
        margin-top: -119px !important
    }

    .mr-sm-n119,
    .mx-sm-n119 {
        margin-right: -119px !important
    }

    .mb-sm-n119,
    .my-sm-n119 {
        margin-bottom: -119px !important
    }

    .ml-sm-n119,
    .mx-sm-n119 {
        margin-left: -119px !important
    }

    .m-sm-n129 {
        margin: -129px !important
    }

    .mt-sm-n129,
    .my-sm-n129 {
        margin-top: -129px !important
    }

    .mr-sm-n129,
    .mx-sm-n129 {
        margin-right: -129px !important
    }

    .mb-sm-n129,
    .my-sm-n129 {
        margin-bottom: -129px !important
    }

    .ml-sm-n129,
    .mx-sm-n129 {
        margin-left: -129px !important
    }

    .m-sm-n137 {
        margin: -137px !important
    }

    .mt-sm-n137,
    .my-sm-n137 {
        margin-top: -137px !important
    }

    .mr-sm-n137,
    .mx-sm-n137 {
        margin-right: -137px !important
    }

    .mb-sm-n137,
    .my-sm-n137 {
        margin-bottom: -137px !important
    }

    .ml-sm-n137,
    .mx-sm-n137 {
        margin-left: -137px !important
    }

    .m-sm-n167 {
        margin: -167px !important
    }

    .mt-sm-n167,
    .my-sm-n167 {
        margin-top: -167px !important
    }

    .mr-sm-n167,
    .mx-sm-n167 {
        margin-right: -167px !important
    }

    .mb-sm-n167,
    .my-sm-n167 {
        margin-bottom: -167px !important
    }

    .ml-sm-n167,
    .mx-sm-n167 {
        margin-left: -167px !important
    }

    .m-sm-n200 {
        margin: -200px !important
    }

    .mt-sm-n200,
    .my-sm-n200 {
        margin-top: -200px !important
    }

    .mr-sm-n200,
    .mx-sm-n200 {
        margin-right: -200px !important
    }

    .mb-sm-n200,
    .my-sm-n200 {
        margin-bottom: -200px !important
    }

    .ml-sm-n200,
    .mx-sm-n200 {
        margin-left: -200px !important
    }

    .m-sm-n250 {
        margin: -250px !important
    }

    .mt-sm-n250,
    .my-sm-n250 {
        margin-top: -250px !important
    }

    .mr-sm-n250,
    .mx-sm-n250 {
        margin-right: -250px !important
    }

    .mb-sm-n250,
    .my-sm-n250 {
        margin-bottom: -250px !important
    }

    .ml-sm-n250,
    .mx-sm-n250 {
        margin-left: -250px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .m-md-12 {
        margin: 12px !important
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 12px !important
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 12px !important
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 12px !important
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 12px !important
    }

    .m-md-13 {
        margin: 13px !important
    }

    .mt-md-13,
    .my-md-13 {
        margin-top: 13px !important
    }

    .mr-md-13,
    .mx-md-13 {
        margin-right: 13px !important
    }

    .mb-md-13,
    .my-md-13 {
        margin-bottom: 13px !important
    }

    .ml-md-13,
    .mx-md-13 {
        margin-left: 13px !important
    }

    .m-md-14 {
        margin: 14px !important
    }

    .mt-md-14,
    .my-md-14 {
        margin-top: 14px !important
    }

    .mr-md-14,
    .mx-md-14 {
        margin-right: 14px !important
    }

    .mb-md-14,
    .my-md-14 {
        margin-bottom: 14px !important
    }

    .ml-md-14,
    .mx-md-14 {
        margin-left: 14px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }

    .m-md-16 {
        margin: 16px !important
    }

    .mt-md-16,
    .my-md-16 {
        margin-top: 16px !important
    }

    .mr-md-16,
    .mx-md-16 {
        margin-right: 16px !important
    }

    .mb-md-16,
    .my-md-16 {
        margin-bottom: 16px !important
    }

    .ml-md-16,
    .mx-md-16 {
        margin-left: 16px !important
    }

    .m-md-18 {
        margin: 18px !important
    }

    .mt-md-18,
    .my-md-18 {
        margin-top: 18px !important
    }

    .mr-md-18,
    .mx-md-18 {
        margin-right: 18px !important
    }

    .mb-md-18,
    .my-md-18 {
        margin-bottom: 18px !important
    }

    .ml-md-18,
    .mx-md-18 {
        margin-left: 18px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important
    }

    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important
    }

    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important
    }

    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .mt-md-25,
    .my-md-25 {
        margin-top: 25px !important
    }

    .mr-md-25,
    .mx-md-25 {
        margin-right: 25px !important
    }

    .mb-md-25,
    .my-md-25 {
        margin-bottom: 25px !important
    }

    .ml-md-25,
    .mx-md-25 {
        margin-left: 25px !important
    }

    .m-md-36 {
        margin: 36px !important
    }

    .mt-md-36,
    .my-md-36 {
        margin-top: 36px !important
    }

    .mr-md-36,
    .mx-md-36 {
        margin-right: 36px !important
    }

    .mb-md-36,
    .my-md-36 {
        margin-bottom: 36px !important
    }

    .ml-md-36,
    .mx-md-36 {
        margin-left: 36px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 40px !important
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 40px !important
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 40px !important
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 40px !important
    }

    .m-md-47 {
        margin: 47px !important
    }

    .mt-md-47,
    .my-md-47 {
        margin-top: 47px !important
    }

    .mr-md-47,
    .mx-md-47 {
        margin-right: 47px !important
    }

    .mb-md-47,
    .my-md-47 {
        margin-bottom: 47px !important
    }

    .ml-md-47,
    .mx-md-47 {
        margin-left: 47px !important
    }

    .m-md-50 {
        margin: 50px !important
    }

    .mt-md-50,
    .my-md-50 {
        margin-top: 50px !important
    }

    .mr-md-50,
    .mx-md-50 {
        margin-right: 50px !important
    }

    .mb-md-50,
    .my-md-50 {
        margin-bottom: 50px !important
    }

    .ml-md-50,
    .mx-md-50 {
        margin-left: 50px !important
    }

    .m-md-56 {
        margin: 56px !important
    }

    .mt-md-56,
    .my-md-56 {
        margin-top: 56px !important
    }

    .mr-md-56,
    .mx-md-56 {
        margin-right: 56px !important
    }

    .mb-md-56,
    .my-md-56 {
        margin-bottom: 56px !important
    }

    .ml-md-56,
    .mx-md-56 {
        margin-left: 56px !important
    }

    .m-md-64 {
        margin: 64px !important
    }

    .mt-md-64,
    .my-md-64 {
        margin-top: 64px !important
    }

    .mr-md-64,
    .mx-md-64 {
        margin-right: 64px !important
    }

    .mb-md-64,
    .my-md-64 {
        margin-bottom: 64px !important
    }

    .ml-md-64,
    .mx-md-64 {
        margin-left: 64px !important
    }

    .m-md-73 {
        margin: 73px !important
    }

    .mt-md-73,
    .my-md-73 {
        margin-top: 73px !important
    }

    .mr-md-73,
    .mx-md-73 {
        margin-right: 73px !important
    }

    .mb-md-73,
    .my-md-73 {
        margin-bottom: 73px !important
    }

    .ml-md-73,
    .mx-md-73 {
        margin-left: 73px !important
    }

    .m-md-86 {
        margin: 86px !important
    }

    .mt-md-86,
    .my-md-86 {
        margin-top: 86px !important
    }

    .mr-md-86,
    .mx-md-86 {
        margin-right: 86px !important
    }

    .mb-md-86,
    .my-md-86 {
        margin-bottom: 86px !important
    }

    .ml-md-86,
    .mx-md-86 {
        margin-left: 86px !important
    }

    .m-md-93 {
        margin: 93px !important
    }

    .mt-md-93,
    .my-md-93 {
        margin-top: 93px !important
    }

    .mr-md-93,
    .mx-md-93 {
        margin-right: 93px !important
    }

    .mb-md-93,
    .my-md-93 {
        margin-bottom: 93px !important
    }

    .ml-md-93,
    .mx-md-93 {
        margin-left: 93px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .mt-md-100,
    .my-md-100 {
        margin-top: 100px !important
    }

    .mr-md-100,
    .mx-md-100 {
        margin-right: 100px !important
    }

    .mb-md-100,
    .my-md-100 {
        margin-bottom: 100px !important
    }

    .ml-md-100,
    .mx-md-100 {
        margin-left: 100px !important
    }

    .m-md-119 {
        margin: 119px !important
    }

    .mt-md-119,
    .my-md-119 {
        margin-top: 119px !important
    }

    .mr-md-119,
    .mx-md-119 {
        margin-right: 119px !important
    }

    .mb-md-119,
    .my-md-119 {
        margin-bottom: 119px !important
    }

    .ml-md-119,
    .mx-md-119 {
        margin-left: 119px !important
    }

    .m-md-129 {
        margin: 129px !important
    }

    .mt-md-129,
    .my-md-129 {
        margin-top: 129px !important
    }

    .mr-md-129,
    .mx-md-129 {
        margin-right: 129px !important
    }

    .mb-md-129,
    .my-md-129 {
        margin-bottom: 129px !important
    }

    .ml-md-129,
    .mx-md-129 {
        margin-left: 129px !important
    }

    .m-md-137 {
        margin: 137px !important
    }

    .mt-md-137,
    .my-md-137 {
        margin-top: 137px !important
    }

    .mr-md-137,
    .mx-md-137 {
        margin-right: 137px !important
    }

    .mb-md-137,
    .my-md-137 {
        margin-bottom: 137px !important
    }

    .ml-md-137,
    .mx-md-137 {
        margin-left: 137px !important
    }

    .m-md-167 {
        margin: 167px !important
    }

    .mt-md-167,
    .my-md-167 {
        margin-top: 167px !important
    }

    .mr-md-167,
    .mx-md-167 {
        margin-right: 167px !important
    }

    .mb-md-167,
    .my-md-167 {
        margin-bottom: 167px !important
    }

    .ml-md-167,
    .mx-md-167 {
        margin-left: 167px !important
    }

    .m-md-200 {
        margin: 200px !important
    }

    .mt-md-200,
    .my-md-200 {
        margin-top: 200px !important
    }

    .mr-md-200,
    .mx-md-200 {
        margin-right: 200px !important
    }

    .mb-md-200,
    .my-md-200 {
        margin-bottom: 200px !important
    }

    .ml-md-200,
    .mx-md-200 {
        margin-left: 200px !important
    }

    .m-md-250 {
        margin: 250px !important
    }

    .mt-md-250,
    .my-md-250 {
        margin-top: 250px !important
    }

    .mr-md-250,
    .mx-md-250 {
        margin-right: 250px !important
    }

    .mb-md-250,
    .my-md-250 {
        margin-bottom: 250px !important
    }

    .ml-md-250,
    .mx-md-250 {
        margin-left: 250px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-12 {
        padding: 12px !important
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 12px !important
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 12px !important
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 12px !important
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 12px !important
    }

    .p-md-13 {
        padding: 13px !important
    }

    .pt-md-13,
    .py-md-13 {
        padding-top: 13px !important
    }

    .pr-md-13,
    .px-md-13 {
        padding-right: 13px !important
    }

    .pb-md-13,
    .py-md-13 {
        padding-bottom: 13px !important
    }

    .pl-md-13,
    .px-md-13 {
        padding-left: 13px !important
    }

    .p-md-14 {
        padding: 14px !important
    }

    .pt-md-14,
    .py-md-14 {
        padding-top: 14px !important
    }

    .pr-md-14,
    .px-md-14 {
        padding-right: 14px !important
    }

    .pb-md-14,
    .py-md-14 {
        padding-bottom: 14px !important
    }

    .pl-md-14,
    .px-md-14 {
        padding-left: 14px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important
    }

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important
    }

    .p-md-16 {
        padding: 16px !important
    }

    .pt-md-16,
    .py-md-16 {
        padding-top: 16px !important
    }

    .pr-md-16,
    .px-md-16 {
        padding-right: 16px !important
    }

    .pb-md-16,
    .py-md-16 {
        padding-bottom: 16px !important
    }

    .pl-md-16,
    .px-md-16 {
        padding-left: 16px !important
    }

    .p-md-18 {
        padding: 18px !important
    }

    .pt-md-18,
    .py-md-18 {
        padding-top: 18px !important
    }

    .pr-md-18,
    .px-md-18 {
        padding-right: 18px !important
    }

    .pb-md-18,
    .py-md-18 {
        padding-bottom: 18px !important
    }

    .pl-md-18,
    .px-md-18 {
        padding-left: 18px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important
    }

    .pr-md-20,
    .px-md-20 {
        padding-right: 20px !important
    }

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important
    }

    .pl-md-20,
    .px-md-20 {
        padding-left: 20px !important
    }

    .p-md-25 {
        padding: 25px !important
    }

    .pt-md-25,
    .py-md-25 {
        padding-top: 25px !important
    }

    .pr-md-25,
    .px-md-25 {
        padding-right: 25px !important
    }

    .pb-md-25,
    .py-md-25 {
        padding-bottom: 25px !important
    }

    .pl-md-25,
    .px-md-25 {
        padding-left: 25px !important
    }

    .p-md-36 {
        padding: 36px !important
    }

    .pt-md-36,
    .py-md-36 {
        padding-top: 36px !important
    }

    .pr-md-36,
    .px-md-36 {
        padding-right: 36px !important
    }

    .pb-md-36,
    .py-md-36 {
        padding-bottom: 36px !important
    }

    .pl-md-36,
    .px-md-36 {
        padding-left: 36px !important
    }

    .p-md-40 {
        padding: 40px !important
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 40px !important
    }

    .pr-md-40,
    .px-md-40 {
        padding-right: 40px !important
    }

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 40px !important
    }

    .pl-md-40,
    .px-md-40 {
        padding-left: 40px !important
    }

    .p-md-47 {
        padding: 47px !important
    }

    .pt-md-47,
    .py-md-47 {
        padding-top: 47px !important
    }

    .pr-md-47,
    .px-md-47 {
        padding-right: 47px !important
    }

    .pb-md-47,
    .py-md-47 {
        padding-bottom: 47px !important
    }

    .pl-md-47,
    .px-md-47 {
        padding-left: 47px !important
    }

    .p-md-50 {
        padding: 50px !important
    }

    .pt-md-50,
    .py-md-50 {
        padding-top: 50px !important
    }

    .pr-md-50,
    .px-md-50 {
        padding-right: 50px !important
    }

    .pb-md-50,
    .py-md-50 {
        padding-bottom: 50px !important
    }

    .pl-md-50,
    .px-md-50 {
        padding-left: 50px !important
    }

    .p-md-56 {
        padding: 56px !important
    }

    .pt-md-56,
    .py-md-56 {
        padding-top: 56px !important
    }

    .pr-md-56,
    .px-md-56 {
        padding-right: 56px !important
    }

    .pb-md-56,
    .py-md-56 {
        padding-bottom: 56px !important
    }

    .pl-md-56,
    .px-md-56 {
        padding-left: 56px !important
    }

    .p-md-64 {
        padding: 64px !important
    }

    .pt-md-64,
    .py-md-64 {
        padding-top: 64px !important
    }

    .pr-md-64,
    .px-md-64 {
        padding-right: 64px !important
    }

    .pb-md-64,
    .py-md-64 {
        padding-bottom: 64px !important
    }

    .pl-md-64,
    .px-md-64 {
        padding-left: 64px !important
    }

    .p-md-73 {
        padding: 73px !important
    }

    .pt-md-73,
    .py-md-73 {
        padding-top: 73px !important
    }

    .pr-md-73,
    .px-md-73 {
        padding-right: 73px !important
    }

    .pb-md-73,
    .py-md-73 {
        padding-bottom: 73px !important
    }

    .pl-md-73,
    .px-md-73 {
        padding-left: 73px !important
    }

    .p-md-86 {
        padding: 86px !important
    }

    .pt-md-86,
    .py-md-86 {
        padding-top: 86px !important
    }

    .pr-md-86,
    .px-md-86 {
        padding-right: 86px !important
    }

    .pb-md-86,
    .py-md-86 {
        padding-bottom: 86px !important
    }

    .pl-md-86,
    .px-md-86 {
        padding-left: 86px !important
    }

    .p-md-93 {
        padding: 93px !important
    }

    .pt-md-93,
    .py-md-93 {
        padding-top: 93px !important
    }

    .pr-md-93,
    .px-md-93 {
        padding-right: 93px !important
    }

    .pb-md-93,
    .py-md-93 {
        padding-bottom: 93px !important
    }

    .pl-md-93,
    .px-md-93 {
        padding-left: 93px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .pt-md-100,
    .py-md-100 {
        padding-top: 100px !important
    }

    .pr-md-100,
    .px-md-100 {
        padding-right: 100px !important
    }

    .pb-md-100,
    .py-md-100 {
        padding-bottom: 100px !important
    }

    .pl-md-100,
    .px-md-100 {
        padding-left: 100px !important
    }

    .p-md-119 {
        padding: 119px !important
    }

    .pt-md-119,
    .py-md-119 {
        padding-top: 119px !important
    }

    .pr-md-119,
    .px-md-119 {
        padding-right: 119px !important
    }

    .pb-md-119,
    .py-md-119 {
        padding-bottom: 119px !important
    }

    .pl-md-119,
    .px-md-119 {
        padding-left: 119px !important
    }

    .p-md-129 {
        padding: 129px !important
    }

    .pt-md-129,
    .py-md-129 {
        padding-top: 129px !important
    }

    .pr-md-129,
    .px-md-129 {
        padding-right: 129px !important
    }

    .pb-md-129,
    .py-md-129 {
        padding-bottom: 129px !important
    }

    .pl-md-129,
    .px-md-129 {
        padding-left: 129px !important
    }

    .p-md-137 {
        padding: 137px !important
    }

    .pt-md-137,
    .py-md-137 {
        padding-top: 137px !important
    }

    .pr-md-137,
    .px-md-137 {
        padding-right: 137px !important
    }

    .pb-md-137,
    .py-md-137 {
        padding-bottom: 137px !important
    }

    .pl-md-137,
    .px-md-137 {
        padding-left: 137px !important
    }

    .p-md-167 {
        padding: 167px !important
    }

    .pt-md-167,
    .py-md-167 {
        padding-top: 167px !important
    }

    .pr-md-167,
    .px-md-167 {
        padding-right: 167px !important
    }

    .pb-md-167,
    .py-md-167 {
        padding-bottom: 167px !important
    }

    .pl-md-167,
    .px-md-167 {
        padding-left: 167px !important
    }

    .p-md-200 {
        padding: 200px !important
    }

    .pt-md-200,
    .py-md-200 {
        padding-top: 200px !important
    }

    .pr-md-200,
    .px-md-200 {
        padding-right: 200px !important
    }

    .pb-md-200,
    .py-md-200 {
        padding-bottom: 200px !important
    }

    .pl-md-200,
    .px-md-200 {
        padding-left: 200px !important
    }

    .p-md-250 {
        padding: 250px !important
    }

    .pt-md-250,
    .py-md-250 {
        padding-top: 250px !important
    }

    .pr-md-250,
    .px-md-250 {
        padding-right: 250px !important
    }

    .pb-md-250,
    .py-md-250 {
        padding-bottom: 250px !important
    }

    .pl-md-250,
    .px-md-250 {
        padding-left: 250px !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-n12 {
        margin: -12px !important
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -12px !important
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -12px !important
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -12px !important
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -12px !important
    }

    .m-md-n13 {
        margin: -13px !important
    }

    .mt-md-n13,
    .my-md-n13 {
        margin-top: -13px !important
    }

    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -13px !important
    }

    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -13px !important
    }

    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -13px !important
    }

    .m-md-n14 {
        margin: -14px !important
    }

    .mt-md-n14,
    .my-md-n14 {
        margin-top: -14px !important
    }

    .mr-md-n14,
    .mx-md-n14 {
        margin-right: -14px !important
    }

    .mb-md-n14,
    .my-md-n14 {
        margin-bottom: -14px !important
    }

    .ml-md-n14,
    .mx-md-n14 {
        margin-left: -14px !important
    }

    .m-md-n15 {
        margin: -15px !important
    }

    .mt-md-n15,
    .my-md-n15 {
        margin-top: -15px !important
    }

    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -15px !important
    }

    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -15px !important
    }

    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -15px !important
    }

    .m-md-n16 {
        margin: -16px !important
    }

    .mt-md-n16,
    .my-md-n16 {
        margin-top: -16px !important
    }

    .mr-md-n16,
    .mx-md-n16 {
        margin-right: -16px !important
    }

    .mb-md-n16,
    .my-md-n16 {
        margin-bottom: -16px !important
    }

    .ml-md-n16,
    .mx-md-n16 {
        margin-left: -16px !important
    }

    .m-md-n18 {
        margin: -18px !important
    }

    .mt-md-n18,
    .my-md-n18 {
        margin-top: -18px !important
    }

    .mr-md-n18,
    .mx-md-n18 {
        margin-right: -18px !important
    }

    .mb-md-n18,
    .my-md-n18 {
        margin-bottom: -18px !important
    }

    .ml-md-n18,
    .mx-md-n18 {
        margin-left: -18px !important
    }

    .m-md-n20 {
        margin: -20px !important
    }

    .mt-md-n20,
    .my-md-n20 {
        margin-top: -20px !important
    }

    .mr-md-n20,
    .mx-md-n20 {
        margin-right: -20px !important
    }

    .mb-md-n20,
    .my-md-n20 {
        margin-bottom: -20px !important
    }

    .ml-md-n20,
    .mx-md-n20 {
        margin-left: -20px !important
    }

    .m-md-n25 {
        margin: -25px !important
    }

    .mt-md-n25,
    .my-md-n25 {
        margin-top: -25px !important
    }

    .mr-md-n25,
    .mx-md-n25 {
        margin-right: -25px !important
    }

    .mb-md-n25,
    .my-md-n25 {
        margin-bottom: -25px !important
    }

    .ml-md-n25,
    .mx-md-n25 {
        margin-left: -25px !important
    }

    .m-md-n36 {
        margin: -36px !important
    }

    .mt-md-n36,
    .my-md-n36 {
        margin-top: -36px !important
    }

    .mr-md-n36,
    .mx-md-n36 {
        margin-right: -36px !important
    }

    .mb-md-n36,
    .my-md-n36 {
        margin-bottom: -36px !important
    }

    .ml-md-n36,
    .mx-md-n36 {
        margin-left: -36px !important
    }

    .m-md-n40 {
        margin: -40px !important
    }

    .mt-md-n40,
    .my-md-n40 {
        margin-top: -40px !important
    }

    .mr-md-n40,
    .mx-md-n40 {
        margin-right: -40px !important
    }

    .mb-md-n40,
    .my-md-n40 {
        margin-bottom: -40px !important
    }

    .ml-md-n40,
    .mx-md-n40 {
        margin-left: -40px !important
    }

    .m-md-n47 {
        margin: -47px !important
    }

    .mt-md-n47,
    .my-md-n47 {
        margin-top: -47px !important
    }

    .mr-md-n47,
    .mx-md-n47 {
        margin-right: -47px !important
    }

    .mb-md-n47,
    .my-md-n47 {
        margin-bottom: -47px !important
    }

    .ml-md-n47,
    .mx-md-n47 {
        margin-left: -47px !important
    }

    .m-md-n50 {
        margin: -50px !important
    }

    .mt-md-n50,
    .my-md-n50 {
        margin-top: -50px !important
    }

    .mr-md-n50,
    .mx-md-n50 {
        margin-right: -50px !important
    }

    .mb-md-n50,
    .my-md-n50 {
        margin-bottom: -50px !important
    }

    .ml-md-n50,
    .mx-md-n50 {
        margin-left: -50px !important
    }

    .m-md-n56 {
        margin: -56px !important
    }

    .mt-md-n56,
    .my-md-n56 {
        margin-top: -56px !important
    }

    .mr-md-n56,
    .mx-md-n56 {
        margin-right: -56px !important
    }

    .mb-md-n56,
    .my-md-n56 {
        margin-bottom: -56px !important
    }

    .ml-md-n56,
    .mx-md-n56 {
        margin-left: -56px !important
    }

    .m-md-n64 {
        margin: -64px !important
    }

    .mt-md-n64,
    .my-md-n64 {
        margin-top: -64px !important
    }

    .mr-md-n64,
    .mx-md-n64 {
        margin-right: -64px !important
    }

    .mb-md-n64,
    .my-md-n64 {
        margin-bottom: -64px !important
    }

    .ml-md-n64,
    .mx-md-n64 {
        margin-left: -64px !important
    }

    .m-md-n73 {
        margin: -73px !important
    }

    .mt-md-n73,
    .my-md-n73 {
        margin-top: -73px !important
    }

    .mr-md-n73,
    .mx-md-n73 {
        margin-right: -73px !important
    }

    .mb-md-n73,
    .my-md-n73 {
        margin-bottom: -73px !important
    }

    .ml-md-n73,
    .mx-md-n73 {
        margin-left: -73px !important
    }

    .m-md-n86 {
        margin: -86px !important
    }

    .mt-md-n86,
    .my-md-n86 {
        margin-top: -86px !important
    }

    .mr-md-n86,
    .mx-md-n86 {
        margin-right: -86px !important
    }

    .mb-md-n86,
    .my-md-n86 {
        margin-bottom: -86px !important
    }

    .ml-md-n86,
    .mx-md-n86 {
        margin-left: -86px !important
    }

    .m-md-n93 {
        margin: -93px !important
    }

    .mt-md-n93,
    .my-md-n93 {
        margin-top: -93px !important
    }

    .mr-md-n93,
    .mx-md-n93 {
        margin-right: -93px !important
    }

    .mb-md-n93,
    .my-md-n93 {
        margin-bottom: -93px !important
    }

    .ml-md-n93,
    .mx-md-n93 {
        margin-left: -93px !important
    }

    .m-md-n100 {
        margin: -100px !important
    }

    .mt-md-n100,
    .my-md-n100 {
        margin-top: -100px !important
    }

    .mr-md-n100,
    .mx-md-n100 {
        margin-right: -100px !important
    }

    .mb-md-n100,
    .my-md-n100 {
        margin-bottom: -100px !important
    }

    .ml-md-n100,
    .mx-md-n100 {
        margin-left: -100px !important
    }

    .m-md-n119 {
        margin: -119px !important
    }

    .mt-md-n119,
    .my-md-n119 {
        margin-top: -119px !important
    }

    .mr-md-n119,
    .mx-md-n119 {
        margin-right: -119px !important
    }

    .mb-md-n119,
    .my-md-n119 {
        margin-bottom: -119px !important
    }

    .ml-md-n119,
    .mx-md-n119 {
        margin-left: -119px !important
    }

    .m-md-n129 {
        margin: -129px !important
    }

    .mt-md-n129,
    .my-md-n129 {
        margin-top: -129px !important
    }

    .mr-md-n129,
    .mx-md-n129 {
        margin-right: -129px !important
    }

    .mb-md-n129,
    .my-md-n129 {
        margin-bottom: -129px !important
    }

    .ml-md-n129,
    .mx-md-n129 {
        margin-left: -129px !important
    }

    .m-md-n137 {
        margin: -137px !important
    }

    .mt-md-n137,
    .my-md-n137 {
        margin-top: -137px !important
    }

    .mr-md-n137,
    .mx-md-n137 {
        margin-right: -137px !important
    }

    .mb-md-n137,
    .my-md-n137 {
        margin-bottom: -137px !important
    }

    .ml-md-n137,
    .mx-md-n137 {
        margin-left: -137px !important
    }

    .m-md-n167 {
        margin: -167px !important
    }

    .mt-md-n167,
    .my-md-n167 {
        margin-top: -167px !important
    }

    .mr-md-n167,
    .mx-md-n167 {
        margin-right: -167px !important
    }

    .mb-md-n167,
    .my-md-n167 {
        margin-bottom: -167px !important
    }

    .ml-md-n167,
    .mx-md-n167 {
        margin-left: -167px !important
    }

    .m-md-n200 {
        margin: -200px !important
    }

    .mt-md-n200,
    .my-md-n200 {
        margin-top: -200px !important
    }

    .mr-md-n200,
    .mx-md-n200 {
        margin-right: -200px !important
    }

    .mb-md-n200,
    .my-md-n200 {
        margin-bottom: -200px !important
    }

    .ml-md-n200,
    .mx-md-n200 {
        margin-left: -200px !important
    }

    .m-md-n250 {
        margin: -250px !important
    }

    .mt-md-n250,
    .my-md-n250 {
        margin-top: -250px !important
    }

    .mr-md-n250,
    .mx-md-n250 {
        margin-right: -250px !important
    }

    .mb-md-n250,
    .my-md-n250 {
        margin-bottom: -250px !important
    }

    .ml-md-n250,
    .mx-md-n250 {
        margin-left: -250px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .m-lg-12 {
        margin: 12px !important
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 12px !important
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 12px !important
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 12px !important
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 12px !important
    }

    .m-lg-13 {
        margin: 13px !important
    }

    .mt-lg-13,
    .my-lg-13 {
        margin-top: 13px !important
    }

    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 13px !important
    }

    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 13px !important
    }

    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 13px !important
    }

    .m-lg-14 {
        margin: 14px !important
    }

    .mt-lg-14,
    .my-lg-14 {
        margin-top: 14px !important
    }

    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 14px !important
    }

    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 14px !important
    }

    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 14px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }

    .m-lg-16 {
        margin: 16px !important
    }

    .mt-lg-16,
    .my-lg-16 {
        margin-top: 16px !important
    }

    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 16px !important
    }

    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 16px !important
    }

    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 16px !important
    }

    .m-lg-18 {
        margin: 18px !important
    }

    .mt-lg-18,
    .my-lg-18 {
        margin-top: 18px !important
    }

    .mr-lg-18,
    .mx-lg-18 {
        margin-right: 18px !important
    }

    .mb-lg-18,
    .my-lg-18 {
        margin-bottom: 18px !important
    }

    .ml-lg-18,
    .mx-lg-18 {
        margin-left: 18px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important
    }

    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .mt-lg-25,
    .my-lg-25 {
        margin-top: 25px !important
    }

    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 25px !important
    }

    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 25px !important
    }

    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 25px !important
    }

    .m-lg-36 {
        margin: 36px !important
    }

    .mt-lg-36,
    .my-lg-36 {
        margin-top: 36px !important
    }

    .mr-lg-36,
    .mx-lg-36 {
        margin-right: 36px !important
    }

    .mb-lg-36,
    .my-lg-36 {
        margin-bottom: 36px !important
    }

    .ml-lg-36,
    .mx-lg-36 {
        margin-left: 36px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 40px !important
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 40px !important
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 40px !important
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 40px !important
    }

    .m-lg-47 {
        margin: 47px !important
    }

    .mt-lg-47,
    .my-lg-47 {
        margin-top: 47px !important
    }

    .mr-lg-47,
    .mx-lg-47 {
        margin-right: 47px !important
    }

    .mb-lg-47,
    .my-lg-47 {
        margin-bottom: 47px !important
    }

    .ml-lg-47,
    .mx-lg-47 {
        margin-left: 47px !important
    }

    .m-lg-50 {
        margin: 50px !important
    }

    .mt-lg-50,
    .my-lg-50 {
        margin-top: 50px !important
    }

    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 50px !important
    }

    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 50px !important
    }

    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 50px !important
    }

    .m-lg-56 {
        margin: 56px !important
    }

    .mt-lg-56,
    .my-lg-56 {
        margin-top: 56px !important
    }

    .mr-lg-56,
    .mx-lg-56 {
        margin-right: 56px !important
    }

    .mb-lg-56,
    .my-lg-56 {
        margin-bottom: 56px !important
    }

    .ml-lg-56,
    .mx-lg-56 {
        margin-left: 56px !important
    }

    .m-lg-64 {
        margin: 64px !important
    }

    .mt-lg-64,
    .my-lg-64 {
        margin-top: 64px !important
    }

    .mr-lg-64,
    .mx-lg-64 {
        margin-right: 64px !important
    }

    .mb-lg-64,
    .my-lg-64 {
        margin-bottom: 64px !important
    }

    .ml-lg-64,
    .mx-lg-64 {
        margin-left: 64px !important
    }

    .m-lg-73 {
        margin: 73px !important
    }

    .mt-lg-73,
    .my-lg-73 {
        margin-top: 73px !important
    }

    .mr-lg-73,
    .mx-lg-73 {
        margin-right: 73px !important
    }

    .mb-lg-73,
    .my-lg-73 {
        margin-bottom: 73px !important
    }

    .ml-lg-73,
    .mx-lg-73 {
        margin-left: 73px !important
    }

    .m-lg-86 {
        margin: 86px !important
    }

    .mt-lg-86,
    .my-lg-86 {
        margin-top: 86px !important
    }

    .mr-lg-86,
    .mx-lg-86 {
        margin-right: 86px !important
    }

    .mb-lg-86,
    .my-lg-86 {
        margin-bottom: 86px !important
    }

    .ml-lg-86,
    .mx-lg-86 {
        margin-left: 86px !important
    }

    .m-lg-93 {
        margin: 93px !important
    }

    .mt-lg-93,
    .my-lg-93 {
        margin-top: 93px !important
    }

    .mr-lg-93,
    .mx-lg-93 {
        margin-right: 93px !important
    }

    .mb-lg-93,
    .my-lg-93 {
        margin-bottom: 93px !important
    }

    .ml-lg-93,
    .mx-lg-93 {
        margin-left: 93px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .mt-lg-100,
    .my-lg-100 {
        margin-top: 100px !important
    }

    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 100px !important
    }

    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 100px !important
    }

    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 100px !important
    }

    .m-lg-119 {
        margin: 119px !important
    }

    .mt-lg-119,
    .my-lg-119 {
        margin-top: 119px !important
    }

    .mr-lg-119,
    .mx-lg-119 {
        margin-right: 119px !important
    }

    .mb-lg-119,
    .my-lg-119 {
        margin-bottom: 119px !important
    }

    .ml-lg-119,
    .mx-lg-119 {
        margin-left: 119px !important
    }

    .m-lg-129 {
        margin: 129px !important
    }

    .mt-lg-129,
    .my-lg-129 {
        margin-top: 129px !important
    }

    .mr-lg-129,
    .mx-lg-129 {
        margin-right: 129px !important
    }

    .mb-lg-129,
    .my-lg-129 {
        margin-bottom: 129px !important
    }

    .ml-lg-129,
    .mx-lg-129 {
        margin-left: 129px !important
    }

    .m-lg-137 {
        margin: 137px !important
    }

    .mt-lg-137,
    .my-lg-137 {
        margin-top: 137px !important
    }

    .mr-lg-137,
    .mx-lg-137 {
        margin-right: 137px !important
    }

    .mb-lg-137,
    .my-lg-137 {
        margin-bottom: 137px !important
    }

    .ml-lg-137,
    .mx-lg-137 {
        margin-left: 137px !important
    }

    .m-lg-167 {
        margin: 167px !important
    }

    .mt-lg-167,
    .my-lg-167 {
        margin-top: 167px !important
    }

    .mr-lg-167,
    .mx-lg-167 {
        margin-right: 167px !important
    }

    .mb-lg-167,
    .my-lg-167 {
        margin-bottom: 167px !important
    }

    .ml-lg-167,
    .mx-lg-167 {
        margin-left: 167px !important
    }

    .m-lg-200 {
        margin: 200px !important
    }

    .mt-lg-200,
    .my-lg-200 {
        margin-top: 200px !important
    }

    .mr-lg-200,
    .mx-lg-200 {
        margin-right: 200px !important
    }

    .mb-lg-200,
    .my-lg-200 {
        margin-bottom: 200px !important
    }

    .ml-lg-200,
    .mx-lg-200 {
        margin-left: 200px !important
    }

    .m-lg-250 {
        margin: 250px !important
    }

    .mt-lg-250,
    .my-lg-250 {
        margin-top: 250px !important
    }

    .mr-lg-250,
    .mx-lg-250 {
        margin-right: 250px !important
    }

    .mb-lg-250,
    .my-lg-250 {
        margin-bottom: 250px !important
    }

    .ml-lg-250,
    .mx-lg-250 {
        margin-left: 250px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .p-lg-12 {
        padding: 12px !important
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 12px !important
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 12px !important
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 12px !important
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 12px !important
    }

    .p-lg-13 {
        padding: 13px !important
    }

    .pt-lg-13,
    .py-lg-13 {
        padding-top: 13px !important
    }

    .pr-lg-13,
    .px-lg-13 {
        padding-right: 13px !important
    }

    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 13px !important
    }

    .pl-lg-13,
    .px-lg-13 {
        padding-left: 13px !important
    }

    .p-lg-14 {
        padding: 14px !important
    }

    .pt-lg-14,
    .py-lg-14 {
        padding-top: 14px !important
    }

    .pr-lg-14,
    .px-lg-14 {
        padding-right: 14px !important
    }

    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 14px !important
    }

    .pl-lg-14,
    .px-lg-14 {
        padding-left: 14px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }

    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important
    }

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }

    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important
    }

    .p-lg-16 {
        padding: 16px !important
    }

    .pt-lg-16,
    .py-lg-16 {
        padding-top: 16px !important
    }

    .pr-lg-16,
    .px-lg-16 {
        padding-right: 16px !important
    }

    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 16px !important
    }

    .pl-lg-16,
    .px-lg-16 {
        padding-left: 16px !important
    }

    .p-lg-18 {
        padding: 18px !important
    }

    .pt-lg-18,
    .py-lg-18 {
        padding-top: 18px !important
    }

    .pr-lg-18,
    .px-lg-18 {
        padding-right: 18px !important
    }

    .pb-lg-18,
    .py-lg-18 {
        padding-bottom: 18px !important
    }

    .pl-lg-18,
    .px-lg-18 {
        padding-left: 18px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important
    }

    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important
    }

    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important
    }

    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important
    }

    .p-lg-25 {
        padding: 25px !important
    }

    .pt-lg-25,
    .py-lg-25 {
        padding-top: 25px !important
    }

    .pr-lg-25,
    .px-lg-25 {
        padding-right: 25px !important
    }

    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 25px !important
    }

    .pl-lg-25,
    .px-lg-25 {
        padding-left: 25px !important
    }

    .p-lg-36 {
        padding: 36px !important
    }

    .pt-lg-36,
    .py-lg-36 {
        padding-top: 36px !important
    }

    .pr-lg-36,
    .px-lg-36 {
        padding-right: 36px !important
    }

    .pb-lg-36,
    .py-lg-36 {
        padding-bottom: 36px !important
    }

    .pl-lg-36,
    .px-lg-36 {
        padding-left: 36px !important
    }

    .p-lg-40 {
        padding: 40px !important
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 40px !important
    }

    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px !important
    }

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 40px !important
    }

    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px !important
    }

    .p-lg-47 {
        padding: 47px !important
    }

    .pt-lg-47,
    .py-lg-47 {
        padding-top: 47px !important
    }

    .pr-lg-47,
    .px-lg-47 {
        padding-right: 47px !important
    }

    .pb-lg-47,
    .py-lg-47 {
        padding-bottom: 47px !important
    }

    .pl-lg-47,
    .px-lg-47 {
        padding-left: 47px !important
    }

    .p-lg-50 {
        padding: 50px !important
    }

    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important
    }

    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important
    }

    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important
    }

    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important
    }

    .p-lg-56 {
        padding: 56px !important
    }

    .pt-lg-56,
    .py-lg-56 {
        padding-top: 56px !important
    }

    .pr-lg-56,
    .px-lg-56 {
        padding-right: 56px !important
    }

    .pb-lg-56,
    .py-lg-56 {
        padding-bottom: 56px !important
    }

    .pl-lg-56,
    .px-lg-56 {
        padding-left: 56px !important
    }

    .p-lg-64 {
        padding: 64px !important
    }

    .pt-lg-64,
    .py-lg-64 {
        padding-top: 64px !important
    }

    .pr-lg-64,
    .px-lg-64 {
        padding-right: 64px !important
    }

    .pb-lg-64,
    .py-lg-64 {
        padding-bottom: 64px !important
    }

    .pl-lg-64,
    .px-lg-64 {
        padding-left: 64px !important
    }

    .p-lg-73 {
        padding: 73px !important
    }

    .pt-lg-73,
    .py-lg-73 {
        padding-top: 73px !important
    }

    .pr-lg-73,
    .px-lg-73 {
        padding-right: 73px !important
    }

    .pb-lg-73,
    .py-lg-73 {
        padding-bottom: 73px !important
    }

    .pl-lg-73,
    .px-lg-73 {
        padding-left: 73px !important
    }

    .p-lg-86 {
        padding: 86px !important
    }

    .pt-lg-86,
    .py-lg-86 {
        padding-top: 86px !important
    }

    .pr-lg-86,
    .px-lg-86 {
        padding-right: 86px !important
    }

    .pb-lg-86,
    .py-lg-86 {
        padding-bottom: 86px !important
    }

    .pl-lg-86,
    .px-lg-86 {
        padding-left: 86px !important
    }

    .p-lg-93 {
        padding: 93px !important
    }

    .pt-lg-93,
    .py-lg-93 {
        padding-top: 93px !important
    }

    .pr-lg-93,
    .px-lg-93 {
        padding-right: 93px !important
    }

    .pb-lg-93,
    .py-lg-93 {
        padding-bottom: 93px !important
    }

    .pl-lg-93,
    .px-lg-93 {
        padding-left: 93px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px !important
    }

    .pr-lg-100,
    .px-lg-100 {
        padding-right: 100px !important
    }

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px !important
    }

    .pl-lg-100,
    .px-lg-100 {
        padding-left: 100px !important
    }

    .p-lg-119 {
        padding: 119px !important
    }

    .pt-lg-119,
    .py-lg-119 {
        padding-top: 119px !important
    }

    .pr-lg-119,
    .px-lg-119 {
        padding-right: 119px !important
    }

    .pb-lg-119,
    .py-lg-119 {
        padding-bottom: 119px !important
    }

    .pl-lg-119,
    .px-lg-119 {
        padding-left: 119px !important
    }

    .p-lg-129 {
        padding: 129px !important
    }

    .pt-lg-129,
    .py-lg-129 {
        padding-top: 129px !important
    }

    .pr-lg-129,
    .px-lg-129 {
        padding-right: 129px !important
    }

    .pb-lg-129,
    .py-lg-129 {
        padding-bottom: 129px !important
    }

    .pl-lg-129,
    .px-lg-129 {
        padding-left: 129px !important
    }

    .p-lg-137 {
        padding: 137px !important
    }

    .pt-lg-137,
    .py-lg-137 {
        padding-top: 137px !important
    }

    .pr-lg-137,
    .px-lg-137 {
        padding-right: 137px !important
    }

    .pb-lg-137,
    .py-lg-137 {
        padding-bottom: 137px !important
    }

    .pl-lg-137,
    .px-lg-137 {
        padding-left: 137px !important
    }

    .p-lg-167 {
        padding: 167px !important
    }

    .pt-lg-167,
    .py-lg-167 {
        padding-top: 167px !important
    }

    .pr-lg-167,
    .px-lg-167 {
        padding-right: 167px !important
    }

    .pb-lg-167,
    .py-lg-167 {
        padding-bottom: 167px !important
    }

    .pl-lg-167,
    .px-lg-167 {
        padding-left: 167px !important
    }

    .p-lg-200 {
        padding: 200px !important
    }

    .pt-lg-200,
    .py-lg-200 {
        padding-top: 200px !important
    }

    .pr-lg-200,
    .px-lg-200 {
        padding-right: 200px !important
    }

    .pb-lg-200,
    .py-lg-200 {
        padding-bottom: 200px !important
    }

    .pl-lg-200,
    .px-lg-200 {
        padding-left: 200px !important
    }

    .p-lg-250 {
        padding: 250px !important
    }

    .pt-lg-250,
    .py-lg-250 {
        padding-top: 250px !important
    }

    .pr-lg-250,
    .px-lg-250 {
        padding-right: 250px !important
    }

    .pb-lg-250,
    .py-lg-250 {
        padding-bottom: 250px !important
    }

    .pl-lg-250,
    .px-lg-250 {
        padding-left: 250px !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-n12 {
        margin: -12px !important
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -12px !important
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -12px !important
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -12px !important
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -12px !important
    }

    .m-lg-n13 {
        margin: -13px !important
    }

    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -13px !important
    }

    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -13px !important
    }

    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -13px !important
    }

    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -13px !important
    }

    .m-lg-n14 {
        margin: -14px !important
    }

    .mt-lg-n14,
    .my-lg-n14 {
        margin-top: -14px !important
    }

    .mr-lg-n14,
    .mx-lg-n14 {
        margin-right: -14px !important
    }

    .mb-lg-n14,
    .my-lg-n14 {
        margin-bottom: -14px !important
    }

    .ml-lg-n14,
    .mx-lg-n14 {
        margin-left: -14px !important
    }

    .m-lg-n15 {
        margin: -15px !important
    }

    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -15px !important
    }

    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -15px !important
    }

    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -15px !important
    }

    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -15px !important
    }

    .m-lg-n16 {
        margin: -16px !important
    }

    .mt-lg-n16,
    .my-lg-n16 {
        margin-top: -16px !important
    }

    .mr-lg-n16,
    .mx-lg-n16 {
        margin-right: -16px !important
    }

    .mb-lg-n16,
    .my-lg-n16 {
        margin-bottom: -16px !important
    }

    .ml-lg-n16,
    .mx-lg-n16 {
        margin-left: -16px !important
    }

    .m-lg-n18 {
        margin: -18px !important
    }

    .mt-lg-n18,
    .my-lg-n18 {
        margin-top: -18px !important
    }

    .mr-lg-n18,
    .mx-lg-n18 {
        margin-right: -18px !important
    }

    .mb-lg-n18,
    .my-lg-n18 {
        margin-bottom: -18px !important
    }

    .ml-lg-n18,
    .mx-lg-n18 {
        margin-left: -18px !important
    }

    .m-lg-n20 {
        margin: -20px !important
    }

    .mt-lg-n20,
    .my-lg-n20 {
        margin-top: -20px !important
    }

    .mr-lg-n20,
    .mx-lg-n20 {
        margin-right: -20px !important
    }

    .mb-lg-n20,
    .my-lg-n20 {
        margin-bottom: -20px !important
    }

    .ml-lg-n20,
    .mx-lg-n20 {
        margin-left: -20px !important
    }

    .m-lg-n25 {
        margin: -25px !important
    }

    .mt-lg-n25,
    .my-lg-n25 {
        margin-top: -25px !important
    }

    .mr-lg-n25,
    .mx-lg-n25 {
        margin-right: -25px !important
    }

    .mb-lg-n25,
    .my-lg-n25 {
        margin-bottom: -25px !important
    }

    .ml-lg-n25,
    .mx-lg-n25 {
        margin-left: -25px !important
    }

    .m-lg-n36 {
        margin: -36px !important
    }

    .mt-lg-n36,
    .my-lg-n36 {
        margin-top: -36px !important
    }

    .mr-lg-n36,
    .mx-lg-n36 {
        margin-right: -36px !important
    }

    .mb-lg-n36,
    .my-lg-n36 {
        margin-bottom: -36px !important
    }

    .ml-lg-n36,
    .mx-lg-n36 {
        margin-left: -36px !important
    }

    .m-lg-n40 {
        margin: -40px !important
    }

    .mt-lg-n40,
    .my-lg-n40 {
        margin-top: -40px !important
    }

    .mr-lg-n40,
    .mx-lg-n40 {
        margin-right: -40px !important
    }

    .mb-lg-n40,
    .my-lg-n40 {
        margin-bottom: -40px !important
    }

    .ml-lg-n40,
    .mx-lg-n40 {
        margin-left: -40px !important
    }

    .m-lg-n47 {
        margin: -47px !important
    }

    .mt-lg-n47,
    .my-lg-n47 {
        margin-top: -47px !important
    }

    .mr-lg-n47,
    .mx-lg-n47 {
        margin-right: -47px !important
    }

    .mb-lg-n47,
    .my-lg-n47 {
        margin-bottom: -47px !important
    }

    .ml-lg-n47,
    .mx-lg-n47 {
        margin-left: -47px !important
    }

    .m-lg-n50 {
        margin: -50px !important
    }

    .mt-lg-n50,
    .my-lg-n50 {
        margin-top: -50px !important
    }

    .mr-lg-n50,
    .mx-lg-n50 {
        margin-right: -50px !important
    }

    .mb-lg-n50,
    .my-lg-n50 {
        margin-bottom: -50px !important
    }

    .ml-lg-n50,
    .mx-lg-n50 {
        margin-left: -50px !important
    }

    .m-lg-n56 {
        margin: -56px !important
    }

    .mt-lg-n56,
    .my-lg-n56 {
        margin-top: -56px !important
    }

    .mr-lg-n56,
    .mx-lg-n56 {
        margin-right: -56px !important
    }

    .mb-lg-n56,
    .my-lg-n56 {
        margin-bottom: -56px !important
    }

    .ml-lg-n56,
    .mx-lg-n56 {
        margin-left: -56px !important
    }

    .m-lg-n64 {
        margin: -64px !important
    }

    .mt-lg-n64,
    .my-lg-n64 {
        margin-top: -64px !important
    }

    .mr-lg-n64,
    .mx-lg-n64 {
        margin-right: -64px !important
    }

    .mb-lg-n64,
    .my-lg-n64 {
        margin-bottom: -64px !important
    }

    .ml-lg-n64,
    .mx-lg-n64 {
        margin-left: -64px !important
    }

    .m-lg-n73 {
        margin: -73px !important
    }

    .mt-lg-n73,
    .my-lg-n73 {
        margin-top: -73px !important
    }

    .mr-lg-n73,
    .mx-lg-n73 {
        margin-right: -73px !important
    }

    .mb-lg-n73,
    .my-lg-n73 {
        margin-bottom: -73px !important
    }

    .ml-lg-n73,
    .mx-lg-n73 {
        margin-left: -73px !important
    }

    .m-lg-n86 {
        margin: -86px !important
    }

    .mt-lg-n86,
    .my-lg-n86 {
        margin-top: -86px !important
    }

    .mr-lg-n86,
    .mx-lg-n86 {
        margin-right: -86px !important
    }

    .mb-lg-n86,
    .my-lg-n86 {
        margin-bottom: -86px !important
    }

    .ml-lg-n86,
    .mx-lg-n86 {
        margin-left: -86px !important
    }

    .m-lg-n93 {
        margin: -93px !important
    }

    .mt-lg-n93,
    .my-lg-n93 {
        margin-top: -93px !important
    }

    .mr-lg-n93,
    .mx-lg-n93 {
        margin-right: -93px !important
    }

    .mb-lg-n93,
    .my-lg-n93 {
        margin-bottom: -93px !important
    }

    .ml-lg-n93,
    .mx-lg-n93 {
        margin-left: -93px !important
    }

    .m-lg-n100 {
        margin: -100px !important
    }

    .mt-lg-n100,
    .my-lg-n100 {
        margin-top: -100px !important
    }

    .mr-lg-n100,
    .mx-lg-n100 {
        margin-right: -100px !important
    }

    .mb-lg-n100,
    .my-lg-n100 {
        margin-bottom: -100px !important
    }

    .ml-lg-n100,
    .mx-lg-n100 {
        margin-left: -100px !important
    }

    .m-lg-n119 {
        margin: -119px !important
    }

    .mt-lg-n119,
    .my-lg-n119 {
        margin-top: -119px !important
    }

    .mr-lg-n119,
    .mx-lg-n119 {
        margin-right: -119px !important
    }

    .mb-lg-n119,
    .my-lg-n119 {
        margin-bottom: -119px !important
    }

    .ml-lg-n119,
    .mx-lg-n119 {
        margin-left: -119px !important
    }

    .m-lg-n129 {
        margin: -129px !important
    }

    .mt-lg-n129,
    .my-lg-n129 {
        margin-top: -129px !important
    }

    .mr-lg-n129,
    .mx-lg-n129 {
        margin-right: -129px !important
    }

    .mb-lg-n129,
    .my-lg-n129 {
        margin-bottom: -129px !important
    }

    .ml-lg-n129,
    .mx-lg-n129 {
        margin-left: -129px !important
    }

    .m-lg-n137 {
        margin: -137px !important
    }

    .mt-lg-n137,
    .my-lg-n137 {
        margin-top: -137px !important
    }

    .mr-lg-n137,
    .mx-lg-n137 {
        margin-right: -137px !important
    }

    .mb-lg-n137,
    .my-lg-n137 {
        margin-bottom: -137px !important
    }

    .ml-lg-n137,
    .mx-lg-n137 {
        margin-left: -137px !important
    }

    .m-lg-n167 {
        margin: -167px !important
    }

    .mt-lg-n167,
    .my-lg-n167 {
        margin-top: -167px !important
    }

    .mr-lg-n167,
    .mx-lg-n167 {
        margin-right: -167px !important
    }

    .mb-lg-n167,
    .my-lg-n167 {
        margin-bottom: -167px !important
    }

    .ml-lg-n167,
    .mx-lg-n167 {
        margin-left: -167px !important
    }

    .m-lg-n200 {
        margin: -200px !important
    }

    .mt-lg-n200,
    .my-lg-n200 {
        margin-top: -200px !important
    }

    .mr-lg-n200,
    .mx-lg-n200 {
        margin-right: -200px !important
    }

    .mb-lg-n200,
    .my-lg-n200 {
        margin-bottom: -200px !important
    }

    .ml-lg-n200,
    .mx-lg-n200 {
        margin-left: -200px !important
    }

    .m-lg-n250 {
        margin: -250px !important
    }

    .mt-lg-n250,
    .my-lg-n250 {
        margin-top: -250px !important
    }

    .mr-lg-n250,
    .mx-lg-n250 {
        margin-right: -250px !important
    }

    .mb-lg-n250,
    .my-lg-n250 {
        margin-bottom: -250px !important
    }

    .ml-lg-n250,
    .mx-lg-n250 {
        margin-left: -250px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .m-xl-12 {
        margin: 12px !important
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 12px !important
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 12px !important
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 12px !important
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 12px !important
    }

    .m-xl-13 {
        margin: 13px !important
    }

    .mt-xl-13,
    .my-xl-13 {
        margin-top: 13px !important
    }

    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 13px !important
    }

    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 13px !important
    }

    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 13px !important
    }

    .m-xl-14 {
        margin: 14px !important
    }

    .mt-xl-14,
    .my-xl-14 {
        margin-top: 14px !important
    }

    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 14px !important
    }

    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 14px !important
    }

    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 14px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }

    .m-xl-16 {
        margin: 16px !important
    }

    .mt-xl-16,
    .my-xl-16 {
        margin-top: 16px !important
    }

    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 16px !important
    }

    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 16px !important
    }

    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 16px !important
    }

    .m-xl-18 {
        margin: 18px !important
    }

    .mt-xl-18,
    .my-xl-18 {
        margin-top: 18px !important
    }

    .mr-xl-18,
    .mx-xl-18 {
        margin-right: 18px !important
    }

    .mb-xl-18,
    .my-xl-18 {
        margin-bottom: 18px !important
    }

    .ml-xl-18,
    .mx-xl-18 {
        margin-left: 18px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important
    }

    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important
    }

    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important
    }

    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !important
    }

    .m-xl-25 {
        margin: 25px !important
    }

    .mt-xl-25,
    .my-xl-25 {
        margin-top: 25px !important
    }

    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 25px !important
    }

    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 25px !important
    }

    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 25px !important
    }

    .m-xl-36 {
        margin: 36px !important
    }

    .mt-xl-36,
    .my-xl-36 {
        margin-top: 36px !important
    }

    .mr-xl-36,
    .mx-xl-36 {
        margin-right: 36px !important
    }

    .mb-xl-36,
    .my-xl-36 {
        margin-bottom: 36px !important
    }

    .ml-xl-36,
    .mx-xl-36 {
        margin-left: 36px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 40px !important
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 40px !important
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 40px !important
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 40px !important
    }

    .m-xl-47 {
        margin: 47px !important
    }

    .mt-xl-47,
    .my-xl-47 {
        margin-top: 47px !important
    }

    .mr-xl-47,
    .mx-xl-47 {
        margin-right: 47px !important
    }

    .mb-xl-47,
    .my-xl-47 {
        margin-bottom: 47px !important
    }

    .ml-xl-47,
    .mx-xl-47 {
        margin-left: 47px !important
    }

    .m-xl-50 {
        margin: 50px !important
    }

    .mt-xl-50,
    .my-xl-50 {
        margin-top: 50px !important
    }

    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 50px !important
    }

    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 50px !important
    }

    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 50px !important
    }

    .m-xl-56 {
        margin: 56px !important
    }

    .mt-xl-56,
    .my-xl-56 {
        margin-top: 56px !important
    }

    .mr-xl-56,
    .mx-xl-56 {
        margin-right: 56px !important
    }

    .mb-xl-56,
    .my-xl-56 {
        margin-bottom: 56px !important
    }

    .ml-xl-56,
    .mx-xl-56 {
        margin-left: 56px !important
    }

    .m-xl-64 {
        margin: 64px !important
    }

    .mt-xl-64,
    .my-xl-64 {
        margin-top: 64px !important
    }

    .mr-xl-64,
    .mx-xl-64 {
        margin-right: 64px !important
    }

    .mb-xl-64,
    .my-xl-64 {
        margin-bottom: 64px !important
    }

    .ml-xl-64,
    .mx-xl-64 {
        margin-left: 64px !important
    }

    .m-xl-73 {
        margin: 73px !important
    }

    .mt-xl-73,
    .my-xl-73 {
        margin-top: 73px !important
    }

    .mr-xl-73,
    .mx-xl-73 {
        margin-right: 73px !important
    }

    .mb-xl-73,
    .my-xl-73 {
        margin-bottom: 73px !important
    }

    .ml-xl-73,
    .mx-xl-73 {
        margin-left: 73px !important
    }

    .m-xl-86 {
        margin: 86px !important
    }

    .mt-xl-86,
    .my-xl-86 {
        margin-top: 86px !important
    }

    .mr-xl-86,
    .mx-xl-86 {
        margin-right: 86px !important
    }

    .mb-xl-86,
    .my-xl-86 {
        margin-bottom: 86px !important
    }

    .ml-xl-86,
    .mx-xl-86 {
        margin-left: 86px !important
    }

    .m-xl-93 {
        margin: 93px !important
    }

    .mt-xl-93,
    .my-xl-93 {
        margin-top: 93px !important
    }

    .mr-xl-93,
    .mx-xl-93 {
        margin-right: 93px !important
    }

    .mb-xl-93,
    .my-xl-93 {
        margin-bottom: 93px !important
    }

    .ml-xl-93,
    .mx-xl-93 {
        margin-left: 93px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .mt-xl-100,
    .my-xl-100 {
        margin-top: 100px !important
    }

    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 100px !important
    }

    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 100px !important
    }

    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 100px !important
    }

    .m-xl-119 {
        margin: 119px !important
    }

    .mt-xl-119,
    .my-xl-119 {
        margin-top: 119px !important
    }

    .mr-xl-119,
    .mx-xl-119 {
        margin-right: 119px !important
    }

    .mb-xl-119,
    .my-xl-119 {
        margin-bottom: 119px !important
    }

    .ml-xl-119,
    .mx-xl-119 {
        margin-left: 119px !important
    }

    .m-xl-129 {
        margin: 129px !important
    }

    .mt-xl-129,
    .my-xl-129 {
        margin-top: 129px !important
    }

    .mr-xl-129,
    .mx-xl-129 {
        margin-right: 129px !important
    }

    .mb-xl-129,
    .my-xl-129 {
        margin-bottom: 129px !important
    }

    .ml-xl-129,
    .mx-xl-129 {
        margin-left: 129px !important
    }

    .m-xl-137 {
        margin: 137px !important
    }

    .mt-xl-137,
    .my-xl-137 {
        margin-top: 137px !important
    }

    .mr-xl-137,
    .mx-xl-137 {
        margin-right: 137px !important
    }

    .mb-xl-137,
    .my-xl-137 {
        margin-bottom: 137px !important
    }

    .ml-xl-137,
    .mx-xl-137 {
        margin-left: 137px !important
    }

    .m-xl-167 {
        margin: 167px !important
    }

    .mt-xl-167,
    .my-xl-167 {
        margin-top: 167px !important
    }

    .mr-xl-167,
    .mx-xl-167 {
        margin-right: 167px !important
    }

    .mb-xl-167,
    .my-xl-167 {
        margin-bottom: 167px !important
    }

    .ml-xl-167,
    .mx-xl-167 {
        margin-left: 167px !important
    }

    .m-xl-200 {
        margin: 200px !important
    }

    .mt-xl-200,
    .my-xl-200 {
        margin-top: 200px !important
    }

    .mr-xl-200,
    .mx-xl-200 {
        margin-right: 200px !important
    }

    .mb-xl-200,
    .my-xl-200 {
        margin-bottom: 200px !important
    }

    .ml-xl-200,
    .mx-xl-200 {
        margin-left: 200px !important
    }

    .m-xl-250 {
        margin: 250px !important
    }

    .mt-xl-250,
    .my-xl-250 {
        margin-top: 250px !important
    }

    .mr-xl-250,
    .mx-xl-250 {
        margin-right: 250px !important
    }

    .mb-xl-250,
    .my-xl-250 {
        margin-bottom: 250px !important
    }

    .ml-xl-250,
    .mx-xl-250 {
        margin-left: 250px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .p-xl-12 {
        padding: 12px !important
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 12px !important
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 12px !important
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 12px !important
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 12px !important
    }

    .p-xl-13 {
        padding: 13px !important
    }

    .pt-xl-13,
    .py-xl-13 {
        padding-top: 13px !important
    }

    .pr-xl-13,
    .px-xl-13 {
        padding-right: 13px !important
    }

    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 13px !important
    }

    .pl-xl-13,
    .px-xl-13 {
        padding-left: 13px !important
    }

    .p-xl-14 {
        padding: 14px !important
    }

    .pt-xl-14,
    .py-xl-14 {
        padding-top: 14px !important
    }

    .pr-xl-14,
    .px-xl-14 {
        padding-right: 14px !important
    }

    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 14px !important
    }

    .pl-xl-14,
    .px-xl-14 {
        padding-left: 14px !important
    }

    .p-xl-15 {
        padding: 15px !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }

    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important
    }

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }

    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important
    }

    .p-xl-16 {
        padding: 16px !important
    }

    .pt-xl-16,
    .py-xl-16 {
        padding-top: 16px !important
    }

    .pr-xl-16,
    .px-xl-16 {
        padding-right: 16px !important
    }

    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 16px !important
    }

    .pl-xl-16,
    .px-xl-16 {
        padding-left: 16px !important
    }

    .p-xl-18 {
        padding: 18px !important
    }

    .pt-xl-18,
    .py-xl-18 {
        padding-top: 18px !important
    }

    .pr-xl-18,
    .px-xl-18 {
        padding-right: 18px !important
    }

    .pb-xl-18,
    .py-xl-18 {
        padding-bottom: 18px !important
    }

    .pl-xl-18,
    .px-xl-18 {
        padding-left: 18px !important
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important
    }

    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px !important
    }

    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important
    }

    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px !important
    }

    .p-xl-25 {
        padding: 25px !important
    }

    .pt-xl-25,
    .py-xl-25 {
        padding-top: 25px !important
    }

    .pr-xl-25,
    .px-xl-25 {
        padding-right: 25px !important
    }

    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 25px !important
    }

    .pl-xl-25,
    .px-xl-25 {
        padding-left: 25px !important
    }

    .p-xl-36 {
        padding: 36px !important
    }

    .pt-xl-36,
    .py-xl-36 {
        padding-top: 36px !important
    }

    .pr-xl-36,
    .px-xl-36 {
        padding-right: 36px !important
    }

    .pb-xl-36,
    .py-xl-36 {
        padding-bottom: 36px !important
    }

    .pl-xl-36,
    .px-xl-36 {
        padding-left: 36px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 40px !important
    }

    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px !important
    }

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 40px !important
    }

    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px !important
    }

    .p-xl-47 {
        padding: 47px !important
    }

    .pt-xl-47,
    .py-xl-47 {
        padding-top: 47px !important
    }

    .pr-xl-47,
    .px-xl-47 {
        padding-right: 47px !important
    }

    .pb-xl-47,
    .py-xl-47 {
        padding-bottom: 47px !important
    }

    .pl-xl-47,
    .px-xl-47 {
        padding-left: 47px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .pt-xl-50,
    .py-xl-50 {
        padding-top: 50px !important
    }

    .pr-xl-50,
    .px-xl-50 {
        padding-right: 50px !important
    }

    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 50px !important
    }

    .pl-xl-50,
    .px-xl-50 {
        padding-left: 50px !important
    }

    .p-xl-56 {
        padding: 56px !important
    }

    .pt-xl-56,
    .py-xl-56 {
        padding-top: 56px !important
    }

    .pr-xl-56,
    .px-xl-56 {
        padding-right: 56px !important
    }

    .pb-xl-56,
    .py-xl-56 {
        padding-bottom: 56px !important
    }

    .pl-xl-56,
    .px-xl-56 {
        padding-left: 56px !important
    }

    .p-xl-64 {
        padding: 64px !important
    }

    .pt-xl-64,
    .py-xl-64 {
        padding-top: 64px !important
    }

    .pr-xl-64,
    .px-xl-64 {
        padding-right: 64px !important
    }

    .pb-xl-64,
    .py-xl-64 {
        padding-bottom: 64px !important
    }

    .pl-xl-64,
    .px-xl-64 {
        padding-left: 64px !important
    }

    .p-xl-73 {
        padding: 73px !important
    }

    .pt-xl-73,
    .py-xl-73 {
        padding-top: 73px !important
    }

    .pr-xl-73,
    .px-xl-73 {
        padding-right: 73px !important
    }

    .pb-xl-73,
    .py-xl-73 {
        padding-bottom: 73px !important
    }

    .pl-xl-73,
    .px-xl-73 {
        padding-left: 73px !important
    }

    .p-xl-86 {
        padding: 86px !important
    }

    .pt-xl-86,
    .py-xl-86 {
        padding-top: 86px !important
    }

    .pr-xl-86,
    .px-xl-86 {
        padding-right: 86px !important
    }

    .pb-xl-86,
    .py-xl-86 {
        padding-bottom: 86px !important
    }

    .pl-xl-86,
    .px-xl-86 {
        padding-left: 86px !important
    }

    .p-xl-93 {
        padding: 93px !important
    }

    .pt-xl-93,
    .py-xl-93 {
        padding-top: 93px !important
    }

    .pr-xl-93,
    .px-xl-93 {
        padding-right: 93px !important
    }

    .pb-xl-93,
    .py-xl-93 {
        padding-bottom: 93px !important
    }

    .pl-xl-93,
    .px-xl-93 {
        padding-left: 93px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .pt-xl-100,
    .py-xl-100 {
        padding-top: 100px !important
    }

    .pr-xl-100,
    .px-xl-100 {
        padding-right: 100px !important
    }

    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 100px !important
    }

    .pl-xl-100,
    .px-xl-100 {
        padding-left: 100px !important
    }

    .p-xl-119 {
        padding: 119px !important
    }

    .pt-xl-119,
    .py-xl-119 {
        padding-top: 119px !important
    }

    .pr-xl-119,
    .px-xl-119 {
        padding-right: 119px !important
    }

    .pb-xl-119,
    .py-xl-119 {
        padding-bottom: 119px !important
    }

    .pl-xl-119,
    .px-xl-119 {
        padding-left: 119px !important
    }

    .p-xl-129 {
        padding: 129px !important
    }

    .pt-xl-129,
    .py-xl-129 {
        padding-top: 129px !important
    }

    .pr-xl-129,
    .px-xl-129 {
        padding-right: 129px !important
    }

    .pb-xl-129,
    .py-xl-129 {
        padding-bottom: 129px !important
    }

    .pl-xl-129,
    .px-xl-129 {
        padding-left: 129px !important
    }

    .p-xl-137 {
        padding: 137px !important
    }

    .pt-xl-137,
    .py-xl-137 {
        padding-top: 137px !important
    }

    .pr-xl-137,
    .px-xl-137 {
        padding-right: 137px !important
    }

    .pb-xl-137,
    .py-xl-137 {
        padding-bottom: 137px !important
    }

    .pl-xl-137,
    .px-xl-137 {
        padding-left: 137px !important
    }

    .p-xl-167 {
        padding: 167px !important
    }

    .pt-xl-167,
    .py-xl-167 {
        padding-top: 167px !important
    }

    .pr-xl-167,
    .px-xl-167 {
        padding-right: 167px !important
    }

    .pb-xl-167,
    .py-xl-167 {
        padding-bottom: 167px !important
    }

    .pl-xl-167,
    .px-xl-167 {
        padding-left: 167px !important
    }

    .p-xl-200 {
        padding: 200px !important
    }

    .pt-xl-200,
    .py-xl-200 {
        padding-top: 200px !important
    }

    .pr-xl-200,
    .px-xl-200 {
        padding-right: 200px !important
    }

    .pb-xl-200,
    .py-xl-200 {
        padding-bottom: 200px !important
    }

    .pl-xl-200,
    .px-xl-200 {
        padding-left: 200px !important
    }

    .p-xl-250 {
        padding: 250px !important
    }

    .pt-xl-250,
    .py-xl-250 {
        padding-top: 250px !important
    }

    .pr-xl-250,
    .px-xl-250 {
        padding-right: 250px !important
    }

    .pb-xl-250,
    .py-xl-250 {
        padding-bottom: 250px !important
    }

    .pl-xl-250,
    .px-xl-250 {
        padding-left: 250px !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-n12 {
        margin: -12px !important
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -12px !important
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -12px !important
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -12px !important
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -12px !important
    }

    .m-xl-n13 {
        margin: -13px !important
    }

    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -13px !important
    }

    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -13px !important
    }

    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -13px !important
    }

    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -13px !important
    }

    .m-xl-n14 {
        margin: -14px !important
    }

    .mt-xl-n14,
    .my-xl-n14 {
        margin-top: -14px !important
    }

    .mr-xl-n14,
    .mx-xl-n14 {
        margin-right: -14px !important
    }

    .mb-xl-n14,
    .my-xl-n14 {
        margin-bottom: -14px !important
    }

    .ml-xl-n14,
    .mx-xl-n14 {
        margin-left: -14px !important
    }

    .m-xl-n15 {
        margin: -15px !important
    }

    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -15px !important
    }

    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -15px !important
    }

    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -15px !important
    }

    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -15px !important
    }

    .m-xl-n16 {
        margin: -16px !important
    }

    .mt-xl-n16,
    .my-xl-n16 {
        margin-top: -16px !important
    }

    .mr-xl-n16,
    .mx-xl-n16 {
        margin-right: -16px !important
    }

    .mb-xl-n16,
    .my-xl-n16 {
        margin-bottom: -16px !important
    }

    .ml-xl-n16,
    .mx-xl-n16 {
        margin-left: -16px !important
    }

    .m-xl-n18 {
        margin: -18px !important
    }

    .mt-xl-n18,
    .my-xl-n18 {
        margin-top: -18px !important
    }

    .mr-xl-n18,
    .mx-xl-n18 {
        margin-right: -18px !important
    }

    .mb-xl-n18,
    .my-xl-n18 {
        margin-bottom: -18px !important
    }

    .ml-xl-n18,
    .mx-xl-n18 {
        margin-left: -18px !important
    }

    .m-xl-n20 {
        margin: -20px !important
    }

    .mt-xl-n20,
    .my-xl-n20 {
        margin-top: -20px !important
    }

    .mr-xl-n20,
    .mx-xl-n20 {
        margin-right: -20px !important
    }

    .mb-xl-n20,
    .my-xl-n20 {
        margin-bottom: -20px !important
    }

    .ml-xl-n20,
    .mx-xl-n20 {
        margin-left: -20px !important
    }

    .m-xl-n25 {
        margin: -25px !important
    }

    .mt-xl-n25,
    .my-xl-n25 {
        margin-top: -25px !important
    }

    .mr-xl-n25,
    .mx-xl-n25 {
        margin-right: -25px !important
    }

    .mb-xl-n25,
    .my-xl-n25 {
        margin-bottom: -25px !important
    }

    .ml-xl-n25,
    .mx-xl-n25 {
        margin-left: -25px !important
    }

    .m-xl-n36 {
        margin: -36px !important
    }

    .mt-xl-n36,
    .my-xl-n36 {
        margin-top: -36px !important
    }

    .mr-xl-n36,
    .mx-xl-n36 {
        margin-right: -36px !important
    }

    .mb-xl-n36,
    .my-xl-n36 {
        margin-bottom: -36px !important
    }

    .ml-xl-n36,
    .mx-xl-n36 {
        margin-left: -36px !important
    }

    .m-xl-n40 {
        margin: -40px !important
    }

    .mt-xl-n40,
    .my-xl-n40 {
        margin-top: -40px !important
    }

    .mr-xl-n40,
    .mx-xl-n40 {
        margin-right: -40px !important
    }

    .mb-xl-n40,
    .my-xl-n40 {
        margin-bottom: -40px !important
    }

    .ml-xl-n40,
    .mx-xl-n40 {
        margin-left: -40px !important
    }

    .m-xl-n47 {
        margin: -47px !important
    }

    .mt-xl-n47,
    .my-xl-n47 {
        margin-top: -47px !important
    }

    .mr-xl-n47,
    .mx-xl-n47 {
        margin-right: -47px !important
    }

    .mb-xl-n47,
    .my-xl-n47 {
        margin-bottom: -47px !important
    }

    .ml-xl-n47,
    .mx-xl-n47 {
        margin-left: -47px !important
    }

    .m-xl-n50 {
        margin: -50px !important
    }

    .mt-xl-n50,
    .my-xl-n50 {
        margin-top: -50px !important
    }

    .mr-xl-n50,
    .mx-xl-n50 {
        margin-right: -50px !important
    }

    .mb-xl-n50,
    .my-xl-n50 {
        margin-bottom: -50px !important
    }

    .ml-xl-n50,
    .mx-xl-n50 {
        margin-left: -50px !important
    }

    .m-xl-n56 {
        margin: -56px !important
    }

    .mt-xl-n56,
    .my-xl-n56 {
        margin-top: -56px !important
    }

    .mr-xl-n56,
    .mx-xl-n56 {
        margin-right: -56px !important
    }

    .mb-xl-n56,
    .my-xl-n56 {
        margin-bottom: -56px !important
    }

    .ml-xl-n56,
    .mx-xl-n56 {
        margin-left: -56px !important
    }

    .m-xl-n64 {
        margin: -64px !important
    }

    .mt-xl-n64,
    .my-xl-n64 {
        margin-top: -64px !important
    }

    .mr-xl-n64,
    .mx-xl-n64 {
        margin-right: -64px !important
    }

    .mb-xl-n64,
    .my-xl-n64 {
        margin-bottom: -64px !important
    }

    .ml-xl-n64,
    .mx-xl-n64 {
        margin-left: -64px !important
    }

    .m-xl-n73 {
        margin: -73px !important
    }

    .mt-xl-n73,
    .my-xl-n73 {
        margin-top: -73px !important
    }

    .mr-xl-n73,
    .mx-xl-n73 {
        margin-right: -73px !important
    }

    .mb-xl-n73,
    .my-xl-n73 {
        margin-bottom: -73px !important
    }

    .ml-xl-n73,
    .mx-xl-n73 {
        margin-left: -73px !important
    }

    .m-xl-n86 {
        margin: -86px !important
    }

    .mt-xl-n86,
    .my-xl-n86 {
        margin-top: -86px !important
    }

    .mr-xl-n86,
    .mx-xl-n86 {
        margin-right: -86px !important
    }

    .mb-xl-n86,
    .my-xl-n86 {
        margin-bottom: -86px !important
    }

    .ml-xl-n86,
    .mx-xl-n86 {
        margin-left: -86px !important
    }

    .m-xl-n93 {
        margin: -93px !important
    }

    .mt-xl-n93,
    .my-xl-n93 {
        margin-top: -93px !important
    }

    .mr-xl-n93,
    .mx-xl-n93 {
        margin-right: -93px !important
    }

    .mb-xl-n93,
    .my-xl-n93 {
        margin-bottom: -93px !important
    }

    .ml-xl-n93,
    .mx-xl-n93 {
        margin-left: -93px !important
    }

    .m-xl-n100 {
        margin: -100px !important
    }

    .mt-xl-n100,
    .my-xl-n100 {
        margin-top: -100px !important
    }

    .mr-xl-n100,
    .mx-xl-n100 {
        margin-right: -100px !important
    }

    .mb-xl-n100,
    .my-xl-n100 {
        margin-bottom: -100px !important
    }

    .ml-xl-n100,
    .mx-xl-n100 {
        margin-left: -100px !important
    }

    .m-xl-n119 {
        margin: -119px !important
    }

    .mt-xl-n119,
    .my-xl-n119 {
        margin-top: -119px !important
    }

    .mr-xl-n119,
    .mx-xl-n119 {
        margin-right: -119px !important
    }

    .mb-xl-n119,
    .my-xl-n119 {
        margin-bottom: -119px !important
    }

    .ml-xl-n119,
    .mx-xl-n119 {
        margin-left: -119px !important
    }

    .m-xl-n129 {
        margin: -129px !important
    }

    .mt-xl-n129,
    .my-xl-n129 {
        margin-top: -129px !important
    }

    .mr-xl-n129,
    .mx-xl-n129 {
        margin-right: -129px !important
    }

    .mb-xl-n129,
    .my-xl-n129 {
        margin-bottom: -129px !important
    }

    .ml-xl-n129,
    .mx-xl-n129 {
        margin-left: -129px !important
    }

    .m-xl-n137 {
        margin: -137px !important
    }

    .mt-xl-n137,
    .my-xl-n137 {
        margin-top: -137px !important
    }

    .mr-xl-n137,
    .mx-xl-n137 {
        margin-right: -137px !important
    }

    .mb-xl-n137,
    .my-xl-n137 {
        margin-bottom: -137px !important
    }

    .ml-xl-n137,
    .mx-xl-n137 {
        margin-left: -137px !important
    }

    .m-xl-n167 {
        margin: -167px !important
    }

    .mt-xl-n167,
    .my-xl-n167 {
        margin-top: -167px !important
    }

    .mr-xl-n167,
    .mx-xl-n167 {
        margin-right: -167px !important
    }

    .mb-xl-n167,
    .my-xl-n167 {
        margin-bottom: -167px !important
    }

    .ml-xl-n167,
    .mx-xl-n167 {
        margin-left: -167px !important
    }

    .m-xl-n200 {
        margin: -200px !important
    }

    .mt-xl-n200,
    .my-xl-n200 {
        margin-top: -200px !important
    }

    .mr-xl-n200,
    .mx-xl-n200 {
        margin-right: -200px !important
    }

    .mb-xl-n200,
    .my-xl-n200 {
        margin-bottom: -200px !important
    }

    .ml-xl-n200,
    .mx-xl-n200 {
        margin-left: -200px !important
    }

    .m-xl-n250 {
        margin: -250px !important
    }

    .mt-xl-n250,
    .my-xl-n250 {
        margin-top: -250px !important
    }

    .mr-xl-n250,
    .mx-xl-n250 {
        margin-right: -250px !important
    }

    .mb-xl-n250,
    .my-xl-n250 {
        margin-bottom: -250px !important
    }

    .ml-xl-n250,
    .mx-xl-n250 {
        margin-left: -250px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-sms {
    color: #47b4f9 !important
}

a.text-sms:focus,
a.text-sms:hover {
    color: #0893ec !important
}

.text-mms {
    color: #420fb7 !important
}

a.text-mms:focus,
a.text-mms:hover {
    color: #290970 !important
}

.text-voice {
    color: #e588d8 !important
}

a.text-voice:focus,
a.text-voice:hover {
    color: #d749c3 !important
}

.text-email {
    color: #74efcf !important
}

a.text-email:focus,
a.text-email:hover {
    color: #2fe7b7 !important
}

.text-fax {
    color: #c15bda !important
}

a.text-fax:focus,
a.text-fax:hover {
    color: #a12bbe !important
}

.text-post {
    color: #fbc98e !important
}

a.text-post:focus,
a.text-post:hover {
    color: #f8a644 !important
}

.text-flyers {
    color: #fd8671 !important
}

a.text-flyers:focus,
a.text-flyers:hover {
    color: #fc4626 !important
}

.text-flyers1 {
    color: #ff866d !important
}

a.text-flyers1:focus,
a.text-flyers1:hover {
    color: #ff4721 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9 !important
}

.text-martinique {
    color: #32325c !important
}

a.text-martinique:focus,
a.text-martinique:hover {
    color: #17172a !important
}

.text-bali-hai {
    color: #8ca0b5 !important
}

a.text-bali-hai:focus,
a.text-bali-hai:hover {
    color: #607a95 !important
}

.text-bali-hai2 {
    color: #f3f8fd !important
}

a.text-bali-hai2:focus,
a.text-bali-hai2:hover {
    color: #b1d2f2 !important
}

.text-maya-blue {
    color: #47b4f9 !important
}

a.text-maya-blue:focus,
a.text-maya-blue:hover {
    color: #0893ec !important
}

.text-maya-blue-btn {
    color: #4d7df6 !important
}

a.text-maya-blue-btn:focus,
a.text-maya-blue-btn:hover {
    color: #0c4beb !important
}

.text-alice-blue {
    color: #f8fbff !important
}

a.text-alice-blue:focus,
a.text-alice-blue:hover {
    color: #accfff !important
}

.text-salmon {
    color: #fbc98e !important
}

a.text-salmon:focus,
a.text-salmon:hover {
    color: #f8a644 !important
}

.text-salmon1 {
    color: #f9b25f !important
}

a.text-salmon1:focus,
a.text-salmon1:hover {
    color: #f68f15 !important
}

.text-salmon-btn {
    color: #fd8671 !important
}

a.text-salmon-btn:focus,
a.text-salmon-btn:hover {
    color: #fc4626 !important
}

.text-medium-orchid {
    color: #c15bda !important
}

a.text-medium-orchid:focus,
a.text-medium-orchid:hover {
    color: #a12bbe !important
}

.text-medium-orchid1 {
    color: #da56c8 !important
}

a.text-medium-orchid1:focus,
a.text-medium-orchid1:hover {
    color: #bb29a7 !important
}

.text-clicksend-blue {
    color: #00a5ff !important
}

a.text-clicksend-blue:focus,
a.text-clicksend-blue:hover {
    color: #0074b3 !important
}

.text-text-color {
    color: #8a9eb3 !important
}

a.text-text-color:focus,
a.text-text-color:hover {
    color: #5f7892 !important
}

.text-muted {
    color: #f3f8fd !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #b1d2f2 !important
}

.text-shocking {
    color: #e588d8 !important
}

a.text-shocking:focus,
a.text-shocking:hover {
    color: #d749c3 !important
}

.text-cotton-candy1 {
    color: #ff9aef !important
}

a.text-cotton-candy1:focus,
a.text-cotton-candy1:hover {
    color: #ff4ee3 !important
}

.text-spray {
    color: #74efcf !important
}

a.text-spray:focus,
a.text-spray:hover {
    color: #2fe7b7 !important
}

.text-spray1 {
    color: #38e8ba !important
}

a.text-spray1:focus,
a.text-spray1:hover {
    color: #16be92 !important
}

.text-breakdown-bg {
    color: #f3f9fe !important
}

a.text-breakdown-bg:focus,
a.text-breakdown-bg:hover {
    color: #acd6f8 !important
}

.text-hero {
    color: #31315c !important
}

a.text-hero:focus,
a.text-hero:hover {
    color: #16162a !important
}

.text-gettingstarted-btn {
    color: #47b4f9 !important
}

a.text-gettingstarted-btn:focus,
a.text-gettingstarted-btn:hover {
    color: #0893ec !important
}

.text-mustard {
    color: #ffd44f !important
}

a.text-mustard:focus,
a.text-mustard:hover {
    color: #ffc103 !important
}

.text-bright-turquoise {
    color: #32e2f5 !important
}

a.text-bright-turquoise:focus,
a.text-bright-turquoise:hover {
    color: #0abdd0 !important
}

.text-hollywood-cerise {
    color: #ca00c2 !important
}

a.text-hollywood-cerise:focus,
a.text-hollywood-cerise:hover {
    color: #7e0079 !important
}

.text-cerise {
    color: #e648ad !important
}

a.text-cerise:focus,
a.text-cerise:hover {
    color: #c61b89 !important
}

.text-medium-purple {
    color: #a75fe5 !important
}

a.text-medium-purple:focus,
a.text-medium-purple:hover {
    color: #8223d5 !important
}

.text-lavender-rose {
    color: #ff9aef !important
}

a.text-lavender-rose:focus,
a.text-lavender-rose:hover {
    color: #ff4ee3 !important
}

.text-dodger-blue {
    color: #4a79fa !important
}

a.text-dodger-blue:focus,
a.text-dodger-blue:hover {
    color: #0745f1 !important
}

.text-electric-violet {
    color: #792bfb !important
}

a.text-electric-violet:focus,
a.text-electric-violet:hover {
    color: #5304d5 !important
}

.text-turquoise {
    color: #37e7b7 !important
}

a.text-turquoise:focus,
a.text-turquoise:hover {
    color: #16bb8e !important
}

.text-gull-gray {
    color: #99a8b7 !important
}

a.text-gull-gray:focus,
a.text-gull-gray:hover {
    color: #6c8297 !important
}

.text-body {
    color: #8a9eb3 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

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

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.text-decoration-none {
    text-decoration: none !important
}

ul.no-style {
    list-style: none;
    padding: 0;
    margin: 0
}

.gradient-home {
    background-image: linear-gradient(24deg, #f9b25e, #f72ba6)
}

.gradient-home-trust {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff866d), to(#c14ee6));
    background-image: linear-gradient(0deg, #ff866d 0, #c14ee6)
}

.gradient-sms {
    background-image: radial-gradient(circle 1693px at 100% 100%, #47b3f9 0, #3fd7ff 23%, #00e3ff 41%, #1ac6fb 62%, #b54fff 100%)
}

.gradient-mms {
    background-image: -webkit-gradient(linear, left top, right top, from(#792bfb), color-stop(60%, #a740fe), to(#a63ff6));
    background-image: linear-gradient(90deg, #792bfb 0, #a740fe 60%, #a63ff6)
}

.gradient-mms-feature {
    background-image: linear-gradient(46deg, #47b4f9, #8686e8 41%, #c855d7) !important
}

.gradient-voice {
    background-image: radial-gradient(circle 1693px at 100% 100%, #ff9aef 0, #e966ff 52%, #8042df 100%)
}

.gradient-fax {
    background-image: radial-gradient(circle 1693px at 0 0, #8543e1 0, #c900c1 36%, #ef198b 62%, #da55c7 100%)
}

.gradient-email {
    background-image: radial-gradient(circle 1693px at 100% 100%, #38e8ba 0, #32e2f5 53%, #0096ff 100%)
}

.gradient-physicalmail {
    background-image: radial-gradient(circle 1693px at 0 0, #f9b25e 0, #f72ba6 67%, #e648ac 76%, #a65ee5 100%)
}

.gradient-flyers {
    background-image: radial-gradient(circle 1693px at 100% 100%, #ff866d 0, #f39679 49%, #c14ee6 100%)
}

.gradient-pricing {
    background-image: radial-gradient(circle 1693px at 100% 100%, #ff866d 0, #f39779 49%, #c14ee6 100%)
}

.gradient-pinkish {
    background-image: linear-gradient(47deg, #f9b25e, #f72ba6)
}

.gradient-tour {
    background-image: linear-gradient(47deg, #f9b25f, #f72ca6)
}

.gradient-rich-messaging {
    background-image: radial-gradient(circle 1600px at 100% 55.37%, #ffd44f 0, #ff9046 34%, #ff5765 81%, #ef5050 100%)
}

.font-size-0 {
    font-size: 0 !important
}

.font-size-1 {
    font-size: 1px !important
}

.font-size-2 {
    font-size: 2px !important
}

.font-size-3 {
    font-size: 3px !important
}

.font-size-4 {
    font-size: 4px !important
}

.font-size-5 {
    font-size: 5px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-25 {
    font-size: 25px !important
}

.font-size-36 {
    font-size: 36px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-47 {
    font-size: 47px !important
}

.font-size-50 {
    font-size: 50px !important
}

.font-size-56 {
    font-size: 56px !important
}

.font-size-64 {
    font-size: 64px !important
}

.font-size-73 {
    font-size: 73px !important
}

.font-size-86 {
    font-size: 86px !important
}

.font-size-93 {
    font-size: 93px !important
}

.font-size-100 {
    font-size: 100px !important
}

.font-size-119 {
    font-size: 119px !important
}

.font-size-129 {
    font-size: 129px !important
}

.font-size-137 {
    font-size: 137px !important
}

.font-size-167 {
    font-size: 167px !important
}

.font-size-200 {
    font-size: 200px !important
}

.font-size-250 {
    font-size: 250px !important
}

.wpx-0 {
    width: 0 !important
}

.wpx-1 {
    width: 1px !important
}

.wpx-2 {
    width: 2px !important
}

.wpx-3 {
    width: 3px !important
}

.wpx-4 {
    width: 4px !important
}

.wpx-5 {
    width: 5px !important
}

.wpx-12 {
    width: 12px !important
}

.wpx-13 {
    width: 13px !important
}

.wpx-14 {
    width: 14px !important
}

.wpx-15 {
    width: 15px !important
}

.wpx-16 {
    width: 16px !important
}

.wpx-18 {
    width: 18px !important
}

.wpx-20 {
    width: 20px !important
}

.wpx-25 {
    width: 25px !important
}

.wpx-36 {
    width: 36px !important
}

.wpx-40 {
    width: 40px !important
}

.wpx-47 {
    width: 47px !important
}

.wpx-50 {
    width: 50px !important
}

.wpx-56 {
    width: 56px !important
}

.wpx-64 {
    width: 64px !important
}

.wpx-73 {
    width: 73px !important
}

.wpx-86 {
    width: 86px !important
}

.wpx-93 {
    width: 93px !important
}

.wpx-100 {
    width: 100px !important
}

.wpx-119 {
    width: 119px !important
}

.wpx-129 {
    width: 129px !important
}

.wpx-137 {
    width: 137px !important
}

.wpx-167 {
    width: 167px !important
}

.wpx-200 {
    width: 200px !important
}

.wpx-250 {
    width: 250px !important
}

.mt-nega-0 {
    margin-top: 0 !important
}

.mb-nega-0 {
    margin-bottom: 0 !important
}

.mr-nega-0 {
    margin-right: 0 !important
}

.ml-nega-0 {
    margin-left: 0 !important
}

.mt-nega-1 {
    margin-top: -1px !important
}

.mb-nega-1 {
    margin-bottom: -1px !important
}

.mr-nega-1 {
    margin-right: -1px !important
}

.ml-nega-1 {
    margin-left: -1px !important
}

.mt-nega-2 {
    margin-top: -2px !important
}

.mb-nega-2 {
    margin-bottom: -2px !important
}

.mr-nega-2 {
    margin-right: -2px !important
}

.ml-nega-2 {
    margin-left: -2px !important
}

.mt-nega-3 {
    margin-top: -3px !important
}

.mb-nega-3 {
    margin-bottom: -3px !important
}

.mr-nega-3 {
    margin-right: -3px !important
}

.ml-nega-3 {
    margin-left: -3px !important
}

.mt-nega-4 {
    margin-top: -4px !important
}

.mb-nega-4 {
    margin-bottom: -4px !important
}

.mr-nega-4 {
    margin-right: -4px !important
}

.ml-nega-4 {
    margin-left: -4px !important
}

.mt-nega-5 {
    margin-top: -5px !important
}

.mb-nega-5 {
    margin-bottom: -5px !important
}

.mr-nega-5 {
    margin-right: -5px !important
}

.ml-nega-5 {
    margin-left: -5px !important
}

.mt-nega-12 {
    margin-top: -12px !important
}

.mb-nega-12 {
    margin-bottom: -12px !important
}

.mr-nega-12 {
    margin-right: -12px !important
}

.ml-nega-12 {
    margin-left: -12px !important
}

.mt-nega-13 {
    margin-top: -13px !important
}

.mb-nega-13 {
    margin-bottom: -13px !important
}

.mr-nega-13 {
    margin-right: -13px !important
}

.ml-nega-13 {
    margin-left: -13px !important
}

.mt-nega-14 {
    margin-top: -14px !important
}

.mb-nega-14 {
    margin-bottom: -14px !important
}

.mr-nega-14 {
    margin-right: -14px !important
}

.ml-nega-14 {
    margin-left: -14px !important
}

.mt-nega-15 {
    margin-top: -15px !important
}

.mb-nega-15 {
    margin-bottom: -15px !important
}

.mr-nega-15 {
    margin-right: -15px !important
}

.ml-nega-15 {
    margin-left: -15px !important
}

.mt-nega-16 {
    margin-top: -16px !important
}

.mb-nega-16 {
    margin-bottom: -16px !important
}

.mr-nega-16 {
    margin-right: -16px !important
}

.ml-nega-16 {
    margin-left: -16px !important
}

.mt-nega-18 {
    margin-top: -18px !important
}

.mb-nega-18 {
    margin-bottom: -18px !important
}

.mr-nega-18 {
    margin-right: -18px !important
}

.ml-nega-18 {
    margin-left: -18px !important
}

.mt-nega-20 {
    margin-top: -20px !important
}

.mb-nega-20 {
    margin-bottom: -20px !important
}

.mr-nega-20 {
    margin-right: -20px !important
}

.ml-nega-20 {
    margin-left: -20px !important
}

.mt-nega-25 {
    margin-top: -25px !important
}

.mb-nega-25 {
    margin-bottom: -25px !important
}

.mr-nega-25 {
    margin-right: -25px !important
}

.ml-nega-25 {
    margin-left: -25px !important
}

.mt-nega-36 {
    margin-top: -36px !important
}

.mb-nega-36 {
    margin-bottom: -36px !important
}

.mr-nega-36 {
    margin-right: -36px !important
}

.ml-nega-36 {
    margin-left: -36px !important
}

.mt-nega-40 {
    margin-top: -40px !important
}

.mb-nega-40 {
    margin-bottom: -40px !important
}

.mr-nega-40 {
    margin-right: -40px !important
}

.ml-nega-40 {
    margin-left: -40px !important
}

.mt-nega-47 {
    margin-top: -47px !important
}

.mb-nega-47 {
    margin-bottom: -47px !important
}

.mr-nega-47 {
    margin-right: -47px !important
}

.ml-nega-47 {
    margin-left: -47px !important
}

.mt-nega-50 {
    margin-top: -50px !important
}

.mb-nega-50 {
    margin-bottom: -50px !important
}

.mr-nega-50 {
    margin-right: -50px !important
}

.ml-nega-50 {
    margin-left: -50px !important
}

.mt-nega-56 {
    margin-top: -56px !important
}

.mb-nega-56 {
    margin-bottom: -56px !important
}

.mr-nega-56 {
    margin-right: -56px !important
}

.ml-nega-56 {
    margin-left: -56px !important
}

.mt-nega-64 {
    margin-top: -64px !important
}

.mb-nega-64 {
    margin-bottom: -64px !important
}

.mr-nega-64 {
    margin-right: -64px !important
}

.ml-nega-64 {
    margin-left: -64px !important
}

.mt-nega-73 {
    margin-top: -73px !important
}

.mb-nega-73 {
    margin-bottom: -73px !important
}

.mr-nega-73 {
    margin-right: -73px !important
}

.ml-nega-73 {
    margin-left: -73px !important
}

.mt-nega-86 {
    margin-top: -86px !important
}

.mb-nega-86 {
    margin-bottom: -86px !important
}

.mr-nega-86 {
    margin-right: -86px !important
}

.ml-nega-86 {
    margin-left: -86px !important
}

.mt-nega-93 {
    margin-top: -93px !important
}

.mb-nega-93 {
    margin-bottom: -93px !important
}

.mr-nega-93 {
    margin-right: -93px !important
}

.ml-nega-93 {
    margin-left: -93px !important
}

.mt-nega-100 {
    margin-top: -100px !important
}

.mb-nega-100 {
    margin-bottom: -100px !important
}

.mr-nega-100 {
    margin-right: -100px !important
}

.ml-nega-100 {
    margin-left: -100px !important
}

.mt-nega-119 {
    margin-top: -119px !important
}

.mb-nega-119 {
    margin-bottom: -119px !important
}

.mr-nega-119 {
    margin-right: -119px !important
}

.ml-nega-119 {
    margin-left: -119px !important
}

.mt-nega-129 {
    margin-top: -129px !important
}

.mb-nega-129 {
    margin-bottom: -129px !important
}

.mr-nega-129 {
    margin-right: -129px !important
}

.ml-nega-129 {
    margin-left: -129px !important
}

.mt-nega-137 {
    margin-top: -137px !important
}

.mb-nega-137 {
    margin-bottom: -137px !important
}

.mr-nega-137 {
    margin-right: -137px !important
}

.ml-nega-137 {
    margin-left: -137px !important
}

.mt-nega-167 {
    margin-top: -167px !important
}

.mb-nega-167 {
    margin-bottom: -167px !important
}

.mr-nega-167 {
    margin-right: -167px !important
}

.ml-nega-167 {
    margin-left: -167px !important
}

.mt-nega-200 {
    margin-top: -200px !important
}

.mb-nega-200 {
    margin-bottom: -200px !important
}

.mr-nega-200 {
    margin-right: -200px !important
}

.ml-nega-200 {
    margin-left: -200px !important
}

.mt-nega-250 {
    margin-top: -250px !important
}

.mb-nega-250 {
    margin-bottom: -250px !important
}

.mr-nega-250 {
    margin-right: -250px !important
}

.ml-nega-250 {
    margin-left: -250px !important
}

.line-height-25 {
    line-height: 25px !important
}

.line-height-50 {
    line-height: 50% !important
}

.line-height-75 {
    line-height: 75% !important
}

.line-height-100 {
    line-height: 100% !important
}

.line-height-auto {
    line-height: auto !important
}

.line-height-12 {
    line-height: 12px !important
}

.line-height-13 {
    line-height: 13px !important
}

.line-height-14 {
    line-height: 14px !important
}

.line-height-15 {
    line-height: 15px !important
}

.line-height-16 {
    line-height: 16px !important
}

.line-height-18 {
    line-height: 18px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-21 {
    line-height: 21px !important
}

.line-height-22 {
    line-height: 22px !important
}

.line-height-23 {
    line-height: 23px !important
}

.line-height-24 {
    line-height: 24px !important
}

.line-height-26 {
    line-height: 26px !important
}

.line-height-27 {
    line-height: 27px !important
}

.line-height-28 {
    line-height: 28px !important
}

.line-height-29 {
    line-height: 29px !important
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-31 {
    line-height: 31px !important
}

.line-height-32 {
    line-height: 32px !important
}

.line-height-33 {
    line-height: 33px !important
}

.line-height-34 {
    line-height: 34px !important
}

.line-height-35 {
    line-height: 35px !important
}

.line-height-36 {
    line-height: 36px !important
}

.line-height-37 {
    line-height: 37px !important
}

.line-height-38 {
    line-height: 38px !important
}

.line-height-39 {
    line-height: 39px !important
}

.line-height-40 {
    line-height: 40px !important
}

.form-group label {
    height: 1.66666667rem;
    color: #32325c;
    font-size: .77777778rem;
    font-weight: 400;
    line-height: 1.66666667rem;
    text-transform: uppercase
}

.minh-0 {
    min-height: 0 !important
}

.minh-1 {
    min-height: 1px !important
}

.minh-2 {
    min-height: 2px !important
}

.minh-3 {
    min-height: 3px !important
}

.minh-4 {
    min-height: 4px !important
}

.minh-5 {
    min-height: 5px !important
}

.minh-12 {
    min-height: 12px !important
}

.minh-13 {
    min-height: 13px !important
}

.minh-14 {
    min-height: 14px !important
}

.minh-15 {
    min-height: 15px !important
}

.minh-16 {
    min-height: 16px !important
}

.minh-18 {
    min-height: 18px !important
}

.minh-20 {
    min-height: 20px !important
}

.minh-25 {
    min-height: 25px !important
}

.minh-36 {
    min-height: 36px !important
}

.minh-40 {
    min-height: 40px !important
}

.minh-47 {
    min-height: 47px !important
}

.minh-50 {
    min-height: 50px !important
}

.minh-56 {
    min-height: 56px !important
}

.minh-64 {
    min-height: 64px !important
}

.minh-73 {
    min-height: 73px !important
}

.minh-86 {
    min-height: 86px !important
}

.minh-93 {
    min-height: 93px !important
}

.minh-100 {
    min-height: 100px !important
}

.minh-119 {
    min-height: 119px !important
}

.minh-129 {
    min-height: 129px !important
}

.minh-137 {
    min-height: 137px !important
}

.minh-167 {
    min-height: 167px !important
}

.minh-200 {
    min-height: 200px !important
}

.minh-250 {
    min-height: 250px !important
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.btn {
    font-size: 14px;
    border-radius: 4px;
    border-radius: .22222222rem
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-transform: uppercase
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    text-transform: uppercase
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-transform: uppercase
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    text-transform: uppercase
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show&gt;.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    text-transform: uppercase
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show&gt;.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    text-transform: uppercase
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show&gt;.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    text-transform: uppercase
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show&gt;.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    text-transform: uppercase
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show&gt;.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-sms {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-sms.focus,
.btn-sms:focus,
.btn-sms:hover {
    color: #fff;
    background-color: #22a5f8;
    border-color: #16a0f7
}

.btn-sms.focus,
.btn-sms:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-sms.disabled,
.btn-sms:disabled {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-sms:not(:disabled):not(.disabled).active,
.btn-sms:not(:disabled):not(.disabled):active,
.show&gt;.btn-sms.dropdown-toggle {
    color: #fff;
    background-color: #16a0f7;
    border-color: #099bf7
}

.btn-sms:not(:disabled):not(.disabled).active:focus,
.btn-sms:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-sms.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-mms {
    color: #fff;
    background-color: #420fb7;
    border-color: #420fb7;
    text-transform: uppercase
}

.btn-mms.focus,
.btn-mms:focus,
.btn-mms:hover {
    color: #fff;
    background-color: #350c94;
    border-color: #310b88
}

.btn-mms.focus,
.btn-mms:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(94, 51, 194, .5);
    box-shadow: 0 0 0 .2rem rgba(94, 51, 194, .5)
}

.btn-mms.disabled,
.btn-mms:disabled {
    color: #fff;
    background-color: #420fb7;
    border-color: #420fb7
}

.btn-mms:not(:disabled):not(.disabled).active,
.btn-mms:not(:disabled):not(.disabled):active,
.show&gt;.btn-mms.dropdown-toggle {
    color: #fff;
    background-color: #310b88;
    border-color: #2d0a7c
}

.btn-mms:not(:disabled):not(.disabled).active:focus,
.btn-mms:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-mms.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(94, 51, 194, .5);
    box-shadow: 0 0 0 .2rem rgba(94, 51, 194, .5)
}

.btn-voice {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8;
    text-transform: uppercase
}

.btn-voice.focus,
.btn-voice:focus,
.btn-voice:hover {
    color: #212529;
    background-color: #de69ce;
    border-color: #dc5eca
}

.btn-voice.focus,
.btn-voice:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5)
}

.btn-voice.disabled,
.btn-voice:disabled {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-voice:not(:disabled):not(.disabled).active,
.btn-voice:not(:disabled):not(.disabled):active,
.show&gt;.btn-voice.dropdown-toggle {
    color: #fff;
    background-color: #dc5eca;
    border-color: #da54c7
}

.btn-voice:not(:disabled):not(.disabled).active:focus,
.btn-voice:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-voice.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5)
}

.btn-email {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf;
    text-transform: uppercase
}

.btn-email.focus,
.btn-email:focus,
.btn-email:hover {
    color: #212529;
    background-color: #52ebc3;
    border-color: #46eabf
}

.btn-email.focus,
.btn-email:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5)
}

.btn-email.disabled,
.btn-email:disabled {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-email:not(:disabled):not(.disabled).active,
.btn-email:not(:disabled):not(.disabled):active,
.show&gt;.btn-email.dropdown-toggle {
    color: #212529;
    background-color: #46eabf;
    border-color: #3be8bb
}

.btn-email:not(:disabled):not(.disabled).active:focus,
.btn-email:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-email.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5)
}

.btn-fax {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda;
    text-transform: uppercase
}

.btn-fax.focus,
.btn-fax:focus,
.btn-fax:hover {
    color: #fff;
    background-color: #b53cd3;
    border-color: #b131d1
}

.btn-fax.focus,
.btn-fax:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5)
}

.btn-fax.disabled,
.btn-fax:disabled {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-fax:not(:disabled):not(.disabled).active,
.btn-fax:not(:disabled):not(.disabled):active,
.show&gt;.btn-fax.dropdown-toggle {
    color: #fff;
    background-color: #b131d1;
    border-color: #aa2dc8
}

.btn-fax:not(:disabled):not(.disabled).active:focus,
.btn-fax:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-fax.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5)
}

.btn-post {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e;
    text-transform: uppercase
}

.btn-post.focus,
.btn-post:focus,
.btn-post:hover {
    color: #212529;
    background-color: #fab769;
    border-color: #f9b15d
}

.btn-post.focus,
.btn-post:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5)
}

.btn-post.disabled,
.btn-post:disabled {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-post:not(:disabled):not(.disabled).active,
.btn-post:not(:disabled):not(.disabled):active,
.show&gt;.btn-post.dropdown-toggle {
    color: #212529;
    background-color: #f9b15d;
    border-color: #f9ac50
}

.btn-post:not(:disabled):not(.disabled).active:focus,
.btn-post:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-post.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5)
}

.btn-flyers {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671;
    text-transform: uppercase
}

.btn-flyers.focus,
.btn-flyers:focus,
.btn-flyers:hover {
    color: #fff;
    background-color: #fc664b;
    border-color: #fc5b3f
}

.btn-flyers.focus,
.btn-flyers:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5)
}

.btn-flyers.disabled,
.btn-flyers:disabled {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-flyers:not(:disabled):not(.disabled).active,
.btn-flyers:not(:disabled):not(.disabled):active,
.show&gt;.btn-flyers.dropdown-toggle {
    color: #fff;
    background-color: #fc5b3f;
    border-color: #fc5032
}

.btn-flyers:not(:disabled):not(.disabled).active:focus,
.btn-flyers:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-flyers.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5)
}

.btn-flyers1 {
    color: #212529;
    background-color: #ff866d;
    border-color: #ff866d;
    text-transform: uppercase
}

.btn-flyers1.focus,
.btn-flyers1:focus,
.btn-flyers1:hover {
    color: #fff;
    background-color: #ff6647;
    border-color: #ff5c3a
}

.btn-flyers1.focus,
.btn-flyers1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 119, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 119, 99, .5)
}

.btn-flyers1.disabled,
.btn-flyers1:disabled {
    color: #212529;
    background-color: #ff866d;
    border-color: #ff866d
}

.btn-flyers1:not(:disabled):not(.disabled).active,
.btn-flyers1:not(:disabled):not(.disabled):active,
.show&gt;.btn-flyers1.dropdown-toggle {
    color: #fff;
    background-color: #ff5c3a;
    border-color: #ff512d
}

.btn-flyers1:not(:disabled):not(.disabled).active:focus,
.btn-flyers1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-flyers1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 119, 99, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 119, 99, .5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e5e5
}

.btn-white.focus,
.btn-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(240, 2%, 87%, .5);
    box-shadow: 0 0 0 .2rem hsla(240, 2%, 87%, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show&gt;.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e5e5;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(240, 2%, 87%, .5);
    box-shadow: 0 0 0 .2rem hsla(240, 2%, 87%, .5)
}

.btn-martinique {
    color: #fff;
    background-color: #32325c;
    border-color: #32325c;
    text-transform: uppercase
}

.btn-martinique.focus,
.btn-martinique:focus,
.btn-martinique:hover {
    color: #fff;
    background-color: #252543;
    border-color: #20203b
}

.btn-martinique.focus,
.btn-martinique:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(81, 81, 116, .5);
    box-shadow: 0 0 0 .2rem rgba(81, 81, 116, .5)
}

.btn-martinique.disabled,
.btn-martinique:disabled {
    color: #fff;
    background-color: #32325c;
    border-color: #32325c
}

.btn-martinique:not(:disabled):not(.disabled).active,
.btn-martinique:not(:disabled):not(.disabled):active,
.show&gt;.btn-martinique.dropdown-toggle {
    color: #fff;
    background-color: #20203b;
    border-color: #1c1c33
}

.btn-martinique:not(:disabled):not(.disabled).active:focus,
.btn-martinique:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-martinique.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(81, 81, 116, .5);
    box-shadow: 0 0 0 .2rem rgba(81, 81, 116, .5)
}

.btn-bali-hai {
    color: #212529;
    background-color: #8ca0b5;
    border-color: #8ca0b5;
    text-transform: uppercase
}

.btn-bali-hai.focus,
.btn-bali-hai:focus,
.btn-bali-hai:hover {
    color: #fff;
    background-color: #758da6;
    border-color: #6d86a1
}

.btn-bali-hai.focus,
.btn-bali-hai:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(124, 142, 160, .5);
    box-shadow: 0 0 0 .2rem rgba(124, 142, 160, .5)
}

.btn-bali-hai.disabled,
.btn-bali-hai:disabled {
    color: #212529;
    background-color: #8ca0b5;
    border-color: #8ca0b5
}

.btn-bali-hai:not(:disabled):not(.disabled).active,
.btn-bali-hai:not(:disabled):not(.disabled):active,
.show&gt;.btn-bali-hai.dropdown-toggle {
    color: #fff;
    background-color: #6d86a1;
    border-color: #65809c
}

.btn-bali-hai:not(:disabled):not(.disabled).active:focus,
.btn-bali-hai:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-bali-hai.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(124, 142, 160, .5);
    box-shadow: 0 0 0 .2rem rgba(124, 142, 160, .5)
}

.btn-bali-hai2 {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd;
    text-transform: uppercase
}

.btn-bali-hai2.focus,
.btn-bali-hai2:focus,
.btn-bali-hai2:hover {
    color: #212529;
    background-color: #d2e5f8;
    border-color: #c7dff6
}

.btn-bali-hai2.focus,
.btn-bali-hai2:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5)
}

.btn-bali-hai2.disabled,
.btn-bali-hai2:disabled {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-bali-hai2:not(:disabled):not(.disabled).active,
.btn-bali-hai2:not(:disabled):not(.disabled):active,
.show&gt;.btn-bali-hai2.dropdown-toggle {
    color: #212529;
    background-color: #c7dff6;
    border-color: #bcd8f4
}

.btn-bali-hai2:not(:disabled):not(.disabled).active:focus,
.btn-bali-hai2:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-bali-hai2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5)
}

.btn-maya-blue {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-maya-blue.focus,
.btn-maya-blue:focus,
.btn-maya-blue:hover {
    color: #fff;
    background-color: #22a5f8;
    border-color: #16a0f7
}

.btn-maya-blue.focus,
.btn-maya-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-maya-blue.disabled,
.btn-maya-blue:disabled {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-maya-blue:not(:disabled):not(.disabled).active,
.btn-maya-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-maya-blue.dropdown-toggle {
    color: #fff;
    background-color: #16a0f7;
    border-color: #099bf7
}

.btn-maya-blue:not(:disabled):not(.disabled).active:focus,
.btn-maya-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-maya-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-maya-blue-btn {
    color: #fff;
    background-color: #4d7df6;
    border-color: #4d7df6;
    text-transform: uppercase
}

.btn-maya-blue-btn.focus,
.btn-maya-blue-btn:focus,
.btn-maya-blue-btn:hover {
    color: #fff;
    background-color: #2962f4;
    border-color: #1c5af4
}

.btn-maya-blue-btn.focus,
.btn-maya-blue-btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 145, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 145, 247, .5)
}

.btn-maya-blue-btn.disabled,
.btn-maya-blue-btn:disabled {
    color: #fff;
    background-color: #4d7df6;
    border-color: #4d7df6
}

.btn-maya-blue-btn:not(:disabled):not(.disabled).active,
.btn-maya-blue-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-maya-blue-btn.dropdown-toggle {
    color: #fff;
    background-color: #1c5af4;
    border-color: #1051f3
}

.btn-maya-blue-btn:not(:disabled):not(.disabled).active:focus,
.btn-maya-blue-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-maya-blue-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 145, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 145, 247, .5)
}

.btn-alice-blue {
    color: #212529;
    background-color: #f8fbff;
    border-color: #f8fbff;
    text-transform: uppercase
}

.btn-alice-blue.focus,
.btn-alice-blue:focus,
.btn-alice-blue:hover {
    color: #212529;
    background-color: #d2e5ff;
    border-color: #c5deff
}

.btn-alice-blue.focus,
.btn-alice-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 219, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 219, 223, .5)
}

.btn-alice-blue.disabled,
.btn-alice-blue:disabled {
    color: #212529;
    background-color: #f8fbff;
    border-color: #f8fbff
}

.btn-alice-blue:not(:disabled):not(.disabled).active,
.btn-alice-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-alice-blue.dropdown-toggle {
    color: #212529;
    background-color: #c5deff;
    border-color: #b8d7ff
}

.btn-alice-blue:not(:disabled):not(.disabled).active:focus,
.btn-alice-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-alice-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 219, 223, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 219, 223, .5)
}

.btn-salmon {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e;
    text-transform: uppercase
}

.btn-salmon.focus,
.btn-salmon:focus,
.btn-salmon:hover {
    color: #212529;
    background-color: #fab769;
    border-color: #f9b15d
}

.btn-salmon.focus,
.btn-salmon:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5)
}

.btn-salmon.disabled,
.btn-salmon:disabled {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-salmon:not(:disabled):not(.disabled).active,
.btn-salmon:not(:disabled):not(.disabled):active,
.show&gt;.btn-salmon.dropdown-toggle {
    color: #212529;
    background-color: #f9b15d;
    border-color: #f9ac50
}

.btn-salmon:not(:disabled):not(.disabled).active:focus,
.btn-salmon:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-salmon.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 55%, 68%, .5)
}

.btn-salmon1 {
    color: #212529;
    background-color: #f9b25f;
    border-color: #f9b25f;
    text-transform: uppercase
}

.btn-salmon1.focus,
.btn-salmon1:focus,
.btn-salmon1:hover {
    color: #212529;
    background-color: #f8a03a;
    border-color: #f79a2e
}

.btn-salmon1.focus,
.btn-salmon1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 157, 87, .5);
    box-shadow: 0 0 0 .2rem rgba(217, 157, 87, .5)
}

.btn-salmon1.disabled,
.btn-salmon1:disabled {
    color: #212529;
    background-color: #f9b25f;
    border-color: #f9b25f
}

.btn-salmon1:not(:disabled):not(.disabled).active,
.btn-salmon1:not(:disabled):not(.disabled):active,
.show&gt;.btn-salmon1.dropdown-toggle {
    color: #212529;
    background-color: #f79a2e;
    border-color: #f79422
}

.btn-salmon1:not(:disabled):not(.disabled).active:focus,
.btn-salmon1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-salmon1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(217, 157, 87, .5);
    box-shadow: 0 0 0 .2rem rgba(217, 157, 87, .5)
}

.btn-salmon-btn {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671;
    text-transform: uppercase
}

.btn-salmon-btn.focus,
.btn-salmon-btn:focus,
.btn-salmon-btn:hover {
    color: #fff;
    background-color: #fc664b;
    border-color: #fc5b3f
}

.btn-salmon-btn.focus,
.btn-salmon-btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5)
}

.btn-salmon-btn.disabled,
.btn-salmon-btn:disabled {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-salmon-btn:not(:disabled):not(.disabled).active,
.btn-salmon-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-salmon-btn.dropdown-toggle {
    color: #fff;
    background-color: #fc5b3f;
    border-color: #fc5032
}

.btn-salmon-btn:not(:disabled):not(.disabled).active:focus,
.btn-salmon-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-salmon-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 63%, 63%, .5)
}

.btn-medium-orchid {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda;
    text-transform: uppercase
}

.btn-medium-orchid.focus,
.btn-medium-orchid:focus,
.btn-medium-orchid:hover {
    color: #fff;
    background-color: #b53cd3;
    border-color: #b131d1
}

.btn-medium-orchid.focus,
.btn-medium-orchid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5)
}

.btn-medium-orchid.disabled,
.btn-medium-orchid:disabled {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-medium-orchid:not(:disabled):not(.disabled).active,
.btn-medium-orchid:not(:disabled):not(.disabled):active,
.show&gt;.btn-medium-orchid.dropdown-toggle {
    color: #fff;
    background-color: #b131d1;
    border-color: #aa2dc8
}

.btn-medium-orchid:not(:disabled):not(.disabled).active:focus,
.btn-medium-orchid:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-medium-orchid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 116, 224, .5)
}

.btn-medium-orchid1 {
    color: #fff;
    background-color: #da56c8;
    border-color: #da56c8;
    text-transform: uppercase
}

.btn-medium-orchid1.focus,
.btn-medium-orchid1:focus,
.btn-medium-orchid1:hover {
    color: #fff;
    background-color: #d337be;
    border-color: #d02db9
}

.btn-medium-orchid1.focus,
.btn-medium-orchid1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 111, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(224, 111, 208, .5)
}

.btn-medium-orchid1.disabled,
.btn-medium-orchid1:disabled {
    color: #fff;
    background-color: #da56c8;
    border-color: #da56c8
}

.btn-medium-orchid1:not(:disabled):not(.disabled).active,
.btn-medium-orchid1:not(:disabled):not(.disabled):active,
.show&gt;.btn-medium-orchid1.dropdown-toggle {
    color: #fff;
    background-color: #d02db9;
    border-color: #c52bb0
}

.btn-medium-orchid1:not(:disabled):not(.disabled).active:focus,
.btn-medium-orchid1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-medium-orchid1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 111, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(224, 111, 208, .5)
}

.btn-clicksend-blue {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff;
    text-transform: uppercase
}

.btn-clicksend-blue.focus,
.btn-clicksend-blue:focus,
.btn-clicksend-blue:hover {
    color: #fff;
    background-color: #008cd9;
    border-color: #0084cc
}

.btn-clicksend-blue.focus,
.btn-clicksend-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5)
}

.btn-clicksend-blue.disabled,
.btn-clicksend-blue:disabled {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.btn-clicksend-blue:not(:disabled):not(.disabled).active,
.btn-clicksend-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-clicksend-blue.dropdown-toggle {
    color: #fff;
    background-color: #0084cc;
    border-color: #007cbf
}

.btn-clicksend-blue:not(:disabled):not(.disabled).active:focus,
.btn-clicksend-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-clicksend-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5)
}

.btn-text-color {
    color: #212529;
    background-color: #8a9eb3;
    border-color: #8a9eb3;
    text-transform: uppercase
}

.btn-text-color.focus,
.btn-text-color:focus,
.btn-text-color:hover {
    color: #fff;
    background-color: #738ba4;
    border-color: #6b849f
}

.btn-text-color.focus,
.btn-text-color:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(122, 140, 158, .5);
    box-shadow: 0 0 0 .2rem rgba(122, 140, 158, .5)
}

.btn-text-color.disabled,
.btn-text-color:disabled {
    color: #212529;
    background-color: #8a9eb3;
    border-color: #8a9eb3
}

.btn-text-color:not(:disabled):not(.disabled).active,
.btn-text-color:not(:disabled):not(.disabled):active,
.show&gt;.btn-text-color.dropdown-toggle {
    color: #fff;
    background-color: #6b849f;
    border-color: #647e9a
}

.btn-text-color:not(:disabled):not(.disabled).active:focus,
.btn-text-color:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-text-color.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(122, 140, 158, .5);
    box-shadow: 0 0 0 .2rem rgba(122, 140, 158, .5)
}

.btn-muted {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd;
    text-transform: uppercase
}

.btn-muted.focus,
.btn-muted:focus,
.btn-muted:hover {
    color: #212529;
    background-color: #d2e5f8;
    border-color: #c7dff6
}

.btn-muted.focus,
.btn-muted:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5)
}

.btn-muted.disabled,
.btn-muted:disabled {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-muted:not(:disabled):not(.disabled).active,
.btn-muted:not(:disabled):not(.disabled):active,
.show&gt;.btn-muted.dropdown-toggle {
    color: #212529;
    background-color: #c7dff6;
    border-color: #bcd8f4
}

.btn-muted:not(:disabled):not(.disabled).active:focus,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-muted.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 216, 221, .5)
}

.btn-shocking {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8;
    text-transform: uppercase
}

.btn-shocking.focus,
.btn-shocking:focus,
.btn-shocking:hover {
    color: #212529;
    background-color: #de69ce;
    border-color: #dc5eca
}

.btn-shocking.focus,
.btn-shocking:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5)
}

.btn-shocking.disabled,
.btn-shocking:disabled {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-shocking:not(:disabled):not(.disabled).active,
.btn-shocking:not(:disabled):not(.disabled):active,
.show&gt;.btn-shocking.dropdown-toggle {
    color: #fff;
    background-color: #dc5eca;
    border-color: #da54c7
}

.btn-shocking:not(:disabled):not(.disabled).active:focus,
.btn-shocking:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-shocking.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5);
    box-shadow: 0 0 0 .2rem rgba(200, 121, 190, .5)
}

.btn-cotton-candy1 {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef;
    text-transform: uppercase
}

.btn-cotton-candy1.focus,
.btn-cotton-candy1:focus,
.btn-cotton-candy1:hover {
    color: #212529;
    background-color: #ff74e9;
    border-color: #ff67e7
}

.btn-cotton-candy1.focus,
.btn-cotton-candy1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5)
}

.btn-cotton-candy1.disabled,
.btn-cotton-candy1:disabled {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-cotton-candy1:not(:disabled):not(.disabled).active,
.btn-cotton-candy1:not(:disabled):not(.disabled):active,
.show&gt;.btn-cotton-candy1.dropdown-toggle {
    color: #212529;
    background-color: #ff67e7;
    border-color: #ff5ae5
}

.btn-cotton-candy1:not(:disabled):not(.disabled).active:focus,
.btn-cotton-candy1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-cotton-candy1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5)
}

.btn-spray {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf;
    text-transform: uppercase
}

.btn-spray.focus,
.btn-spray:focus,
.btn-spray:hover {
    color: #212529;
    background-color: #52ebc3;
    border-color: #46eabf
}

.btn-spray.focus,
.btn-spray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5)
}

.btn-spray.disabled,
.btn-spray:disabled {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-spray:not(:disabled):not(.disabled).active,
.btn-spray:not(:disabled):not(.disabled):active,
.show&gt;.btn-spray.dropdown-toggle {
    color: #212529;
    background-color: #46eabf;
    border-color: #3be8bb
}

.btn-spray:not(:disabled):not(.disabled).active:focus,
.btn-spray:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-spray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5);
    box-shadow: 0 0 0 .2rem rgba(104, 209, 182, .5)
}

.btn-spray1 {
    color: #212529;
    background-color: #38e8ba;
    border-color: #38e8ba;
    text-transform: uppercase
}

.btn-spray1.focus,
.btn-spray1:focus,
.btn-spray1:hover {
    color: #212529;
    background-color: #1ae0ac;
    border-color: #19d4a3
}

.btn-spray1.focus,
.btn-spray1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 203, 164, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 203, 164, .5)
}

.btn-spray1.disabled,
.btn-spray1:disabled {
    color: #212529;
    background-color: #38e8ba;
    border-color: #38e8ba
}

.btn-spray1:not(:disabled):not(.disabled).active,
.btn-spray1:not(:disabled):not(.disabled):active,
.show&gt;.btn-spray1.dropdown-toggle {
    color: #212529;
    background-color: #19d4a3;
    border-color: #17c99b
}

.btn-spray1:not(:disabled):not(.disabled).active:focus,
.btn-spray1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-spray1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 203, 164, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 203, 164, .5)
}

.btn-breakdown-bg {
    color: #212529;
    background-color: #f3f9fe;
    border-color: #f3f9fe;
    text-transform: uppercase
}

.btn-breakdown-bg.focus,
.btn-breakdown-bg:focus,
.btn-breakdown-bg:hover {
    color: #212529;
    background-color: #d0e7fb;
    border-color: #c4e1fa
}

.btn-breakdown-bg.focus,
.btn-breakdown-bg:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 217, 222, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 217, 222, .5)
}

.btn-breakdown-bg.disabled,
.btn-breakdown-bg:disabled {
    color: #212529;
    background-color: #f3f9fe;
    border-color: #f3f9fe
}

.btn-breakdown-bg:not(:disabled):not(.disabled).active,
.btn-breakdown-bg:not(:disabled):not(.disabled):active,
.show&gt;.btn-breakdown-bg.dropdown-toggle {
    color: #212529;
    background-color: #c4e1fa;
    border-color: #b8dcf9
}

.btn-breakdown-bg:not(:disabled):not(.disabled).active:focus,
.btn-breakdown-bg:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-breakdown-bg.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 217, 222, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 217, 222, .5)
}

.btn-hero {
    color: #fff;
    background-color: #31315c;
    border-color: #31315c;
    text-transform: uppercase
}

.btn-hero.focus,
.btn-hero:focus,
.btn-hero:hover {
    color: #fff;
    background-color: #242443;
    border-color: #1f1f3b
}

.btn-hero.focus,
.btn-hero:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(80, 80, 116, .5);
    box-shadow: 0 0 0 .2rem rgba(80, 80, 116, .5)
}

.btn-hero.disabled,
.btn-hero:disabled {
    color: #fff;
    background-color: #31315c;
    border-color: #31315c
}

.btn-hero:not(:disabled):not(.disabled).active,
.btn-hero:not(:disabled):not(.disabled):active,
.show&gt;.btn-hero.dropdown-toggle {
    color: #fff;
    background-color: #1f1f3b;
    border-color: #1b1b32
}

.btn-hero:not(:disabled):not(.disabled).active:focus,
.btn-hero:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-hero.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(80, 80, 116, .5);
    box-shadow: 0 0 0 .2rem rgba(80, 80, 116, .5)
}

.btn-gettingstarted-btn {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-gettingstarted-btn:hover {
    color: #fff;
    background-color: #22a5f8;
    border-color: #16a0f7
}

.btn-gettingstarted-btn.focus,
.btn-gettingstarted-btn:focus {
    color: #fff;
    background-color: #22a5f8;
    border-color: #16a0f7;
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-gettingstarted-btn.disabled,
.btn-gettingstarted-btn:disabled {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-gettingstarted-btn:not(:disabled):not(.disabled).active,
.btn-gettingstarted-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-gettingstarted-btn.dropdown-toggle {
    color: #fff;
    background-color: #16a0f7;
    border-color: #099bf7
}

.btn-gettingstarted-btn:not(:disabled):not(.disabled).active:focus,
.btn-gettingstarted-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-gettingstarted-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(65, 159, 218, .5)
}

.btn-mustard {
    color: #212529;
    background-color: #ffd44f;
    border-color: #ffd44f;
    text-transform: uppercase
}

.btn-mustard.focus,
.btn-mustard:focus,
.btn-mustard:hover {
    color: #212529;
    background-color: #ffcb29;
    border-color: #ffc81c
}

.btn-mustard.focus,
.btn-mustard:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 186, 73, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 186, 73, .5)
}

.btn-mustard.disabled,
.btn-mustard:disabled {
    color: #212529;
    background-color: #ffd44f;
    border-color: #ffd44f
}

.btn-mustard:not(:disabled):not(.disabled).active,
.btn-mustard:not(:disabled):not(.disabled):active,
.show&gt;.btn-mustard.dropdown-toggle {
    color: #212529;
    background-color: #ffc81c;
    border-color: #ffc40f
}

.btn-mustard:not(:disabled):not(.disabled).active:focus,
.btn-mustard:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-mustard.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 186, 73, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 186, 73, .5)
}

.btn-bright-turquoise {
    color: #212529;
    background-color: #32e2f5;
    border-color: #32e2f5;
    text-transform: uppercase
}

.btn-bright-turquoise.focus,
.btn-bright-turquoise:focus,
.btn-bright-turquoise:hover {
    color: #212529;
    background-color: #0eddf3;
    border-color: #0bd3e9
}

.btn-bright-turquoise.focus,
.btn-bright-turquoise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 198, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(47, 198, 214, .5)
}

.btn-bright-turquoise.disabled,
.btn-bright-turquoise:disabled {
    color: #212529;
    background-color: #32e2f5;
    border-color: #32e2f5
}

.btn-bright-turquoise:not(:disabled):not(.disabled).active,
.btn-bright-turquoise:not(:disabled):not(.disabled):active,
.show&gt;.btn-bright-turquoise.dropdown-toggle {
    color: #212529;
    background-color: #0bd3e9;
    border-color: #0bc8dc
}

.btn-bright-turquoise:not(:disabled):not(.disabled).active:focus,
.btn-bright-turquoise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-bright-turquoise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 198, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(47, 198, 214, .5)
}

.btn-hollywood-cerise {
    color: #fff;
    background-color: #ca00c2;
    border-color: #ca00c2;
    text-transform: uppercase
}

.btn-hollywood-cerise.focus,
.btn-hollywood-cerise:focus,
.btn-hollywood-cerise:hover {
    color: #fff;
    background-color: #a4009d;
    border-color: #970091
}

.btn-hollywood-cerise.focus,
.btn-hollywood-cerise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(210, 38, 203, .5);
    box-shadow: 0 0 0 .2rem rgba(210, 38, 203, .5)
}

.btn-hollywood-cerise.disabled,
.btn-hollywood-cerise:disabled {
    color: #fff;
    background-color: #ca00c2;
    border-color: #ca00c2
}

.btn-hollywood-cerise:not(:disabled):not(.disabled).active,
.btn-hollywood-cerise:not(:disabled):not(.disabled):active,
.show&gt;.btn-hollywood-cerise.dropdown-toggle {
    color: #fff;
    background-color: #970091;
    border-color: #8a0085
}

.btn-hollywood-cerise:not(:disabled):not(.disabled).active:focus,
.btn-hollywood-cerise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-hollywood-cerise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(210, 38, 203, .5);
    box-shadow: 0 0 0 .2rem rgba(210, 38, 203, .5)
}

.btn-cerise {
    color: #fff;
    background-color: #e648ad;
    border-color: #e648ad;
    text-transform: uppercase
}

.btn-cerise.focus,
.btn-cerise:focus,
.btn-cerise:hover {
    color: #fff;
    background-color: #e1269e;
    border-color: #dd1e98
}

.btn-cerise.focus,
.btn-cerise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(234, 99, 185, .5);
    box-shadow: 0 0 0 .2rem rgba(234, 99, 185, .5)
}

.btn-cerise.disabled,
.btn-cerise:disabled {
    color: #fff;
    background-color: #e648ad;
    border-color: #e648ad
}

.btn-cerise:not(:disabled):not(.disabled).active,
.btn-cerise:not(:disabled):not(.disabled):active,
.show&gt;.btn-cerise.dropdown-toggle {
    color: #fff;
    background-color: #dd1e98;
    border-color: #d21d90
}

.btn-cerise:not(:disabled):not(.disabled).active:focus,
.btn-cerise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-cerise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(234, 99, 185, .5);
    box-shadow: 0 0 0 .2rem rgba(234, 99, 185, .5)
}

.btn-medium-purple {
    color: #fff;
    background-color: #a75fe5;
    border-color: #a75fe5;
    text-transform: uppercase
}

.btn-medium-purple.focus,
.btn-medium-purple:focus,
.btn-medium-purple:hover {
    color: #fff;
    background-color: #953ee0;
    border-color: #8f33de
}

.btn-medium-purple.focus,
.btn-medium-purple:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 119, 233, .5);
    box-shadow: 0 0 0 .2rem rgba(180, 119, 233, .5)
}

.btn-medium-purple.disabled,
.btn-medium-purple:disabled {
    color: #fff;
    background-color: #a75fe5;
    border-color: #a75fe5
}

.btn-medium-purple:not(:disabled):not(.disabled).active,
.btn-medium-purple:not(:disabled):not(.disabled):active,
.show&gt;.btn-medium-purple.dropdown-toggle {
    color: #fff;
    background-color: #8f33de;
    border-color: #8928dc
}

.btn-medium-purple:not(:disabled):not(.disabled).active:focus,
.btn-medium-purple:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-medium-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(180, 119, 233, .5);
    box-shadow: 0 0 0 .2rem rgba(180, 119, 233, .5)
}

.btn-lavender-rose {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef;
    text-transform: uppercase
}

.btn-lavender-rose.focus,
.btn-lavender-rose:focus,
.btn-lavender-rose:hover {
    color: #212529;
    background-color: #ff74e9;
    border-color: #ff67e7
}

.btn-lavender-rose.focus,
.btn-lavender-rose:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5)
}

.btn-lavender-rose.disabled,
.btn-lavender-rose:disabled {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-lavender-rose:not(:disabled):not(.disabled).active,
.btn-lavender-rose:not(:disabled):not(.disabled):active,
.show&gt;.btn-lavender-rose.dropdown-toggle {
    color: #212529;
    background-color: #ff67e7;
    border-color: #ff5ae5
}

.btn-lavender-rose:not(:disabled):not(.disabled).active:focus,
.btn-lavender-rose:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-lavender-rose.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 136, 209, .5)
}

.btn-dodger-blue {
    color: #fff;
    background-color: #4a79fa;
    border-color: #4a79fa;
    text-transform: uppercase
}

.btn-dodger-blue.focus,
.btn-dodger-blue:focus,
.btn-dodger-blue:hover {
    color: #fff;
    background-color: #255df9;
    border-color: #1854f9
}

.btn-dodger-blue.focus,
.btn-dodger-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101, 141, 251, .5);
    box-shadow: 0 0 0 .2rem rgba(101, 141, 251, .5)
}

.btn-dodger-blue.disabled,
.btn-dodger-blue:disabled {
    color: #fff;
    background-color: #4a79fa;
    border-color: #4a79fa
}

.btn-dodger-blue:not(:disabled):not(.disabled).active,
.btn-dodger-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-dodger-blue.dropdown-toggle {
    color: #fff;
    background-color: #1854f9;
    border-color: #0c4bf8
}

.btn-dodger-blue:not(:disabled):not(.disabled).active:focus,
.btn-dodger-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-dodger-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101, 141, 251, .5);
    box-shadow: 0 0 0 .2rem rgba(101, 141, 251, .5)
}

.btn-electric-violet {
    color: #fff;
    background-color: #792bfb;
    border-color: #792bfb;
    text-transform: uppercase
}

.btn-electric-violet.focus,
.btn-electric-violet:focus,
.btn-electric-violet:hover {
    color: #fff;
    background-color: #6105fa;
    border-color: #5c05ef
}

.btn-electric-violet.focus,
.btn-electric-violet:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(141, 75, 252, .5);
    box-shadow: 0 0 0 .2rem rgba(141, 75, 252, .5)
}

.btn-electric-violet.disabled,
.btn-electric-violet:disabled {
    color: #fff;
    background-color: #792bfb;
    border-color: #792bfb
}

.btn-electric-violet:not(:disabled):not(.disabled).active,
.btn-electric-violet:not(:disabled):not(.disabled):active,
.show&gt;.btn-electric-violet.dropdown-toggle {
    color: #fff;
    background-color: #5c05ef;
    border-color: #5704e2
}

.btn-electric-violet:not(:disabled):not(.disabled).active:focus,
.btn-electric-violet:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-electric-violet.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(141, 75, 252, .5);
    box-shadow: 0 0 0 .2rem rgba(141, 75, 252, .5)
}

.btn-turquoise {
    color: #212529;
    background-color: #37e7b7;
    border-color: #37e7b7;
    text-transform: uppercase
}

.btn-turquoise.focus,
.btn-turquoise:focus,
.btn-turquoise:hover {
    color: #212529;
    background-color: #1bdda8;
    border-color: #19d29f
}

.btn-turquoise.focus,
.btn-turquoise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 202, 162, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 202, 162, .5)
}

.btn-turquoise.disabled,
.btn-turquoise:disabled {
    color: #212529;
    background-color: #37e7b7;
    border-color: #37e7b7
}

.btn-turquoise:not(:disabled):not(.disabled).active,
.btn-turquoise:not(:disabled):not(.disabled):active,
.show&gt;.btn-turquoise.dropdown-toggle {
    color: #fff;
    background-color: #19d29f;
    border-color: #18c697
}

.btn-turquoise:not(:disabled):not(.disabled).active:focus,
.btn-turquoise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-turquoise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 202, 162, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 202, 162, .5)
}

.btn-gull-gray {
    color: #212529;
    background-color: #99a8b7;
    border-color: #99a8b7;
    text-transform: uppercase
}

.btn-gull-gray.focus,
.btn-gull-gray:focus,
.btn-gull-gray:hover {
    color: #fff;
    background-color: #8395a7;
    border-color: #7b8fa2
}

.btn-gull-gray.focus,
.btn-gull-gray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(135, 148, 162, .5);
    box-shadow: 0 0 0 .2rem rgba(135, 148, 162, .5)
}

.btn-gull-gray.disabled,
.btn-gull-gray:disabled {
    color: #212529;
    background-color: #99a8b7;
    border-color: #99a8b7
}

.btn-gull-gray:not(:disabled):not(.disabled).active,
.btn-gull-gray:not(:disabled):not(.disabled):active,
.show&gt;.btn-gull-gray.dropdown-toggle {
    color: #fff;
    background-color: #7b8fa2;
    border-color: #74889d
}

.btn-gull-gray:not(:disabled):not(.disabled).active:focus,
.btn-gull-gray:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-gull-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(135, 148, 162, .5);
    box-shadow: 0 0 0 .2rem rgba(135, 148, 162, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    text-transform: uppercase
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    text-transform: uppercase
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    text-transform: uppercase
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
    text-transform: uppercase
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    text-transform: uppercase
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    text-transform: uppercase
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    text-transform: uppercase
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
    text-transform: uppercase
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-sms {
    color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-outline-sms:hover {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-sms.focus,
.btn-outline-sms:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-sms.disabled,
.btn-outline-sms:disabled {
    color: #47b4f9;
    background-color: transparent
}

.btn-outline-sms:not(:disabled):not(.disabled).active,
.btn-outline-sms:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-sms.dropdown-toggle {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-sms:not(:disabled):not(.disabled).active:focus,
.btn-outline-sms:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-sms.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-mms {
    color: #420fb7;
    border-color: #420fb7;
    text-transform: uppercase
}

.btn-outline-mms:hover {
    color: #fff;
    background-color: #420fb7;
    border-color: #420fb7
}

.btn-outline-mms.focus,
.btn-outline-mms:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5)
}

.btn-outline-mms.disabled,
.btn-outline-mms:disabled {
    color: #420fb7;
    background-color: transparent
}

.btn-outline-mms:not(:disabled):not(.disabled).active,
.btn-outline-mms:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-mms.dropdown-toggle {
    color: #fff;
    background-color: #420fb7;
    border-color: #420fb7
}

.btn-outline-mms:not(:disabled):not(.disabled).active:focus,
.btn-outline-mms:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-mms.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(66, 15, 183, .5)
}

.btn-outline-voice {
    color: #e588d8;
    border-color: #e588d8;
    text-transform: uppercase
}

.btn-outline-voice:hover {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-outline-voice.focus,
.btn-outline-voice:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.btn-outline-voice.disabled,
.btn-outline-voice:disabled {
    color: #e588d8;
    background-color: transparent
}

.btn-outline-voice:not(:disabled):not(.disabled).active,
.btn-outline-voice:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-voice.dropdown-toggle {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-outline-voice:not(:disabled):not(.disabled).active:focus,
.btn-outline-voice:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-voice.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.btn-outline-email {
    color: #74efcf;
    border-color: #74efcf;
    text-transform: uppercase
}

.btn-outline-email:hover {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-outline-email.focus,
.btn-outline-email:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.btn-outline-email.disabled,
.btn-outline-email:disabled {
    color: #74efcf;
    background-color: transparent
}

.btn-outline-email:not(:disabled):not(.disabled).active,
.btn-outline-email:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-email.dropdown-toggle {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-outline-email:not(:disabled):not(.disabled).active:focus,
.btn-outline-email:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-email.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.btn-outline-fax {
    color: #c15bda;
    border-color: #c15bda;
    text-transform: uppercase
}

.btn-outline-fax:hover {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-outline-fax.focus,
.btn-outline-fax:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.btn-outline-fax.disabled,
.btn-outline-fax:disabled {
    color: #c15bda;
    background-color: transparent
}

.btn-outline-fax:not(:disabled):not(.disabled).active,
.btn-outline-fax:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-fax.dropdown-toggle {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-outline-fax:not(:disabled):not(.disabled).active:focus,
.btn-outline-fax:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-fax.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.btn-outline-post {
    color: #fbc98e;
    border-color: #fbc98e;
    text-transform: uppercase
}

.btn-outline-post:hover {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-outline-post.focus,
.btn-outline-post:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.btn-outline-post.disabled,
.btn-outline-post:disabled {
    color: #fbc98e;
    background-color: transparent
}

.btn-outline-post:not(:disabled):not(.disabled).active,
.btn-outline-post:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-post.dropdown-toggle {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-outline-post:not(:disabled):not(.disabled).active:focus,
.btn-outline-post:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-post.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.btn-outline-flyers {
    color: #fd8671;
    border-color: #fd8671;
    text-transform: uppercase
}

.btn-outline-flyers:hover {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-outline-flyers.focus,
.btn-outline-flyers:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.btn-outline-flyers.disabled,
.btn-outline-flyers:disabled {
    color: #fd8671;
    background-color: transparent
}

.btn-outline-flyers:not(:disabled):not(.disabled).active,
.btn-outline-flyers:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-flyers.dropdown-toggle {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-outline-flyers:not(:disabled):not(.disabled).active:focus,
.btn-outline-flyers:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-flyers.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.btn-outline-flyers1 {
    color: #ff866d;
    border-color: #ff866d;
    text-transform: uppercase
}

.btn-outline-flyers1:hover {
    color: #212529;
    background-color: #ff866d;
    border-color: #ff866d
}

.btn-outline-flyers1.focus,
.btn-outline-flyers1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5)
}

.btn-outline-flyers1.disabled,
.btn-outline-flyers1:disabled {
    color: #ff866d;
    background-color: transparent
}

.btn-outline-flyers1:not(:disabled):not(.disabled).active,
.btn-outline-flyers1:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-flyers1.dropdown-toggle {
    color: #212529;
    background-color: #ff866d;
    border-color: #ff866d
}

.btn-outline-flyers1:not(:disabled):not(.disabled).active:focus,
.btn-outline-flyers1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-flyers1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 134, 109, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    text-transform: uppercase
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-martinique {
    color: #32325c;
    border-color: #32325c;
    text-transform: uppercase
}

.btn-outline-martinique:hover {
    color: #fff;
    background-color: #32325c;
    border-color: #32325c
}

.btn-outline-martinique.focus,
.btn-outline-martinique:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5)
}

.btn-outline-martinique.disabled,
.btn-outline-martinique:disabled {
    color: #32325c;
    background-color: transparent
}

.btn-outline-martinique:not(:disabled):not(.disabled).active,
.btn-outline-martinique:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-martinique.dropdown-toggle {
    color: #fff;
    background-color: #32325c;
    border-color: #32325c
}

.btn-outline-martinique:not(:disabled):not(.disabled).active:focus,
.btn-outline-martinique:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-martinique.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 92, .5)
}

.btn-outline-bali-hai {
    color: #8ca0b5;
    border-color: #8ca0b5;
    text-transform: uppercase
}

.btn-outline-bali-hai:hover {
    color: #212529;
    background-color: #8ca0b5;
    border-color: #8ca0b5
}

.btn-outline-bali-hai.focus,
.btn-outline-bali-hai:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5);
    box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5)
}

.btn-outline-bali-hai.disabled,
.btn-outline-bali-hai:disabled {
    color: #8ca0b5;
    background-color: transparent
}

.btn-outline-bali-hai:not(:disabled):not(.disabled).active,
.btn-outline-bali-hai:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-bali-hai.dropdown-toggle {
    color: #212529;
    background-color: #8ca0b5;
    border-color: #8ca0b5
}

.btn-outline-bali-hai:not(:disabled):not(.disabled).active:focus,
.btn-outline-bali-hai:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-bali-hai.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5);
    box-shadow: 0 0 0 .2rem rgba(140, 160, 181, .5)
}

.btn-outline-bali-hai2 {
    color: #f3f8fd;
    border-color: #f3f8fd;
    text-transform: uppercase
}

.btn-outline-bali-hai2:hover {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-outline-bali-hai2.focus,
.btn-outline-bali-hai2:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.btn-outline-bali-hai2.disabled,
.btn-outline-bali-hai2:disabled {
    color: #f3f8fd;
    background-color: transparent
}

.btn-outline-bali-hai2:not(:disabled):not(.disabled).active,
.btn-outline-bali-hai2:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-bali-hai2.dropdown-toggle {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-outline-bali-hai2:not(:disabled):not(.disabled).active:focus,
.btn-outline-bali-hai2:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-bali-hai2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.btn-outline-maya-blue {
    color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-outline-maya-blue:hover {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-maya-blue.focus,
.btn-outline-maya-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-maya-blue.disabled,
.btn-outline-maya-blue:disabled {
    color: #47b4f9;
    background-color: transparent
}

.btn-outline-maya-blue:not(:disabled):not(.disabled).active,
.btn-outline-maya-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-maya-blue.dropdown-toggle {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-maya-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-maya-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-maya-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-maya-blue-btn {
    color: #4d7df6;
    border-color: #4d7df6;
    text-transform: uppercase
}

.btn-outline-maya-blue-btn:hover {
    color: #fff;
    background-color: #4d7df6;
    border-color: #4d7df6
}

.btn-outline-maya-blue-btn.focus,
.btn-outline-maya-blue-btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5);
    box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5)
}

.btn-outline-maya-blue-btn.disabled,
.btn-outline-maya-blue-btn:disabled {
    color: #4d7df6;
    background-color: transparent
}

.btn-outline-maya-blue-btn:not(:disabled):not(.disabled).active,
.btn-outline-maya-blue-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-maya-blue-btn.dropdown-toggle {
    color: #fff;
    background-color: #4d7df6;
    border-color: #4d7df6
}

.btn-outline-maya-blue-btn:not(:disabled):not(.disabled).active:focus,
.btn-outline-maya-blue-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-maya-blue-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5);
    box-shadow: 0 0 0 .2rem rgba(77, 125, 246, .5)
}

.btn-outline-alice-blue {
    color: #f8fbff;
    border-color: #f8fbff;
    text-transform: uppercase
}

.btn-outline-alice-blue:hover {
    color: #212529;
    background-color: #f8fbff;
    border-color: #f8fbff
}

.btn-outline-alice-blue.focus,
.btn-outline-alice-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5)
}

.btn-outline-alice-blue.disabled,
.btn-outline-alice-blue:disabled {
    color: #f8fbff;
    background-color: transparent
}

.btn-outline-alice-blue:not(:disabled):not(.disabled).active,
.btn-outline-alice-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-alice-blue.dropdown-toggle {
    color: #212529;
    background-color: #f8fbff;
    border-color: #f8fbff
}

.btn-outline-alice-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-alice-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-alice-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 251, 255, .5)
}

.btn-outline-salmon {
    color: #fbc98e;
    border-color: #fbc98e;
    text-transform: uppercase
}

.btn-outline-salmon:hover {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-outline-salmon.focus,
.btn-outline-salmon:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.btn-outline-salmon.disabled,
.btn-outline-salmon:disabled {
    color: #fbc98e;
    background-color: transparent
}

.btn-outline-salmon:not(:disabled):not(.disabled).active,
.btn-outline-salmon:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-salmon.dropdown-toggle {
    color: #212529;
    background-color: #fbc98e;
    border-color: #fbc98e
}

.btn-outline-salmon:not(:disabled):not(.disabled).active:focus,
.btn-outline-salmon:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-salmon.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5);
    box-shadow: 0 0 0 .2rem hsla(32, 93%, 77%, .5)
}

.btn-outline-salmon1 {
    color: #f9b25f;
    border-color: #f9b25f;
    text-transform: uppercase
}

.btn-outline-salmon1:hover {
    color: #212529;
    background-color: #f9b25f;
    border-color: #f9b25f
}

.btn-outline-salmon1.focus,
.btn-outline-salmon1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5);
    box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5)
}

.btn-outline-salmon1.disabled,
.btn-outline-salmon1:disabled {
    color: #f9b25f;
    background-color: transparent
}

.btn-outline-salmon1:not(:disabled):not(.disabled).active,
.btn-outline-salmon1:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-salmon1.dropdown-toggle {
    color: #212529;
    background-color: #f9b25f;
    border-color: #f9b25f
}

.btn-outline-salmon1:not(:disabled):not(.disabled).active:focus,
.btn-outline-salmon1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-salmon1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5);
    box-shadow: 0 0 0 .2rem rgba(249, 178, 95, .5)
}

.btn-outline-salmon-btn {
    color: #fd8671;
    border-color: #fd8671;
    text-transform: uppercase
}

.btn-outline-salmon-btn:hover {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-outline-salmon-btn.focus,
.btn-outline-salmon-btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.btn-outline-salmon-btn.disabled,
.btn-outline-salmon-btn:disabled {
    color: #fd8671;
    background-color: transparent
}

.btn-outline-salmon-btn:not(:disabled):not(.disabled).active,
.btn-outline-salmon-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-salmon-btn.dropdown-toggle {
    color: #212529;
    background-color: #fd8671;
    border-color: #fd8671
}

.btn-outline-salmon-btn:not(:disabled):not(.disabled).active:focus,
.btn-outline-salmon-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-salmon-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5);
    box-shadow: 0 0 0 .2rem hsla(9, 97%, 72%, .5)
}

.btn-outline-medium-orchid {
    color: #c15bda;
    border-color: #c15bda;
    text-transform: uppercase
}

.btn-outline-medium-orchid:hover {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-outline-medium-orchid.focus,
.btn-outline-medium-orchid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.btn-outline-medium-orchid.disabled,
.btn-outline-medium-orchid:disabled {
    color: #c15bda;
    background-color: transparent
}

.btn-outline-medium-orchid:not(:disabled):not(.disabled).active,
.btn-outline-medium-orchid:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-medium-orchid.dropdown-toggle {
    color: #fff;
    background-color: #c15bda;
    border-color: #c15bda
}

.btn-outline-medium-orchid:not(:disabled):not(.disabled).active:focus,
.btn-outline-medium-orchid:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-medium-orchid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5);
    box-shadow: 0 0 0 .2rem rgba(193, 91, 218, .5)
}

.btn-outline-medium-orchid1 {
    color: #da56c8;
    border-color: #da56c8;
    text-transform: uppercase
}

.btn-outline-medium-orchid1:hover {
    color: #fff;
    background-color: #da56c8;
    border-color: #da56c8
}

.btn-outline-medium-orchid1.focus,
.btn-outline-medium-orchid1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5);
    box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5)
}

.btn-outline-medium-orchid1.disabled,
.btn-outline-medium-orchid1:disabled {
    color: #da56c8;
    background-color: transparent
}

.btn-outline-medium-orchid1:not(:disabled):not(.disabled).active,
.btn-outline-medium-orchid1:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-medium-orchid1.dropdown-toggle {
    color: #fff;
    background-color: #da56c8;
    border-color: #da56c8
}

.btn-outline-medium-orchid1:not(:disabled):not(.disabled).active:focus,
.btn-outline-medium-orchid1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-medium-orchid1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5);
    box-shadow: 0 0 0 .2rem rgba(218, 86, 200, .5)
}

.btn-outline-clicksend-blue {
    color: #00a5ff;
    border-color: #00a5ff;
    text-transform: uppercase
}

.btn-outline-clicksend-blue:hover {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.btn-outline-clicksend-blue.focus,
.btn-outline-clicksend-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5)
}

.btn-outline-clicksend-blue.disabled,
.btn-outline-clicksend-blue:disabled {
    color: #00a5ff;
    background-color: transparent
}

.btn-outline-clicksend-blue:not(:disabled):not(.disabled).active,
.btn-outline-clicksend-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-clicksend-blue.dropdown-toggle {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.btn-outline-clicksend-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-clicksend-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-clicksend-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5)
}

.btn-outline-text-color {
    color: #8a9eb3;
    border-color: #8a9eb3;
    text-transform: uppercase
}

.btn-outline-text-color:hover {
    color: #212529;
    background-color: #8a9eb3;
    border-color: #8a9eb3
}

.btn-outline-text-color.focus,
.btn-outline-text-color:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5);
    box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5)
}

.btn-outline-text-color.disabled,
.btn-outline-text-color:disabled {
    color: #8a9eb3;
    background-color: transparent
}

.btn-outline-text-color:not(:disabled):not(.disabled).active,
.btn-outline-text-color:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-text-color.dropdown-toggle {
    color: #212529;
    background-color: #8a9eb3;
    border-color: #8a9eb3
}

.btn-outline-text-color:not(:disabled):not(.disabled).active:focus,
.btn-outline-text-color:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-text-color.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5);
    box-shadow: 0 0 0 .2rem rgba(138, 158, 179, .5)
}

.btn-outline-muted {
    color: #f3f8fd;
    border-color: #f3f8fd;
    text-transform: uppercase
}

.btn-outline-muted:hover {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-outline-muted.focus,
.btn-outline-muted:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.btn-outline-muted.disabled,
.btn-outline-muted:disabled {
    color: #f3f8fd;
    background-color: transparent
}

.btn-outline-muted:not(:disabled):not(.disabled).active,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-muted.dropdown-toggle {
    color: #212529;
    background-color: #f3f8fd;
    border-color: #f3f8fd
}

.btn-outline-muted:not(:disabled):not(.disabled).active:focus,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-muted.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 248, 253, .5)
}

.btn-outline-shocking {
    color: #e588d8;
    border-color: #e588d8;
    text-transform: uppercase
}

.btn-outline-shocking:hover {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-outline-shocking.focus,
.btn-outline-shocking:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.btn-outline-shocking.disabled,
.btn-outline-shocking:disabled {
    color: #e588d8;
    background-color: transparent
}

.btn-outline-shocking:not(:disabled):not(.disabled).active,
.btn-outline-shocking:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-shocking.dropdown-toggle {
    color: #212529;
    background-color: #e588d8;
    border-color: #e588d8
}

.btn-outline-shocking:not(:disabled):not(.disabled).active:focus,
.btn-outline-shocking:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-shocking.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5);
    box-shadow: 0 0 0 .2rem rgba(229, 136, 216, .5)
}

.btn-outline-cotton-candy1 {
    color: #ff9aef;
    border-color: #ff9aef;
    text-transform: uppercase
}

.btn-outline-cotton-candy1:hover {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-outline-cotton-candy1.focus,
.btn-outline-cotton-candy1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.btn-outline-cotton-candy1.disabled,
.btn-outline-cotton-candy1:disabled {
    color: #ff9aef;
    background-color: transparent
}

.btn-outline-cotton-candy1:not(:disabled):not(.disabled).active,
.btn-outline-cotton-candy1:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-cotton-candy1.dropdown-toggle {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-outline-cotton-candy1:not(:disabled):not(.disabled).active:focus,
.btn-outline-cotton-candy1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-cotton-candy1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.btn-outline-spray {
    color: #74efcf;
    border-color: #74efcf;
    text-transform: uppercase
}

.btn-outline-spray:hover {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-outline-spray.focus,
.btn-outline-spray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.btn-outline-spray.disabled,
.btn-outline-spray:disabled {
    color: #74efcf;
    background-color: transparent
}

.btn-outline-spray:not(:disabled):not(.disabled).active,
.btn-outline-spray:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-spray.dropdown-toggle {
    color: #212529;
    background-color: #74efcf;
    border-color: #74efcf
}

.btn-outline-spray:not(:disabled):not(.disabled).active:focus,
.btn-outline-spray:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-spray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5);
    box-shadow: 0 0 0 .2rem rgba(116, 239, 207, .5)
}

.btn-outline-spray1 {
    color: #38e8ba;
    border-color: #38e8ba;
    text-transform: uppercase
}

.btn-outline-spray1:hover {
    color: #212529;
    background-color: #38e8ba;
    border-color: #38e8ba
}

.btn-outline-spray1.focus,
.btn-outline-spray1:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5)
}

.btn-outline-spray1.disabled,
.btn-outline-spray1:disabled {
    color: #38e8ba;
    background-color: transparent
}

.btn-outline-spray1:not(:disabled):not(.disabled).active,
.btn-outline-spray1:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-spray1.dropdown-toggle {
    color: #212529;
    background-color: #38e8ba;
    border-color: #38e8ba
}

.btn-outline-spray1:not(:disabled):not(.disabled).active:focus,
.btn-outline-spray1:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-spray1.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 232, 186, .5)
}

.btn-outline-breakdown-bg {
    color: #f3f9fe;
    border-color: #f3f9fe;
    text-transform: uppercase
}

.btn-outline-breakdown-bg:hover {
    color: #212529;
    background-color: #f3f9fe;
    border-color: #f3f9fe
}

.btn-outline-breakdown-bg.focus,
.btn-outline-breakdown-bg:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5)
}

.btn-outline-breakdown-bg.disabled,
.btn-outline-breakdown-bg:disabled {
    color: #f3f9fe;
    background-color: transparent
}

.btn-outline-breakdown-bg:not(:disabled):not(.disabled).active,
.btn-outline-breakdown-bg:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-breakdown-bg.dropdown-toggle {
    color: #212529;
    background-color: #f3f9fe;
    border-color: #f3f9fe
}

.btn-outline-breakdown-bg:not(:disabled):not(.disabled).active:focus,
.btn-outline-breakdown-bg:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-breakdown-bg.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5);
    box-shadow: 0 0 0 .2rem rgba(243, 249, 254, .5)
}

.btn-outline-hero {
    color: #31315c;
    border-color: #31315c;
    text-transform: uppercase
}

.btn-outline-hero:hover {
    color: #fff;
    background-color: #31315c;
    border-color: #31315c
}

.btn-outline-hero.focus,
.btn-outline-hero:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5)
}

.btn-outline-hero.disabled,
.btn-outline-hero:disabled {
    color: #31315c;
    background-color: transparent
}

.btn-outline-hero:not(:disabled):not(.disabled).active,
.btn-outline-hero:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-hero.dropdown-toggle {
    color: #fff;
    background-color: #31315c;
    border-color: #31315c
}

.btn-outline-hero:not(:disabled):not(.disabled).active:focus,
.btn-outline-hero:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-hero.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5);
    box-shadow: 0 0 0 .2rem rgba(49, 49, 92, .5)
}

.btn-outline-gettingstarted-btn {
    color: #47b4f9;
    border-color: #47b4f9;
    text-transform: uppercase
}

.btn-outline-gettingstarted-btn:hover {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-gettingstarted-btn.focus,
.btn-outline-gettingstarted-btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-gettingstarted-btn.disabled,
.btn-outline-gettingstarted-btn:disabled {
    color: #47b4f9;
    background-color: transparent
}

.btn-outline-gettingstarted-btn:not(:disabled):not(.disabled).active,
.btn-outline-gettingstarted-btn:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-gettingstarted-btn.dropdown-toggle {
    color: #212529;
    background-color: #47b4f9;
    border-color: #47b4f9
}

.btn-outline-gettingstarted-btn:not(:disabled):not(.disabled).active:focus,
.btn-outline-gettingstarted-btn:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-gettingstarted-btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 180, 249, .5)
}

.btn-outline-mustard {
    color: #ffd44f;
    border-color: #ffd44f;
    text-transform: uppercase
}

.btn-outline-mustard:hover {
    color: #212529;
    background-color: #ffd44f;
    border-color: #ffd44f
}

.btn-outline-mustard.focus,
.btn-outline-mustard:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5)
}

.btn-outline-mustard.disabled,
.btn-outline-mustard:disabled {
    color: #ffd44f;
    background-color: transparent
}

.btn-outline-mustard:not(:disabled):not(.disabled).active,
.btn-outline-mustard:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-mustard.dropdown-toggle {
    color: #212529;
    background-color: #ffd44f;
    border-color: #ffd44f
}

.btn-outline-mustard:not(:disabled):not(.disabled).active:focus,
.btn-outline-mustard:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-mustard.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 212, 79, .5)
}

.btn-outline-bright-turquoise {
    color: #32e2f5;
    border-color: #32e2f5;
    text-transform: uppercase
}

.btn-outline-bright-turquoise:hover {
    color: #212529;
    background-color: #32e2f5;
    border-color: #32e2f5
}

.btn-outline-bright-turquoise.focus,
.btn-outline-bright-turquoise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5)
}

.btn-outline-bright-turquoise.disabled,
.btn-outline-bright-turquoise:disabled {
    color: #32e2f5;
    background-color: transparent
}

.btn-outline-bright-turquoise:not(:disabled):not(.disabled).active,
.btn-outline-bright-turquoise:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-bright-turquoise.dropdown-toggle {
    color: #212529;
    background-color: #32e2f5;
    border-color: #32e2f5
}

.btn-outline-bright-turquoise:not(:disabled):not(.disabled).active:focus,
.btn-outline-bright-turquoise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-bright-turquoise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 226, 245, .5)
}

.btn-outline-hollywood-cerise {
    color: #ca00c2;
    border-color: #ca00c2;
    text-transform: uppercase
}

.btn-outline-hollywood-cerise:hover {
    color: #fff;
    background-color: #ca00c2;
    border-color: #ca00c2
}

.btn-outline-hollywood-cerise.focus,
.btn-outline-hollywood-cerise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5)
}

.btn-outline-hollywood-cerise.disabled,
.btn-outline-hollywood-cerise:disabled {
    color: #ca00c2;
    background-color: transparent
}

.btn-outline-hollywood-cerise:not(:disabled):not(.disabled).active,
.btn-outline-hollywood-cerise:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-hollywood-cerise.dropdown-toggle {
    color: #fff;
    background-color: #ca00c2;
    border-color: #ca00c2
}

.btn-outline-hollywood-cerise:not(:disabled):not(.disabled).active:focus,
.btn-outline-hollywood-cerise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-hollywood-cerise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5);
    box-shadow: 0 0 0 .2rem rgba(202, 0, 194, .5)
}

.btn-outline-cerise {
    color: #e648ad;
    border-color: #e648ad;
    text-transform: uppercase
}

.btn-outline-cerise:hover {
    color: #fff;
    background-color: #e648ad;
    border-color: #e648ad
}

.btn-outline-cerise.focus,
.btn-outline-cerise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5)
}

.btn-outline-cerise.disabled,
.btn-outline-cerise:disabled {
    color: #e648ad;
    background-color: transparent
}

.btn-outline-cerise:not(:disabled):not(.disabled).active,
.btn-outline-cerise:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-cerise.dropdown-toggle {
    color: #fff;
    background-color: #e648ad;
    border-color: #e648ad
}

.btn-outline-cerise:not(:disabled):not(.disabled).active:focus,
.btn-outline-cerise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-cerise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5);
    box-shadow: 0 0 0 .2rem rgba(230, 72, 173, .5)
}

.btn-outline-medium-purple {
    color: #a75fe5;
    border-color: #a75fe5;
    text-transform: uppercase
}

.btn-outline-medium-purple:hover {
    color: #fff;
    background-color: #a75fe5;
    border-color: #a75fe5
}

.btn-outline-medium-purple.focus,
.btn-outline-medium-purple:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5);
    box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5)
}

.btn-outline-medium-purple.disabled,
.btn-outline-medium-purple:disabled {
    color: #a75fe5;
    background-color: transparent
}

.btn-outline-medium-purple:not(:disabled):not(.disabled).active,
.btn-outline-medium-purple:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-medium-purple.dropdown-toggle {
    color: #fff;
    background-color: #a75fe5;
    border-color: #a75fe5
}

.btn-outline-medium-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-medium-purple:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-medium-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5);
    box-shadow: 0 0 0 .2rem rgba(167, 95, 229, .5)
}

.btn-outline-lavender-rose {
    color: #ff9aef;
    border-color: #ff9aef;
    text-transform: uppercase
}

.btn-outline-lavender-rose:hover {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-outline-lavender-rose.focus,
.btn-outline-lavender-rose:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.btn-outline-lavender-rose.disabled,
.btn-outline-lavender-rose:disabled {
    color: #ff9aef;
    background-color: transparent
}

.btn-outline-lavender-rose:not(:disabled):not(.disabled).active,
.btn-outline-lavender-rose:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-lavender-rose.dropdown-toggle {
    color: #212529;
    background-color: #ff9aef;
    border-color: #ff9aef
}

.btn-outline-lavender-rose:not(:disabled):not(.disabled).active:focus,
.btn-outline-lavender-rose:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-lavender-rose.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 154, 239, .5)
}

.btn-outline-dodger-blue {
    color: #4a79fa;
    border-color: #4a79fa;
    text-transform: uppercase
}

.btn-outline-dodger-blue:hover {
    color: #fff;
    background-color: #4a79fa;
    border-color: #4a79fa
}

.btn-outline-dodger-blue.focus,
.btn-outline-dodger-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5)
}

.btn-outline-dodger-blue.disabled,
.btn-outline-dodger-blue:disabled {
    color: #4a79fa;
    background-color: transparent
}

.btn-outline-dodger-blue:not(:disabled):not(.disabled).active,
.btn-outline-dodger-blue:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-dodger-blue.dropdown-toggle {
    color: #fff;
    background-color: #4a79fa;
    border-color: #4a79fa
}

.btn-outline-dodger-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-dodger-blue:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-dodger-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(74, 121, 250, .5)
}

.btn-outline-electric-violet {
    color: #792bfb;
    border-color: #792bfb;
    text-transform: uppercase
}

.btn-outline-electric-violet:hover {
    color: #fff;
    background-color: #792bfb;
    border-color: #792bfb
}

.btn-outline-electric-violet.focus,
.btn-outline-electric-violet:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5);
    box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5)
}

.btn-outline-electric-violet.disabled,
.btn-outline-electric-violet:disabled {
    color: #792bfb;
    background-color: transparent
}

.btn-outline-electric-violet:not(:disabled):not(.disabled).active,
.btn-outline-electric-violet:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-electric-violet.dropdown-toggle {
    color: #fff;
    background-color: #792bfb;
    border-color: #792bfb
}

.btn-outline-electric-violet:not(:disabled):not(.disabled).active:focus,
.btn-outline-electric-violet:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-electric-violet.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5);
    box-shadow: 0 0 0 .2rem rgba(121, 43, 251, .5)
}

.btn-outline-turquoise {
    color: #37e7b7;
    border-color: #37e7b7;
    text-transform: uppercase
}

.btn-outline-turquoise:hover {
    color: #212529;
    background-color: #37e7b7;
    border-color: #37e7b7
}

.btn-outline-turquoise.focus,
.btn-outline-turquoise:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5)
}

.btn-outline-turquoise.disabled,
.btn-outline-turquoise:disabled {
    color: #37e7b7;
    background-color: transparent
}

.btn-outline-turquoise:not(:disabled):not(.disabled).active,
.btn-outline-turquoise:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-turquoise.dropdown-toggle {
    color: #212529;
    background-color: #37e7b7;
    border-color: #37e7b7
}

.btn-outline-turquoise:not(:disabled):not(.disabled).active:focus,
.btn-outline-turquoise:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-turquoise.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(55, 231, 183, .5)
}

.btn-outline-gull-gray {
    color: #99a8b7;
    border-color: #99a8b7;
    text-transform: uppercase
}

.btn-outline-gull-gray:hover {
    color: #212529;
    background-color: #99a8b7;
    border-color: #99a8b7
}

.btn-outline-gull-gray.focus,
.btn-outline-gull-gray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5)
}

.btn-outline-gull-gray.disabled,
.btn-outline-gull-gray:disabled {
    color: #99a8b7;
    background-color: transparent
}

.btn-outline-gull-gray:not(:disabled):not(.disabled).active,
.btn-outline-gull-gray:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-gull-gray.dropdown-toggle {
    color: #212529;
    background-color: #99a8b7;
    border-color: #99a8b7
}

.btn-outline-gull-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-gull-gray:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-gull-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(153, 168, 183, .5)
}

.btn.text-hover-blue:hover {
    color: #007bff !important
}

.btn.text-hover-indigo:hover {
    color: #6610f2 !important
}

.btn.text-hover-purple:hover {
    color: #6f42c1 !important
}

.btn.text-hover-pink:hover {
    color: #e83e8c !important
}

.btn.text-hover-red:hover {
    color: #dc3545 !important
}

.btn.text-hover-orange:hover {
    color: #fd7e14 !important
}

.btn.text-hover-yellow:hover {
    color: #ffc107 !important
}

.btn.text-hover-green:hover {
    color: #28a745 !important
}

.btn.text-hover-teal:hover {
    color: #20c997 !important
}

.btn.text-hover-cyan:hover {
    color: #17a2b8 !important
}

.btn.text-hover-white:hover {
    color: #fff !important
}

.btn.text-hover-gray:hover {
    color: #6c757d !important
}

.btn.text-hover-gray-dark:hover {
    color: #343a40 !important
}

.btn.text-hover-sms:hover {
    color: #47b4f9 !important
}

.btn.text-hover-mms:hover {
    color: #420fb7 !important
}

.btn.text-hover-voice:hover {
    color: #e588d8 !important
}

.btn.text-hover-email:hover {
    color: #74efcf !important
}

.btn.text-hover-fax:hover {
    color: #c15bda !important
}

.btn.text-hover-post:hover {
    color: #fbc98e !important
}

.btn.text-hover-flyers:hover {
    color: #fd8671 !important
}

.btn.text-hover-flyers1:hover {
    color: #ff866d !important
}

.btn.text-hover-salmon:hover {
    color: #fbc98e !important
}

.btn.text-hover-salmon1:hover {
    color: #f9b25f !important
}

.btn.text-hover-salmon-btn:hover {
    color: #fd8671 !important
}

.btn.text-hover-mona-lisa:hover {
    color: #fa9 !important
}

.btn.text-hover-spray:hover {
    color: #74efcf !important
}

.btn.text-hover-spray1:hover {
    color: #38e8ba !important
}

.btn.text-hover-cotton-candy:hover {
    color: #ffb8f4 !important
}

.btn.text-hover-cotton-candy1:hover {
    color: #ff9aef !important
}

.btn.text-hover-shocking:hover {
    color: #e588d8 !important
}

.btn.text-hover-medium-orchid:hover {
    color: #c15bda !important
}

.btn.text-hover-medium-orchid1:hover {
    color: #da56c8 !important
}

.btn.text-hover-malibu:hover {
    color: #7ecafb !important
}

.btn.text-hover-bali-hai:hover {
    color: #8ca0b5 !important
}

.btn.text-hover-bali-hai2:hover {
    color: #f3f8fd !important
}

.btn.text-hover-martinique:hover {
    color: #32325c !important
}

.btn.text-hover-text-color:hover {
    color: #8a9eb3 !important
}

.btn.text-hover-muted:hover {
    color: #f3f8fd !important
}

.btn.text-hover-maya-blue:hover {
    color: #47b4f9 !important
}

.btn.text-hover-maya-blue-btn:hover {
    color: #4d7df6 !important
}

.btn.text-hover-clicksend-blue:hover {
    color: #00a5ff !important
}

.btn.text-hover-alice-blue:hover {
    color: #f8fbff !important
}

.btn.text-hover-breakdown-bg:hover {
    color: #f3f9fe !important
}

.btn.text-hover-input-bg:hover {
    color: #fbfbfb !important
}

.btn.text-hover-search-bg:hover {
    color: #f8fcff !important
}

.btn.text-hover-line:hover {
    color: #f7f7f7 !important
}

.btn.text-hover-highlight-blue:hover {
    color: #47b3f9 !important
}

.btn.text-hover-pricing-table-head:hover {
    color: #4978fa !important
}

.btn.text-hover-pricing-table-row-odd:hover {
    color: #f3f9fe !important
}

.btn.text-hover-hero:hover {
    color: #31315c !important
}

.btn.text-hover-gettingstarted-btn:hover {
    color: #47b4f9 !important
}

.btn.text-hover-mustard:hover {
    color: #ffd44f !important
}

.btn.text-hover-bright-turquoise:hover {
    color: #32e2f5 !important
}

.btn.text-hover-hollywood-cerise:hover {
    color: #ca00c2 !important
}

.btn.text-hover-cerise:hover {
    color: #e648ad !important
}

.btn.text-hover-medium-purple:hover {
    color: #a75fe5 !important
}

.btn.text-hover-lavender-rose:hover {
    color: #ff9aef !important
}

.btn.text-hover-dodger-blue:hover {
    color: #4a79fa !important
}

.btn.text-hover-electric-violet:hover {
    color: #792bfb !important
}

.btn.text-hover-turquoise:hover {
    color: #37e7b7 !important
}

.btn.text-hover-gull-gray:hover {
    color: #99a8b7 !important
}

.csmenu-dropdown:before {
    content: "mobile";
    display: none
}

.csmenu-dropdown .nav-trigger {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    z-index: 5
}

.csmenu-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.csmenu-dropdown .nav-trigger span,
.csmenu-dropdown .nav-trigger span:after,
.csmenu-dropdown .nav-trigger span:before {
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 26px
}

.csmenu-dropdown .nav-trigger span:after,
.csmenu-dropdown .nav-trigger span:before {
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.csmenu-dropdown .nav-trigger span:before {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
}

.csmenu-dropdown .nav-trigger span:after {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

.csmenu-dropdown.nav-open .nav-trigger span {
    background-color: transparent
}

.csmenu-dropdown.nav-open .nav-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #32325c
}

.csmenu-dropdown.nav-open .nav-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #32325c
}

.csmenu-dropdown .main-nav {
    display: none
}

.csmenu-dropdown .csmenu-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 50px 5%;
    -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
    box-shadow: inset 0 1px 0 #e6e6e6;
    background-color: #fff;
    z-index: 4
}

@media (max-width:1199.98px) {
    .csmenu-dropdown .csmenu-dropdown-wrapper {
        top: -35px
    }
}

.csmenu-dropdown.nav-open .csmenu-dropdown-wrapper {
    display: block
}

.nav-container .action {
    display: none
}

.nav-container .menu-responsive-products-content {
    display: block
}

@media only screen and (min-width:1251px) {
    .nav-container .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-container .menu-responsive-products-content {
        display: none
    }

    .csmenu-dropdown {
        text-align: center;
        background-color: transparent
    }

    .csmenu-dropdown:before {
        content: "desktop"
    }

    .csmenu-dropdown .nav-trigger {
        display: none
    }

    .csmenu-dropdown .main-nav,
    .csmenu-dropdown .main-nav&gt;ul&gt;li {
        display: inline-block
    }

    .csmenu-dropdown .main-nav&gt;ul&gt;li&gt;a {
        display: block;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        font-weight: 700
    }

    .csmenu-dropdown.is-dropdown-visible .main-nav&gt;ul&gt;li&gt;a {
        opacity: .6
    }

    .csmenu-dropdown.is-dropdown-visible .main-nav&gt;ul&gt;li.active&gt;a {
        opacity: 1
    }

    .csmenu-dropdown .csmenu-dropdown-wrapper {
        display: block;
        top: 58px;
        width: auto;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        will-change: transform;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .csmenu-dropdown.is-dropdown-visible .csmenu-dropdown-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .csmenu-dropdown .dropdown-list {
        position: absolute;
        top: 35px;
        left: 0;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, width, height;
        -webkit-transition: visibility .3s;
        transition: visibility .3s;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
        border-radius: 8px;
        background: #fff
    }

    .no-csstransitions .csmenu-dropdown .dropdown-list {
        display: none
    }

    .csmenu-dropdown .dropdown-list:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .csmenu-dropdown .dropdown-list&gt;ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        overflow: hidden
    }

    .csmenu-dropdown.is-dropdown-visible .dropdown-list {
        visibility: visible;
        -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
        transition: width .3s, height .3s, -webkit-transform .3s;
        transition: transform .3s, width .3s, height .3s;
        transition: transform .3s, width .3s, height .3s, -webkit-transform .3s
    }

    .csmenu-dropdown.is-dropdown-visible .dropdown-list:before {
        opacity: 1
    }

    .csmenu-dropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s
    }

    .csmenu-dropdown .dropdown .content {
        width: 510px;
        padding-bottom: .8em
    }

    .csmenu-dropdown .dropdown.active {
        opacity: 1;
        visibility: visible
    }

    .csmenu-dropdown .dropdown.move-left .content {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    .csmenu-dropdown .dropdown.move-right .content {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    .csmenu-dropdown .label {
        display: none
    }

    .csmenu-dropdown .content {
        padding: 2.2em 1.8em;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left
    }

    .csmenu-dropdown .bg-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: #fff;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 8px
    }

    .csmenu-dropdown.is-dropdown-visible .bg-layer {
        opacity: 1;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #32325c
}

.subheading {
    color: #8ca0b5;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1831px) {
    .nav-container {
        grid-template-columns: 1fr 1fr 1.5fr;
        padding: 1.77777778rem 2.77777778rem
    }
}

header {
    min-height: 27.77777778rem;
    position: relative
}

header .nav-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 1.77777778rem 2.77777778rem
}

@media (min-width:576px) and (max-width:991.98px) {
    header .nav-container {
        grid-template-columns: 2fr 1fr 1fr;
        padding: .27777778rem 1.11111111rem
    }
}

@media (max-width:767.98px) {
    header .nav-container {
        grid-template-columns: 2fr 1fr 1fr;
        padding: .27777778rem 1.11111111rem
    }
}

header .nav a {
    color: #fff;
    text-transform: uppercase
}

header .logo {
    background: url("img/img-shared-logo.svg") no-repeat;
    height: 44px
}

@media (min-width:576px) and (max-width:991.98px) {
    header .logo {
        background-size: 8.33333333rem;
        background-position-y: .72222222rem
    }
}

@media (max-width:767.98px) {
    header .logo {
        background-size: 8.33333333rem;
        background-position-y: .72222222rem
    }
}

header .action {
    text-align: center
}

header .action .btn:first-child {
    margin: 0 .55555556rem 0 0
}

header .action .btn:last-child {
    margin: 0 0 0 .55555556rem
}

@media (min-width:576px) and (max-width:991.98px) {
    header .action {
        display: none
    }
}

@media (max-width:767.98px) {
    header .action {
        display: none
    }
}

header .title-container {
    text-align: center;
    margin: auto;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 58px
}

header .title-container .description {
    font-size: 1.11111111rem
}

header .page-icon {
    text-align: center;
    margin: auto;
    position: absolute;
    padding: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 98px;
    width: 98px;
    bottom: -48px
}

header .page-icon .page-icon-wrapper img {
    width: 6.11111111rem
}

header .page-icon .page-icon-border {
    position: relative;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    background: #fff
}

header .page-icon .page-icon-border img {
    position: absolute;
    width: 98px;
    top: 16px;
    left: 16px
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-list .title {
    font-size: 1rem;
    text-decoration: none
}

.product-list li {
    display: grid;
    grid-template-columns: .5fr 2fr;
    padding: 0;
    margin: 0 0 .55555556rem
}

@media (max-width:767.98px) {
    .product-list li .product-list-content {
        padding-top: 10px
    }
}

.product-list li .description {
    font-size: .77777778rem
}

.product-list li .icon {
    width: 3.88888889rem;
    height: auto
}

@media (max-width:991.98px) {
    .product-list li .icon {
        width: 3.33333333rem
    }
}

.menu-responsive-products-actions,
.menu-responsive-products-links {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.menu-responsive-products-actions .btn {
    padding: .61111111rem 3.27777778rem;
    font-weight: 700
}

.menu-responsive-products-actions .btn:first-child {
    margin-right: .38888889rem
}

.menu-responsive-products-actions .btn:last-child {
    margin-left: .38888889rem
}

.is-sticky .nav-container {
    padding: .55555556rem 1.11111111rem;
    background-color: hsla(0, 0%, 100%, .9) !important
}

.is-sticky .logo {
    background: url("img/img-shared-logo_horizon.svg") no-repeat;
    position: relative;
    top: .55555556rem;
    background-size: 8.61111111rem
}

.is-sticky .extra-link,
.is-sticky .nav-link {
    color: #32325c !important
}

.is-sticky .action .btn:first-child {
    color: #00a5ff;
    border-color: #00a5ff;
    color: #00a5ff !important
}

.is-sticky .action .btn:first-child:hover {
    color: #00a5ff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.is-sticky .action .btn:first-child.focus,
.is-sticky .action .btn:first-child:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5)
}

.is-sticky .action .btn:first-child.disabled,
.is-sticky .action .btn:first-child:disabled {
    color: #00a5ff;
    background-color: transparent
}

.is-sticky .action .btn:first-child:not(:disabled):not(.disabled).active,
.is-sticky .action .btn:first-child:not(:disabled):not(.disabled):active,
.show&gt;.is-sticky .action .btn:first-child.dropdown-toggle {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.is-sticky .action .btn:first-child:not(:disabled):not(.disabled).active:focus,
.is-sticky .action .btn:first-child:not(:disabled):not(.disabled):active:focus,
.show&gt;.is-sticky .action .btn:first-child.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 165, 255, .5)
}

.is-sticky .action .btn:first-child:HOVER {
    color: #fff !important
}

.is-sticky .action .btn:last-child {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff;
    color: #fff !important
}

.is-sticky .action .btn:last-child:hover {
    color: #fff;
    background-color: #008cd9;
    border-color: #0084cc
}

.is-sticky .action .btn:last-child.focus,
.is-sticky .action .btn:last-child:focus {
    color: #fff;
    background-color: #008cd9;
    border-color: #0084cc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5)
}

.is-sticky .action .btn:last-child.disabled,
.is-sticky .action .btn:last-child:disabled {
    color: #fff;
    background-color: #00a5ff;
    border-color: #00a5ff
}

.is-sticky .action .btn:last-child:not(:disabled):not(.disabled).active,
.is-sticky .action .btn:last-child:not(:disabled):not(.disabled):active,
.show&gt;.is-sticky .action .btn:last-child.dropdown-toggle {
    color: #fff;
    background-color: #0084cc;
    border-color: #007cbf
}

.is-sticky .action .btn:last-child:not(:disabled):not(.disabled).active:focus,
.is-sticky .action .btn:last-child:not(:disabled):not(.disabled):active:focus,
.show&gt;.is-sticky .action .btn:last-child.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 179, 255, .5)
}

.is-sticky .nav-open .nav-trigger span {
    background-color: #fff !important
}

.is-sticky .nav-trigger span,
.is-sticky .nav-trigger span:after,
.is-sticky .nav-trigger span:before {
    background-color: #32325c
}

html {
    overflow-x: hidden;
    font-family: Arial
}

.cardview-icon.cardview-icon-flyer {
    background: #ff866d !important
}

.cardview-icon-product {
    width: 3.55555556rem;
    height: 3.55555556rem;
    margin: auto;
    margin-bottom: 1.44444444rem;
    border-radius: 100%;
    position: relative;
    text-align: center
}

.cardview-icon-product img {
    width: 100%;
    height: 100%
}

.feature-box {
    background-image: radial-gradient(circle 1693px at 100% 100%, #47b3f9 0, #3fd7ff 23%, #00e3ff 41%, #1ac6fb 62%, #b54fff 100%);
    padding-top: 4.38888889rem;
    position: relative
}

.pricing-page {
    top: -7.61111111rem
}

.cardview-nav-products .search-box {
    position: relative;
    background: #f8fcff;
    width: 100%;
    display: grid;
    grid-template-columns: 72px 1fr 72px
}

.cardview-nav-products .search-box .search-flag {
    position: relative;
    top: 0;
    left: 1.11111111rem;
    font-size: 1.38888889rem
}

.cardview-nav-products .search-box .search-flag-item {
    margin-right: .55555556rem
}

.cardview-nav-products .search-box .search-input {
    background: #f8fcff;
    height: 3.88888889rem;
    min-height: 3.88888889rem;
    width: 100%;
    border: none;
    color: #8a9eb3;
    padding: 0 .27777778rem;
    font-size: 1rem;
    border-bottom: .05555556rem solid #f7f7f7
}

.cardview-nav-products .search-box .search-input::-webkit-input-placeholder {
    color: #8a9eb3
}

.cardview-nav-products .search-box .search-input::-ms-input-placeholder {
    color: #8a9eb3
}

.cardview-nav-products .search-box .search-input::placeholder {
    color: #8a9eb3
}

.cardview-nav-products .search-box .search-icon {
    position: relative;
    top: 1.22222222rem;
    left: 1.66666667rem
}

.cardview-nav-products .pricing img {
    width: 110px;
    margin-top: 1.11111111rem;
    margin-bottom: .5rem
}

.cardview-nav-products .nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    padding: 1.55555556rem 2.33333333rem 0;
    border-bottom: .05555556rem solid #f7f7f7
}

@media (min-width:576px) and (max-width:991.98px) {
    .cardview-nav-products .nav {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .cardview-nav-products .nav {
        grid-template-columns: 1fr 1fr 1fr;
        padding: .55555556rem !important
    }

    .cardview-nav-products .nav .nav-icon {
        width: 90px !important
    }
}

.cardview-nav-products .nav .nav-item {
    text-align: center;
    border-bottom: 3px solid transparent
}

.cardview-nav-products .nav .nav-item:HOVER {
    cursor: pointer
}

.cardview-nav-products .nav .nav-item.nav-item-sms.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-sms:HOVER {
    border-bottom: 3px solid #47b4f9
}

.cardview-nav-products .nav .nav-item.nav-item-voice.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-voice:HOVER {
    border-bottom: 3px solid #e588d8
}

.cardview-nav-products .nav .nav-item.nav-item-email.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-email:HOVER {
    border-bottom: 3px solid #74efcf
}

.cardview-nav-products .nav .nav-item.nav-item-fax.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-fax:HOVER {
    border-bottom: 3px solid #c15bda
}

.cardview-nav-products .nav .nav-item.nav-item-post.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-post:HOVER {
    border-bottom: 3px solid #fbc98e
}

.cardview-nav-products .nav .nav-item.nav-item-rich-messaging.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-rich-messaging:HOVER {
    border-bottom: 3px solid #fd8671
}

.cardview-nav-products .nav .nav-item.nav-item-mms.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-mms:HOVER {
    border-bottom: 3px solid #420fb7
}

.cardview-nav-products .nav .nav-item.nav-item-flyers.nav-item-selected,
.cardview-nav-products .nav .nav-item.nav-item-flyers:HOVER {
    border-bottom: 3px solid #fd8671
}

.cardview-nav-products .nav-content {
    padding: 0 2.5rem 2.66666667rem;
    margin-top: 1.38888889rem
}

.cardview-nav-products .nav-content .nav-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1.94444444rem
}

.cardview-nav-products .nav-content .nav-title h3 {
    font-size: 2.22222222rem
}

.cardview-nav-products .nav-content .nav-title h4 {
    font-size: 1.11111111rem;
    color: #8ca0b5
}

.cardview-nav-products .nav-content .alert {
    text-align: center
}

.cardview-nav-products .nav-content .alert.alert-primary {
    border-radius: 8px;
    border: 1px solid rgba(71, 179, 249, .5);
    background-color: rgba(71, 179, 249, .1);
    color: #47b4f9;
    font-size: 1rem;
    padding: 1.11111111rem
}

.cardview-nav-products .nav-content .nav-table {
    border-radius: .44444444rem .44444444rem 0 0;
    padding-right: 1.66666667rem
}

.cardview-nav-products .nav-content .nav-table table {
    width: 100%
}

.cardview-nav-products .nav-content .nav-table table thead {
    background: #4978fa;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: .77777778rem;
    font-weight: 700;
    line-height: 1.66666667rem;
    text-transform: uppercase;
    text-align: center
}

.cardview-nav-products .nav-content .nav-table table thead th {
    height: 4rem
}

.cardview-nav-products .nav-content .nav-table table thead th:first-child {
    border-radius: 8px 0 0 0
}

.cardview-nav-products .nav-content .nav-table table thead th:last-child {
    border-radius: 0 8px 0 0
}

.cardview-nav-products .nav-content .nav-table table tbody tr:nth-child(odd) {
    background: #f3f9fe
}

.cardview-nav-products .nav-content .nav-table table tbody tr td {
    padding: 1.11111111rem 0;
    text-align: center
}

.cardview-nav-products .nav-content .nav-description {
    padding-left: 1.66666667rem
}

@media (min-width:576px) and (max-width:991.98px) {
    .cardview-nav-products .nav-content .nav-description {
        margin-top: 2.22222222rem
    }
}

@media (max-width:767.98px) {
    .cardview-nav-products .nav-content .nav-description {
        margin-top: 2.22222222rem
    }
}

.cardview-nav-products .nav-content .nav-description .nav-description-icon {
    margin-right: .38888889rem
}

.cardview-nav-products .features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1.11111111rem;
    grid-row-gap: 1.11111111rem
}

@media (min-width:768px) {
    .cardview-nav-products .features {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .cardview-nav-products .features {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .cardview-nav-products .features {
        grid-template-columns: 1fr
    }
}

.cardview-nav-products .features .feature-item {
    display: grid;
    grid-template-columns: 3.55555556rem 1fr;
    grid-column-gap: 1.11111111rem
}

.cardview-nav-products .features .feature-item p {
    padding-top: 1.11111111rem
}

.cardview {
    -webkit-box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    border-radius: .44444444rem;
    background-color: #fff
}

.cardview-simple {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 2.77777778rem;
    padding-bottom: 2.77777778rem
}

.cardview-simple .cardview-text {
    text-align: center;
    min-height: auto
}

.cardview-text-auto .cardview-text {
    min-height: auto
}

.cardview-help-form {
    padding: 2.22222222rem 6.88888889rem !important
}

@media (max-width:991.98px) {
    .cardview-help-form {
        padding: 2.22222222rem/2 6.88888889rem/2 !important
    }
}

.cardview-item {
    text-align: center;
    padding: 2.77777778rem
}

.cardview-item a {
    text-decoration: none
}

.cardview-item-no-bg {
    padding: 2.77777778rem 0 !important
}

.cardview-item-no-bg .cardview-icon {
    background: none !important
}

.cardview-item-no-bg .cardview-icon img {
    width: auto !important;
    height: auto !important;
    max-width: none;
    max-height: none;
    position: relative !important;
    top: auto;
    left: auto
}

.cardview-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.55555556rem;
    height: 3.55555556rem;
    margin: auto;
    margin-bottom: 1.44444444rem;
    background: #47b4f9;
    border-radius: 100%;
    position: relative
}

.cardview-icon img {
    margin: auto;
    max-height: 1.83333333rem;
    max-width: 1.83333333rem
}

.cardview-icon-sms {
    background: #47b4f9
}

.cardview-icon-mms {
    background: #420fb7
}

.cardview-icon-voice {
    background: #e588d8
}

.cardview-icon-email {
    background: #74efcf
}

.cardview-icon-fax {
    background: #c15bda
}

.cardview-icon-post {
    background: #fbc98e
}

.cardview-icon-flyers {
    background: #fd8671
}

.cardview-icon-flyers1 {
    background: #ff866d
}

.cardview-icon-white {
    background: #fff
}

.cardview-icon-martinique {
    background: #32325c
}

.cardview-icon-bali-hai {
    background: #8ca0b5
}

.cardview-icon-bali-hai2 {
    background: #f3f8fd
}

.cardview-icon-maya-blue {
    background: #47b4f9
}

.cardview-icon-maya-blue-btn {
    background: #4d7df6
}

.cardview-icon-alice-blue {
    background: #f8fbff
}

.cardview-icon-salmon {
    background: #fbc98e
}

.cardview-icon-salmon1 {
    background: #f9b25f
}

.cardview-icon-salmon-btn {
    background: #fd8671
}

.cardview-icon-medium-orchid {
    background: #c15bda
}

.cardview-icon-medium-orchid1 {
    background: #da56c8
}

.cardview-icon-clicksend-blue {
    background: #00a5ff
}

.cardview-icon-text-color {
    background: #8a9eb3
}

.cardview-icon-muted {
    background: #f3f8fd
}

.cardview-icon-shocking {
    background: #e588d8
}

.cardview-icon-cotton-candy1 {
    background: #ff9aef
}

.cardview-icon-spray {
    background: #74efcf
}

.cardview-icon-spray1 {
    background: #38e8ba
}

.cardview-icon-breakdown-bg {
    background: #f3f9fe
}

.cardview-icon-hero {
    background: #31315c
}

.cardview-icon-gettingstarted-btn {
    background: #47b4f9
}

.cardview-icon-mustard {
    background: #ffd44f
}

.cardview-icon-bright-turquoise {
    background: #32e2f5
}

.cardview-icon-hollywood-cerise {
    background: #ca00c2
}

.cardview-icon-cerise {
    background: #e648ad
}

.cardview-icon-medium-purple {
    background: #a75fe5
}

.cardview-icon-lavender-rose {
    background: #ff9aef
}

.cardview-icon-dodger-blue {
    background: #4a79fa
}

.cardview-icon-electric-violet {
    background: #792bfb
}

.cardview-icon-turquoise {
    background: #37e7b7
}

.cardview-icon-gull-gray {
    background: #99a8b7
}

.cardview-title {
    font-size: 1.3em;
    margin-bottom: .55555556rem
}

.cardview-title .fa.fa-angle-right.fa-lg {
    vertical-align: -10%
}

.cardview-text {
    margin-bottom: 2rem;
    color: #8a9eb3;
    min-height: 8.33333333rem
}

.feature-box.pricing {
    background-image: linear-gradient(47deg, #f9b25e, #f72ba6);
    padding-top: 4.38888889rem;
    position: relative
}

.feature-box-icon {
    border-radius: 100%;
    background: #fff;
    top: 0;
    height: 130px;
    width: 130px;
    top: -64px;
    z-index: 0
}

.feature-box-icon,
.feature-box-icon img {
    text-align: center;
    margin: auto;
    position: absolute;
    padding: 0;
    left: 0;
    right: 0
}

.feature-box-icon img {
    top: 0;
    bottom: 0;
    height: 98px;
    z-index: 1
}

.feature-box-title {
    margin-bottom: 2.77777778rem
}

.feature-list-item {
    display: grid;
    grid-template-columns: 1.94444444rem 1fr;
    margin-bottom: 2.16666667rem;
    min-height: 70px
}

.feature-list-item:last-child {
    margin-bottom: 0
}

.feature-list-item-text {
    padding-left: 1.33333333rem;
    color: #32325c;
    font-size: 1rem
}

.companies {
    width: 54.11111111rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    background: url("/img/img-shared-map.png") no-repeat;
    background-size: contain;
    padding: 2.66666667rem 4.88888889rem
}

@media (max-width:1199.98px) {
    .companies {
        width: 100%;
        padding: 1.11111111rem
    }
}

@media (max-width:991.98px) {
    .companies-container .btn {
        margin-top: 2.22222222rem
    }
}

.company-item {
    text-align: center
}

.company-item img {
    width: 100%
}

.question-container {
    background-image: linear-gradient(47deg, #f9b25e, #f72ba6);
    padding: 5rem 0
}

.question-container .btn {
    -webkit-box-shadow: .11111111rem .11111111rem .33333333rem rgba(87, 87, 87, .25);
    box-shadow: .11111111rem .11111111rem .33333333rem rgba(87, 87, 87, .25)
}

.question-container .btn:first-child {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .question-container .btn {
        margin-bottom: .83333333rem
    }
}

.pricing-page {
    position: relative;
    top: -10.86666667rem;
    margin-bottom: -6.66666667rem
}

.pricing-page .pricing-questions {
    padding: 0 1.11111111rem
}

.pricing-page .pricing-questions h3 {
    line-height: 1.6
}

.pricing-page .cardview-nav-products .search-box {
    border-radius: .44444444rem
}

.pricing-features {
    padding: 3.83333333rem 4.05555556rem
}

.pricing-features .pricing-features-item {
    display: grid;
    grid-template-columns: 3.55555556rem 1fr;
    margin-bottom: 1.61111111rem
}

.pricing-features .pricing-features-item:last-child {
    margin-bottom: 0
}

.pricing-features .pricing-features-item .pricing-features-item-text {
    padding-left: 1.33333333rem;
    color: #32325c;
    font-size: 1rem;
    padding-top: .83333333rem
}

.products-list {
    display: grid;
    width: 100%;
    margin-top: 3.11111111rem;
    margin-bottom: 5.55555556rem
}

@media (min-width:768px) {
    .products-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .products-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .products-list {
        grid-template-columns: 1fr
    }
}

.products-list .product-box {
    -webkit-box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    border-radius: .44444444rem;
    background-color: #fff;
    margin-right: 1.38888889rem;
    margin-bottom: 1.38888889rem;
    padding: 2.22222222rem 1.11111111rem;
    text-align: center
}

@media (max-width:767.98px) {
    .products-list .product-box {
        width: 100%;
        margin-right: auto
    }
}

.products-list .product-box .icon {
    width: 9.44444444rem;
    height: 9.44444444rem;
    margin-bottom: 2.11111111rem
}

.products-list .product-box .title {
    font-size: 1.11111111rem
}

.products-list .product-box .description {
    min-height: 4.44444444rem
}

.products-list .product-box .btn {
    margin-top: 2rem
}

.pricing-container {
    background: linear-gradient(47deg, #ff9aef, #d963b6 56%, #c855d7);
    text-align: center;
    padding-top: 3.88888889rem;
    padding-bottom: 4.16666667rem;
    margin-bottom: 4.77777778rem
}

.pricing-container .icon,
.pricing-container .title {
    margin-bottom: 1.11111111rem
}

.pricing-container .title {
    color: #fff
}

#legal-page .btn {
    margin-bottom: 2.77777778rem
}

@media (min-width:576px) and (max-width:991.98px) {
    #legal-page .btn {
        margin-bottom: .55555556rem
    }
}

@media (max-width:767.98px) {
    #legal-page .btn {
        margin-bottom: .55555556rem
    }
}

.toggler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 16.66666667rem;
    border-radius: 2.77777778rem;
    border: .05555556rem solid #00a5ff;
    padding: .27777778rem;
    text-transform: uppercase
}

.toggler .toggler-btn {
    padding: .66666667rem;
    text-align: center;
    border-radius: 2.77777778rem;
    font-weight: 700;
    color: #00a5ff;
    cursor: pointer
}

.toggler .toggler-btn.active {
    background: #00a5ff;
    color: #fff
}

.switcher-container {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    width: 100%;
    text-align: center;
    font-weight: 700
}

.switcher-container p {
    font-size: 20px
}

.switcher-container p:first-child {
    text-align: right
}

.switcher-container p:last-child {
    text-align: left
}

.switcher {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switcher input {
    display: none
}

.switcher .slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #00a5ff;
    border-radius: 34px
}

.switcher .slider,
.switcher .slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.switcher .slider:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #00a5ff;
    border-radius: 50%
}

.switcher input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.ranger {
    position: relative
}

.ranger .ranger-progress {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 12px;
    background: #00a5ff
}

.ranger input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #f6f8fe;
    outline: none
}

.ranger input:hover {
    opacity: 1
}

.ranger input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #00a5ff;
    cursor: pointer;
    border-radius: 100%
}

.ranger input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #00a5ff;
    cursor: pointer;
    border-radius: 100%
}

.awesomplete {
    position: relative
}

.awesomplete ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.awesomplete ul li {
    background: #f8fcff;
    width: 100%;
    color: #8a9eb3;
    padding: .55555556rem;
    font-size: 1rem
}

.awesomplete ul li .mark,
.awesomplete ul li mark {
    background: #c5e6ff !important;
    color: #8a9eb3
}

.company-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    margin: 0 auto;
    width: 80%
}

.company-menu a {
    margin-right: 3px;
    margin-left: 3px;
    white-space: nowrap
}

@media (min-width:576px) and (max-width:991.98px) {
    .company-menu {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .company-menu {
        grid-template-columns: 1fr
    }
}

.customer-icon-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%
}

.customer-icon-container .icon {
    text-align: center;
    margin-bottom: 2.77777778rem
}

@media (min-width:768px) {
    .customer-icon-container {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .customer-icon-container .icon {
        text-align: center;
        margin-bottom: 5.55555556rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .customer-icon-container {
        grid-template-columns: 1fr 1fr 1fr
    }

    .customer-icon-container .icon {
        text-align: center;
        margin-bottom: 2.77777778rem
    }
}

@media (max-width:767.98px) {
    .customer-icon-container {
        grid-template-columns: 1fr
    }

    .customer-icon-container .icon {
        text-align: center;
        margin-bottom: 2.77777778rem
    }
}

.the-team-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 1.11111111rem;
    text-align: center
}

.the-team-container img {
    border-radius: 100%;
    margin-bottom: 1.11111111rem;
    max-height: 11.11111111rem;
    height: 11.11111111rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer
}

.the-team-container img:HOVER {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter .3s linear
}

.the-team-container .name {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.the-team-container .position {
    padding: 0;
    margin: 0;
    font-size: .83333333rem
}

.the-team-container .description {
    margin-top: 1.11111111rem
}

@media (min-width:768px) {
    .the-team-container {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .the-team-container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .the-team-container {
        grid-template-columns: 1fr
    }
}

.home-page header {
    position: relative
}

.home-page .triangle {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10.11111111rem;
    z-index: 0;
    border-left: 39.55555556rem solid transparent;
    border-right: 39.55555556rem solid transparent;
    border-bottom: 10rem solid #fff
}

@media (max-width:991.98px) {
    .home-page .triangle {
        border-left: none !important;
        border-right: none !important
    }
}

.home-page .title {
    color: #fff;
    font-weight: 400;
    text-align: center;
    max-width: 57rem;
    margin: 5.72222222rem auto 0
}

@media (max-width:767.98px) {
    .home-page .title {
        grid-template-columns: 1fr;
        font-size: 2.33333333rem !important
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .home-page .title {
        font-size: 2.33333333rem !important
    }
}

.home-page .subtitle {
    color: #fff;
    font-weight: 400;
    text-align: center;
    max-width: 57rem;
    margin: 1.11111111rem auto 0
}

.home-page .video-container {
    position: relative;
    width: 42.27777778rem;
    height: 26.5rem;
    margin: 0 auto;
    top: 2.77777778rem;
    z-index: 1
}

.home-page .video-container .youtube-placeholder,
.home-page .video-container iframe {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 40.16666667rem;
    height: 22.05555556rem;
    -webkit-box-shadow: .44444444rem .44444444rem 1.11111111rem .22222222rem rgba(87, 87, 87, .25);
    box-shadow: .44444444rem .44444444rem 1.11111111rem .22222222rem rgba(87, 87, 87, .25);
    background: #404068
}

.home-page .video-container .bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.home-page .video-container .bg img {
    width: 100%
}

@media (max-width:767.98px) {
    .home-page .video-container {
        width: 95%
    }

    .home-page .video-container .youtube-placeholder,
    .home-page .video-container iframe {
        width: 100%;
        max-height: available
    }
}

.home-page .logo-wrapper {
    cursor: pointer
}

.home-page .logo-wrapper .view-customers-btn {
    text-align: center;
    margin-top: 1.66666667rem
}

.home-page .logo-wrapper .logo-container {
    display: grid;
    grid-column-gap: 1.11111111rem;
    grid-row-gap: 1.11111111rem;
    height: 40px;
    margin-top: 6.66666667rem
}

@media (min-width:768px) {
    .home-page .logo-wrapper .logo-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        height: 100%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .home-page .logo-wrapper .logo-container {
        grid-template-columns: 1fr 1fr 1fr;
        height: 80%
    }
}

@media (max-width:767.98px) {
    .home-page .logo-wrapper .logo-container {
        grid-template-columns: 1fr 1fr;
        height: 80%
    }
}

.home-page .logo-wrapper .logo-container div {
    text-align: center;
    position: relative;
    height: 40px
}

.home-page .logo-wrapper .logo-container div img {
    max-width: 115px;
    max-height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.home-page .products-container .product-item .more-info-btn {
    margin-top: 2.77777778rem;
    text-align: center
}

.home-page .products-container .product-item .product-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:1199.98px) {
    .home-page .products-container .product-item .product-info {
        grid-template-columns: 1fr
    }
}

.home-page .products-container .product-item .product-info .product-info-item {
    display: grid;
    grid-template-columns: .25fr 1fr;
    margin-bottom: 1.11111111rem
}

.home-page .products-container .product-item .product-info .product-info-item p {
    padding-top: 1.11111111rem;
    padding-left: 1.11111111rem
}

.hero-container {
    position: relative;
    padding: 6.88888889rem 0 0
}

.hero-container .globe-video {
    width: 100%;
    height: 400px;
    position: relative;
    bottom: -.33333333rem;
    border: none
}

@media (max-width:991.98px) {
    .hero-container .globe-video {
        width: 100%;
        height: 13.44444444rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .hero-container .globe-video {
        width: 100%;
        height: 13.44444444rem
    }
}

@media (max-width:767.98px) {
    .hero-container .globe-video {
        width: 100%;
        height: 7.72222222rem
    }
}

.hero-container .icon {
    position: absolute;
    top: -3.61111111rem;
    left: 0;
    right: 0;
    width: 108px;
    height: 108px;
    margin: auto
}

.hero-container .icon .icon-wrapper {
    border: 10px solid #fff;
    border-radius: 100%
}

.hero-container .icon img {
    width: 100%;
    height: 100%
}

.hero-container .icon .globe-image {
    max-width: 65.61111111rem
}

.why-choose-us .cardview {
    height: 23.44444444rem
}

.we-play-nice {
    margin-bottom: 5.55555556rem
}

.we-play-nice .we-play-nice-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2.77777778rem
}

.we-play-nice .we-play-nice-logos div {
    text-align: center
}

@media (max-width:1199.98px) {
    .we-play-nice .we-play-nice-logos {
        height: 80% !important;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (max-width:991.98px) {
    .we-play-nice .we-play-nice-logos {
        height: 80% !important;
        grid-template-columns: 1fr 1fr
    }
}

.have-a-question-container {
    background: #f3f8fd;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.trust-container {
    position: relative;
    min-height: 36.11111111rem
}

.trust-container .content {
    width: 33.33333333rem;
    padding-top: 11.11111111rem;
    padding-left: 9.72222222rem
}

.trust-container .icons {
    position: absolute;
    top: -2.22222222rem;
    right: 6.66666667rem
}

@media (min-width:576px) and (max-width:991.98px) {
    .trust-container .content {
        width: 50% !important;
        padding-top: 11.11111111rem !important;
        padding-left: 4.88888889rem !important
    }

    .trust-container .icons {
        top: 100px !important;
        right: 10px !important;
        width: 400px !important;
        height: 22.22222222rem !important
    }

    .trust-container .icons img {
        width: 100% !important
    }
}

@media (max-width:767.98px) {
    .trust-container .content {
        width: 100% !important;
        text-align: center !important;
        padding: 11.11111111rem 2.77777778rem 0 !important
    }

    .trust-container .icons {
        display: none
    }
}

.getstarted-container {
    background-image: linear-gradient(47deg, #f9b25e, #f72ba6);
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 25rem
}

.getstarted-container form {
    display: grid;
    grid-template-columns: 1fr 1fr .5fr;
    grid-column-gap: 1.66666667rem
}

@media (max-width:767.98px) {
    .getstarted-container form {
        grid-template-columns: 1fr;
        grid-row-gap: 1.11111111rem;
        margin-bottom: 2.77777778rem
    }
}

.stats-container {
    position: relative;
    top: -7.38888889rem
}

.stats-container .cardview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.stats-container .cardview .box {
    text-align: center;
    padding: 2.27777778rem 1.88888889rem
}

.stats-container .cardview .box .value {
    font-size: 2.22222222rem
}

.stats-container .cardview .box .label {
    font-size: 1.11111111rem
}

@media (max-width:767.98px) {
    .stats-container .cardview {
        grid-template-columns: 1fr
    }
}

.region-container .region-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 2.77777778rem
}

@media (min-width:576px) and (max-width:991.98px) {
    .region-container .region-group {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .region-container .region-group {
        grid-template-columns: 1fr 1fr
    }
}

.region-container .region-item {
    -webkit-box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    box-shadow: 0 .16666667rem 2.77777778rem rgba(0, 0, 0, .08);
    border-radius: .44444444rem;
    background-color: #fff;
    cursor: pointer;
    margin: .83333333rem
}

.region-container .region-item:hover {
    background: #f4faff !important
}

.region-container .region-item a {
    text-decoration: none;
    color: #8a9eb3;
    display: block;
    width: 100%
}

@media (min-width:576px) and (max-width:767.98px) {
    .region-container .region-item a {
        padding: 1.11111111rem 0
    }
}

@media (max-width:767.98px) {
    .region-container .region-item a {
        padding: 1.11111111rem 0
    }
}

.region-container .region-item a:hover {
    color: #8a9eb3
}

.region-container .region-item .flag-icon {
    font-size: 1.66666667rem;
    margin-bottom: .83333333rem;
    margin-top: .83333333rem
}

.region-container .region-item .region-item-name {
    font-size: 1.11111111rem;
    padding: 0 .55555556rem
}

.help-abuse-thankyou {
    text-align: center
}

.help-abuse-thankyou img {
    width: 11.11111111rem
}

.help-abuse-thankyou p {
    font-size: 1.66666667rem
}

.header-card-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 5.55555556rem;
    z-index: 1
}

.header-card-container div {
    min-height: 16.66666667rem
}

.header-card-container .globe-container {
    margin-left: -40px;
    margin-top: -20px
}

@media (max-width:991.98px) {
    .header-card-container .globe-container {
        margin-left: 0;
        margin-top: 15px
    }
}

.header-card-container .globe-text p.globe-title,
.header-card-container .globe-text strong {
    font-size: 1.44444444rem;
    color: #32325c
}

.header-card-container .globe-desc {
    font-size: 1.11111111rem
}

@media (max-width:1200px) {
    .header-card-container {
        padding-left: 25px;
        padding-right: 25px
    }
}

.tour-header {
    background-image: url(/images/img-tour-header-bg.svg?79a17d4ccf6ef13f0551a54741b739a8);
    background-repeat: no-repeat;
    background-position: 100% 0
}

@media (max-width:991.98px) {
    .tour-header {
        background-image: none
    }
}

@media (max-width:1520px) {
    .tour-header {
        background-size: 45%
    }
}

@media (max-width:1175px) {
    .tour-header {
        background-size: 35%
    }
}

.business-customers-need .banner-title {
    font-size: 1.44444444rem;
    color: #32325c
}

.business-customers-need .banner-desc {
    font-size: 1.11111111rem
}

.business-customers-need .banner-card p {
    color: #4d7df6;
    font-family: Open Sans;
    font-size: .77777778rem;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: .55555556rem
}

.business-customers-need .banner-card img {
    height: 107px
}

.business-customers-need .icons div:first-child img {
    margin-top: -4rem;
    margin-left: 4rem
}

.business-customers-need .icons div:nth-child(2) img {
    margin-left: 8.44444444rem
}

.business-customers-need .icons div:nth-child(3) img {
    margin-top: -4.55555556rem
}

.business-customers-need .icons div:nth-child(4) img {
    margin-left: 4rem
}

.tour-api {
    background-image: url(/images/img-tour-api.png?e225c753a3ec2b43e71d95168184ab93);
    min-height: 37.22222222rem;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    .tour-api {
        background-image: none;
        min-height: 19.44444444rem
    }
}

.tour-api .banner-title {
    padding-top: 32px;
    font-size: 1.44444444rem;
    color: #32325c
}

.tour-api .banner-desc {
    font-size: 1.11111111rem;
    margin-top: 1.77777778rem
}

.trust-container-tour {
    background-image: url(/images/img-tour-icons.png?d54ac489f72cf1a2bf6dd2ddeb371df8);
    background-position: 100% 0;
    background-repeat: no-repeat;
    min-height: 37.22222222rem
}

.trust-container-tour p {
    color: #8ca0b5;
    font-family: Open Sans;
    font-size: 1.11111111rem;
    line-height: 30px
}

@media (max-width:991.98px) {
    .trust-container-tour {
        background-image: none;
        min-height: 26.66666667rem
    }
}

@media (max-width:1450px) {
    .trust-container-tour {
        background-size: 45%
    }
}

.we-love-developers p {
    color: #8ca0b5
}

.get-sending-container p,
.we-love-developers p {
    font-family: Open Sans;
    font-size: 1.11111111rem;
    line-height: 30px
}

.header-image {
    z-index: 1
}

.slant-polygon:after {
    content: "";
    border-right: 100vw solid #fff;
    border-top: 153px solid transparent;
    border-bottom: 0 solid transparent;
    top: 293px;
    position: absolute
}

.slanted {
    height: 300px
}

.slanted img {
    margin-top: -50.66666667rem;
    z-index: 2;
    position: relative;
    margin-right: auto
}

.slanted:before {
    background: #f3f8fd;
    content: "";
    display: block;
    height: 61%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    top: 10px;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-5.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.slanted-home {
    height: 200px;
    border-right: 100vw solid #fff;
    border-top: 153px solid transparent;
    -webkit-box-shadow: 5px 10px #fff;
    box-shadow: 5px 10px #fff;
    border-bottom: 10px solid #fff
}

.slanted-product {
    height: 155px
}

.slanted-product img {
    margin-top: -50.66666667rem;
    z-index: 2;
    position: relative;
    margin-right: auto
}

.slanted-product-muted:before {
    background: #f3f8fd
}

.slanted-product-muted:before,
.slanted-product-white:before {
    content: "";
    display: block;
    height: 61%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    top: 10px;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-2.8deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.slanted-product-white:before {
    background: #fff
}

.slanted-product-white-lg:before {
    background: #fff;
    content: "";
    display: block;
    height: 121%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    top: 10px;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-4.8deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (max-width:1160px) {
    .slanted img {
        width: 65%
    }
}

.font-normal {
    font-weight: 400 !important
}

.font-bolder {
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased
}

.rich-messaging div {
    height: 118px !important;
    width: 118px !important
}

.rich-messaging p {
    font-family: Montserrat;
    font-size: 1.11111111rem;
    font-weight: 400;
    line-height: 1.88888889rem;
    color: #32325c;
    text-align: center
}

.to-front div {
    z-index: 3
}

.communicate-with-customers .subtitle {
    font-size: 1.11111111rem;
    line-height: 1.66666667rem;
    color: #8ca0b5
}

.keep-updated-rich-messaging p {
    font-family: Open Sans;
    font-size: 1.11111111rem;
    line-height: 1.77777778rem;
    color: #fff
}

.keep-updated-rich-messaging div {
    color: #fff;
    font-size: .88888889rem;
    line-height: 1.44444444rem
}

.keep-updated-rich-messaging .interested {
    font-family: Open Sans;
    font-size: 1rem;
    line-height: 1.77777778rem;
    color: #fff
}

.keep-updated-rich-messaging .interested-choices {
    font-family: Open Sans;
    font-size: .88888889rem;
    line-height: 1.44444444rem;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 15px
}

@media (max-width:991.98px) {
    .keep-updated-rich-messaging .interested-choices {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto auto;
        grid-row-gap: 15px
    }
}

.keep-updated-rich-messaging .personal-details button {
    height: auto
}

.keep-updated-rich-messaging .personal-details input {
    height: 100%
}

input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    height: 1.11111111rem;
    width: 1.11111111rem;
    border: 1px solid #fff;
    border-radius: 4px
}

input[type=checkbox]:checked {
    background: #fff
}

input[type=checkbox]:after {
    content: "";
    position: relative;
    left: 30%;
    top: 10%;
    width: 35%;
    height: 70%;
    border: solid #526bff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

input[type=checkbox]:checked:after {
    display: block
}

.page-icon-rcs {
    background-color: #f3f8fd;
    z-index: 3
}

.page-icon-rcs div {
    margin-top: -58px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.get-early-access,
.staff-love-rcs {
    margin-top: -160px
}

.form-check-inline label {
    cursor: pointer
}

.sms-product-page-header-image {
    margin-left: 130px
}

.product-page-actions {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.p-description {
    font-size: 1rem
}

.send-faxes-images div.image,
.send-voice-images div.image {
    height: 265px
}

.why-use-clicksend-email div.image,
.why-use-clicksend-post div.image,
.why-use-clicksend-voice div.image {
    height: 80px
}

.why-use-clicksend-post p {
    min-height: 100px
}

.why-use-clicksend-sms div.image {
    height: 80px
}

.home-header-buttons {
    padding-top: 15px;
    max-width: 57rem
}

.anchor-link:hover {
    color: #fff !important
}

.animate-grow {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.animate-grow:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.link:hover {
    text-decoration: none
}

.header-image-right {
    right: 0
}

.feature-img {
    max-height: 64px
}

.nowrap {
    white-space: nowrap
}

.bulk-mms-get-started .img-container {
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.send-email-sms-container {
    background: url("/img/img-shared_email_sms_send_connector.svg") no-repeat;
    background-position-y: 250px;
    background-position-x: 160px
}

@media (max-width:1199.98px) {
    .send-email-sms-container {
        background: none
    }
}

.send-fax-container {
    background: url("/img/img-shared_fax_send_connector.svg") no-repeat;
    background-position-y: 250px;
    background-position-x: 160px
}

@media (max-width:1199.98px) {
    .send-fax-container {
        background: none
    }
}

.send-email-fax-container {
    background: url("/img/img-shared_email_fax_send_connector.svg") no-repeat;
    background-position-y: 250px;
    background-position-x: 160px
}

@media (max-width:1199.98px) {
    .send-email-fax-container {
        background: none
    }
}

.business-postcards .card-text {
    min-height: 117px
}

.birthday-reminders-benefits:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 4px solid #8ca0b5;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

div.birthday-reminders-benefits {
    margin: 10px auto;
    position: relative;
    text-align: center
}

div.birthday-reminders-benefits h4,
div.birthday-reminders-benefits p {
    background: #fff
}

div.birthday-reminders-benefits img.message {
    margin-left: 4px
}

div.birthday-reminders-benefits img.arrow {
    margin-right: 1px
}

.text-reminders-sms {
    font-size: 1.11111111rem;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 2.77777778rem;
    margin-bottom: 0
}

.text-reminders-container {
    padding-left: 20px;
    border-left: 3px solid #99a8b7
}

.feature-description {
    color: #8a9eb3
}

.mms-benefit-features .image {
    min-height: 65px
}

.help-options a {
    height: 60px;
    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
}

.bubble-container {
    position: relative;
    margin-bottom: 35px;
    font-size: 1rem
}

.bubble-container .caret-bottom-left,
.bubble-container .caret-bottom-right {
    margin-top: 0 !important
}

.bubble-message {
    border: 3px solid #65b1f7;
    border-radius: 35px;
    padding: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 185px
}

.bubble-message.blue {
    color: #fff;
    background: #65b1f7
}

.bubble-message.east-bay {
    color: #fff;
    background: #3e3771;
    border-color: #3e3771
}

.bubble-message.outline {
    background: #fff
}

.bubble-message.small {
    max-width: 307px !important
}

.bubble-message.medium {
    max-width: 500px !important
}

.bubble-message.manufacturing {
    min-height: 120px !important
}

.bubble-message.non-profit {
    min-height: 180px !important
}

.bubble-message.items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bubble-message.h-auto {
    min-height: auto !important
}

.bubble-message.outline:after,
.bubble-message:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border: 28px solid
}

.bubble-message.caret-top-left.outline:before,
.bubble-message.caret-top-left:before {
    left: 69px;
    top: -11px;
    border-color: transparent transparent #65b1f7 #65b1f7;
    margin-top: -42px
}

.bubble-message.caret-top-left.outline:after {
    left: 71px;
    top: -35px;
    border-color: transparent transparent #fff #fff;
    margin-top: -12px
}

.bubble-message.caret-top-right.outline:before,
.bubble-message.caret-top-right:before {
    right: 119px;
    top: -11px;
    border-color: transparent #65b1f7 #65b1f7 transparent;
    margin-top: -42px
}

.bubble-message.caret-bottom-left.outline:before,
.bubble-message.caret-bottom-left:before {
    left: 69px;
    bottom: -55px;
    border-color: #65b1f7 transparent transparent #65b1f7;
    margin-top: -42px
}

.bubble-message.east-bay.caret-bottom-left:before {
    left: 69px;
    bottom: -55px;
    border-color: #3e3771 transparent transparent #3e3771;
    margin-top: -42px
}

.bubble-message.caret-bottom-left.outline:after {
    left: 71px;
    bottom: -49px;
    border-color: #fff transparent transparent #fff;
    margin-top: -12px
}

.bubble-message.caret-bottom-right.outline:before,
.bubble-message.caret-bottom-right:before {
    right: 119px;
    bottom: -55px;
    border-color: #65b1f7 #65b1f7 transparent transparent;
    margin-top: -42px
}

.bubble-message.caret-bottom-right.outline:after {
    right: 121px;
    bottom: -49px;
    border-color: #fff #fff transparent transparent;
    margin-top: -12px
}

.column-banner {
    background: #dae7f2;
    border-radius: 16px;
    height: 100%;
    padding: 40px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.column-banner .bubble-message {
    min-height: auto !important;
    max-width: 390px;
    font-size: 1rem;
    font-family: Montserrat, sans-serif
}

.column-banner.h-auto {
    height: auto !important
}

.poster-automotive {
    padding: 40px
}

.poster-automotive,
.poster-non-profit {
    max-width: 341px;
    background: #fff;
    font-family: Montserrat, sans-serif
}

.poster-non-profit {
    padding: 20px
}

.poster-restaurant {
    padding: 30px;
    max-width: 341px
}

.poster-hotel,
.poster-restaurant,
.poster-retail {
    background: #fff;
    font-family: Montserrat, sans-serif
}

.poster-hotel,
.poster-retail {
    padding: 13px;
    max-width: 300px !important
}

.poster-hotel p,
.poster-retail p {
    font-size: 13px
}

.poster-real-estate {
    padding: 20px;
    max-width: 300px !important;
    background: #fff;
    font-family: Montserrat, sans-serif
}

.non-profit-automate .img-container {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hospitality-restaurant-container {
    font-family: Montserrat, sans-serif
}

.hospitality-restaurant-container h3 {
    line-height: 3.33333333rem;
    font-weight: 700
}

.hospitality-restaurant-container button {
    font-family: Open Sans, sans-serif
}

.retail-build-sms-marketing .img-container {
    min-height: 335px
}

.retail-sms-integrations .bubble-message {
    min-height: auto !important
}

.transport-templates .bubble-message {
    min-height: 177px !important
}

.manufacturing-templates .bubble-message {
    min-height: 150px !important
}

.real-estate-templates .bubble-message {
    min-height: 216px !important
}

.sports-templates .bubble-message {
    min-height: 180px !important
}

.sports-templates h4 {
    min-height: 48px
}

footer {
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 4.94444444rem 7.16666667rem
}

@media (min-width:576px) and (max-width:991.98px) {
    footer {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 2.5rem 3.61111111rem
    }
}

@media (max-width:767.98px) {
    footer {
        grid-template-columns: 1fr;
        padding: 1.27777778rem 1.83333333rem
    }
}

.footer-box {
    padding: 0 1.55555556rem
}

.footer-box:first-child {
    padding: 0 1.55555556rem 0 0
}

.footer-box:last-child {
    padding: 0 0 0 1.55555556rem
}

@media (max-width:991.98px) {
    .footer-box {
        margin-bottom: 2.5rem
    }
}

@media (max-width:767.98px) {

    .footer-box,
    .footer-box:first-child,
    .footer-box:last-child {
        padding: 0
    }
}

.footer-title {
    font-size: .77777778rem;
    text-transform: uppercase;
    color: #32325c;
    font-weight: 700
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: 1rem
}

.footer-links li:last-child {
    margin-bottom: 0
}

.footer-links li a {
    color: #8a9eb3;
    text-decoration: none;
    font-size: .83333333rem
}

.icon-dummy.icon-dummy-lg {
    width: 5.55555556rem;
    height: 5.55555556rem;
    border-radius: 100%;
    margin: 0 auto;
    background: #d8dbdd
}

.icon-dummy.icon-dummy-sm {
    width: 2.77777778rem;
    height: 2.77777778rem;
    border-radius: 100%;
    margin: 0 auto;
    background: #d8dbdd
}

.icon-dummy.icon-dummy-xm {
    width: 1.11111111rem;
    height: 1.11111111rem;
    border-radius: 100%;
    margin: 0 auto;
    background: #d8dbdd
}

.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,
.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: #fafcfe
}

.table-borderless&gt;tbody&gt;tr&gt;td {
    border: none !important
}</pre></body></html>