/** Shopify CDN: Minification failed

Line 2439:0 Unexpected "}"

**/
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --theme-orange-color: #f2772b;    
    --theme-orange-color-2:  rgb(255,162,0);
    --theme-orange-color-3:  #f2762b;
    --theme-color-dark-grey: #191919;
    --theme-color-dark-grey-2: #231f20;
    --theme-color-dark-grey-3: #333333;
    --theme-color-dark-grey-4: #777777;

    --theme-font-family: "Poppins", sans-serif;
    --theme-small-font-size: 12px;
    --theme-base-font-size: 14px;

    --font-weight-thin: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Normalize CSS start */

html {
    line-height: 1.15;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--theme-font-family);
    font-size: var(--theme-base-font-size);
    font-weight: var(--font-weight-normal);
    line-height: 22px;
    color: var(--theme-color-dark-grey-4);
    background: var(--color-white);
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    color:var(--theme-color-dark-grey-4);
}


a:active, 
a:visited, 
a:focus {
    text-decoration: none;
    outline: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    height: auto;
    outline: 0;
    border: 0;
}

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

button,
input {
    overflow: visible;
}


button,
select {
    text-transform: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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


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


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}


summary {
    display: list-item;
}

template {
    display: none;
}

[hidden],
.hide {
    display: none !important;
}

.shopify-section {
    width: 100%;
    float: left;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

#r2b-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
}
@media (min-width: 576px) {
    .container {
        max-width: 546px;
    }
}

@media (min-width: 791px) {
    .container {
        max-width: 770px;
    }    
}

@media (min-width: 1025px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width: 1450px;
    }
}

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

.btn {
    background: #00b900;
    font-family: 'Poppins', sans-serif;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: none;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn:hover {
    background: #f2772d;
    color: #ffffff;
    outline: none;
}

.qty-wrapper {
    width: 132px;
    margin-right: 20px;
    background: #f1f1f1;
    border-radius: 6px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qty-wrapper input[type="text"] {
    width: 32px;
    border: 0;
    text-align: center;
    background: transparent;
    font-weight: 500;
    color: #333333;
    outline: 0;
}

.qty-wrapper .minus-btn, 
.qty-wrapper .plus-btn {
    width: 50px;
    height: 50px;
    position: relative;
    color:#d8d8d8;
    text-align:center;
    cursor: pointer;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-wrapper .minus-btn:hover, 
.qty-wrapper .plus-btn:hover {
    color:#191919;
}

@media only screen and (max-width: 767px) {
  .qty-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .m_view {
      display: none !important;
    }
    .btn {
        font-size: 13px;
        padding: 4px 15px 4px;
        height: 36px;
    }
}

/* Normalize CSS end */


/* ============================================================================ */
/* ============================ HEADER CSS START ============================== */
/* ============================================================================ */

.site-header {
    background-color: var(--theme-color-dark-grey-2);
}

.header-middle-block {
    display: flex;
    padding: 15px 0 7px;
    justify-content: space-between;
    align-items: center;
}

.site-header .logo {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
}

.site-header .logo h2 {
    font-weight: 500;
}

.header-search form {
    display: block;
    position: relative;
}

.header-search .control {
    width: 700px;
    height: 50px;
}

.header-search .control .search-input {
    height: 50px;
    left: auto;
    margin: 0;
    padding: 0 15px 0 15px;
    min-width: 572px;
    border-radius: 0;
    position: relative;
    font-weight: var(--font-weight-normal);
    outline: 0;
    color: #404040!important;
    border: 0;
}

.header-search .actions {
    bottom: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    background: linear-gradient(178deg, rgba(255, 161, 3, 1) 0%, rgb(255 144 32) 100%);
    width: 118px;
}

.header-search .btn-search {
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background: none;
}

.header-search .btn-search svg {
    vertical-align: middle;
}

.header-search .btn-search svg path {
    fill: #221F20;
}

.header-search .btn-search span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    font-size: var(--theme-base-font-size);
    color: #221F20;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.header-middle-right {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    position:relative;
}


.rt-language-switcher.dropdown.header-top,
.rt-language-switcher.dropdown.footer-bottom {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 22px;
    margin-right: 0;
    background: var(--theme-color-dark-grey-2);
    padding: 0px 5px;
} 

.rt-language-switcher.dropdown.header-top .current-language,
.rt-language-switcher.dropdown.footer-bottom .current-language {
    color: var(--color-white);
    font-size: var(--theme-small-font-size);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-transform:uppercase;
}

.rt-language-switcher.dropdown.header-top .current-language:after, .rt-language-switcher.dropdown.footer-bottom .current-language:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    display: block;
}
 

.rt-language-switcher.dropdown.header-top .available-languages.dropdown,
.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown {
    margin: 0;
    display: none;
    list-style: none;
    font-size: var(--theme-base-font-size);
    color: var(--color-white);
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px;
    background: var(--theme-color-dark-grey-2);
}


.rt-language-switcher.dropdown.header-top:hover .dropdown,
.rt-language-switcher.dropdown.footer-bottom:hover .dropdown {
    display: block;
}

.rt-language-switcher.dropdown.header-top .available-languages.dropdown li,
.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown li {
    margin-bottom: 5px;
    display: block;
}

.rt-language-switcher.dropdown.header-top .available-languages.dropdown li:last-child,
.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown li:last-child {
    margin-bottom: 0;
}

.rt-language-switcher.dropdown.header-top .available-languages.dropdown li > a,
.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown li > a{
    display: flex;
    gap: 10px;
    font-size: var(--theme-small-font-size);
    color: var(--color-white);
}
.rt-language-switcher.dropdown.header-top, 
.rt-language-switcher.dropdown.footer-bottom {
    padding: 0 !important;
}

.rt-language-switcher.dropdown.header-top .available-languages.dropdown li.active > a, 
.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown li.active > a {
    font-weight: 700;
    /* color: var(--theme-orange-color) !important; */
    background: linear-gradient(90deg, rgba(255, 161, 3, 1), rgba(247, 137, 26, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.available-languages.other-links.list .available-language svg {
    margin-right: 10px;
    vertical-align: middle;
}
.available-languages.other-links.list .available-language {
    position: relative;
}

.available-languages.other-links.list .available-language.active a {
    color: var(--theme-orange-color) !important;
    font-weight: 700 !important;
}

.available-languages.other-links.list .available-language:before {
    content: "";
    background: #fce1d1;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.available-languages.other-links.list .available-language.active:before {
    background: var(--theme-orange-color);
}
.rt-language-switcher.dropdown.footer-bottom.tt-parent-box {    
    padding-right: 20px !important;
    margin-bottom: 10px;
}

.rt-language-switcher.dropdown.footer-bottom .available-languages.dropdown {
    bottom: 20px;
    top: auto;
}


@media only screen and (max-width: 1024px) {
  .rt-language-switcher.dropdown.header-top {
    display: none;
  }
}
@media only screen and (max-width: 789px) {
    .rt-language-switcher.dropdown.footer-bottom.tt-parent-box {
        margin-top: 20px;
        display: inline-block;
        margin-bottom: 20px;
    }
}


/* Language Switcher */


.header-cart-wrapper .dropdown-toggle {
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    padding: 0px 8px;
    font-size: 20px;
    line-height: 1;
    color: var(--color-white);
    background: none;
    border: none;
    display: inline-block;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.header-cart-wrapper .dropdown-toggle svg {
    max-width: 22px;
}

.header-cart-wrapper .dropdown-toggle svg path {
    fill: var(--color-white);
}

.header_link--title {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}

.header-cart-wrapper .dropdown-toggle .badge-cart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: var(--theme-orange-color-3);
    color: #221F20;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
    padding-top: 2px;
    background: linear-gradient(180deg, rgba(255, 161, 3, 1) 0%, rgba(247, 137, 26, 1) 100%);
}

.header-account {
    position: relative;
}

.header-account .header-account-wrapper {
    position: relative;
}

.header-account-wrapper .dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 0px 8px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--color-white);
    background: none;
    border: none;
    display: inline-block;
    padding-right: 0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.header-cart-wrapper .dropdown-toggle:hover,
.header-account-wrapper .dropdown-toggle:hover {
    /* color: var(--theme-orange-color-3); */
    background: linear-gradient(90deg, rgba(255, 161, 3, 1), rgba(247, 137, 26, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-account-wrapper .dropdown-toggle svg {
    width: 18px;
}

.header-account-wrapper .dropdown-toggle svg path {
    fill:var(--color-white);
}

.header-cart-wrapper .dropdown-toggle:hover svg path,
.header-account-wrapper .dropdown-toggle:hover svg path {
    /* fill:var(--theme-orange-color) */
      fill: rgba(255, 161, 3, 1);
}
.header-cart-wrapper .dropdown-toggle:hover span.badge-cart {
    -webkit-text-fill-color: currentColor;
}


/* Header Cart */


.header-cart .dropdown-menu .cart-content {
    padding: 26px 20px 23px;
}
.header-cart .dropdown-menu .mobile-add {
    display: none;
    border-bottom:1px solid #e9e7e7;
}

.header-cart .dropdown-menu .mobile-add .title {
    padding: 18px 0 17px 30px;
    color: var(--theme-color-dark-grey-4);
    font-size: 14px;
    line-height: 1.1;
    pointer-events: none;
    font-weight: 500;
}

.header-cart .cart-layout {
    position: relative;
} 

.header-cart .cart-empty {
    padding: 21px 20px 19px;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
    display: block;
}
.header-cart .cart-empty p {
    margin-top: 7px;
    letter-spacing: 0.01em;
    color: var(--theme-color-dark-grey-4);
}
.header-cart .cart-empty svg {
    max-width: 54px;        
}
.header-cart .cart-empty svg path {
    fill: var(--theme-color-dark-grey-4);
}
.header-cart .cart-empty:hover svg path {
    fill: #ff9418;
}

.header-cart .dropdown-menu {
    display: none;
}

.header-cart:hover .dropdown-menu {
    display:block;
}

.header-cart .cart-layout .cart-content .cart-list .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-cart .cart-layout .cart-content .cart-list .item:not(:first-child) {
    margin-top: 16px;
}
.header-cart .cart-layout .cart-content .cart-list .item a:not([class]) {
    display: flex;
    width: 100%;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    flex-wrap: wrap;
}
.header-cart .cart-layout .cart-content .cart-list .item .item-img {
    margin-top: 4px;
}
.header-cart .cart-layout .cart-content .cart-list .item .item-img img {
    width: 67px;
    height: auto;
}
.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    margin-left: 20px;
    width: calc(100% - 87px);
}

.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .title:hover {
    color: #f2772d;
}

.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions > *:nth-child(1) {
    margin-top: 0;
}

.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .quantity {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 14px;
    color: var(--theme-color-dark-grey-4);
}
.header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .price {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.header-cart .cart-layout .cart-content .cart-total-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px;
}
.header-cart .cart-layout .cart-content .cart-total-row .cart-total-title {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.header-cart .cart-layout .cart-content .cart-total-row .cart-total-price {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.header-cart .cart-layout .cart-content .cart-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.header-cart .cart-layout .cart-content .cart-btn .item {
    margin-top: 14px;
    width: 100%;
}

.header-cart .cart-layout .cart-content .cart-btn .btn {
    padding-left: 13px;
    padding-right: 13px;
    width: 100%;
}

.header-cart .cart-layout .cart-content .cart-btn .btn-link, 
.header-cart .cart-layout .cart-content .cart-btn .btn-link:focus {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #f2772d;
    text-decoration: none;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#predictive-search {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 11;
}

#predictive-search #predictive-search-results {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 20px 15px;
    width: 100%;
}


#predictive-search #predictive-search-results h3 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#predictive-search #predictive-search-results ul {
    list-style: none;
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color-dark-grey-2) var(--color-white);
}

#predictive-search #predictive-search-results ul::-webkit-scrollbar {
  width: 8px;
}

#predictive-search #predictive-search-results ul::-webkit-scrollbar-track {
  background: #ffffff;
}

#predictive-search #predictive-search-results ul::-webkit-scrollbar-thumb {
  background-color: var(--theme-color-dark-grey-4);
  border-radius: 0px;
  border: 2px solid #ffffff;
}

#predictive-search #predictive-search-results ul li {
    margin-top: 20px;
    text-align: left;
}

#predictive-search #predictive-search-results ul li:first-child {
    margin-top: 0;
}

#predictive-search #predictive-search-results ul li a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    color: var(--theme-color-dark-grey-4);
	align-items: center;
}

#predictive-search #predictive-search-results ul li a:hover {
    color:#f2772d;
}

#predictive-search #predictive-search-results > button {
    background: #00b900;
    font-family: 'Poppins', sans-serif;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: none;
    padding: 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#predictive-search #predictive-search-results > button:hover {
    background: #f2772d;
    color: #ffffff;
    outline: none;
}

/* Header Cart */

@media only screen and (min-width: 1025px) {
    .stackbar {
        display: none;
    }

    .header-cart .dropdown-menu {
        background: #231f20;
        width: 280px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 22;
    }
    .header-search {
    margin-left: auto;
    margin-right: 60px
}
  
}

@media only screen and (max-width: 1024px) {
    .header-top-lag-switcher,
    .header-account,
    .header_link--title {
        display: none;
    }
    .header-cart-wrapper .dropdown-toggle svg {
        height: 22px;
    }
    .header-search .control {
        max-width: 283px;
        height: 37px;
    }
    .header-search .control input.search-input {
        height: 37px;
        font-size: 12px;
        min-width: auto;
    }
    .header-search .btn-search {
        height:36px;
    }

    .stackbar {
        position: relative;
        display: inline-block;
        width: 26px;
        cursor: pointer;
    }
    .stackbar span {
        display: flex;
        width: 26px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
    }  
    .stackbar span:last-child {
        margin-bottom: 0;
    }

    .site-header .logo img {
        max-width: 65px;
    }

    .header-cart .dropdown-menu {
        display: block;
        background: #ffffff;
        width: 320px;
        height: 100%;
        left: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        position: fixed;
        right: auto;
        top: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        z-index: 22;
    }
    .header-cart.active .dropdown-menu,
    .header-cart .dropdown-menu.open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .title,
    .header-cart .cart-layout .cart-content .cart-list .item .item-descriptions .price,
    .header-cart .cart-layout .cart-content .cart-total-row .cart-total-price,
    .header-cart .cart-layout .cart-content .cart-total-row .cart-total-title {
        color:#191919;
    }
    .header-cart .cart-layout .cart-content .cart-btn .btn {
        background: #f2772d;
    }
    .header-cart .dropdown-menu .mobile-add {
        display:block;
    }

    .header-cart .dropdown-menu .mobile-add .close {
        position: absolute;
        right: 9px;
        top: 0;
        font-size: 0;
        text-align: right;
        padding: 15px 10px;
        background: transparent;
        border: 0;
    }

    .header-cart .dropdown-menu .mobile-add .title {
        padding-left: 20px;
    }

    .header-cart .dropdown-menu .mobile-add .close svg {
        width: 15px;
        height: auto;
    }

    .header-cart .dropdown-menu .mobile-add .close svg path {
        fill: var(--theme-color-dark-grey-4);
    }
  
    .header-cart .cart-layout .cart-content .cart-list .item .item-close svg {
        width: 15px;
        height: 15px;
        fill: var(--theme-color-dark-grey-4);
    }

  
  
    .header-cart .cart-layout {
        overflow-y: auto;
        height: calc(100vh - 52px);
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .site-header .logo {
        display: flex;
        align-items: center;
        gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
    .header-middle-block {
        flex-wrap: wrap;
        position: relative;
    }
    .header-search {
        width: 100%;
        order:1;
        margin-top: 10px;
    }
    .site-header .logo {
        font-size: 1rem;
        width: 50%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .header-search .control {
        max-width: 100%;
        width: 100%;
    }
    .site-header .logo a.logo {
        width: auto;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }
    
    .header-cart-wrapper .dropdown-toggle {
        right: 10px;
    }
    #predictive-search #predictive-search-results ul li img {
        width: 50px;
    }
    .header-search .control input.search-input {
        min-width: calc(100% - 50px);
    }
    .header-search .actions {
    width: auto;
    padding: 0 4px 0 8px;
  }
    .header-search .btn-search span {
      font-size: 0;
    }

}

/* ============================================================================ */
/* ============================= HEADER CSS END =============================== */
/* ============================================================================ */




/* ============================================================================ */
/* ============================ FOOTER CSS START ============================== */
/* ============================================================================ */

footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form{
  width: 100%;
}
@media (min-width: 790px){
  footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form button{
    margin: 0;
  }
  footer .tt-color-scheme-02{
    background: #231f20;
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-social-icon li a{
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-social-icon li a:hover{
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-collapse-title{
    color: #777777;
    padding-bottom: 0;
  }
  footer .tt-color-scheme-02 .form-default .form-group{
    margin-bottom: 0;
  }  
  footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background: #ffffff;
    border: solid 0px #ffffff;
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter .btn {
    color:#ffffff;
    background:#f2772d;
  }
  footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
    color:#ffffff;
    background:#f2772d;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:active,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:hover,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
    border: solid 0px #ffffff;
    background: #ffffff;
    color: #777777;
    padding-left: calc(15px - 0px);
  }
  footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:active::-webkit-input-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:hover::-webkit-input-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus::-webkit-input-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:active::-moz-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:hover::-moz-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus::-moz-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:active:-moz-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:hover:-moz-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus:-moz-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:active:-ms-input-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:hover:-ms-input-placeholder,
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus:-ms-input-placeholder {
    color: #777777;
  }
  footer .tt-color-scheme-03{
    background: #231f20;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title{
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content{
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a{
    color: #f2762b;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a:hover{
    color: #f2762b;
  }
  footer .tt-color-scheme-03 .tt-list li a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a{
    color: #777777;
  }
  footer .tt-color-scheme-03 .tt-list li a:hover,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover{
    color: #f2762b;
  }
  footer .tt-color-scheme-03 .tt-list li.active a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li.active a{
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-collapse-content span{
    color: #191919;
  }
  footer .tt-color-scheme-03 .form-default .form-control:focus{
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-social-icon li a{
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-social-icon li a:hover{
    color: #f2762b;
  }
  
  
  footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background: #ffffff;
    border: solid 1px #e9e7e7;
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-newsletter .btn{
    color: #ffffff;
    background: #2879fe;
    border: 1px solid #2879fe;
  }
  footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
    color: #ffffff;
    background: #191919;
    border-color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:active,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:hover,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    background: #ffffff;
    border: solid 1px #2879fe;
    color: #ffffff;
    padding-left: calc(15px - 0px);
  }
  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:active::-webkit-input-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:hover::-webkit-input-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus::-webkit-input-placeholder {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:active::-moz-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:hover::-moz-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus::-moz-placeholder {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:active:-moz-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:hover:-moz-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus:-moz-placeholder {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:active:-ms-input-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:hover:-ms-input-placeholder,
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus:-ms-input-placeholder {
    color: #ffffff;
  }
  footer .tt-color-scheme-04{
    background: #231f20;
    color: #777777;
    display: none;
  }
  footer .tt-color-scheme-04 .tt-box-copyright{
    color: #777777;
  }
  footer .tt-color-scheme-04 .tt-logo .tt-title{
    color: #ffffff;
  }

  footer {
    padding-top: 30px;
  }
}

.tt-footer-description {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

footer{
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  background: #231f20;
  position: relative;  
}
footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list a{
  font-size: 14px; 
  letter-spacing: 0em;
}
footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list{
  line-height: 22px;
}

footer .tt-logo .tt-title{
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

footer .tt-logo .tt-title span{
  font-weight: normal;
}

@media (max-width: 789px){
  footer .tt-logo .tt-title{
    margin-top: 16px;
  }
}

.tt-col-left img {
    width: 70px;
    height: 16px;
    margin-right: 5px;
}

footer .tt-footer-custom .tt-logo img{
  height: auto;
  max-height: 30px;
}

footer .tt-logo-alignment{
  position: relative;
  top: 0;
}

@media (min-width: 790px){
  footer .tt-footer-col{
    padding-bottom: 53px;
  }
  footer .tt-footer-col div[class^="col-"]{
    /* margin-top: 54px; */
  }
  footer .tt-footer-col .tt-social-icon{
    margin-left: -8px;
  }
  footer .tt-footer-col .tt-newsletter{
    padding-bottom: 5px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content form{
    margin-top: 24px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group{
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control{
    width: 100%;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content > *:nth-child(1){
    margin-top: 0;
  }
  
  footer .tt-footer-col .tt-newsletter .form-group .form-control{
    -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  }
  footer .tt-footer-col .tt-newsletter .form-group .btn{
    -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
  
}

@media (min-width: 790px){
  footer .tt-footer-custom{
    padding: 10px 0;
  }
  footer .tt-footer-custom .tt-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-col-left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
  }
  footer .tt-footer-custom .tt-col-left .tt-col-item{
    margin-left: 10px;
  }
  footer .tt-footer-custom .tt-col-right{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-payment-list{
    margin-top: 8px;
    padding-bottom: 14px;
  }
  footer .tt-footer-custom .tt-box-copyright{
    padding: 19px 0 7px;
  }
  footer .tt-footer-custom .tt-logo-col + .tt-col-item .tt-box-copyright{
    padding-top: 19px;
    padding-bottom: 7px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title{
    margin-right: 106px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-mobile-collapse{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content p{
    display: none;
  } 
}
footer .tt-footer-custom .tt-newsletter .form-default{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
@media (min-width: 790px){
  
  
  footer .tt-footer-custom .tt-newsletter .contact-form{
      margin-top:0;
  }
  footer .tt-footer-custom .tt-newsletter .contact-form .btn{
      margin-top:0;
  }
  footer .tt-footer-col .tt-newsletter form{
      display: flex;
  	  flex-flow: row wrap;
      align-items: center;      
  }
  footer .tt-footer-col .tt-newsletter .form-group{
      width:100%;
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .tt-footer-col .tt-newsletter .form-group .btn{
  	margin-top:0px;
    padding-left:20px;
    padding-right:20px;
  }
  footer .tt-footer-col .tt-newsletter .form-group .form-control{
    display:inline-flex;
    height:40px;
  }
}
@media (max-width: 789px){
  footer .tt-footer-custom .tt-newsletter .form-default form{
  	width:100%;
  }
}
@media (min-width: 576px){
    footer .tt-footer-custom .tt-newsletter .form-default .form-group{
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
}
footer .tt-newsletter .form-control{
   font-size: 14px;
    border: 1px solid #ffffff;
    padding: 11px 12px 10px 15px;
    font-family: 'Poppins', sans-serif;
  	outline:none;
}
footer .tt-newsletter .form-control:focus{
    border-color:#f2772d;
    background: #ffffff;  
  	box-shadow: none;
}
    

@media (min-width: 790px) and (min-width: 1230px){
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title{
    margin-right: 106px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control{
    width: 507px;
  }
}

@media (min-width: 790px) and (max-width: 1229px) and (min-width: 1025px){
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title{
    margin-right: 50px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control{
    width: 340px;
  }
}

@media (min-width: 790px) and (max-width: 1024px){
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title{
    margin-right: 33px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control{
    width: auto;
  }
}

@media (min-width: 790px){
  footer .tt-footer-center{
    padding-top: 54px;
    padding-bottom: 44px;
  }
  footer .tt-footer-center .tt-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 790px) and (min-width: 1025px){
  footer .tt-footer-center .tt-row{
    max-width: 587px;
  }
}

@media (min-width: 790px) and (max-width: 1229px){
  footer .tt-footer-center .tt-row{
    max-width: 500px;
  }
}

@media (min-width: 790px){
  footer .tt-footer-center .tt-row > *:nth-child(1){
    margin-top: 0;
  }
  footer .tt-footer-center .tt-newsletter{
    padding-bottom: 4px;
  }
  footer .tt-footer-center .tt-newsletter .tt-mobile-collapse{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content form{
    margin-top: 24px;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline{
    width: 100%;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group{
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control{
    width: 100%;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;  
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;  
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
   footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn{
      -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;  
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
   }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control{
    width: 100%;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content > *:nth-child(1){
    margin-top: 0;
  }
}

footer .form-default .form-control{
  background: #ffffff;
}

footer .form-default [class^="btn"]{
  padding-left: 20px;
  padding-right: 20px;
}

footer .tt-box-copyright{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

footer .tt-payment-list{
  margin-top: -6px;
}

footer .tt-payment-list li{
  margin-top: 6px;
}

footer .tt-payment-list li a{
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

footer .tt-payment-list li a:hover{
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

footer .tt-payment-list li:not(:first-child){
  margin-left: 6px;
}

footer .tt-mobile-collapse .tt-collapse-title{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 789px){
  footer .tt-mobile-collapse .tt-collapse-title{
    font-size: 16px;
    line-height: 26px;
  }
footer .tt-mobile-collapse .tt-collapse-content {
    display: none;
}
 footer .tt-mobile-collapse .tt-collapse-content .tt-row {
    display: none;
  }
}

@media (min-width: 790px){
  footer .tt-mobile-collapse .tt-collapse-title{
    padding-bottom: 6px;
  }
     footer .tt-mobile-collapse .tt-collapse-content{
    margin-top: 0;
    display: none;
}
footer .tt-mobile-collapse .tt-collapse-content{
  display: block;
}
  footer .tt-mobile-collapse .tt-collapse-content .tt-row {
    display: block;
  }
}

footer .tt-mobile-collapse .tt-collapse-content .tt-col-left .tt-col-item .tt-box-copyright {
  display:none;
}
footer .tt-mobile-collapse .tt-collapse-content .tt-col-left .tt-col-item.tt-logo-col {
  position: absolute;
  bottom: 55px;
  right: 20px;
}
footer .tt-mobile-collapse .tt-collapse-content .tt-col-left .tt-col-item.tt-logo-col img {
  height: auto;
  margin-right: 0px;
}
.tt-footer-col.tt-color-scheme-03 .logo-position {
  position: inherit;
}
.tt-footer-col.tt-color-scheme-03 .logo-position .tt-row {
  padding-right: 80px;
}

footer .tt-mobile-collapse .tt-collapse-content > *:nth-child(1){
  margin-top: 0;
}

footer .tt-mobile-collapse .tt-collapse-content > .tt-list:nth-child(1){
  margin-top: -3px;
}
footer .tt-list{
  margin-top: -3px;
  list-style: none;
}

footer .tt-list li a{
  display: inline-block;
  padding: 3px 0 3px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

footer address{
  margin-right: 9px;
  font-style: normal;
}

footer address p:first-child{
  margin-top: 0;
}

footer address p:not(:first-child){
  margin-top: 6px;
}

footer address a{
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 789px){
  footer{
    background:#231f20;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .tt-footer-col,
  footer .tt-footer-center{
    background:#231f20;
    color: #ffffff;
    padding: 0px;
    width: 100%;
  }
  footer .tt-footer-col .container,
  footer .tt-footer-center .container,
  footer .tt-footer-custom .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .tt-footer-custom:not(:last-child){
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  footer .tt-footer-custom:not(:last-child) .tt-row,
  footer .tt-footer-custom:not(:last-child) .tt-col-left,
  footer .tt-footer-custom:not(:last-child) .tt-col-right{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  footer .tt-footer-custom:not(:last-child) .tt-col-item{
    width: 100%;
  }
  footer .tt-footer-custom:last-child:not(:first-child){
    margin-top: 0;
  }
  footer .tt-footer-custom:last-child{
    background: #231f20;
    color: #777777;
    padding: 15px 0;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  footer .tt-color-scheme-04 .tt-box-copyright{
    color: #777777;
  }
  footer .tt-color-scheme-04 .tt-logo .tt-title{
    color: #ffffff;
  }
  
  footer .tt-footer-custom:last-child .tt-row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-row .tt-col-left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-row .tt-col-right{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-box-copyright{
    margin-top: 16px;
    text-align: center;
  }
  footer .tt-footer-custom:last-child .tt-payment-list{
    margin-top: 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child > *:nth-child(1){
    margin-top: 0;
  }
  footer .tt-footer-center{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  footer .tt-mobile-collapse .tt-collapse-title{
    cursor: pointer;
    color: #ffffff;
    padding-bottom: 12px;
    padding-right: 20px;
    border-bottom: 1px solid #e9e7e7;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    width: 100%;
    text-align: left;
    outline: none;
    position:relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  footer .tt-mobile-collapse .tt-collapse-title.tt-open {
     background: linear-gradient(180deg, rgba(255, 161, 3, 1) 0%, rgba(247, 137, 26, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
} 
  footer .tt-mobile-collapse .tt-collapse-title:before {
    content: '';
    right: 0;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    height: 17px;
    width: 15px;
    top: 1px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.375 0L5.5 5.4L9.625 0L11 1.8L5.5 9L0 1.8L1.375 0Z' fill='white'/%3E%3C/svg%3E");
    order:1;
}
  footer .tt-mobile-collapse .tt-collapse-title.tt-open:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.375 9L5.5 3.6L9.625 9L11 7.2L5.5 0L0 7.2L1.375 9Z' fill='url(%23paint0_linear_2296_1677)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2296_1677' x1='5.5' y1='9' x2='5.5' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFA103'/%3E%3Cstop offset='1' stop-color='%23F7891A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
  }
 


  footer .tt-mobile-collapse .tt-collapse-title.tt-open + .tt-collapse-content{
    display: block;
  }
  footer .tt-mobile-collapse{
    margin-top: 20px;
  }
  footer .tt-newsletter form{
    margin-top: 24px;
  }
  footer .tt-newsletter form .form-group{
    width: 100%;
    margin-bottom: 0;
  }
  footer .tt-newsletter form .form-group .form-control{
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  footer .tt-newsletter form .btn{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #f2772d;
    color: #ffffff;
    border: 1px solid #f2772d;
  }
  footer .tt-newsletter form .btn:hover{
    background: #f2772d;
    color: #ffffff;
    border-color: #f2772d;
  }  
  footer .tt-list li a{
    color: #888888;
  }
  footer .tt-collapse-content a{
    color: #f2772d;
  }
  footer .tt-collapse-content a:hover{
    color: #f2772d;
  }
  footer .tt-collapse-content span{
    color: #191919;
  }
  footer .tt-social-icon{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
    margin-left: -7px;
  }
  footer .tt-social-icon li a{
    color:#ffffff;
  }
  footer .tt-social-icon li a:hover{
    color:#ffffff;
  }

  footer .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background: #ffffff;
    border: solid 1px #e9e7e7;
    color: #888888;
  }
  footer .tt-newsletter .form-control:hover,
  footer .tt-newsletter .form-control:active,
  footer .tt-newsletter .form-control:focus {
    border: solid 1px #f2772d;
    background: #ffffff;
    color: #888888;
  }
  footer .tt-newsletter ::-webkit-input-placeholder {
    color: #888888;
  }
  footer .tt-newsletter ::-moz-placeholder {
    color: #888888;
  }
  footer .tt-newsletter :-moz-placeholder {
    color: #888888;
  }
  footer .tt-newsletter :-ms-input-placeholder {
    color: #888888;
  }
  
  footer .tt-newsletter .form-control:active::-webkit-input-placeholder,
  footer .tt-newsletter .form-control:hover::-webkit-input-placeholder,
  footer .tt-newsletter .form-control:focus::-webkit-input-placeholder {
    color: #888888;
  }
  footer .tt-newsletter .form-control:active::-moz-placeholder,
  footer .tt-newsletter .form-control:hover::-moz-placeholder,
  footer .tt-newsletter .form-control:focus::-moz-placeholder {
    color: #888888;
  }
  footer .tt-newsletter .form-control:active:-moz-placeholder,
  footer .tt-newsletter .form-control:hover:-moz-placeholder,
  footer .tt-newsletter .form-control:focus:-moz-placeholder {
    color: #888888;
  }
  footer .tt-newsletter .form-control:active:-ms-input-placeholder,
  footer .tt-newsletter .form-control:hover:-ms-input-placeholder,
  footer .tt-newsletter .form-control:focus:-ms-input-placeholder {
    color: #888888;
  }
  
}

.tt-newsletter form,
.tt-modal-newsletter form{
  position: relative;
}

.tt-newsletter form .errors,
.tt-modal-newsletter form .errors{
  position: absolute;  
  top: 56px;
  left: 0;
  z-index:1;
}

.tt-newsletter form .errors ul,
.tt-modal-newsletter form .errors ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8353e;
}

.tt-newsletter form .errors ul li,
.tt-modal-newsletter form .errors ul li{
  position: relative;
  padding: 6px 19px 8px 19px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.tt-newsletter form .errors ul li:before,
.tt-modal-newsletter form .errors ul li:before{
  content: '\ea27';
  font-family: 'wokiee_icons';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 7px;
}

.tt-newsletter form .errors:before,
.tt-modal-newsletter form .errors:before{
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e;
}

footer > *:nth-child(1){
  margin-top: 0;
}

@media (min-width: 790px){
  html.ie footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control{
    width: auto;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content{
    width: 590px;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content p{
    width: 590px;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline{
    width: auto;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control{
    width: auto;
    min-width: 370px;
  }
}
  
footer li a {
    color: #fff !important;
}
footer .tt-footer-box .tt-social-icon {
    margin-top: 15px !important;
    list-style: none;
}

footer .tt-footer-box .tt-social-icon li svg {
    height: 24px;
    display: inline-block;
    min-width: 24px;
    color: #fff;
}  

footer .tt-footer-box .tt-social-icon li svg path {
    fill: #fff;
}
  
footer .tt-color-scheme-02 .tt-newsletter .btn{
  	background-image:linear-gradient(to right, #ffa200, #f2772c) !important;
}
  
ul.inline-list.payment-icons.footer__section li.icon--payment {
    display: inline-block;
    margin-right: 15px;
}
   
/* ICONS */
.icon-f-48:before {
    content: "\f0d1" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 37px;
    font-weight: 100 !important;
}
.icon-f-35:before {
    content: "\f023" !Important;
    font-family: "Font Awesome 5 Pro" !important;
	font-size: 37px;
    font-weight: 100 !important;
}
.icon-f-50:before {
    content: "\f336" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 100 !important;
  	font-size: 37px;
}
.icon-f-51:before {
    content: "\f590" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 100 !important;
  	font-size: 37px;
}
.tt-services-block .tt-col-icon [class^="icon-"] {
    padding-bottom: 5px !IMPORTANT;
}
b, strong {
    font-weight: 600 !important;
}
footer > *:nth-child(1) {
    /* border-top: solid 1px #373334; */
}
.address-icon:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    margin-right: 10px;
}
.phone-icon:before {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    margin-right: 10px;
}
.mail-icon:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    margin-right: 10px;
}
address * {
    color: #ffffff !IMPORTANT;
    line-height: 30px;
}
.tt-footer-col.tt-color-scheme-03 {
    padding-bottom: 0px;
}

._list-inline-item, 
.tt-product-single-info .tt-review, 
.tt-review-block .tt-review-comments .tt-rating, 
.tt-rating, .product-images-col, 
footer .tt-payment-list, 
.tt-social-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .tt-footer-box>:not(address) {
    margin-top: 28px;
}

@media only screen and (min-width: 790px) {
	footer .tt-footer-col .tt-social-icon {
		margin-left: -8px;
	}
	footer .tt-color-scheme-03 .tt-social-icon li a {
		color: #ffffff;
	}
}

footer .tt-footer-box .tt-social-icon {
    margin-top: 15px !important;
}

.tt-social-icon li a {
    font-size: 18px;
    line-height: 26px;
    color: #d8d8d8;
    padding: 4px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

footer .tt-footer-box .tt-social-icon li a {
    font-size: 24px;
}

@media only screen and (max-width:767px) {
    ul.inline-list.payment-icons.footer__section {
        margin-top: 20px;
        text-align: center;
        padding-left: 0px;
    }
}
 
  .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

.col{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto{
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first{
  order: -1;
}

.order-last{
  order: 13;
}

.order-0{
  order: 0;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.offset-1{
  margin-left: 8.33333%;
}

.offset-2{
  margin-left: 16.66667%;
}

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

.offset-4{
  margin-left: 33.33333%;
}

.offset-5{
  margin-left: 41.66667%;
}

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

.offset-7{
  margin-left: 58.33333%;
}

.offset-8{
  margin-left: 66.66667%;
}

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

.offset-10{
  margin-left: 83.33333%;
}

.offset-11{
  margin-left: 91.66667%;
}

@media (min-width: 576px){
  .col-sm{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1{
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5{
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9{
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10{
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11{
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first{
    order: -1;
  }
  .order-sm-last{
    order: 13;
  }
  .order-sm-0{
    order: 0;
  }
  .order-sm-1{
    order: 1;
  }
  .order-sm-2{
    order: 2;
  }
  .order-sm-3{
    order: 3;
  }
  .order-sm-4{
    order: 4;
  }
  .order-sm-5{
    order: 5;
  }
  .order-sm-6{
    order: 6;
  }
  .order-sm-7{
    order: 7;
  }
  .order-sm-8{
    order: 8;
  }
  .order-sm-9{
    order: 9;
  }
  .order-sm-10{
    order: 10;
  }
  .order-sm-11{
    order: 11;
  }
  .order-sm-12{
    order: 12;
  }
  .offset-sm-0{
    margin-left: 0;
  }
  .offset-sm-1{
    margin-left: 8.33333%;
  }
  .offset-sm-2{
    margin-left: 16.66667%;
  }
  .offset-sm-3{
    margin-left: 25%;
  }
  .offset-sm-4{
    margin-left: 33.33333%;
  }
  .offset-sm-5{
    margin-left: 41.66667%;
  }
  .offset-sm-6{
    margin-left: 50%;
  }
  .offset-sm-7{
    margin-left: 58.33333%;
  }
  .offset-sm-8{
    margin-left: 66.66667%;
  }
  .offset-sm-9{
    margin-left: 75%;
  }
  .offset-sm-10{
    margin-left: 83.33333%;
  }
  .offset-sm-11{
    margin-left: 91.66667%;
  }
}

@media (min-width: 791px){
  .col-md{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1{
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5{
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9{
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10{
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11{
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first{
    order: -1;
  }
  .order-md-last{
    order: 13;
  }
  .order-md-0{
    order: 0;
  }
  .order-md-1{
    order: 1;
  }
  .order-md-2{
    order: 2;
  }
  .order-md-3{
    order: 3;
  }
  .order-md-4{
    order: 4;
  }
  .order-md-5{
    order: 5;
  }
  .order-md-6{
    order: 6;
  }
  .order-md-7{
    order: 7;
  }
  .order-md-8{
    order: 8;
  }
  .order-md-9{
    order: 9;
  }
  .order-md-10{
    order: 10;
  }
  .order-md-11{
    order: 11;
  }
  .order-md-12{
    order: 12;
  }
  .offset-md-0{
    margin-left: 0;
  }
  .offset-md-1{
    margin-left: 8.33333%;
  }
  .offset-md-2{
    margin-left: 16.66667%;
  }
  .offset-md-3{
    margin-left: 25%;
  }
  .offset-md-4{
    margin-left: 33.33333%;
  }
  .offset-md-5{
    margin-left: 41.66667%;
  }
  .offset-md-6{
    margin-left: 50%;
  }
  .offset-md-7{
    margin-left: 58.33333%;
  }
  .offset-md-8{
    margin-left: 66.66667%;
  }
  .offset-md-9{
    margin-left: 75%;
  }
  .offset-md-10{
    margin-left: 83.33333%;
  }
  .offset-md-11{
    margin-left: 91.66667%;
  }
}

@media (min-width: 1025px){
  .col-lg{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1{
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5{
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9{
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10{
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11{
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first{
    order: -1;
  }
  .order-lg-last{
    order: 13;
  }
  .order-lg-0{
    order: 0;
  }
  .order-lg-1{
    order: 1;
  }
  .order-lg-2{
    order: 2;
  }
  .order-lg-3{
    order: 3;
  }
  .order-lg-4{
    order: 4;
  }
  .order-lg-5{
    order: 5;
  }
  .order-lg-6{
    order: 6;
  }
  .order-lg-7{
    order: 7;
  }
  .order-lg-8{
    order: 8;
  }
  .order-lg-9{
    order: 9;
  }
  .order-lg-10{
    order: 10;
  }
  .order-lg-11{
    order: 11;
  }
  .order-lg-12{
    order: 12;
  }
  .offset-lg-0{
    margin-left: 0;
  }
  .offset-lg-1{
    margin-left: 8.33333%;
  }
  .offset-lg-2{
    margin-left: 16.66667%;
  }
  .offset-lg-3{
    margin-left: 25%;
  }
  .offset-lg-4{
    margin-left: 33.33333%;
  }
  .offset-lg-5{
    margin-left: 41.66667%;
  }
  .offset-lg-6{
    margin-left: 50%;
  }
  .offset-lg-7{
    margin-left: 58.33333%;
  }
  .offset-lg-8{
    margin-left: 66.66667%;
  }
  .offset-lg-9{
    margin-left: 75%;
  }
  .offset-lg-10{
    margin-left: 83.33333%;
  }
  .offset-lg-11{
    margin-left: 91.66667%;
  }
}

@media (min-width: 1230px){
  .col-xl{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1{
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5{
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9{
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10{
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11{
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first{
    order: -1;
  }
  .order-xl-last{
    order: 13;
  }
  .order-xl-0{
    order: 0;
  }
  .order-xl-1{
    order: 1;
  }
  .order-xl-2{
    order: 2;
  }
  .order-xl-3{
    order: 3;
  }
  .order-xl-4{
    order: 4;
  }
  .order-xl-5{
    order: 5;
  }
  .order-xl-6{
    order: 6;
  }
  .order-xl-7{
    order: 7;
  }
  .order-xl-8{
    order: 8;
  }
  .order-xl-9{
    order: 9;
  }
  .order-xl-10{
    order: 10;
  }
  .order-xl-11{
    order: 11;
  }
  .order-xl-12{
    order: 12;
  }
  .offset-xl-0{
    margin-left: 0;
  }
  .offset-xl-1{
    margin-left: 8.33333%;
  }
  .offset-xl-2{
    margin-left: 16.66667%;
  }
  .offset-xl-3{
    margin-left: 25%;
  }
  .offset-xl-4{
    margin-left: 33.33333%;
  }
  .offset-xl-5{
    margin-left: 41.66667%;
  }
  .offset-xl-6{
    margin-left: 50%;
  }
  .offset-xl-7{
    margin-left: 58.33333%;
  }
  .offset-xl-8{
    margin-left: 66.66667%;
  }
  .offset-xl-9{
    margin-left: 75%;
  }
  .offset-xl-10{
    margin-left: 83.33333%;
  }
  .offset-xl-11{
    margin-left: 91.66667%;
  }
}

.form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand{
  background-color: transparent;
  border: 0;
}

.form-control:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder{
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly]{
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]){
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value{
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range{
  display: block;
  width: 100%;
}

.col-form-label{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg{
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm{
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext{
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn{
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]){
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn{
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]){
  height: calc(2.875rem + 2px);
}

.form-group{
  margin-bottom: 1rem;
}

.form-text{
  display: block;
  margin-top: 0.25rem;
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"]{
  padding-right: 5px;
  padding-left: 5px;
}

.form-check{
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input{
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label{
  color: #6c757d;
}

.form-check-label{
  margin-bottom: 0;
}

.form-check-inline{
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input{
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid{
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus{
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label{
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label{
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before{
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before{
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label{
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before{
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid{
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label{
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before{
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before{
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label{
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before{
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check{
  width: 100%;
}

@media (min-width: 576px){
  .form-inline label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group{
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext{
    display: inline-block;
  }
  .form-inline .input-group{
    width: auto;
  }
  .form-inline .form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input{
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control{
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label{
    margin-bottom: 0;
  }
}

.btn{

  white-space: nowrap;
  vertical-align: middle;
  user-select: none;

}

.btn:hover, .btn:focus{
  text-decoration: none;
}

.btn:focus, .btn.focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled{
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled){
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn{
  pointer-events: none;
}

.btn-primary{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover{
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 > .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 > .btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover{
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 > .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 > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success{
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover{
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 > .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 > .btn-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info{
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover{
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 > .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 > .btn-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning{
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover{
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 > .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 > .btn-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover{
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 > .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 > .btn-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light{
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover{
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 > .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 > .btn-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark{
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover{
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 > .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 > .btn-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary{
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 > .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 > .btn-outline-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary{
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 > .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 > .btn-outline-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success{
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover{
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 > .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 > .btn-outline-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info{
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover{
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 > .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 > .btn-outline-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning{
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover{
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 > .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 > .btn-outline-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger{
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 > .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 > .btn-outline-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light{
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover{
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 > .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 > .btn-outline-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark{
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover{
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 > .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 > .btn-outline-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link{
  font-weight: 400;
  background-color: transparent;
}

.btn-link:hover{
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus{
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled{
  color: #6c757d;
}

.btn-lg{
  padding: 5px 31px 4px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block{
  display: block;
  width: 100%;
}

.btn-block + .btn-block{
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{
  width: 100%;
}

.input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus{
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file{
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file{
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append{
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn{
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn{
  margin-left: -1px;
}

.input-group-prepend{
  margin-right: -1px;
}

.input-group-append{
  margin-left: -1px;
}

.input-group-text{
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"]{
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-open{
  overflow: hidden;
}

.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog{
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog,
.modal.in .modal-dialog{
  transform: translate(0, 0);
}

.modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - (10px * 2));
}

.modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 24;
  background-color: #000;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.5;
}

.modal-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close{
  padding: 0;
  margin: 0 0 0 auto;
}

.modal-title{
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body{
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child){
  margin-left: .25rem;
}

.modal-footer > :not(:last-child){
  margin-right: .25rem;
}

.modal-scrollbar-measure{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px){
  .modal-dialog{
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-dialog-centered{
    min-height: calc(100% - (30px * 2));
  }
  .modal-sm{
    max-width: 300px;
  }
}

@media (min-width: 1025px){
  .modal-lg{
    max-width: 800px;
  }
}

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus{
  background-color: #0062cc !important;
}

.bg-secondary{
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus{
  background-color: #545b62 !important;
}

.bg-success{
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus{
  background-color: #1e7e34 !important;
}

.bg-info{
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus{
  background-color: #117a8b !important;
}

.bg-warning{
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus{
  background-color: #d39e00 !important;
}

.bg-danger{
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus{
  background-color: #bd2130 !important;
}

.bg-light{
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus{
  background-color: #dae0e5 !important;
}

.bg-dark{
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus{
  background-color: #1d2124 !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-white{
  border-color: #fff !important;
}

.rounded{
  border-radius: 0 !important;
}

.rounded-top{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle{
  border-radius: 50% !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: flex !important;
}

.d-inline-flex{
  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: flex !important;
  }
  .d-sm-inline-flex{
    display: inline-flex !important;
  }
}

@media (min-width: 791px){
  .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: flex !important;
  }
  .d-md-inline-flex{
    display: inline-flex !important;
  }
}

@media (min-width: 1025px){
  .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: flex !important;
  }
  .d-lg-inline-flex{
    display: inline-flex !important;
  }
}

@media (min-width: 1230px){
  .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: flex !important;
  }
  .d-xl-inline-flex{
    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: flex !important;
  }
  .d-print-inline-flex{
    display: inline-flex !important;
  }
}

.embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before{
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before{
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before{
  padding-top: 56.25%;
}

.embed-responsive-4by3::before{
  padding-top: 75%;
}

.embed-responsive-1by1::before{
  padding-top: 100%;
}

.flex-row{
  flex-direction: row !important;
}

.flex-column{
  flex-direction: column !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-column-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-nowrap{
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.justify-content-start{
  justify-content: flex-start !important;
}

.justify-content-end{
  justify-content: flex-end !important;
}

.justify-content-center{
  justify-content: center !important;
}

.justify-content-between{
  justify-content: space-between !important;
}

.justify-content-around{
  justify-content: space-around !important;
}

.align-items-start{
  align-items: flex-start !important;
}

.align-items-end{
  align-items: flex-end !important;
}

.align-items-center{
  align-items: center !important;
}

.align-items-baseline{
  align-items: baseline !important;
}

.align-items-stretch{
  align-items: stretch !important;
}

.align-content-start{
  align-content: flex-start !important;
}

.align-content-end{
  align-content: flex-end !important;
}

.align-content-center{
  align-content: center !important;
}

.align-content-between{
  align-content: space-between !important;
}

.align-content-around{
  align-content: space-around !important;
}

.align-content-stretch{
  align-content: stretch !important;
}

.align-self-auto{
  align-self: auto !important;
}

.align-self-start{
  align-self: flex-start !important;
}

.align-self-end{
  align-self: flex-end !important;
}

.align-self-center{
  align-self: center !important;
}

.align-self-baseline{
  align-self: baseline !important;
}

.align-self-stretch{
  align-self: stretch !important;
}

@media (min-width: 576px){
  .flex-sm-row{
    flex-direction: row !important;
  }
  .flex-sm-column{
    flex-direction: column !important;
  }
  .flex-sm-row-reverse{
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse{
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap{
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap{
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start{
    justify-content: flex-start !important;
  }
  .justify-content-sm-end{
    justify-content: flex-end !important;
  }
  .justify-content-sm-center{
    justify-content: center !important;
  }
  .justify-content-sm-between{
    justify-content: space-between !important;
  }
  .justify-content-sm-around{
    justify-content: space-around !important;
  }
  .align-items-sm-start{
    align-items: flex-start !important;
  }
  .align-items-sm-end{
    align-items: flex-end !important;
  }
  .align-items-sm-center{
    align-items: center !important;
  }
  .align-items-sm-baseline{
    align-items: baseline !important;
  }
  .align-items-sm-stretch{
    align-items: stretch !important;
  }
  .align-content-sm-start{
    align-content: flex-start !important;
  }
  .align-content-sm-end{
    align-content: flex-end !important;
  }
  .align-content-sm-center{
    align-content: center !important;
  }
  .align-content-sm-between{
    align-content: space-between !important;
  }
  .align-content-sm-around{
    align-content: space-around !important;
  }
  .align-content-sm-stretch{
    align-content: stretch !important;
  }
  .align-self-sm-auto{
    align-self: auto !important;
  }
  .align-self-sm-start{
    align-self: flex-start !important;
  }
  .align-self-sm-end{
    align-self: flex-end !important;
  }
  .align-self-sm-center{
    align-self: center !important;
  }
  .align-self-sm-baseline{
    align-self: baseline !important;
  }
  .align-self-sm-stretch{
    align-self: stretch !important;
  }
}

@media (min-width: 791px){
  .flex-md-row{
    flex-direction: row !important;
  }
  .flex-md-column{
    flex-direction: column !important;
  }
  .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse{
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap{
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap{
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start{
    justify-content: flex-start !important;
  }
  .justify-content-md-end{
    justify-content: flex-end !important;
  }
  .justify-content-md-center{
    justify-content: center !important;
  }
  .justify-content-md-between{
    justify-content: space-between !important;
  }
  .justify-content-md-around{
    justify-content: space-around !important;
  }
  .align-items-md-start{
    align-items: flex-start !important;
  }
  .align-items-md-end{
    align-items: flex-end !important;
  }
  .align-items-md-center{
    align-items: center !important;
  }
  .align-items-md-baseline{
    align-items: baseline !important;
  }
  .align-items-md-stretch{
    align-items: stretch !important;
  }
  .align-content-md-start{
    align-content: flex-start !important;
  }
  .align-content-md-end{
    align-content: flex-end !important;
  }
  .align-content-md-center{
    align-content: center !important;
  }
  .align-content-md-between{
    align-content: space-between !important;
  }
  .align-content-md-around{
    align-content: space-around !important;
  }
  .align-content-md-stretch{
    align-content: stretch !important;
  }
  .align-self-md-auto{
    align-self: auto !important;
  }
  .align-self-md-start{
    align-self: flex-start !important;
  }
  .align-self-md-end{
    align-self: flex-end !important;
  }
  .align-self-md-center{
    align-self: center !important;
  }
  .align-self-md-baseline{
    align-self: baseline !important;
  }
  .align-self-md-stretch{
    align-self: stretch !important;
  }
}

@media (min-width: 1025px){
  .flex-lg-row{
    flex-direction: row !important;
  }
  .flex-lg-column{
    flex-direction: column !important;
  }
  .flex-lg-row-reverse{
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse{
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap{
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap{
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start{
    justify-content: flex-start !important;
  }
  .justify-content-lg-end{
    justify-content: flex-end !important;
  }
  .justify-content-lg-center{
    justify-content: center !important;
  }
  .justify-content-lg-between{
    justify-content: space-between !important;
  }
  .justify-content-lg-around{
    justify-content: space-around !important;
  }
  .align-items-lg-start{
    align-items: flex-start !important;
  }
  .align-items-lg-end{
    align-items: flex-end !important;
  }
  .align-items-lg-center{
    align-items: center !important;
  }
  .align-items-lg-baseline{
    align-items: baseline !important;
  }
  .align-items-lg-stretch{
    align-items: stretch !important;
  }
  .align-content-lg-start{
    align-content: flex-start !important;
  }
  .align-content-lg-end{
    align-content: flex-end !important;
  }
  .align-content-lg-center{
    align-content: center !important;
  }
  .align-content-lg-between{
    align-content: space-between !important;
  }
  .align-content-lg-around{
    align-content: space-around !important;
  }
  .align-content-lg-stretch{
    align-content: stretch !important;
  }
  .align-self-lg-auto{
    align-self: auto !important;
  }
  .align-self-lg-start{
    align-self: flex-start !important;
  }
  .align-self-lg-end{
    align-self: flex-end !important;
  }
  .align-self-lg-center{
    align-self: center !important;
  }
  .align-self-lg-baseline{
    align-self: baseline !important;
  }
  .align-self-lg-stretch{
    align-self: stretch !important;
  }
}

@media (min-width: 1230px){
  .flex-xl-row{
    flex-direction: row !important;
  }
  .flex-xl-column{
    flex-direction: column !important;
  }
  .flex-xl-row-reverse{
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse{
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap{
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap{
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start{
    justify-content: flex-start !important;
  }
  .justify-content-xl-end{
    justify-content: flex-end !important;
  }
  .justify-content-xl-center{
    justify-content: center !important;
  }
  .justify-content-xl-between{
    justify-content: space-between !important;
  }
  .justify-content-xl-around{
    justify-content: space-around !important;
  }
  .align-items-xl-start{
    align-items: flex-start !important;
  }
  .align-items-xl-end{
    align-items: flex-end !important;
  }
  .align-items-xl-center{
    align-items: center !important;
  }
  .align-items-xl-baseline{
    align-items: baseline !important;
  }
  .align-items-xl-stretch{
    align-items: stretch !important;
  }
  .align-content-xl-start{
    align-content: flex-start !important;
  }
  .align-content-xl-end{
    align-content: flex-end !important;
  }
  .align-content-xl-center{
    align-content: center !important;
  }
  .align-content-xl-between{
    align-content: space-between !important;
  }
  .align-content-xl-around{
    align-content: space-around !important;
  }
  .align-content-xl-stretch{
    align-content: stretch !important;
  }
  .align-self-xl-auto{
    align-self: auto !important;
  }
  .align-self-xl-start{
    align-self: flex-start !important;
  }
  .align-self-xl-end{
    align-self: flex-end !important;
  }
  .align-self-xl-center{
    align-self: center !important;
  }
  .align-self-xl-baseline{
    align-self: baseline !important;
  }
  .align-self-xl-stretch{
    align-self: stretch !important;
  }
}

.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: 791px){
  .float-md-left{
    float: left !important;
  }
  .float-md-right{
    float: right !important;
  }
  .float-md-none{
    float: none !important;
  }
}

@media (min-width: 1025px){
  .float-lg-left{
    float: left !important;
  }
  .float-lg-right{
    float: right !important;
  }
  .float-lg-none{
    float: none !important;
  }
}

@media (min-width: 1230px){
  .float-xl-left{
    float: left !important;
  }
  .float-xl-right{
    float: right !important;
  }
  .float-xl-none{
    float: none !important;
  }
}

.position-static{
  position: static !important;
}

.position-relative{
  position: relative !important;
}

.position-absolute{
  position: absolute !important;
}

.position-fixed{
  position: fixed !important;
}

.position-sticky{
  position: sticky !important;
}

.fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 23;
}

.fixed-bottom{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 23;
}

@supports (position: sticky){
  .sticky-top{
    position: sticky;
    top: 0;
    z-index: 22;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25{
  width: 25% !important;
}

.w-50{
  width: 50% !important;
}

.w-75{
  width: 75% !important;
}

.w-100{
  width: 100% !important;
}

.h-25{
  height: 25% !important;
}

.h-50{
  height: 50% !important;
}

.h-75{
  height: 75% !important;
}

.h-100{
  height: 100% !important;
}

.mw-100{
  max-width: 100% !important;
}

.mh-100{
  max-height: 100% !important;
}

.m-0{
  margin: 0 !important;
}

.mt-0,
.my-0{
  margin-top: 0 !important;
}

.mr-0,
.mx-0{
  margin-right: 0 !important;
}

.mb-0,
.my-0{
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0{
  margin-left: 0 !important;
}

.m-1{
  margin: 0.25rem !important;
}

.mt-1,
.my-1{
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1{
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1{
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1{
  margin-left: 0.25rem !important;
}

.m-2{
  margin: 0.5rem !important;
}

.mt-2,
.my-2{
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2{
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2{
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2{
  margin-left: 0.5rem !important;
}

.m-3{
  margin: 1rem !important;
}

.mt-3,
.my-3{
  margin-top: 1rem !important;
}

.mr-3,
.mx-3{
  margin-right: 1rem !important;
}

.mb-3,
.my-3{
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3{
  margin-left: 1rem !important;
}

.m-4{
  margin: 1.5rem !important;
}

.mt-4,
.my-4{
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4{
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4{
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4{
  margin-left: 1.5rem !important;
}

.m-5{
  margin: 3rem !important;
}

.mt-5,
.my-5{
  margin-top: 3rem !important;
}

.mr-5,
.mx-5{
  margin-right: 3rem !important;
}

.mb-5,
.my-5{
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5{
  margin-left: 3rem !important;
}

.p-0{
  padding: 0 !important;
}

.pt-0,
.py-0{
  padding-top: 0 !important;
}

.pr-0,
.px-0{
  padding-right: 0 !important;
}

.pb-0,
.py-0{
  padding-bottom: 0 !important;
}

.pl-0,
.px-0{
  padding-left: 0 !important;
}

.p-1{
  padding: 0.25rem !important;
}

.pt-1,
.py-1{
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1{
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1{
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1{
  padding-left: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.pt-2,
.py-2{
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2{
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2{
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2{
  padding-left: 0.5rem !important;
}

.p-3{
  padding: 1rem !important;
}

.pt-3,
.py-3{
  padding-top: 1rem !important;
}

.pr-3,
.px-3{
  padding-right: 1rem !important;
}

.pb-3,
.py-3{
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3{
  padding-left: 1rem !important;
}

.p-4{
  padding: 1.5rem !important;
}

.pt-4,
.py-4{
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4{
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4{
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4{
  padding-left: 1.5rem !important;
}

.p-5{
  padding: 3rem !important;
}

.pt-5,
.py-5{
  padding-top: 3rem !important;
}

.pr-5,
.px-5{
  padding-right: 3rem !important;
}

.pb-5,
.py-5{
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5{
  padding-left: 3rem !important;
}

.m-auto{
  margin: auto !important;
}

.mt-auto,
.my-auto{
  margin-top: auto !important;
}

.mr-auto,
.mx-auto{
  margin-right: auto !important;
}

.mb-auto,
.my-auto{
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto{
  margin-left: auto !important;
}

@media (min-width: 576px){
  .m-sm-0{
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0{
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0{
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0{
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0{
    margin-left: 0 !important;
  }
  .m-sm-1{
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1{
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1{
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1{
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1{
    margin-left: 0.25rem !important;
  }
  .m-sm-2{
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2{
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2{
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2{
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2{
    margin-left: 0.5rem !important;
  }
  .m-sm-3{
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3{
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3{
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3{
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3{
    margin-left: 1rem !important;
  }
  .m-sm-4{
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4{
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4{
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4{
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4{
    margin-left: 1.5rem !important;
  }
  .m-sm-5{
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5{
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5{
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5{
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5{
    margin-left: 3rem !important;
  }
  .p-sm-0{
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0{
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0{
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0{
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0{
    padding-left: 0 !important;
  }
  .p-sm-1{
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1{
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1{
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1{
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1{
    padding-left: 0.25rem !important;
  }
  .p-sm-2{
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2{
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2{
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2{
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2{
    padding-left: 0.5rem !important;
  }
  .p-sm-3{
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3{
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3{
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3{
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3{
    padding-left: 1rem !important;
  }
  .p-sm-4{
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4{
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4{
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4{
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4{
    padding-left: 1.5rem !important;
  }
  .p-sm-5{
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5{
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5{
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5{
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5{
    padding-left: 3rem !important;
  }
  .m-sm-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: 791px){
  .m-md-0{
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0{
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0{
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0{
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0{
    margin-left: 0 !important;
  }
  .m-md-1{
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1{
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1{
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1{
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1{
    margin-left: 0.25rem !important;
  }
  .m-md-2{
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2{
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2{
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2{
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2{
    margin-left: 0.5rem !important;
  }
  .m-md-3{
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3{
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3{
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3{
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3{
    margin-left: 1rem !important;
  }
  .m-md-4{
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4{
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4{
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4{
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4{
    margin-left: 1.5rem !important;
  }
  .m-md-5{
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5{
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5{
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5{
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5{
    margin-left: 3rem !important;
  }
  .p-md-0{
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0{
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0{
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0{
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0{
    padding-left: 0 !important;
  }
  .p-md-1{
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1{
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1{
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1{
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1{
    padding-left: 0.25rem !important;
  }
  .p-md-2{
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2{
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2{
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2{
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2{
    padding-left: 0.5rem !important;
  }
  .p-md-3{
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3{
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3{
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3{
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3{
    padding-left: 1rem !important;
  }
  .p-md-4{
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4{
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4{
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4{
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4{
    padding-left: 1.5rem !important;
  }
  .p-md-5{
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5{
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5{
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5{
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5{
    padding-left: 3rem !important;
  }
  .m-md-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: 1025px){
  .m-lg-0{
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0{
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0{
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0{
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0{
    margin-left: 0 !important;
  }
  .m-lg-1{
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1{
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1{
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1{
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1{
    margin-left: 0.25rem !important;
  }
  .m-lg-2{
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2{
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2{
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2{
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2{
    margin-left: 0.5rem !important;
  }
  .m-lg-3{
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3{
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3{
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3{
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3{
    margin-left: 1rem !important;
  }
  .m-lg-4{
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4{
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4{
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4{
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4{
    margin-left: 1.5rem !important;
  }
  .m-lg-5{
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5{
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5{
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5{
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5{
    margin-left: 3rem !important;
  }
  .p-lg-0{
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0{
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0{
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0{
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0{
    padding-left: 0 !important;
  }
  .p-lg-1{
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1{
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1{
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1{
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1{
    padding-left: 0.25rem !important;
  }
  .p-lg-2{
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2{
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2{
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2{
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2{
    padding-left: 0.5rem !important;
  }
  .p-lg-3{
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3{
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3{
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3{
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3{
    padding-left: 1rem !important;
  }
  .p-lg-4{
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4{
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4{
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4{
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4{
    padding-left: 1.5rem !important;
  }
  .p-lg-5{
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5{
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5{
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5{
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5{
    padding-left: 3rem !important;
  }
  .m-lg-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: 1230px){
  .m-xl-0{
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0{
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0{
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0{
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0{
    margin-left: 0 !important;
  }
  .m-xl-1{
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1{
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1{
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1{
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1{
    margin-left: 0.25rem !important;
  }
  .m-xl-2{
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2{
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2{
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2{
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2{
    margin-left: 0.5rem !important;
  }
  .m-xl-3{
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3{
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3{
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3{
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3{
    margin-left: 1rem !important;
  }
  .m-xl-4{
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4{
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4{
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4{
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4{
    margin-left: 1.5rem !important;
  }
  .m-xl-5{
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5{
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5{
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5{
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5{
    margin-left: 3rem !important;
  }
  .p-xl-0{
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0{
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0{
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0{
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0{
    padding-left: 0 !important;
  }
  .p-xl-1{
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1{
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1{
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1{
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1{
    padding-left: 0.25rem !important;
  }
  .p-xl-2{
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2{
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2{
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2{
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2{
    padding-left: 0.5rem !important;
  }
  .p-xl-3{
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3{
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3{
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3{
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3{
    padding-left: 1rem !important;
  }
  .p-xl-4{
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4{
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4{
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4{
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4{
    padding-left: 1.5rem !important;
  }
  .p-xl-5{
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5{
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5{
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5{
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5{
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}

.text-justify{
  text-align: justify !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: 791px){
  .text-md-left{
    text-align: left !important;
  }
  .text-md-right{
    text-align: right !important;
  }
  .text-md-center{
    text-align: center !important;
  }
}

@media (min-width: 1025px){
  .text-lg-left{
    text-align: left !important;
  }
  .text-lg-right{
    text-align: right !important;
  }
  .text-lg-center{
    text-align: center !important;
  }
}

@media (min-width: 1230px){
  .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-normal{
  font-weight: 400 !important;
}

.font-weight-bold{
  font-weight: 700 !important;
}

.font-italic{
  font-style: italic !important;
}

.text-white{
  color: #fff !important;
}

.text-primary{
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus{
  color: #0062cc !important;
}

.text-secondary{
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus{
  color: #545b62 !important;
}

.text-success{
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus{
  color: #1e7e34 !important;
}

.text-info{
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus{
  color: #117a8b !important;
}

.text-warning{
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus{
  color: #d39e00 !important;
}

.text-danger{
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus{
  color: #bd2130 !important;
}

.text-light{
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus{
  color: #dae0e5 !important;
}

.text-dark{
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus{
  color: #1d2124 !important;
}

.text-muted{
  color: #6c757d !important;
}

.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

@media print{
  *,
  *::before,
  *::after{
    text-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;
  }
  pre,
  blockquote{
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  @page{
    size: a3;
  }
  body{
    min-width: 1025px !important;
  }
  .container{
    min-width: 1025px !important;
  }
  .navbar{
    display: none;
  }
  .badge{
    border: 1px solid #000;
  }
  .table{
    border-collapse: collapse !important;
  }
  .table td,
  .table th{
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td{
    border: 1px solid #ddd !important;
  }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker{
  padding: 0px;
  margin-top: 0px;
  direction: ltr;
}

.datepicker-inline{
  width: 100%;
}

.datepicker.datepicker-rtl{
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span{
  float: right;
}

.datepicker-dropdown{
  top: 0;
  left: 0;
}

.datepicker-dropdown:before{
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after{
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div{
  display: none;
}

.datepicker.days div.datepicker-days{
  display: block;
}

.datepicker.months div.datepicker-months{
  display: block;
}

.datepicker.years div.datepicker-years{
  display: block;
}

.datepicker table{
  margin: 0;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th{
  background-color: transparent;
}

.datepicker table{
  width: 100%;
}

.datepicker table tr td.day:hover{
  color:#f2772d;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new{
  color:#777777;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover{
  background: none;
  color:#777777;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover{
  background-color: #fde19a;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled]{
  color:#f2772d;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active{
  color:#f2772d;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover{
  color:#f2772d;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled]{
  color:#f2772d;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active{
  color: #f2772d;
}

.datepicker table tr td span{
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover{
  color:#f2772d;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover{
  background: none;
  color:#777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover{
  background-color:#f2772d;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled]{
  background-color:#f2772d;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active{
  background-color: #003399 \9;
}

.datepicker table tr td span.old{
  color:#777777;
}

.datepicker th.switch{
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th{
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover{
  color: #fff;
  background:#f2772d;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i{
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.datepicker td,
.datepicker th{
  text-align: center;
  width: 14%;
  height: 20px;
  border: none;
  padding: 4px 3px 2px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.datepicker thead tr:first-child th{
  padding: 9px 3px 7px;
}

.datepicker thead tr:first-child{
  background:#191919;
}

.datepicker thead tr:first-child th{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.datepicker thead th.dow{
  font-weight: 500;
  color:#191919;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.datepicker thead tr:last-child th:not(.switch):not(.prev):not(.next){
  padding-top: 14px;
}

.datepicker thead .icon-arrow-right,
.datepicker thead .icon-arrow-left{
  display: block;
  font-family: "wokiee_icons";
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datepicker thead .icon-arrow-right:before{
  content: "\e90e";
}

.datepicker thead .icon-arrow-left:before{
  content: "\e90d";
}

.datepicker thead th.next:hover i,
.datepicker thead th.prev:hover i{
  color: #fff;
}


/* ============================================================================ */
/* ============================= FOOTER CSS END =============================== */
/* ============================================================================ */

.section_title {
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
    padding-bottom: 33px;
    text-transform: none;
    color: #191919;
}

.slick-slider .slick-list {
    padding-top: 10px;
}

.slick-slider .slick-list {
    margin: 0 30px;
}

.slick-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    z-index:1;
    background: transparent;
    font-size: 0;
}

.slick-slider .slick-arrow.slick-disabled {
    cursor:not-allowed;
    opacity:0.5;
}

.slick-slider .slick-arrow:before {
    content:"";
    font-size:20px;
    color:#f2762e;
    font-family: "Font Awesome 5 Pro"; 
} 

.slick-slider .slick-arrow.slick-prev {
    left: 10px;
}

.slick-slider .slick-arrow.slick-prev:before {
    content:"\f053";
    right: 2px;
    top: 2px;
    position:relative;
}

.slick-slider .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

.slick-slider .slick-arrow.slick-next:before {
    content:"\f054";
    left: 2px;
    top: 2px;
    position:relative;
}
.rt-featured_blog-section h2.section_title {
    text-align: left;
    padding-left:0;
    } 
@media only screen and (max-width: 991px) {
    .slick-slider .slick-list {
        padding: 0 15px;
    }

    .slick-slider .slick-arrow {
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        font-size: 0;
    }

    .slick-slider .slick-arrow:before {
        content:"";
        font-size:20px;
        color:#f2762e;
        font-family: "Font Awesome 5 Pro"; 
    } 

    .slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .slick-slider .slick-arrow.slick-prev:before {
        content:"\f053";
    }

    .slick-slider .slick-arrow.slick-next {
        right: 10px;
        left: auto;
    }

    .slick-slider .slick-arrow.slick-next:before {
        content:"\f054";
    }
}

@media only screen and (max-width: 767px) {
    .section_title {
        font-size: 24px;
        line-height: 31px;
        font-weight:600;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
   .rt-featured_blog-section h2.section_title {
    padding-left: 0;
    }   
}

html.rt-loading {
    overflow:hidden;
}

html.rt-loading body:before {
    background: rgb(255 255 255 / 80%);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

#r2b-loader {
    z-index: 101;
}

/* WEBYZE.COM - CSS */
.webyze-multi-product-colors {
	display:block;
	padding:4px 2px;
	flex-grow: 1;
	width: auto;
	min-width: 70%;
}
.webyze-multi-product-colors *
{
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important;
	line-height: 1;
}
.webyze-multi-product-colors .swatchProductColor, .webyze-multi-product-colors .swatchProductColor>div
{
	margin:0px;
	padding:0px;
	box-shadow:none;
	border-radius:0px;
	border:0px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	background-position: center center;
	vertical-align: middle;
}
.webyze-multi-product-colors .swatchProductColor
{
	cursor:pointer;
	margin:3px 2px;
	border-radius: 50%;
	padding:2px;
    border: 1px solid #BBBBBB;
}
.webyze-multi-product-colors .swatchProductColor>div
{
	border-radius:inherit;
}
.webyze-multi-product-colors .swatchProductColor.currentSwatch
{
	border-color:rgba(0, 0, 0, 0.4);
}
.webyze-multi-product-colors .swatchProductColor>.webyzeTooltip
{
	display:none !important;
}
.webyze-multi-product-colors .swatchType_two_colors>div>div {
  height:10px;
}


div[id^="webyze-product-colors-"] {
  margin-bottom:20px !important;
}

/*app*/

h2[data-pf-type="Heading2"] {        
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 23px;
}

h3[data-pf-type="Heading"] {
    line-height: 40px;
    padding-bottom: 23px;
}


.mine-two-wrap {
    display: flex;
    align-items: center;
    margin: 15px 0px;	
}
.mine-two-wrap-inner-m15 {
    margin-left: 15px;
}

.grid-item-reviews {
	display: flex;
    justify-content: center;	
}
h2.form__message svg {
    height: 20px;
    width: 20px;
}

#bloggle--article-title {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #191919;
}

h3.bggle_title {
    font-size: 23px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #191919;
}


@media only screen and (max-width: 575px) {
    #bloggle--article-title {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 5px;
    } 
    h3.bggle_title {
        font-size: 19px;
        line-height: 29px;
    }
}
.desktop-display,
.mobile-display {
    display: none;
}

/*bloggle tabel*/
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 800px;
  border-collapse: collapse;
}

@media only screen and (min-width: 1025px) {
    .desktop-display {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-display {
        display: block;
    }
    
    div[data-pf-type="Slideshow"] img {
        /* max-width: 130px; */
        aspect-ratio: auto !important;
        width: 130px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .stackbar {
        position: relative;
        display: inline-block;
        width: 26px;
        cursor: pointer;
    }
    .rt-language-switcher.dropdown.header-top,
    .header-top-lag-switcher, .header-account, .header_link--title,
    .custom-header.desktop_menu, .header_link--title {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .site-header .logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

/* Trengo widget redisign */

/* Alleen de Chat met R2B-knop */
.btn.ttbtnmainstyle.r2b-chat-link {
  background-image: linear-gradient(to right, #ffa200, #f2772b) !important;
  margin: 10px;
}
@media (max-width: 768px) {
  .btn.ttbtnmainstyle.r2b-chat-link {
    display: flex;
  }
}

#r2b-chat-link{
  color: #fff;
}
/* verberg alle varianten van de launcher */
#trengo-web-widget [class*="TrengoWidgetLauncher"] { display: none !important; }
#trengo-web-widget .launcher-triangle { display: none !important; }
#trengo-web-widget iframe[title="trengo-widget-launcher"] { display: none !important; }

/* (optioneel) overige overlays ook verbergen */
#trengo-web-widget .TrengoWidgetBadge__iframe,
#trengo-web-widget .TrengoOnlineStatus__iframe,
#trengo-web-widget .trengo-shadow { display: none !important; }


/* bloggle blos p tag styling*/
/* Stelt de onder- en bovenmarge (witruimte) voor alle alinea's in de blog in */
#bloggy--article p {
  /* Alleen de onderstaande regel is cruciaal om de foutieve inline margin te overrulen */
  margin: 0.75em 0px !important; 
  
  /* Optioneel: stel een standaard lijnafstand in voor consistentie */
  line-height: 1.6 !important;
}

.rt-product-card input[type="radio"]:checked + label{
  accent-color: #f09; /* Change to your brand color */
}

@media only screen and (min-width: 1200px) and (max-width: 1229px) {
  .header-search .control {
    width: 440px;
}
  .header-search .control .search-input {
    min-width: 312px;
}
}
.recommended-products-desktop button.size-chart-trigger {
    display: none !important;
}

.menu_with_link_ctm {
  padding: 0 !important;
}