

/* Start:/local/templates/ksel/css/components/basket-header-def.css?16668073275942*/

/* Basket. Header default */

.basket-header-def {
  line-height: 1.3;
}

.basket-header-def a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
}

.basket-header-def a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.basket-header-def__label, .basket-header-def__value {
  display: block;
}

@media (max-width: 991px) {
  .basket-header-def a {
    padding: 0.375rem 0.9375rem 0.375rem 3.0625rem;
  }

  .basket-header-def a::before {
    height: 1.15rem;
    width: 1.25rem;
    left: 0.9375rem;
  }
}

@media (min-width: 992px) and (max-width: 1519px) {
  .basket-header-def a {
    padding: 0.75rem 1.53125rem 0.75rem 3.96875rem;
  }

  .basket-header-def a::before {
    height: 1.29375rem;
    width: 1.40625rem;
    left: 1.3125rem;
  }
}

@media (min-width: 1520px) {
  .basket-header-def a {
    padding: 1.125rem 2.125rem 1.125rem 4.875rem;
  }

  .basket-header-def a::before {
    height: 1.4375rem;
    width: 1.5625rem;
    left: 1.6875rem;
  }
}

.basket-header-def a {
  text-decoration: none !important;
}

.basket-header-def a::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.basket-header-def__value {
  color: #fff;
}

@media (max-width: 767px) {
  .basket-header-def {
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1519px) {
  .basket-header-def {
    font-size: 0.875rem;
  }
}

@media (min-width: 1520px) {
  .basket-header-def {
    font-size: 0.9375rem;
  }
}

.basket-header-def__label {
  color: #3ED7A4;
}

.basket-header-def a {
  transition: background-color 0.15s linear;
  background-color: #454545;
}

.basket-header-def a::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='23' viewBox='0 0 25 23' fill='none'%3e%3cpath d='M9.75033 22.5C9.02098 22.5 8.32151 22.2103 7.80578 21.6945C7.29006 21.1788 7.00033 20.4793 7.00033 19.75C7.00033 19.0207 7.29006 18.3212 7.80578 17.8055C8.32151 17.2897 9.02098 17 9.75033 17C10.4797 17 11.1791 17.2897 11.6949 17.8055C12.2106 18.3212 12.5003 19.0207 12.5003 19.75C12.5003 20.4793 12.2106 21.1788 11.6949 21.6945C11.1791 22.2103 10.4797 22.5 9.75033 22.5ZM19.3753 22.5C18.646 22.5 17.9465 22.2103 17.4308 21.6945C16.9151 21.1788 16.6253 20.4793 16.6253 19.75C16.6253 19.0207 16.9151 18.3212 17.4308 17.8055C17.9465 17.2897 18.646 17 19.3753 17C20.1047 17 20.8041 17.2897 21.3199 17.8055C21.8356 18.3212 22.1253 19.0207 22.1253 19.75C22.1253 20.4793 21.8356 21.1788 21.3199 21.6945C20.8041 22.2103 20.1047 22.5 19.3753 22.5ZM1.44808 3.14412C1.10482 3.13305 0.779333 2.98891 0.540437 2.74219C0.30154 2.49546 0.167969 2.16549 0.167969 1.82206C0.167969 1.47863 0.30154 1.14866 0.540437 0.901937C0.779333 0.655211 1.10482 0.511071 1.44808 0.5L3.0307 0.5C4.27095 0.5 5.34345 1.36075 5.61295 2.57075L7.33583 10.3285C7.60533 11.5385 8.67783 12.3992 9.91808 12.3992H20.2471L22.2298 4.4655H9.38045C9.04043 4.44998 8.71948 4.30399 8.48434 4.05788C8.24921 3.81178 8.118 3.4845 8.118 3.14412C8.118 2.80375 8.24921 2.47647 8.48434 2.23037C8.71948 1.98426 9.04043 1.83827 9.38045 1.82275H22.2298C22.6318 1.82263 23.0285 1.91416 23.3898 2.09037C23.751 2.26659 24.0674 2.52285 24.3147 2.83968C24.5621 3.15651 24.734 3.52557 24.8173 3.91879C24.9006 4.31202 24.8932 4.71907 24.7956 5.109L22.8128 13.04C22.6699 13.6123 22.3397 14.1203 21.8748 14.4833C21.4099 14.8463 20.8369 15.0435 20.2471 15.0434H9.91808C8.71467 15.0435 7.5472 14.6332 6.60847 13.8803C5.66974 13.1273 5.01591 12.0766 4.75495 10.9019L3.0307 3.14412H1.44808Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.basket-header-def a:hover, .basket-header-def a:focus-visible {
  background-color: #3ED7A4;
}

.basket-header-def a:hover::before, .basket-header-def a:focus-visible::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='23' viewBox='0 0 25 23' fill='none'%3e%3cpath d='M9.75033 22.5C9.02098 22.5 8.32151 22.2103 7.80578 21.6945C7.29006 21.1788 7.00033 20.4793 7.00033 19.75C7.00033 19.0207 7.29006 18.3212 7.80578 17.8055C8.32151 17.2897 9.02098 17 9.75033 17C10.4797 17 11.1791 17.2897 11.6949 17.8055C12.2106 18.3212 12.5003 19.0207 12.5003 19.75C12.5003 20.4793 12.2106 21.1788 11.6949 21.6945C11.1791 22.2103 10.4797 22.5 9.75033 22.5ZM19.3753 22.5C18.646 22.5 17.9465 22.2103 17.4308 21.6945C16.9151 21.1788 16.6253 20.4793 16.6253 19.75C16.6253 19.0207 16.9151 18.3212 17.4308 17.8055C17.9465 17.2897 18.646 17 19.3753 17C20.1047 17 20.8041 17.2897 21.3199 17.8055C21.8356 18.3212 22.1253 19.0207 22.1253 19.75C22.1253 20.4793 21.8356 21.1788 21.3199 21.6945C20.8041 22.2103 20.1047 22.5 19.3753 22.5ZM1.44808 3.14412C1.10482 3.13305 0.779333 2.98891 0.540437 2.74219C0.30154 2.49546 0.167969 2.16549 0.167969 1.82206C0.167969 1.47863 0.30154 1.14866 0.540437 0.901937C0.779333 0.655211 1.10482 0.511071 1.44808 0.5L3.0307 0.5C4.27095 0.5 5.34345 1.36075 5.61295 2.57075L7.33583 10.3285C7.60533 11.5385 8.67783 12.3992 9.91808 12.3992H20.2471L22.2298 4.4655H9.38045C9.04043 4.44998 8.71948 4.30399 8.48434 4.05788C8.24921 3.81178 8.118 3.4845 8.118 3.14412C8.118 2.80375 8.24921 2.47647 8.48434 2.23037C8.71948 1.98426 9.04043 1.83827 9.38045 1.82275H22.2298C22.6318 1.82263 23.0285 1.91416 23.3898 2.09037C23.751 2.26659 24.0674 2.52285 24.3147 2.83968C24.5621 3.15651 24.734 3.52557 24.8173 3.91879C24.9006 4.31202 24.8932 4.71907 24.7956 5.109L22.8128 13.04C22.6699 13.6123 22.3397 14.1203 21.8748 14.4833C21.4099 14.8463 20.8369 15.0435 20.2471 15.0434H9.91808C8.71467 15.0435 7.5472 14.6332 6.60847 13.8803C5.66974 13.1273 5.01591 12.0766 4.75495 10.9019L3.0307 3.14412H1.44808Z' fill='%23373737'/%3e%3c/svg%3e");
}

.basket-header-def a:hover .basket-header-def__label, .basket-header-def a:focus-visible .basket-header-def__label {
  color: #373737;
}
/* End */


/* Start:/local/templates/ksel/css/vendor/swiper/swiper.theme.default.css?16668073276764*/
@charset "UTF-8";

:root {
  --swiper-theme-color: #3ED7A4;
}

.swiper-theme-default.swiper .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .swiper-theme-default.swiper .swiper-controls:not(:first-child) {
    margin-top: 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-theme-default.swiper .swiper-controls:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .swiper-theme-default.swiper .swiper-controls:not(:first-child) {
    margin-top: 2.5rem;
  }
}

:root {
  --swiper-navigation-size: 25px;
  --swiper-navigation-size-height: 1.1875rem;
  --swiper-navigation-size-width: 3.1875rem;
  --swiper-navigation-inactive-color: #373737;
}

.swiper-theme-default.swiper .swiper-button-prev,
.swiper-theme-default.swiper .swiper-button-next {
  margin-top: 0;
  position: static;
}

@media (max-width: 575px) {
  .swiper-theme-default.swiper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.swiper-theme-default.swiper .swiper-button-prev,
.swiper-theme-default.swiper .swiper-button-next {
  outline: 0;
  height: var(--swiper-navigation-size-height);
  width: var(--swiper-navigation-size-width);
}

.swiper-theme-default.swiper .swiper-button-prev.swiper-button-disabled,
.swiper-theme-default.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.swiper-theme-default.swiper .swiper-button-prev:after,
.swiper-theme-default.swiper .swiper-button-next:after {
  content: '';
  display: block;
  height: var(--swiper-navigation-size-height);
  width: var(--swiper-navigation-size-width);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.swiper-theme-default.swiper .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%23373737'%3e%3cpath d='M8.67718 0.823242L10.1356 2.28162L3.94825 8.46893H50.8721V10.5315H3.94845L10.1356 16.7186L8.67718 18.177L0.000179291 9.50011L8.67718 0.823242Z'/%3e%3c/svg%3e");
}

.swiper-theme-default.swiper .swiper-button-next.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%23373737'%3e%3cpath d='M42.1951 0.823242L40.7368 2.28162L46.9241 8.46893H0.000244141V10.5315H46.9239L40.7368 16.7186L42.1951 18.177L50.8721 9.50011L42.1951 0.823242Z'/%3e%3c/svg%3e");
}

.swiper-theme-default.swiper .swiper-button-prev:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%233ED7A4'%3e%3cpath d='M8.67718 0.823242L10.1356 2.28162L3.94825 8.46893H50.8721V10.5315H3.94845L10.1356 16.7186L8.67718 18.177L0.000179291 9.50011L8.67718 0.823242Z'/%3e%3c/svg%3e");
}

.swiper-theme-default.swiper .swiper-button-next:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%233ED7A4'%3e%3cpath d='M42.1951 0.823242L40.7368 2.28162L46.9241 8.46893H0.000244141V10.5315H46.9239L40.7368 16.7186L42.1951 18.177L50.8721 9.50011L42.1951 0.823242Z'/%3e%3c/svg%3e");
}

.swiper-theme-default.swiper .swiper-button-prev:hover:after, .swiper-theme-default.swiper .swiper-button-prev:focus-visible:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-next:hover:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-next:focus-visible:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%231FCC92'%3e%3cpath d='M8.67718 0.823242L10.1356 2.28162L3.94825 8.46893H50.8721V10.5315H3.94845L10.1356 16.7186L8.67718 18.177L0.000179291 9.50011L8.67718 0.823242Z'/%3e%3c/svg%3e");
}

.swiper-theme-default.swiper .swiper-button-next:hover:after, .swiper-theme-default.swiper .swiper-button-next:focus-visible:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-prev:hover:after,
.swiper-theme-default.swiper .swiper-rtl .swiper-button-prev:focus-visible:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='51' height='19' viewBox='0 0 51 19' fill='%231FCC92'%3e%3cpath d='M42.1951 0.823242L40.7368 2.28162L46.9241 8.46893H0.000244141V10.5315H46.9239L40.7368 16.7186L42.1951 18.177L50.8721 9.50011L42.1951 0.823242Z'/%3e%3c/svg%3e");
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-margin-top: 0.75rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-width: 2.5rem;
  --swiper-pagination-bullet-height: 0.125rem;
  --swiper-pagination-bullet-active-color: #373737;
  --swiper-pagination-bullet-hover-color: #3ED7A4;
  --swiper-pagination-bullet-inactive-color: #3ED7A4;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-theme-default.swiper .swiper-pagination {
  position: static;
}

.swiper-theme-default.swiper .swiper-pagination:not(:first-child) {
  margin-top: 0;
}

.swiper-theme-default.swiper .swiper-pagination-bullet {
  border-radius: 0;
  outline: 0;
  vertical-align: middle;
}

.swiper-theme-default.swiper .swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-bullet-active-color);
}

@media (max-width: 767px) {
  .swiper-theme-default.swiper .swiper-pagination-bullet {
    width: 0.9375rem;
  }

  .swiper-theme-default.swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-theme-default.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.3125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-theme-default.swiper .swiper-pagination-bullet {
    width: 1.875rem;
  }

  .swiper-theme-default.swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-theme-default.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.46875rem;
  }
}

.swiper-theme-default.swiper .swiper-pagination-bullet:hover,
.swiper-theme-default.swiper .swiper-pagination-bullet:focus-visible {
  background-color: var(--swiper-pagination-bullet-hover-color);
}
/* End */


/* Start:/local/templates/ksel/plugins/swiper8/swiper-bundle.css?166680732719295*/
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/ksel/plugins/fancybox/jquery.fancybox.css?167904914616012*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
  transition: color .3s ease;
  cursor: pointer; }

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555; }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/ksel/css/components/gallery-photos-def.css?1666807327583*/

/* Gallery photos. Default */

.gallery-photos-def.swiper-theme-default.swiper .swiper-controls:not(:first-child) {
  margin-top: 1.875rem;
}

@media (max-width: 767px) {
  .gallery-photos-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-photos-def:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .gallery-photos-def:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

.gallery-photos-def.swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* End */


/* Start:/local/templates/ksel/css/components/modal-quick-order-def.css?16668073271018*/

/* Modal. Quick order default */

.modal-quick-order-def__title-wrapper:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.modal-quick-order-def__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.modal-quick-order-def__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 24.375rem;
}

.modal-quick-order-def__text:not(:last-child) {
  margin-bottom: 2.375rem;
}

.modal-quick-order-def .modal-body .feedback-modal-def {
  margin-left: auto;
  margin-right: auto;
  max-width: 25.875rem;
}

.modal-quick-order-def__title {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.modal-quick-order-def__text {
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-quick-order-def__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-quick-order-def__title {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .modal-quick-order-def__title {
    font-size: 2.75rem;
  }
}
/* End */


/* Start:/local/templates/ksel/css/components/modal-feedback-def.css?1666807327985*/

/* Modal. Feedback default */

.modal-feedback-def__title-wrapper:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.modal-feedback-def__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.modal-feedback-def__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 24.375rem;
}

.modal-feedback-def__text:not(:last-child) {
  margin-bottom: 2.375rem;
}

.modal-feedback-def .modal-body .feedback-modal-def {
  margin-left: auto;
  margin-right: auto;
  max-width: 25.875rem;
}

.modal-feedback-def__title {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.modal-feedback-def__text {
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-feedback-def__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-feedback-def__title {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .modal-feedback-def__title {
    font-size: 2.75rem;
  }
}
/* End */


/* Start:/local/templates/ksel/css/components/success-modal-def.css?1666807327512*/

/* Success. Modal default */

.success-modal-def__title:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.success-modal-def__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 24.375rem;
}

.success-modal-def__text:not(:last-child) {
  margin-bottom: 2.375rem;
}

.success-modal-def__title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.success-modal-def__text {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: center;
}
/* End */


/* Start:/local/templates/ksel/css/components/modal-order-service-def.css?16668073271040*/

/* Modal. Order service default */

.modal-order-service-def__title-wrapper:not(:last-child) {
  margin-bottom: 1.9375rem;
}

.modal-order-service-def__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.modal-order-service-def__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 24.375rem;
}

.modal-order-service-def__text:not(:last-child) {
  margin-bottom: 2.375rem;
}

.modal-order-service-def .modal-body .feedback-modal-def {
  margin-left: auto;
  margin-right: auto;
  max-width: 25.875rem;
}

.modal-order-service-def__title {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.modal-order-service-def__text {
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-order-service-def__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-order-service-def__title {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .modal-order-service-def__title {
    font-size: 2.75rem;
  }
}
/* End */


/* Start:/local/templates/ksel/css/components/modal-success-def.css?1666807327243*/

/* Modal. Success default */

.modal-success-def .modal-body .success-modal-def {
  margin-left: auto;
  margin-right: auto;
  max-width: 25.875rem;
}

.modal-success-def .modal-body {
  background-color: #373737;
  padding-bottom: 3.25rem;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-dropdown-main/style.css?16668073272206*/

/* Menu. Catalog dropdown main */

.menu-catalog-dropdown-main {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  line-height: 1.3;
}

.menu-catalog-dropdown-main__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 0;
}

.menu-catalog-dropdown-main__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.menu-catalog-dropdown-main ul.menu-catalog-dropdown-main__submenu>li.menu-catalog-dropdown-main__submenu-item:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media (max-width: 991px) {
  .menu-catalog-dropdown-main__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .menu-catalog-dropdown-main__title:not(:last-child) {
    margin-bottom: 0;
  }

  .menu-catalog-dropdown-main ul.menu-catalog-dropdown-main__submenu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-catalog-dropdown-main__item {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 1.25rem;
  }

  .menu-catalog-dropdown-main__item:nth-child(1), .menu-catalog-dropdown-main__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .menu-catalog-dropdown-main__item {
    flex: 0 0 auto;
    width: 33.33333%;
    margin-top: 2.5rem;
  }

  .menu-catalog-dropdown-main__item:nth-child(1), .menu-catalog-dropdown-main__item:nth-child(2), .menu-catalog-dropdown-main__item:nth-child(3) {
    margin-top: 0;
  }
}

.menu-catalog-dropdown-main a {
  color: #373737 !important;
}

.menu-catalog-dropdown-main__title {
  font-size: 1.0625rem;
  font-weight: 700;
}

.menu-catalog-dropdown-main__submenu {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
}

.menu-catalog-dropdown-main__submenu a {
  text-decoration: none !important;
}

.menu-catalog-dropdown-main__title a:hover, .menu-catalog-dropdown-main__title a:focus-visible {
  text-decoration: underline;
}

.menu-catalog-dropdown-main__submenu a:hover, .menu-catalog-dropdown-main__submenu a:focus-visible {
  font-weight: 700;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-dropdown-other/style.css?1666807327661*/

/* Menu. Catalog dropdown other */

.menu-catalog-dropdown-other {
  padding-left: 0;
  list-style: none;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991px) {
  ul.menu-catalog-dropdown-other>li.menu-catalog-dropdown-other__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 992px) {
  ul.menu-catalog-dropdown-other>li.menu-catalog-dropdown-other__item:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

.menu-catalog-dropdown-other a {
  color: #373737 !important;
}

.menu-catalog-dropdown-other a:hover, .menu-catalog-dropdown-other a:focus-visible {
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/menu/menu-header-def/style.css?1666807327909*/

/* Menu. Header Default */

.menu-header-def {
  padding-left: 0;
  list-style: none;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.menu-header-def.navbar-nav {
  justify-content: space-around;
}

.menu-header-def>li {
  padding-left: 0 !important;
}

.menu-header-def>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

@media (max-width: 991px) {
  .menu-header-def {
    background-color: #373737;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-header-def {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .menu-header-def {
    font-size: 0.96875rem;
  }
}

@media (min-width: 1520px) {
  .menu-header-def {
    font-size: 1.0625rem;
  }
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/search.title/ksel_search_title/style.css?17259749244578*/

/* Search. Header Default */

.search-header-def {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.search-header-def__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.title-search-result {
    z-index: 100;
}

.title-search-result .search-title {
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 30px 10px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.search-title-result-last-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.search-title-result-last-item .bx_item_element {
    line-height: 20px;
}

.search-title-result-item-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-basis: 20%;
    max-width: 80px;
    margin-right: 16px;
}
.search-title-result-item-info {
    text-align: center;
}
.search-title-result-last-item .bx_item_element.no_image {
    display: none;
}

@media (max-width: 575px) {
  .search-header-def__submit {
    right: 0;
  }
   .search-title-result-last-item .bx_item_element {
	    font-size: 14px;
    }

}

@media (min-width: 576px) {
  .search-header-def {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 576px) {
  .search-header-def__submit {
    right: 0.9375rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .search-header-def {
    max-width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-header-def {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-header-def {
    max-width: 960px;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .search-header-def {
    max-width: 1140px;
  }
}

@media (min-width: 1520px) {
  .search-header-def {
    max-width: 1440px;
  }
}

.search-header-def__search .form-control {
  border-width: 1px;
}

.search-header-def__search .form-control::placeholder {
  color: #9D9D9D;
}

.search-header-def__submit .btn::after {
  content: '';
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%233ED7A4'%3e%3cpath d='M22.8875 21.1125L18.6375 16.875C20.0087 15.1281 20.7528 12.9708 20.75 10.75C20.75 8.77219 20.1635 6.83879 19.0647 5.1943C17.9659 3.54981 16.4041 2.26809 14.5768 1.51121C12.7496 0.754333 10.7389 0.556299 8.7991 0.942152C6.85929 1.328 5.07746 2.28041 3.67894 3.67894C2.28041 5.07746 1.328 6.85929 0.942152 8.7991C0.556299 10.7389 0.754333 12.7496 1.51121 14.5768C2.26809 16.4041 3.54981 17.9659 5.1943 19.0647C6.83879 20.1635 8.77219 20.75 10.75 20.75C12.9708 20.7528 15.1281 20.0087 16.875 18.6375L21.1125 22.8875C21.2287 23.0047 21.367 23.0977 21.5193 23.1611C21.6716 23.2246 21.835 23.2573 22 23.2573C22.165 23.2573 22.3284 23.2246 22.4807 23.1611C22.633 23.0977 22.7713 23.0047 22.8875 22.8875C23.0047 22.7713 23.0977 22.633 23.1611 22.4807C23.2246 22.3284 23.2573 22.165 23.2573 22C23.2573 21.835 23.2246 21.6716 23.1611 21.5193C23.0977 21.367 23.0047 21.2287 22.8875 21.1125ZM3.25 10.75C3.25 9.26664 3.68987 7.8166 4.51398 6.58323C5.33809 5.34986 6.50943 4.38857 7.87988 3.82091C9.25033 3.25325 10.7583 3.10473 12.2132 3.39411C13.668 3.6835 15.0044 4.39781 16.0533 5.4467C17.1022 6.4956 17.8165 7.83197 18.1059 9.28683C18.3953 10.7417 18.2468 12.2497 17.6791 13.6201C17.1114 14.9906 16.1502 16.1619 14.9168 16.986C13.6834 17.8101 12.2334 18.25 10.75 18.25C8.76088 18.25 6.85323 17.4598 5.4467 16.0533C4.04018 14.6468 3.25 12.7391 3.25 10.75Z'/%3e%3c/svg%3e");
}

@media (max-width: 575px) {
  .search-header-def__search .form-control {
    padding-left: 0.875rem;
    padding-right: 3.25rem;
  }

  .search-header-def__submit .btn-lg {
    padding: 0.8125rem 0.8125rem;
  }
}

@media (min-width: 576px) {
  .search-header-def__search .form-control {
    padding-left: 2rem;
    padding-right: 5.5rem;
  }

  .search-header-def__submit .btn-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.search-header-def__search .form-control:not(:focus) {
  border-color: #E9E9E9;
}

.search-header-def__submit .btn::after {
  transition: transform 0.15s linear, opacity 0.15s linear;
  opacity: 1;
}

.search-header-def__submit .btn:hover::after {
  opacity: 0.8;
}

.search-header-def__submit .btn:focus {
  box-shadow: none;
}

.search-header-def__submit .btn:focus-visible::after {
  transform: scale(1.2);
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/menu/menu-footer-def/style.css?1666807327560*/

/* Menu. Footer Default */

.menu-footer-def {
  padding-left: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.3;
}

.menu-footer-def:not(:last-child) {
  margin-bottom: 1.875rem;
}

.menu-footer-def>li:not(:last-child) {
  margin-bottom: 1.875rem !important;
}

.menu-footer-def>li {
  padding-left: 0 !important;
}

.menu-footer-def>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}
/* End */


/* Start:/local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-footer/style.css?16668073272471*/

/* Menu. Catalog footer */

.menu-catalog-footer {
  padding-left: 0;
  list-style: none;
  font-size: 1.0rem;
  line-height: 1.3;
}

.menu-catalog-footer>li {
  padding-left: 0 !important;
}

.menu-catalog-footer>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.menu-catalog-footer:not(:last-child) {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .menu-catalog-footer {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .menu-catalog-footer>li {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    padding-left: 0.9375rem !important;
    margin-top: 0.9375rem;
  }

  .menu-catalog-footer>li:nth-child(1), .menu-catalog-footer>li:nth-child(2), .menu-catalog-footer>li:nth-child(3) {
    margin-top: 0;
  }

  .menu-catalog-footer>li:not(:last-child) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 38%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 36%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 26%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 33.33333%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 33.33333%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 39%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 34%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 27%;
  }
}

@media (min-width: 1520px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 41%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 36%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 23%;
  }
}

.menu-catalog-footer a {
  color: inherit;
}

.menu-catalog-footer a:hover,
.menu-catalog-footer a:focus-visible {
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/ksel/styles.css?1752019142315466*/
@charset "UTF-8";

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabld"), local("ProximaNova-Extrabld"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Extrabld.woff") format("woff"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Extrabld.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/local/templates/ksel/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/Inter/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("/local/templates/ksel/fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/Inter/Inter-Regular.woff") format("woff"), url("/local/templates/ksel/fonts/Inter/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Imperial One';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/ksel/fonts/ImperialOne/ImperialOne.eot");
  src: local("Imperial One Regular"), local("ImperialOne-Regular"), url("/local/templates/ksel/fonts/ImperialOne/ImperialOne.eot?#iefix") format("embedded-opentype"), url("/local/templates/ksel/fonts/ImperialOne/ImperialOne.woff") format("woff"), url("/local/templates/ksel/fonts/ImperialOne/ImperialOne.ttf") format("truetype");
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3ED7A4;
  --bs-secondary: #9D9D9D;
  --bs-white: #fff;
  --bs-light: #F5F5F5;
  --bs-dark: #373737;
  --bs-primary-rgb: 62, 215, 164;
  --bs-secondary-rgb: 157, 157, 157;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 55, 55, 55;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 55, 55, 55;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Proxima Nova", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #373737;
  --bs-body-bg: #fff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 3.0rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.h3 {
  font-size: 2.0rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.375rem;
}

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

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 1.0rem;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3ED7A4;
  text-decoration: none;
}

a:hover {
  color: #3ed7a4;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 8.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.875rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

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

@media (min-width: 1520px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1.5625rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1.5625rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.875rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.875rem;
}

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.875rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.875rem;
  }
}

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

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

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.875rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.875rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.875rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.875rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.875rem;
  }
}

@media (min-width: 1520px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1.5625rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.875rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.875rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #E9E9E9;
}

.table> :not(caption)>*>* {
  padding: 1.1875rem 1.875rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 2px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:first-child) {
  border-top: 4px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 2px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 2px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1519.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(1.4375rem + 2px);
  padding-bottom: calc(1.4375rem + 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.625rem + 2px);
  padding-bottom: calc(0.625rem + 2px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #F5F5F5;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #3ED7A4;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

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

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

.form-control::file-selector-button {
  padding: 1rem 1.25rem;
  margin: -1rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 1rem 1.25rem;
  margin: -1rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 1.25rem + 4px);
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-control-sm::file-selector-button {
  padding: 0.625rem 0.625rem;
  margin: -0.625rem -0.625rem;
  -webkit-margin-end: 0.625rem;
  margin-inline-end: 0.625rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.625rem 0.625rem;
  margin: -0.625rem -0.625rem;
  -webkit-margin-end: 0.625rem;
  margin-inline-end: 0.625rem;
}

.form-control-lg {
  min-height: calc(1.5em + 2.875rem + 4px);
  padding: 1.4375rem 1.875rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.form-control-lg::file-selector-button {
  padding: 1.4375rem 1.875rem;
  margin: -1.4375rem -1.875rem;
  -webkit-margin-end: 1.875rem;
  margin-inline-end: 1.875rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 1.4375rem 1.875rem;
  margin: -1.4375rem -1.875rem;
  -webkit-margin-end: 1.875rem;
  margin-inline-end: 1.875rem;
}

textarea.form-control {
  min-height: calc(1.5em + 2rem + 4px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 1.25rem + 4px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 2.875rem + 4px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #F5F5F5;
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #E9E9E9;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #fff;
  border-color: #3ED7A4;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233ED7A4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3e%3ccircle r='3' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.5;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.25rem;
  pointer-events: none;
  border: 2px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem 1.25rem;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.form-floating>.form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

.input-group .btn:focus {
  z-index: 3;
}

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

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 1.4375rem 1.875rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.625rem 0.625rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(55, 55, 55, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #373737;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 55, 0.25);
}

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

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #373737;
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 55, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #373737;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #373737;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 55, 55, 0.25);
}

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

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #373737;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 1.5625rem;
  font-size: 1.0rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #373737;
  text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

.btn-primary {
  color: #000;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-primary:hover {
  color: #000;
  background-color: #5bddb2;
  border-color: #51dbad;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #5bddb2;
  border-color: #51dbad;
  box-shadow: 0 0 0 0 rgba(53, 183, 139, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #65dfb6;
  border-color: #51dbad;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(53, 183, 139, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #000;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-secondary {
  color: #000;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-secondary:hover {
  color: #000;
  background-color: #acacac;
  border-color: #a7a7a7;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #000;
  background-color: #acacac;
  border-color: #a7a7a7;
  box-shadow: 0 0 0 0 rgba(133, 133, 133, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #b1b1b1;
  border-color: #a7a7a7;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(133, 133, 133, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:focus+.btn-white,
.btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-check:checked+.btn-white,
.btn-check:active+.btn-white,
.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:checked+.btn-white:focus,
.btn-check:active+.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-light {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-light:hover {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
  box-shadow: 0 0 0 0 rgba(208, 208, 208, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(208, 208, 208, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2c2c2c;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2c2c2c;
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #292929;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}

.btn-outline-primary {
  color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(62, 215, 164, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(62, 215, 164, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #3ED7A4;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(157, 157, 157, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(157, 157, 157, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #9D9D9D;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:checked+.btn-outline-white:focus,
.btn-check:active+.btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light {
  color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #F5F5F5;
  background-color: transparent;
}

.btn-outline-dark {
  color: #373737;
  border-color: #373737;
}

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(55, 55, 55, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(55, 55, 55, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #373737;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
}

.btn-link:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

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

.btn-lg,
.btn-group-lg>.btn {
  padding: 1.1875rem 2.1875rem;
  font-size: 1.125rem;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.375rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: 0.4375rem;
  content: "";
  border-top: 1.0625rem solid;
  border-right: 1.0625rem solid transparent;
  border-bottom: 0;
  border-left: 1.0625rem solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #3ED7A4;
  border-radius: 0;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1520px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: 0.4375rem;
  content: "";
  border-top: 0;
  border-right: 1.0625rem solid transparent;
  border-bottom: 1.0625rem solid;
  border-left: 1.0625rem solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: 0.4375rem;
  content: "";
  border-top: 1.0625rem solid transparent;
  border-right: 0;
  border-bottom: 1.0625rem solid transparent;
  border-left: 1.0625rem solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: 0.4375rem;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.4375rem;
  vertical-align: 0.4375rem;
  content: "";
  border-top: 1.0625rem solid transparent;
  border-right: 1.0625rem solid;
  border-bottom: 1.0625rem solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.0rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -2px;
}

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

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.17188rem;
  padding-left: 1.17188rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.70313rem;
  padding-left: 0.70313rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 1.64063rem;
  padding-left: 1.64063rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -2px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 1.625rem 1.625rem;
  color: #0d6efd;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #3ed7a4;
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1520px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.625rem;
  padding-left: 1.625rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #3ED7A4;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #1FCC92;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #fff;
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #1FCC92;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 1.25rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
  ;
}

.breadcrumb-item.active {
  color: #9D9D9D;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #373737;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-card-def__title {
  z-index: 10;

}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #3ED7A4;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #3ED7A4;
  background-color: #fff;
  border-color: #3ED7A4;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.0rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1520px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #195642;
  background-color: #d8f7ed;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #195642;
  background-color: #c2ded5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #195642;
  border-color: #195642;
}

.list-group-item-secondary {
  color: #5e5e5e;
  background-color: #ebebeb;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #5e5e5e;
  background-color: #d4d4d4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-light {
  color: #626262;
  background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-dark {
  color: #212121;
  background-color: #d7d7d7;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #212121;
  background-color: #c2c2c2;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-close {
  box-sizing: content-box;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem 0.3125rem;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fff'%3e%3cpath d='M0.718652 0.718744C1.07027 0.367235 1.54709 0.169769 2.04428 0.169769C2.54146 0.169769 3.01829 0.367235 3.3699 0.718744L9.9999 7.34874L16.6299 0.718744C16.9835 0.377197 17.4572 0.188208 17.9488 0.19248C18.4404 0.196752 18.9107 0.393944 19.2583 0.741584C19.606 1.08922 19.8031 1.5595 19.8074 2.05112C19.8117 2.54274 19.6227 3.01637 19.2812 3.36999L12.6512 9.99999L19.2812 16.63C19.6227 16.9836 19.8117 17.4573 19.8074 17.9489C19.8031 18.4405 19.606 18.9108 19.2583 19.2584C18.9107 19.606 18.4404 19.8032 17.9488 19.8075C17.4572 19.8118 16.9835 19.6228 16.6299 19.2812L9.9999 12.6512L3.3699 19.2812C3.01627 19.6228 2.54264 19.8118 2.05103 19.8075C1.55941 19.8032 1.08913 19.606 0.741493 19.2584C0.393852 18.9108 0.19666 18.4405 0.192388 17.9489C0.188116 17.4573 0.377106 16.9836 0.718652 16.63L7.34865 9.99999L0.718652 3.36999C0.367144 3.01838 0.169678 2.54155 0.169678 2.04437C0.169678 1.54719 0.367144 1.07036 0.718652 0.718744V0.718744Z'/%3e%3c/svg%3e") center/1.25rem auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .btn-close {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .section-card-def__title {
    padding: 10px 5px;
    font-size: 14px;
    position: relative;
    background: #f5f5f5;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1519.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #3ED7A4;
}

.link-secondary {
  color: #9D9D9D;
}

.link-white {
  color: #fff;
}

.link-light {
  color: #F5F5F5;
}

.link-dark {
  color: #373737;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1520px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

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

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

.border-dark {
  border-color: #212529 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.8 !important;
}

.lh-base {
  line-height: 2 !important;
}

.lh-lg {
  line-height: 2.2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1520px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

*:focus-visible {
  outline: 0;
}

a {
  transition: color 0.15s linear;
}

a:focus-visible {
  outline: 0;
  color: #3ed7a4;
  text-decoration: underline;
}

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

@media (max-width: 767px) {

  *+h2,
  *+.h2,
  *+.h2,
  *+h3,
  *+.h3,
  *+.h3,
  *+h4,
  *+.h4,
  *+.h4,
  *+h5,
  *+.h5,
  *+.h5,
  *+h6,
  *+.h6,
  *+.h6 {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  *+h2,
  *+.h2,
  *+.h2,
  *+h3,
  *+.h3,
  *+.h3,
  *+h4,
  *+.h4,
  *+.h4,
  *+h5,
  *+.h5,
  *+.h5,
  *+h6,
  *+.h6,
  *+.h6 {
    margin-top: 4.3125rem;
  }
}

@media (min-width: 1200px) {

  *+h2,
  *+.h2,
  *+.h2,
  *+h3,
  *+.h3,
  *+.h3,
  *+h4,
  *+.h4,
  *+.h4,
  *+h5,
  *+.h5,
  *+.h5,
  *+h6,
  *+.h6,
  *+.h6 {
    margin-top: 5.875rem;
  }
}

@media (max-width: 767px) {

  h1:not(:last-child),
  .h1:not(:last-child),
  .h1:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h1:not(:last-child),
  .h1:not(:last-child),
  .h1:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 1200px) {

  h1:not(:last-child),
  .h1:not(:last-child),
  .h1:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {

  h1,
  .h1,
  .h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h1,
  .h1,
  .h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1,
  .h1 {
    font-size: 3.0rem;
  }
}

h2,
.h2,
.h2 {
  font-weight: 700;
}

@media (max-width: 767px) {

  h2:not(:last-child),
  .h2:not(:last-child),
  .h2:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h2:not(:last-child),
  .h2:not(:last-child),
  .h2:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1200px) {

  h2:not(:last-child),
  .h2:not(:last-child),
  .h2:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {

  h2,
  .h2,
  .h2 {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h2,
  .h2,
  .h2 {
    font-size: 1.8125rem;
  }
}

@media (min-width: 1200px) {

  h2,
  .h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3,
.h3 {
  font-weight: 700;
}

@media (max-width: 767px) {

  h3:not(:last-child),
  .h3:not(:last-child),
  .h3:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h3:not(:last-child),
  .h3:not(:last-child),
  .h3:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 1200px) {

  h3:not(:last-child),
  .h3:not(:last-child),
  .h3:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 767px) {

  h3,
  .h3,
  .h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

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

@media (min-width: 1200px) {

  h3,
  .h3,
  .h3 {
    font-size: 2.0rem;
  }
}

h4,
.h4,
.h4 {
  font-weight: 600;
}

@media (max-width: 767px) {

  h4:not(:last-child),
  .h4:not(:last-child),
  .h4:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h4:not(:last-child),
  .h4:not(:last-child),
  .h4:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  h4:not(:last-child),
  .h4:not(:last-child),
  .h4:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}

@media (max-width: 767px) {

  h4,
  .h4,
  .h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h4,
  .h4,
  .h4 {
    font-size: 1.4375rem;
  }
}

@media (min-width: 1200px) {

  h4,
  .h4,
  .h4 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {

  h5:not(:last-child),
  .h5:not(:last-child),
  .h5:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h5:not(:last-child),
  .h5:not(:last-child),
  .h5:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1200px) {

  h5:not(:last-child),
  .h5:not(:last-child),
  .h5:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {

  h5,
  .h5,
  .h5 {
    font-size: 1.0rem;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h5,
  .h5,
  .h5 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {

  h5,
  .h5,
  .h5 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

@media (max-width: 767px) {

  h6:not(:last-child),
  .h6:not(:last-child),
  .h6:not(:last-child) {
    margin-bottom: 0.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h6:not(:last-child),
  .h6:not(:last-child),
  .h6:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {

  h6:not(:last-child),
  .h6:not(:last-child),
  .h6:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 767px) {

  h6,
  .h6,
  .h6 {
    font-size: 0.875rem;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  h6,
  .h6,
  .h6 {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {

  h6,
  .h6,
  .h6 {
    font-size: 1.375rem;
    font-weight: 600;
  }
}

p,
.paragraph-mb {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  p:not(:last-child),
  .paragraph-mb:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  p:not(:last-child),
  .paragraph-mb:not(:last-child) {
    margin-bottom: 1.71875rem;
  }
}

@media (min-width: 1200px) {

  p:not(:last-child),
  .paragraph-mb:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

p.paragraph-mb-small:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.big {
  font-size: 1.25rem;
}

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

ol:not(:last-child),
ul:not(:last-child),
dl:not(:last-child) {
  margin-bottom: 2.1875rem;
}

ul:not(.list-not-default):not(.list-not-default-margin):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu),
ul.list-def,
ul.list-def-margin {
  line-height: 1.3;
}

ul:not(.list-not-default):not(.list-not-default-margin):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li:not(:last-child),
ul.list-def>li:not(:last-child),
ul.list-def-margin>li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

ul:not(.list-not-default):not(.list-not-default-marker):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu),
ul.list-def,
ul.list-def-marker {
  padding-left: 0;
  list-style: none;
}

ul:not(.list-not-default):not(.list-not-default-marker):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li,
ul.list-def>li,
ul.list-def-marker>li {
  padding-left: 2.8125rem;
}

ul:not(.list-not-default):not(.list-not-default-marker):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li::before,
ul.list-def>li::before,
ul.list-def-marker>li::before {
  content: '';
  display: inline;
  height: 0.625rem;
  width: 0.6875rem;
  float: left;
  margin-left: -2.8125rem;
  margin-top: 0.4375rem;
  background-color: #3ED7A4;
}

ol:not(.list-not-default):not(.list-not-default-margin):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu),
ol.list-def,
ol.list-def-margin {
  line-height: 1.3;
}

ol:not(.list-not-default):not(.list-not-default-margin):not([class|="list"]):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li:not(:last-child),
ol.list-def>li:not(:last-child),
ol.list-def-margin>li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

ul.list-dot:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
}

ul.list-dot:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li {
  padding-left: 0.8125rem;
}

ul.list-dot:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li::before {
  content: '';
  display: inline;
  height: 0.25rem;
  width: 0.25rem;
  float: left;
  margin-left: -0.8125rem;
  margin-top: 1.0625rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4' fill='%23373737'%3e%3cpath d='M3.22867 0.912024C3.57 1.25336 3.74067 1.65869 3.74067 2.12802C3.74067 2.59736 3.57 3.00269 3.22867 3.34402C2.88733 3.67469 2.482 3.84002 2.01267 3.84002C1.54333 3.84002 1.138 3.67469 0.796668 3.34402C0.455335 3.00269 0.284668 2.59736 0.284668 2.12802C0.284668 1.65869 0.455335 1.25336 0.796668 0.912024C1.138 0.570691 1.54333 0.400024 2.01267 0.400024C2.482 0.400024 2.88733 0.570691 3.22867 0.912024Z'/%3e%3c/svg%3e");
}

ul.list-dot.small:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu) {
  line-height: 1.4;
}

ul.list-dot.small:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

ul.list-dot.small:not(.list-not-default):not(.list-not-default-marker):not(.nav):not(.navbar-nav):not(.dropdown-menu)>li::before {
  margin-top: 0.625rem;
}

.table {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 110%;
  overflow: hidden;
}

.table:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.table> :not(:first-child) {
  border-top: 0;
}

.table> :not(caption)>* {
  border-width: 2px 0;
}

.table> :not(caption)>*>* {
  border-width: 0 2px;
}

.table> :not(caption)>*>*:not(:first-child) {
  border-left-width: 2px;
}

.table> :not(caption)>*>*:not(:last-child) {
  border-right-width: 2px;
}

.table>thead {
  font-weight: 700;
}

.table>thead:not(caption)>* {
  background-color: #3ED7A4;
  border-bottom: 0;
  border-top: 0;
}

.table>thead:not(caption)>*>* {
  padding-bottom: 1.4375rem;
  padding-top: 1.4375rem;
  border-left-color: #fff;
  border-right-color: #fff;
}

.table>thead:not(caption)>*>*:first-child {
  border-left-color: #3ED7A4;
}

.table>thead:not(caption)>*>*:last-child {
  border-right-color: #3ED7A4;
}

.table>thead+tbody:not(caption)>*:first-child {
  border-top: 0;
}

@media (max-width: 767px) {
  .form-group:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-group:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .form-group:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.form-required {
  color: #9D9D9D;
}

.form-required-text {
  color: #3ED7A4;
  font-size: 1rem;
  font-weight: 300;
  display: none;
}

.form-control-wrapper .form-required-text {
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 0.875rem;
}

.form-control-wrapper {
  position: relative;
}

.form-control:hover {
  border-color: #E9E9E9;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  box-shadow: none;
}

.form-control.is-invalid:hover {
  border-color: rgba(55, 55, 55, 0.25);
}

.form-control.is-invalid:focus {
  border-color: rgba(55, 55, 55, 0.5);
}

.form-check-label[for] {
  cursor: pointer;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: auto;
}

.form-floating>label {
  font-size: 1rem;
  line-height: 1.5;
}

.form-file-custom-label {
  display: flex;
  align-items: stretch;
}

.form-file-custom-label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  position: relative;
}

.form-file-custom-label-icon::before {
  content: '';
  display: block;
  height: 1.75rem;
  width: 1.75rem;
}

.form-file-custom-label-text {
  flex: 1 0 0%;
}

.form-file-custom-label {
  cursor: pointer;
}

.form-file-custom-label-icon::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3e%3cpath d='M4.92558 23.074C5.46677 23.616 6.10971 24.0456 6.81747 24.3384C7.52523 24.6311 8.28385 24.781 9.04975 24.7797C9.81582 24.781 10.5746 24.631 11.2825 24.3383C11.9905 24.0456 12.6336 23.6159 13.1751 23.074L16.4744 19.7735L14.8247 18.1238L11.5254 21.4243C10.868 22.0788 9.97803 22.4463 9.05033 22.4463C8.12263 22.4463 7.2327 22.0788 6.57525 21.4243C5.92017 20.7672 5.55232 19.8771 5.55232 18.9493C5.55232 18.0214 5.92017 17.1313 6.57525 16.4742L9.87575 13.1748L8.22608 11.5252L4.92558 14.8245C3.83336 15.9194 3.21997 17.4027 3.21997 18.9493C3.21997 20.4958 3.83336 21.9791 4.92558 23.074ZM23.0742 13.1748C24.1659 12.0797 24.7789 10.5964 24.7789 9.05009C24.7789 7.50377 24.1659 6.02051 23.0742 4.92534C21.9794 3.83311 20.496 3.21973 18.9495 3.21973C17.403 3.21973 15.9196 3.83311 14.8247 4.92534L11.5254 8.22584L13.1751 9.8755L16.4744 6.575C17.1319 5.92049 18.0218 5.55304 18.9495 5.55304C19.8772 5.55304 20.7671 5.92049 21.4246 6.575C22.0797 7.23215 22.4475 8.1222 22.4475 9.05009C22.4475 9.97798 22.0797 10.868 21.4246 11.5252L18.1241 14.8245L19.7737 16.4742L23.0742 13.1748Z'/%3e%3cpath d='M9.87471 19.7751L8.22388 18.1254L18.1254 8.2251L19.775 9.87593L9.87471 19.7751Z'/%3e%3c/svg%3e");
}

.form-file-custom-label-text {
  padding: 0.8125rem 0.625rem 0.625rem;
}

.form-file-custom-label {
  transition: background-color 0.15s linear;
  background-color: rgba(255, 255, 255, 0.05);
}

.form-file-custom-label-icon {
  transition: background-color 0.15s linear;
  background-color: rgba(255, 255, 255, 0.03);
}

.form-file-custom-input:focus-visible+.form-file-custom-label,
.form-file-custom-label:hover {
  background-color: rgba(62, 215, 164, 0.1);
}

.form-file-custom-input:focus-visible+.form-file-custom-label .form-file-custom-label-icon,
.form-file-custom-label:hover .form-file-custom-label-icon {
  background-color: #3ed7a4;
}

.form-file-mini-label {
  display: flex;
  align-items: stretch;
}

.form-file-mini-label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  position: relative;
}

.form-file-mini-label-icon::before {
  content: '';
  display: block;
  height: 1.75rem;
  width: 1.75rem;
}

.form-file-mini-label-text {
  flex: 1 0 0%;
}

.form-file-mini-format:not(:first-child) {
  margin-top: 0.75rem;
}

.form-file-mini-label {
  cursor: pointer;
}

.form-file-mini-label-icon {
  background-color: #3ED7A4;
}

.form-file-mini-label-icon::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23fff'%3e%3cpath d='M4.92558 23.074C5.46677 23.616 6.10971 24.0456 6.81747 24.3384C7.52523 24.6311 8.28385 24.781 9.04975 24.7797C9.81582 24.781 10.5746 24.631 11.2825 24.3383C11.9905 24.0456 12.6336 23.6159 13.1751 23.074L16.4744 19.7735L14.8247 18.1238L11.5254 21.4243C10.868 22.0788 9.97803 22.4463 9.05033 22.4463C8.12263 22.4463 7.2327 22.0788 6.57525 21.4243C5.92017 20.7672 5.55232 19.8771 5.55232 18.9493C5.55232 18.0214 5.92017 17.1313 6.57525 16.4742L9.87575 13.1748L8.22608 11.5252L4.92558 14.8245C3.83336 15.9194 3.21997 17.4027 3.21997 18.9493C3.21997 20.4958 3.83336 21.9791 4.92558 23.074ZM23.0742 13.1748C24.1659 12.0797 24.7789 10.5964 24.7789 9.05009C24.7789 7.50377 24.1659 6.02051 23.0742 4.92534C21.9794 3.83311 20.496 3.21973 18.9495 3.21973C17.403 3.21973 15.9196 3.83311 14.8247 4.92534L11.5254 8.22584L13.1751 9.8755L16.4744 6.575C17.1319 5.92049 18.0218 5.55304 18.9495 5.55304C19.8772 5.55304 20.7671 5.92049 21.4246 6.575C22.0797 7.23215 22.4475 8.1222 22.4475 9.05009C22.4475 9.97798 22.0797 10.868 21.4246 11.5252L18.1241 14.8245L19.7737 16.4742L23.0742 13.1748Z'/%3e%3cpath d='M9.87471 19.7751L8.22388 18.1254L18.1254 8.2251L19.775 9.87593L9.87471 19.7751Z'/%3e%3c/svg%3e");
}

.form-file-mini-label-text {
  border: 2px solid #3ED7A4;
  border-left-width: 0;
  padding: 0.8125rem 0.9375rem 0.8125rem 1rem;
}

.form-file-mini-format {
  color: #9D9D9D;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}

.form-file-mini-label {
  transition: background-color 0.15s linear;
  background-color: rgba(255, 255, 255, 0.05);
}

.form-file-mini-input:focus-visible+.form-file-mini-label,
.form-file-mini-label:hover {
  background-color: rgba(62, 215, 164, 0.1);
}

.form-file-mini_dark .form-file-mini-label::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23373737'%3e%3cpath d='M4.92558 23.074C5.46677 23.616 6.10971 24.0456 6.81747 24.3384C7.52523 24.6311 8.28385 24.781 9.04975 24.7797C9.81582 24.781 10.5746 24.631 11.2825 24.3383C11.9905 24.0456 12.6336 23.6159 13.1751 23.074L16.4744 19.7735L14.8247 18.1238L11.5254 21.4243C10.868 22.0788 9.97803 22.4463 9.05033 22.4463C8.12263 22.4463 7.2327 22.0788 6.57525 21.4243C5.92017 20.7672 5.55232 19.8771 5.55232 18.9493C5.55232 18.0214 5.92017 17.1313 6.57525 16.4742L9.87575 13.1748L8.22608 11.5252L4.92558 14.8245C3.83336 15.9194 3.21997 17.4027 3.21997 18.9493C3.21997 20.4958 3.83336 21.9791 4.92558 23.074ZM23.0742 13.1748C24.1659 12.0797 24.7789 10.5964 24.7789 9.05009C24.7789 7.50377 24.1659 6.02051 23.0742 4.92534C21.9794 3.83311 20.496 3.21973 18.9495 3.21973C17.403 3.21973 15.9196 3.83311 14.8247 4.92534L11.5254 8.22584L13.1751 9.8755L16.4744 6.575C17.1319 5.92049 18.0218 5.55304 18.9495 5.55304C19.8772 5.55304 20.7671 5.92049 21.4246 6.575C22.0797 7.23215 22.4475 8.1222 22.4475 9.05009C22.4475 9.97798 22.0797 10.868 21.4246 11.5252L18.1241 14.8245L19.7737 16.4742L23.0742 13.1748Z'/%3e%3cpath d='M9.87471 19.7751L8.22388 18.1254L18.1254 8.2251L19.775 9.87593L9.87471 19.7751Z'/%3e%3c/svg%3e");
}

.form-file-mini_dark .form-file-mini-label-text {
  border-color: transparent;
}

.form-file-mini_dark .form-file-mini-format {
  color: #fff;
}

.form-file-mini_dark .form-file-mini-label {
  transition: background-color 0.15s linear;
  background-color: #1FCC92;
}

.form-file-mini_dark .form-file-mini-label-icon {
  transition: background-color 0.15s linear;
  background-color: rgba(0, 0, 0, 0.1);
}

.form-file-mini_dark .form-file-mini-input:focus-visible+.form-file-mini-label,
.form-file-mini_dark .form-file-mini-label:hover {
  background-color: #1dc28b;
}

.form-file-mini_dark .form-file-mini-input:focus-visible+.form-file-mini-label .form-file-mini-label-icon,
.form-file-mini_dark .form-file-mini-label:hover .form-file-mini-label-icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-check:focus-visible+.btn-outline-primary,
.btn-outline-primary:focus-visible {
  color: #000;
  background-color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-check:focus-visible+.btn-outline-secondary,
.btn-outline-secondary:focus-visible {
  color: #000;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-check:focus-visible+.btn-outline-white,
.btn-outline-white:focus-visible {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:focus-visible+.btn-outline-light,
.btn-outline-light:focus-visible {
  color: #000;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-check:focus-visible+.btn-outline-dark,
.btn-outline-dark:focus-visible {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}

.btn-primary,
.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
}

.btn-outline-primary:hover,
.btn-check:focus-visible+.btn-outline-primary,
.btn-outline-primary:focus-visible {
  color: #fff;
}

.btn-outline-secondary {
  color: #373737;
}

.btn-outline-secondary:hover,
.btn-check:focus-visible+.btn-outline-secondary,
.btn-outline-secondary:focus-visible {
  color: #fff;
}

.btn-white {
  color: #373737;
}

.btn-white:hover,
.btn-check:focus-visible+.btn-white,
.btn-white:focus-visible {
  background-color: #E9E9E9;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  background-color: #1FCC92;
  border-color: #1FCC92;
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  background-color: #454545;
  border-color: #454545;
}

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
}

.btn {
  text-decoration: none !important;
}

.btn-lg,
.btn-group-lg>.btn {
  font-weight: 700;
}

.navbar-dark .navbar-toggler {
  background-color: #3ED7A4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.25rem 0.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.25rem 1.0625rem;
  }
}

.breadcrumb {
  font-family: Inter, sans-serif;
}

.breadcrumb-item {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .breadcrumb:not(:last-child) {
    margin-bottom: 1.25rem !important;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.625rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb:not(:last-child) {
    margin-bottom: 1.5625rem !important;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.9375rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .breadcrumb:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }
}

.pagination {
  padding-left: 0;
  list-style: none;
  font-size: 1.0rem;
  line-height: normal;
}

.pagination>li:not(:last-child) {
  margin-bottom: 0 !important;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}

.pagination .page-link:not(.page-link-next):not(.page-link-prev) {
  width: 2.5rem;
}

.pagination>li {
  padding-left: 0 !important;
}

.pagination>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.pagination .page-link {
  text-align: center;
  vertical-align: middle;
}

.page-item-prev,
.page-item-next {
  max-width: 9.25rem;
  width: 100%;
}

.page-item-prev:not(:last-child) {
  margin-right: 1.875rem;
}

.page-item-next:not(:first-child) {
  margin-left: 1.875rem;
}

.page-link:focus {
  border-color: #3ED7A4;
  box-shadow: none;
}

.page-item.active .page-link:hover,
.page-item.active .page-link:focus-visible {
  background-color: #3ED7A4;
  border-color: #3ED7A4;
  color: #fff;
}

.page-link-prev,
.page-link-next {
  border-width: 2px;
  font-size: 0.875rem;
  font-weight: 600;
}

.page-link-prev:not(:hover):not(:focus-visible),
.page-link-next:not(:hover):not(:focus-visible) {
  color: #3ED7A4;
  border-color: #3ED7A4;
}

.btn-close {
  transition: transform 0.3s linear;
}

.modal-header {
  position: relative;
}

.modal-header .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin: 0;
  padding: 0;
}

.btn-close:focus-visible {
  transform: scale(1.2);
}

.modal-header .btn-close {
  transform: translateY(-50%) scale(1);
}

.modal-header .btn-close:focus-visible {
  transform: translateY(-50%) scale(1.2);
}

.modal-header {
  display: block;
  background-color: #373737;
  color: #3ED7A4;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0.9375rem;
  }

  *+.modal-body {
    padding-bottom: 1.5625rem;
    padding-top: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-body {
    padding: 1.46875rem;
  }

  *+.modal-body {
    padding-bottom: 1.9375rem;
    padding-top: 1.3125rem;
  }
}

@media (min-width: 1200px) {
  *+.modal-body {
    padding-bottom: 2.3125rem;
    padding-top: 1.6875rem;
  }
}

.modal-title {
  font-family: "Imperial One", sans-serif;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-title {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .modal-title {
    font-size: 3.375rem;
  }
}

.modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.swiper.swiper-animation-default>.swiper-wrapper>.swiper-slide {
  transition: opacity 0.15s linear;
  opacity: 0;
}

.swiper.swiper-animation-default>.swiper-wrapper>.swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.page-layout-def {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  width: 100%;
}

.logo-header-def {
  flex-wrap: nowrap;
}

.logo-header-def__preview,
.logo-header-def__text {
  display: flex;
  align-items: center;
}

.logo-header-def__preview img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .logo-header-def {
    --bs-gutter-x: 0.9375rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .logo-header-def:not(:last-child) {
    margin-bottom: 0.4375rem !important;
  }

  .logo-header-def__preview,
  .logo-header-def__text {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
  }

  .logo-header-def__preview {
    max-width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 1519px) {
  .logo-header-def {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .logo-header-def__preview,
  .logo-header-def__text {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1520px) {
  .logo-header-def {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .logo-header-def__preview,
  .logo-header-def__text {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
  }
}

.logo-header-def__text {
  color: #373737;
}

@media (max-width: 575px) {
  .logo-header-def__text {
    font-size: 0.8125rem;
    line-height: 1.1;
  }
}

@media (min-width: 576px) {
  .logo-header-def__text {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.menu-header-contacts {
  padding-left: 0;
  list-style: none;
}

.menu-header-contacts>li {
  padding-left: 0 !important;
}

.menu-header-contacts>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.menu-header-contacts:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) and (max-width: 991px) {
  .menu-header-contacts>*:not(:last-child) {
    margin-bottom: 0.625rem !important;
  }

  .menu-header-contacts .btn {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-header-contacts {
    display: flex;
  }

  .menu-header-contacts>*:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 1.25rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .menu-header-contacts>*:not(:last-child) {
    margin-bottom: 0.625rem !important;
  }

  .menu-header-contacts .btn {
    width: 100%;
  }
}

@media (min-width: 1520px) {
  .menu-header-contacts {
    display: flex;
  }

  .menu-header-contacts>*:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 2.375rem;
  }
}

@media (max-width: 767px) {
  .quick-order-header-def:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {

  .quick-order-header-def.btn,
  .quick-order-header-def .btn {
    font-size: 0.8125rem;
    padding: 0.5rem 1.3125rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {

  .quick-order-header-def.btn,
  .quick-order-header-def .btn {
    font-size: 0.8125rem;
    padding: 0.5rem 1.3125rem;
  }
}

@media (min-width: 1520px) {

  .quick-order-header-def.btn,
  .quick-order-header-def .btn {
    font-size: 0.9375rem;
    padding: 0.625rem 1.4375rem;
  }
}

@media (max-width: 767px) {
  .feedback-header-def:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {

  .feedback-header-def.btn,
  .feedback-header-def .btn {
    font-size: 0.8125rem;
    padding: 0.5rem 1.0625rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {

  .feedback-header-def.btn,
  .feedback-header-def .btn {
    font-size: 0.8125rem;
    padding: 0.5rem 1.0625rem;
  }
}

@media (min-width: 1520px) {

  .feedback-header-def.btn,
  .feedback-header-def .btn {
    font-size: 0.9375rem;
    padding: 0.625rem 1.1875rem;
  }
}

.contacts-header-def {
  color: #373737;
  line-height: 1.3;
}

.contacts-header-def__address:not(:last-child),
.contacts-header-def__note:not(:last-child) {
  margin-bottom: 0.25rem;
}

.contacts-header-def__address {
  font-weight: 600;
}

@media (max-width: 767px) {
  .contacts-header-def__address {
    font-size: 0.875rem;
  }

  .contacts-header-def__note {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contacts-header-def__address {
    font-size: 1.03125rem;
  }

  .contacts-header-def__note {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .contacts-header-def__address {
    font-size: 1.1875rem;
  }

  .contacts-header-def__note {
    font-size: 1rem;
  }
}

.phone-header-def {
  line-height: 1.3;
  text-align: right;
}

.phone-header-def:not(:last-child) {
  margin-bottom: 2rem;
}

.phone-header-def__label,
.phone-header-def__phone {
  display: block;
}

@media (max-width: 767px) {
  .phone-header-def {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
    justify-content: space-between;
  }

  .phone-header-def__label,
  .phone-header-def__phone,
  .phone-header-def__mail {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  .phone-header-def__label {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .phone-header-def__phone,
  .phone-header-def__mail {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .phone-header-def__label {
    margin-right: 0.125rem;
  }

  .phone-header-def__label:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .phone-header-def__phone:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}

.phone-header-def__label {
  color: #3ED7A4;
}

.phone-header-def__phone a,
.phone-header-def__mail a {
  text-decoration: none !important;
}

@media (max-width: 575px) {
  .phone-header-def__label {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .phone-header-def__phone {
    font-size: 0.875rem;
    font-weight: 600;
  }

  .phone-header-def__mail {
    font-size: 0.875rem;
    font-weight: 600;
  }
}

@media (min-width: 576px) {
  .phone-header-def__label {
    font-size: 0.875rem;
    font-weight: 600;
  }

  .phone-header-def__phone,
  .phone-header-def__mail {
    font-weight: 700;
    letter-spacing: 0.02em;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .phone-header-def__phone {
    font-size: 1rem;
  }

  .phone-header-def__mail {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .phone-header-def__phone {
    font-size: 1.125rem;
  }

  .phone-header-def__mail {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .phone-header-def__phone {
    font-size: 1rem;
  }

  .phone-header-def__mail {
    font-size: 1.125rem;
  }
}

@media (min-width: 1520px) {
  .phone-header-def__phone {
    font-size: 1.125rem;
  }

  .phone-header-def__mail {
    font-size: 1.375rem;
  }
}

.phone-header-def__phone a:not(:hover):not(:focus),
.phone-header-def__mail a:not(:hover):not(:focus) {
  color: inherit;
}

.menu-catalog-header-def.dropdown {
  position: static;
}

.menu-catalog-header-def__toggle {
  width: 100%;
}

.menu-catalog-header-def__menu::after {
  content: '';
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.menu-catalog-header-def__menu.dropdown-menu {
  left: auto;
  min-width: 0;
  width: 100%;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.menu-catalog-header-def__menu.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.menu-catalog-header-def__menu-close.btn-close {
  position: absolute;
}

.menu-catalog-header-def__menu-inner {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.menu-catalog-header-def__menu-main,
.menu-catalog-header-def__menu-other {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 991px) {
  .menu-catalog-header-def__menu.dropdown-menu {
    padding: 2.375rem 0.9375rem 2.375rem;
  }

  .menu-catalog-header-def__menu-close.btn-close {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
  }

  .menu-catalog-header-def__menu-main:not(:last-child),
  .menu-catalog-header-def__menu-other:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767px) {

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    padding: 0.8125rem 0.9375rem 0.8125rem 0.9375rem;
  }
}

@media (max-width: 575px) {
  .menu-catalog-header-def__menu.dropdown-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-catalog-header-def__menu-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1519px) {

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  }
}

@media (min-width: 992px) {
  .menu-catalog-header-def__menu.dropdown-menu {
    padding: 4.25rem 0.9375rem 3.625rem;
  }

  .menu-catalog-header-def__menu-close.btn-close {
    position: absolute;
    right: 2.8125rem;
    top: 1.25rem;
  }

  .menu-catalog-header-def__menu-main {
    flex: 1 0 0%;
    padding-right: 4.0625rem;
  }

  .menu-catalog-header-def__menu-other {
    flex: 0 0 auto;
    width: 19.375rem;
  }
}

@media (min-width: 1200px) {
  .menu-catalog-header-def__toggle::before {
    content: '';
    display: inline-block;
    height: 0.4375rem;
    width: 2.0625rem;
    vertical-align: middle;
  }
}

@media (min-width: 992px) and (max-width: 1519px) {
  .menu-catalog-header-def__toggle::before {
    margin-right: 0.8125rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .menu-catalog-header-def__menu::after {
    left: calc(-50vw + 270px);
  }

  .menu-catalog-header-def__menu.dropdown-menu {
    max-width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-catalog-header-def__menu::after {
    left: calc(-50vw + 360px);
  }

  .menu-catalog-header-def__menu.dropdown-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-catalog-header-def__menu::after {
    left: calc(-50vw + 480px);
  }

  .menu-catalog-header-def__menu.dropdown-menu {
    max-width: 960px;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .menu-catalog-header-def__menu::after {
    left: calc(-50vw + 570px);
  }

  .menu-catalog-header-def__menu.dropdown-menu {
    max-width: 1140px;
  }
}

@media (min-width: 1520px) {
  .menu-catalog-header-def__toggle::before {
    margin-right: 1.625rem;
  }

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    padding: 1.6875rem 2.4375rem 1.6875rem 1.5625rem;
  }

  .menu-catalog-header-def__menu::after {
    left: calc(-50vw + 720px);
  }

  .menu-catalog-header-def__menu.dropdown-menu {
    max-width: 1440px;
  }
}

.menu-catalog-header-def__menu::after {
  background-color: #3ED7A4;
}

.menu-catalog-header-def__menu.dropdown-menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

@media (max-width: 767px) {

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    font-size: 1rem;
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .menu-catalog-header-def__toggle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='7' viewBox='0 0 33 7' fill='none'%3e%3ccircle cx='3.03001' cy='3.5' r='2.61' fill='%23373737'/%3e%3ccircle cx='16.53' cy='3.5' r='2.61' fill='%23373737'/%3e%3ccircle cx='30.03' cy='3.5' r='2.61' fill='%23373737'/%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {

  .menu-catalog-header-def__toggle.btn-lg,
  .btn-group-lg>.menu-catalog-header-def__toggle.btn {
    font-size: 1rem;
  }
}

.menu-catalog-header-def__toggle.btn.btn-primary.show:focus {
  background-color: #3ED7A4;
}

.header-def.navbar {
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0;
}

.header-def>.container>*:not(:last-child) {
  margin-bottom: 0;
}

.header-def__main {
  padding-bottom: 0.4375rem;
  padding-top: 0.625rem;
}

.header-def__menu .menu-header-def {
  width: 100%;
}

.header-def__other {
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}

.header-def__other .basket-header-def {
  display: flex;
}

@media (max-width: 991px) {
  .header-def__main .contacts-header-def {
    display: none;
  }

  .header-def__main .phone-header-def:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .header-def__other>*:not(.navbar-toggler) {
    width: 100%;
  }

  .header-def__other .menu-catalog-header-def.dropdown {
    display: flex;
  }

  .header-def__menu {
    display: none;
  }

  .header-def__menu-mobile {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .header-def__main .menu-header-contacts {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-def__other {
    background-color: #373737;
  }

  .header-def__other.container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .header-def__main .phone-header-def {
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-def__main .phone-header-def:not(:first-child) {
    margin-top: 0.625rem;
  }
}

@media (min-width: 992px) {
  .header-def__menu {
    flex-grow: 1;
  }

  .header-def__menu-mobile {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-def__main .contacts-header-def {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .header-def__main.container {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-wrap: nowrap;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .header-def__main.container>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
  }

  .header-def__main.container>ul {
    padding-left: 0.625rem !important;
  }
}

@media (min-width: 1520px) {
  .header-def__main.container {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .header-def__main.container>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: auto;
  }

  .header-def__main.container>ul {
    padding-left: 0.9375rem !important;
  }

  .header-def__menu {
    padding-left: 1rem;
    padding-right: 1.375rem;
  }
}

.header-def__menu {
  background-color: #373737;
}

.content-page-def {
  flex-grow: 1;
}

.content-page-def>.container>.breadcrumb+.section-def,
.content-page-def>.container>.hide_title+.section-def {
  padding-top: 0;
}

.content-page-def>.container .section-def:not(.bg-light):last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .content-page-def {
    padding-bottom: 3.75rem;
    padding-top: 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .content-page-def {
    padding-bottom: 5.3125rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .content-page-def {
    padding-bottom: 6.875rem;
    padding-top: 1.875rem;
  }
}

.logo-footer-def:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.logo-footer-def__logo:not(:last-child),
.logo-footer-def__slogan:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .logo-footer-def__slogan {
    max-width: 19.5rem;
  }
}

.logo-footer-def__logo img {
  vertical-align: top;
}

.logo-footer-def__slogan {
  font-size: 1.0rem;
}

@media (max-width: 767px) {
  .logo-footer-def {
    text-align: center;
  }
}

.menu-footer-contacts {
  padding-left: 0;
  list-style: none;
}

.menu-footer-contacts>li {
  padding-left: 0 !important;
}

.menu-footer-contacts>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.menu-footer-contacts:not(:last-child) {
  margin-bottom: 1.875rem;
}

.menu-footer-contacts .btn {
  max-width: 10.9375rem;
  width: 100%;
}

@media (max-width: 767px) {
  .menu-footer-contacts {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .menu-footer-contacts {
    text-align: center;
  }

  .menu-footer-contacts>li:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-footer-contacts {
    display: flex;
  }

  .menu-footer-contacts>li:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 1200px) {
  .menu-footer-contacts>li:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }
}

.title-footer-def {
  color: #3ED7A4;
  font-weight: 600;
  line-height: 1.3;
}

.title-footer-def:not(:last-child) {
  margin-bottom: 1.875rem;
}

.menu-catalog-footer {
  padding-left: 0;
  list-style: none;
  font-size: 1.0rem;
  line-height: 1.3;
}

.menu-catalog-footer>li {
  padding-left: 0 !important;
}

.menu-catalog-footer>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.menu-catalog-footer:not(:last-child) {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .menu-catalog-footer {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .menu-catalog-footer>li {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    padding-left: 0.9375rem !important;
    margin-top: 0.9375rem;
  }

  .menu-catalog-footer>li:nth-child(1),
  .menu-catalog-footer>li:nth-child(2),
  .menu-catalog-footer>li:nth-child(3) {
    margin-top: 0;
  }

  .menu-catalog-footer>li:not(:last-child) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 38%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 36%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 26%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 33.33333%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 33.33333%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 39%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 34%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 27%;
  }
}

@media (min-width: 1520px) {
  .menu-catalog-footer>li:nth-child(3n+1) {
    width: 41%;
  }

  .menu-catalog-footer>li:nth-child(3n+2) {
    width: 36%;
  }

  .menu-catalog-footer>li:nth-child(3n+3) {
    width: 23%;
  }
}

.menu-catalog-footer a {
  color: inherit;
}

.menu-catalog-footer a:hover,
.menu-catalog-footer a:focus-visible {
  text-decoration: underline;
}

.contacts-footer-def {
  font-size: 1.0rem;
  line-height: 1.3;
}

.contacts-footer-def__address:not(:last-child),
.contacts-footer-def__note:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.contacts-footer-def__note {
  color: #3ED7A4;
  font-weight: 600;
}

.phone-footer-def {
  line-height: 1.3;
}

.phone-footer-def:not(:last-child) {
  margin-bottom: 0.75rem;
}

.phone-footer-def__label:not(:last-child) {
  margin-bottom: 0.75rem;
}

.phone-footer-def__phone:not(:last-child) {
  margin-bottom: 0.75rem;
}

.phone-footer-def__label {
  color: #3ED7A4;
  font-size: 0.9375rem;
  font-weight: 600;
}

.phone-footer-def__phone {
  font-size: 1.375rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .phone-footer-def {
    text-align: center;
  }
}

.phone-footer-def__phone a:not(:hover):not(:focus) {
  color: inherit;
}

.copyright-footer-def {
  color: #9D9D9D;
  font-size: 1.0rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .copyright-footer-def {
    text-align: center;
  }
}

.footer-def {
  background-color: #373737;
  color: #fff;
  font-weight: 400;
}

.footer-def>.container>* {
  position: relative;
}

.footer-def>.container>*:not(:last-child)::after {
  height: 2px;
  position: absolute;
  bottom: -2px;
}

@media (max-width: 575px) {
  .footer-def>.container>*:not(:last-child)::after {
    left: 0;
    right: 0;
  }

  .footer-def__main-main:not(:last-child),
  .footer-def__main-menu:not(:last-child),
  .footer-def__main-catalog:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .footer-def__other-contacts:not(:last-child),
  .footer-def__other-phone-def:not(:last-child),
  .footer-def__other-phone-free:not(:last-child),
  .footer-def__other-copyright:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 576px) {
  .footer-def>.container>*:not(:last-child)::after {
    left: 0.9375rem;
    right: 0.9375rem;
  }

  .footer-def__main {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .footer-def__main-main,
  .footer-def__main-menu,
  .footer-def__main-catalog {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
  }

  .footer-def__other {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
  }

  .footer-def__other-contacts,
  .footer-def__other-phone-def,
  .footer-def__other-phone-free,
  .footer-def__other-copyright {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer-def__main-inner {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .footer-def__main-main,
  .footer-def__main-menu,
  .footer-def__main-catalog {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
  }

  .footer-def__main-main,
  .footer-def__main-menu,
  .footer-def__main-catalog {
    width: 100%;
  }

  .footer-def__main-main:not(:last-child),
  .footer-def__main-menu:not(:last-child),
  .footer-def__main-catalog:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__other-contacts {
    width: 100%;
  }

  .footer-def__other-contacts:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__other-phone-def,
  .footer-def__other-phone-free {
    width: 50%;
  }

  .footer-def__other-phone-def:not(:last-child),
  .footer-def__other-phone-free:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__other-copyright {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-def__main-inner {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .footer-def__main-main,
  .footer-def__main-menu,
  .footer-def__main-catalog {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
  }

  .footer-def__main-main {
    width: 74%;
  }

  .footer-def__main-main:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__main-menu {
    width: 26%;
  }

  .footer-def__main-menu:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__main-catalog {
    width: 100%;
  }

  .footer-def__other-contacts {
    width: 100%;
  }

  .footer-def__other-contacts:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__other-phone-def {
    width: 38%;
  }

  .footer-def__other-phone-free {
    width: 36%;
  }

  .footer-def__other-copyright {
    width: 26%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-def__main-inner {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .footer-def__main-main,
  .footer-def__main-menu,
  .footer-def__main-catalog {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
  }

  .footer-def__main-main {
    width: 66.66666%;
  }

  .footer-def__main-main:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__main-menu {
    width: 33.33333%;
  }

  .footer-def__main-menu:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__main-catalog {
    width: 100%;
  }

  .footer-def__other-contacts {
    width: 100%;
  }

  .footer-def__other-contacts:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .footer-def__other-phone-def {
    width: 33.33333%;
  }

  .footer-def__other-phone-free {
    width: 33.33333%;
  }

  .footer-def__other-copyright {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .footer-def__main-main {
    width: 22.5%;
  }

  .footer-def__main-menu {
    width: 16.5%;
  }

  .footer-def__main-catalog {
    width: 61%;
  }

  .footer-def__other-contacts {
    width: 39%;
  }

  .footer-def__other-phone-def {
    width: 23.5%;
  }

  .footer-def__other-phone-free {
    width: 21%;
  }

  .footer-def__other-copyright {
    width: 16.5%;
  }
}

@media (min-width: 1520px) {
  .footer-def__main-main {
    width: 27%;
  }

  .footer-def__main-menu {
    width: 18%;
  }

  .footer-def__main-catalog {
    width: 55%;
  }

  .footer-def__other-contacts {
    width: 45%;
  }

  .footer-def__other-phone-def {
    width: 22.5%;
  }

  .footer-def__other-phone-free {
    width: 20%;
  }

  .footer-def__other-copyright {
    width: 12.5%;
  }
}

.footer-def>.container>* {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.footer-def>.container>*:not(:last-child) {
  position: relative;
  border-bottom: 2px solid transparent;
}

.footer-def>.container>*:not(:last-child)::after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-def>.container>.footer-def__other {
  padding-bottom: 2.8125rem;
}

@media (max-width: 767px) {
  .footer-def>.container>.footer-def__main {
    padding-bottom: 2.5rem;
    padding-top: 3.75rem;
  }

  .footer-def>.container>.footer-def__other {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-def>.container>.footer-def__main {
    padding-bottom: 3.75rem;
    padding-top: 4.0625rem;
  }

  .footer-def>.container>.footer-def__other {
    padding-top: 3.0625rem;
  }
}

@media (min-width: 1200px) {
  .footer-def>.container>.footer-def__main {
    padding-bottom: 5rem;
    padding-top: 4.375rem;
  }

  .footer-def>.container>.footer-def__other {
    padding-top: 3.625rem;
  }
}

.page-main .search-header-def:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .page-main .content-page-def {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .page-main .search-header-def {
    position: relative;
    z-index: 2;
  }

  .page-main .search-header-def+.content-page-def>.container>.banners-list-main-def:first-child {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-main .search-header-def+.content-page-def>.container>.banners-list-main-def:first-child {
    margin-top: -4.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-main .search-header-def+.content-page-def>.container>.banners-list-main-def:first-child {
    margin-top: -4.875rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .page-main .search-header-def+.content-page-def>.container>.banners-list-main-def:first-child {
    padding-top: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .page-main .search-header-def+.content-page-def>.container>.banners-list-main-def:first-child {
    margin-top: -5.5rem;
  }
}

.page-section .content-page-def {
  padding-bottom: 0;
}

.page-product .content-page-def {
  padding-bottom: 0;
}

.page-not-found .content-page-def {
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .page-not-found .content-page-def {
    padding-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-not-found .content-page-def>.container>.not-found-block-def:first-child {
    margin-top: -0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-not-found .content-page-def>.container>.not-found-block-def:first-child {
    margin-top: -1.25rem;
  }
}

@media (min-width: 1200px) {
  .page-not-found .content-page-def>.container>.not-found-block-def:first-child {
    margin-top: -1.875rem;
  }
}

.attached-file-def {
  padding-top: 1.875rem;
}

.attached-file-def__inner {
  display: block;
  position: relative;
}

.attached-file-def__inner::before,
.attached-file-def__inner::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
}

.attached-file-def__inner::before {
  left: 0;
}

.attached-file-def__inner::after {
  right: 0;
}

.attached-file-def__format {
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .attached-file-def__inner::before {
    width: 0.8125rem;
  }

  .attached-file-def__inner::after {
    left: 4.5625rem;
  }

  .attached-file-def__format {
    left: 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .attached-file-def__inner::before {
    width: 1.65625rem;
  }

  .attached-file-def__inner::after {
    left: 5.40625rem;
  }

  .attached-file-def__format {
    left: 1.65625rem;
  }
}

@media (min-width: 1200px) {
  .attached-file-def__inner::before {
    width: 2.5rem;
  }

  .attached-file-def__inner::after {
    left: 6.25rem;
  }

  .attached-file-def__format {
    left: 2.5rem;
  }
}

.attached-file-def__inner {
  border: 2px solid #3ED7A4;
  border-top: 0;
  font-weight: 600;
}

.attached-file-def__inner::before,
.attached-file-def__inner::after {
  background-color: #3ED7A4;
}

.attached-file-def__format {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.attached-file-def__format_pdf {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3e%3cpath d='M37.1499 9.1084L45.4959 17.8084V50.8924H14.3184V51.0004H45.6024V17.9179L37.1499 9.1084Z' fill='%23909090'/%3e%3cpath d='M37.0464 9H14.2119V50.892H45.4959V17.8095L37.0449 9' fill='%23F4F4F4'/%3e%3cpath d='M13.9825 11.25H4.39746V21.4905H34.5475V11.25H13.9825Z' fill='%237A7B7C'/%3e%3cpath d='M34.7083 21.3164H4.59277V11.0684H34.7083V21.3164Z' fill='%23DD2025'/%3e%3cpath d='M14.5777 12.801H12.6172V20.001H14.1592V17.5725L14.4997 17.592C14.8305 17.5863 15.1583 17.5271 15.4702 17.4165C15.7436 17.3225 15.9952 17.174 16.2097 16.98C16.4279 16.7953 16.6 16.5621 16.7122 16.299C16.8626 15.8618 16.9164 15.3971 16.8697 14.937C16.8603 14.6084 16.8027 14.2829 16.6987 13.971C16.604 13.7459 16.4635 13.5429 16.2861 13.3751C16.1086 13.2072 15.8982 13.0781 15.6682 12.996C15.4693 12.924 15.2638 12.8718 15.0547 12.84C14.8963 12.8156 14.7364 12.8026 14.5762 12.801H14.5777ZM14.2927 16.242H14.1592V14.022H14.4487C14.5765 14.0128 14.7047 14.0324 14.8238 14.0794C14.943 14.1264 15.0501 14.1996 15.1372 14.2935C15.3177 14.5351 15.4141 14.829 15.4117 15.1305C15.4117 15.4995 15.4117 15.834 15.0787 16.0695C14.8388 16.2015 14.5657 16.2609 14.2927 16.2405V16.242ZM19.7992 12.7815C19.6327 12.7815 19.4707 12.7935 19.3567 12.798L18.9997 12.807H17.8297V20.007H19.2067C19.7329 20.0215 20.2569 19.9323 20.7487 19.7445C21.1446 19.5875 21.4951 19.3344 21.7687 19.008C22.0347 18.6787 22.2257 18.2953 22.3282 17.8845C22.446 17.4193 22.5035 16.9409 22.4992 16.461C22.5283 15.8943 22.4844 15.3261 22.3687 14.7705C22.2589 14.3616 22.0532 13.9847 21.7687 13.671C21.5455 13.4178 21.2722 13.2135 20.9662 13.071C20.7034 12.9494 20.4269 12.8598 20.1427 12.804C20.0297 12.7854 19.9152 12.7768 19.8007 12.7785L19.7992 12.7815ZM19.5277 18.684H19.3777V14.088H19.3972C19.7064 14.0525 20.0193 14.1083 20.2972 14.2485C20.5007 14.411 20.6665 14.6157 20.7832 14.8485C20.9091 15.0935 20.9817 15.3624 20.9962 15.6375C21.0097 15.9675 20.9962 16.2375 20.9962 16.461C21.0023 16.7185 20.9857 16.976 20.9467 17.2305C20.9005 17.4919 20.815 17.7447 20.6932 17.9805C20.5553 18.1998 20.3691 18.3845 20.1487 18.5205C19.9636 18.6402 19.7445 18.6961 19.5247 18.6795L19.5277 18.684ZM27.1447 12.807H23.4997V20.007H25.0417V17.151H26.9917V15.813H25.0417V14.145H27.1417V12.807' fill='%23464648'/%3e%3cpath d='M33.671 36.3823C33.671 36.3823 38.453 35.5153 38.453 37.1488C38.453 38.7823 35.4905 38.1178 33.671 36.3823ZM30.1355 36.5068C29.3758 36.6746 28.6354 36.9204 27.926 37.2403L28.526 35.8903C29.126 34.5403 29.7485 32.6998 29.7485 32.6998C30.4645 33.9048 31.2975 35.0362 32.2355 36.0778C31.5282 36.1832 30.8271 36.3275 30.1355 36.5098V36.5068ZM28.2425 26.7568C28.2425 25.3333 28.703 24.9448 29.0615 24.9448C29.42 24.9448 29.8235 25.1173 29.837 26.3533C29.7202 27.5961 29.46 28.8213 29.0615 30.0043C28.5157 29.011 28.2332 27.8946 28.241 26.7613L28.2425 26.7568ZM21.269 42.5308C19.802 41.6533 24.3455 38.9518 25.169 38.8648C25.1645 38.8663 22.805 43.4488 21.269 42.5308ZM39.8495 37.3423C39.8345 37.1923 39.6995 35.5318 36.7445 35.6023C35.5128 35.5824 34.2818 35.6692 33.065 35.8618C31.8864 34.6744 30.8715 33.3351 30.047 31.8793C30.5664 30.3784 30.8808 28.8143 30.9815 27.2293C30.938 25.4293 30.5075 24.3973 29.1275 24.4123C27.7475 24.4273 27.5465 25.6348 27.728 27.4318C27.9058 28.6393 28.2412 29.8184 28.7255 30.9388C28.7255 30.9388 28.088 32.9233 27.245 34.8973C26.402 36.8713 25.826 37.9063 25.826 37.9063C24.3601 38.3835 22.9801 39.0925 21.7385 40.0063C20.5025 41.1568 20 42.0403 20.651 42.9238C21.212 43.6858 23.1755 43.8583 24.9305 41.5588C25.863 40.3711 26.7149 39.1223 27.4805 37.8208C27.4805 37.8208 30.1565 37.0873 30.989 36.8863C31.8215 36.6853 32.828 36.5263 32.828 36.5263C32.828 36.5263 35.2715 38.9848 37.628 38.8978C39.9845 38.8108 39.8705 37.4893 39.8555 37.3453' fill='%23DD2025'/%3e%3cpath d='M36.9307 9.11523V17.9247H45.3802L36.9307 9.11523Z' fill='%23909090'/%3e%3cpath d='M37.0469 9V17.8095H45.4964L37.0469 9Z' fill='%23F4F4F4'/%3e%3cpath d='M14.4625 12.6858H12.502V19.8858H14.05V17.4588L14.392 17.4783C14.7228 17.4726 15.0506 17.4133 15.3625 17.3028C15.6359 17.2087 15.8874 17.0602 16.102 16.8663C16.3186 16.681 16.4891 16.4479 16.6 16.1853C16.7504 15.748 16.8041 15.2833 16.7575 14.8233C16.7481 14.4947 16.6905 14.1692 16.5865 13.8573C16.4918 13.6322 16.3512 13.4292 16.1738 13.2613C15.9964 13.0935 15.786 12.9644 15.556 12.8823C15.3562 12.8096 15.1496 12.7568 14.9395 12.7248C14.7811 12.7004 14.6212 12.6873 14.461 12.6858H14.4625ZM14.1775 16.1268H14.044V13.9068H14.335C14.4627 13.8976 14.5909 13.9172 14.7101 13.9642C14.8293 14.0112 14.9364 14.0844 15.0235 14.1783C15.2039 14.4198 15.3003 14.7138 15.298 15.0153C15.298 15.3843 15.298 15.7188 14.965 15.9543C14.7251 16.0862 14.452 16.1457 14.179 16.1253L14.1775 16.1268ZM19.684 12.6663C19.5175 12.6663 19.3555 12.6783 19.2415 12.6828L18.889 12.6918H17.719V19.8918H19.096C19.6222 19.9062 20.1461 19.817 20.638 19.6293C21.0338 19.4723 21.3844 19.2192 21.658 18.8928C21.924 18.5635 22.1149 18.1801 22.2175 17.7693C22.3353 17.3041 22.3928 16.8257 22.3885 16.3458C22.4175 15.779 22.3737 15.2109 22.258 14.6553C22.1481 14.2463 21.9424 13.8694 21.658 13.5558C21.4347 13.3025 21.1615 13.0983 20.8555 12.9558C20.5926 12.8342 20.3161 12.7445 20.032 12.6888C19.9189 12.6701 19.8045 12.6616 19.69 12.6633L19.684 12.6663ZM19.417 18.5688H19.267V13.9728H19.2865C19.5957 13.9372 19.9086 13.993 20.1865 14.1333C20.3899 14.2958 20.5558 14.5005 20.6725 14.7333C20.7984 14.9783 20.871 15.2472 20.8855 15.5223C20.899 15.8523 20.8855 16.1223 20.8855 16.3458C20.8916 16.6033 20.875 16.8607 20.836 17.1153C20.7897 17.3766 20.7043 17.6295 20.5825 17.8653C20.4446 18.0845 20.2583 18.2693 20.038 18.4053C19.8529 18.525 19.6337 18.5808 19.414 18.5643L19.417 18.5688ZM27.0295 12.6918H23.3845V19.8918H24.9265V17.0358H26.8765V15.6978H24.9265V14.0298H27.0265V12.6918' fill='white'/%3e%3c/svg%3e");
}

.attached-file-def a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .attached-file-def {
    font-size: 1rem;
    line-height: 1.8;
  }

  .attached-file-def__inner {
    padding: 1.9375rem 0.9375rem 0.9375rem 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .attached-file-def {
    font-size: 1.0625rem;
    line-height: 1.9;
  }

  .attached-file-def__inner {
    padding: 2.34375rem 2.59375rem 1.46875rem 1.78125rem;
  }
}

@media (min-width: 1200px) {
  .attached-file-def {
    font-size: 1.125rem;
    line-height: 2;
  }

  .attached-file-def__inner {
    padding: 2.75rem 4.25rem 2rem 2.625rem;
  }
}

.attached-file-def a:not(:hover):not(:focus) {
  color: #373737;
}

.attached-files-list-def:not(:last-child) {
  margin-bottom: 2.1875rem;
}

@media (max-width: 991px) {
  .attached-files-list-def__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .attached-files-list-def {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .attached-files-list-def__item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}

.accept-user-agreement-def {
  color: #9D9D9D;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.accept-user-agreement-def_dark {
  color: #373737;
}

.accept-user-agreement-def_dark a {
  color: #fff !important;
}

.available-product-def {
  padding-top: 0.3125rem;
  color: #3ED7A4;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: normal;
}

.available-product-def::before {
  content: '';
  display: inline-block;
  height: 1.4375rem;
  width: 1.4375rem;
  margin-right: 1rem;
  margin-top: -0.3125rem;
  vertical-align: middle;
}

p.available-product-def:not(:last-child) {
  margin-bottom: 1.125rem;
}

.available-product-def::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='%233ED7A4'%3e%3cpath d='M11.4993 0.0416565C5.17122 0.0416565 0.0410156 5.17187 0.0410156 11.5C0.0410156 17.8281 5.17122 22.9583 11.4993 22.9583C17.8275 22.9583 22.9577 17.8281 22.9577 11.5C22.9577 5.17187 17.8275 0.0416565 11.4993 0.0416565ZM16.466 9.56249C16.5575 9.45795 16.6271 9.33618 16.6708 9.20433C16.7145 9.07249 16.7314 8.93323 16.7205 8.79477C16.7096 8.6563 16.6711 8.52141 16.6072 8.39804C16.5434 8.27467 16.4556 8.16531 16.3489 8.07639C16.2422 7.98747 16.1188 7.92078 15.9859 7.88026C15.8531 7.83974 15.7134 7.8262 15.5753 7.84044C15.4371 7.85467 15.3032 7.89639 15.1814 7.96315C15.0596 8.02991 14.9524 8.12035 14.866 8.22916L10.3869 13.6031L8.06914 11.2844C7.87268 11.0946 7.60955 10.9896 7.33643 10.992C7.06331 10.9944 6.80205 11.1039 6.60891 11.2971C6.41578 11.4902 6.30623 11.7515 6.30386 12.0246C6.30148 12.2977 6.40648 12.5608 6.59622 12.7573L9.72122 15.8823C9.82358 15.9846 9.94611 16.0644 10.081 16.1167C10.216 16.169 10.3603 16.1926 10.5048 16.1861C10.6494 16.1795 10.791 16.1429 10.9206 16.0786C11.0502 16.0143 11.165 15.9236 11.2577 15.8125L16.466 9.56249Z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.available-product-over-compact {
  position: absolute;
  top: 0.875rem;
  right: -2px;
  z-index: 100;
  background-color: #3ED7A4;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.0625rem 0.6875rem 0.125rem;
  pointer-events: none;
}

.available-product-over-def {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3ED7A4;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.375rem 0.6875rem 0.4375rem;
  pointer-events: none;
}

.chars-list-plate {
  padding-left: 0;
  list-style: none;
  line-height: 1.3;
}

.chars-list-plate>li {
  padding-left: 0 !important;
}

.chars-list-plate>li::before {
  content: normal !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  border-radius: 0;
  display: inline-block !important;
  float: none !important;
}

.chars-list-plate__item:not(:last-child) {
  margin-bottom: 0.3125rem !important;
}

@media (max-width: 767px) {

  .chars-list-plate__name,
  .chars-list-plate__value {
    display: block;
  }

  .chars-list-plate__name:not(:last-child),
  .chars-list-plate__value:not(:last-child) {
    margin-bottom: 0.125rem;
  }
}

@media (min-width: 768px) {
  .chars-list-plate__item {
    display: flex;
    justify-content: space-between;
  }
}

.chars-list-plate__item {
  background-color: #F5F5F5;
  padding-bottom: 0.6875rem;
}

.chars-list-plate__name {
  font-weight: 700;
}

@media (max-width: 767px) {
  .chars-list-plate__item {
    padding-right: 0.9375rem;
    padding-top: 0.9375rem;
  }

  .chars-list-plate>li.chars-list-plate__item {
    padding-left: 0.9375rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .chars-list-plate__item {
    padding-right: 1.21875rem;
    padding-top: 0.96875rem;
  }

  .chars-list-plate>li.chars-list-plate__item {
    padding-left: 1.15625rem !important;
  }
}

@media (min-width: 1200px) {
  .chars-list-plate__item {
    padding-right: 1.5rem;
    padding-top: 1rem;
  }

  .chars-list-plate>li.chars-list-plate__item {
    padding-left: 1.375rem !important;
  }
}

.date-def {
  font-size: 1.0rem;
  color: #9D9D9D;
  line-height: normal;
}

@media (max-width: 767px) {
  p.date-def:not(:last-child) {
    margin-bottom: 0.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  p.date-def:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  p.date-def:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}

.desc-product-page {
  font-size: 1.0rem;
  line-height: 1.8;
}

.dropdown-def {
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: #F5F5F5;
}

.dropdown-def__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-def__toggle::after {
  content: '';
  display: block;
  min-height: 3.25rem;
  width: 3.25rem;
  margin-bottom: -0.75rem;
  margin-top: -0.75rem;
}

.dropdown-def__menu {
  left: -2px !important;
  right: -2px !important;
}

.dropdown-def__menu.dropdown-menu {
  min-width: 0;
}

.dropdown-def__menu[data-popper-placement="bottom-start"] {
  top: -2px !important;
}

.dropdown-def__menu[data-popper-placement="top-start"] {
  bottom: -2px !important;
}

.dropdown-def__values {
  padding-left: 0;
  list-style: none;
}

.dropdown-def__values-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.dropdown-def__values-item input:not(.visually-hidden) {
  margin-right: 0.25rem;
}

.dropdown-def__values-item input.visually-hidden+label {
  display: block;
}

.dropdown-def__values-item input.form-check-input {
  margin-top: 0;
}

.dropdown-def__toggle {
  width: 100%;
}

.dropdown-def__toggle::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.dropdown-def__toggle.btn {
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 0;
}

.dropdown-def__menu-inner {
  background-color: #E9E9E9;
  margin-right: 3.25rem;
}

.dropdown-def__menu[data-popper-placement="bottom-start"] {
  padding: 0 2px 2px;
}

.dropdown-def__menu[data-popper-placement="bottom-start"] .dropdown-def__menu-inner {
  padding: 0.125rem 1.25rem 0.6875rem;
}

.dropdown-def__menu[data-popper-placement="bottom-start"].dropdown-menu {
  border-top-width: 0;
}

.dropdown-def__menu[data-popper-placement="top-start"] {
  padding: 2px 2px 0;
}

.dropdown-def__menu[data-popper-placement="top-start"] .dropdown-def__menu-inner {
  padding: 0.6875rem 1.25rem 0.125rem;
}

.dropdown-def__menu[data-popper-placement="top-start"].dropdown-menu {
  border-bottom-width: 0;
}

.dropdown-def__values {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1;
}

.dropdown-def__values-item label {
  cursor: pointer;
}

.dropdown-def__toggle::after {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23373737'%3e%3cpath d='M20.2035 10.9055H18.3051C18.1972 10.9055 18.0941 10.9523 18.0215 11.0344L12.891 16.9477V3.75C12.891 3.64687 12.8066 3.5625 12.7035 3.5625H11.2972C11.1941 3.5625 11.1097 3.64687 11.1097 3.75V16.9477L5.97927 11.0344C5.90896 10.9523 5.80583 10.9055 5.69568 10.9055H3.79724C3.63786 10.9055 3.55115 11.0953 3.65661 11.2148L11.4355 20.1797C11.5058 20.2608 11.5928 20.3259 11.6904 20.3705C11.7881 20.415 11.8942 20.4381 12.0015 20.4381C12.1089 20.4381 12.215 20.415 12.3126 20.3705C12.4103 20.3259 12.4972 20.2608 12.5676 20.1797L20.3441 11.2148C20.4496 11.093 20.3629 10.9055 20.2035 10.9055Z'/%3e%3c/svg%3e");
}

.dropdown-def:hover {
  border-color: #E9E9E9;
}

.dropdown-def:focus-within {
  border-color: #3ED7A4;
}

.dropdown-def__toggle.btn-white {
  background-color: #fff;
}

.dropdown-def__toggle.show {
  background-color: #E9E9E9;
}

.dropdown-def__toggle.show::after {
  background-color: #3ED7A4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M20.2035 10.9055H18.3051C18.1972 10.9055 18.0941 10.9523 18.0215 11.0344L12.891 16.9477V3.75C12.891 3.64687 12.8066 3.5625 12.7035 3.5625H11.2972C11.1941 3.5625 11.1097 3.64687 11.1097 3.75V16.9477L5.97927 11.0344C5.90896 10.9523 5.80583 10.9055 5.69568 10.9055H3.79724C3.63786 10.9055 3.55115 11.0953 3.65661 11.2148L11.4355 20.1797C11.5058 20.2608 11.5928 20.3259 11.6904 20.3705C11.7881 20.415 11.8942 20.4381 12.0015 20.4381C12.1089 20.4381 12.215 20.415 12.3126 20.3705C12.4103 20.3259 12.4972 20.2608 12.5676 20.1797L20.3441 11.2148C20.4496 11.093 20.3629 10.9055 20.2035 10.9055Z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.dropdown-def__values-item:hover,
.dropdown-def__values-item:focus-within {
  color: #3ED7A4;
}

.dropdown-def__values-item input:checked~label {
  color: #3ED7A4;
}

.dropdown-def_primary .dropdown-def__toggle:focus-visible {
  background-color: #E9E9E9;
}

.dropdown-def_primary {
  border-color: #3ED7A4;
}

.dropdown-def_primary .dropdown-def__toggle::after {
  background-color: #3ED7A4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3e%3cpath d='M20.2035 10.9055H18.3051C18.1972 10.9055 18.0941 10.9523 18.0215 11.0344L12.891 16.9477V3.75C12.891 3.64687 12.8066 3.5625 12.7035 3.5625H11.2972C11.1941 3.5625 11.1097 3.64687 11.1097 3.75V16.9477L5.97927 11.0344C5.90896 10.9523 5.80583 10.9055 5.69568 10.9055H3.79724C3.63786 10.9055 3.55115 11.0953 3.65661 11.2148L11.4355 20.1797C11.5058 20.2608 11.5928 20.3259 11.6904 20.3705C11.7881 20.415 11.8942 20.4381 12.0015 20.4381C12.1089 20.4381 12.215 20.415 12.3126 20.3705C12.4103 20.3259 12.4972 20.2608 12.5676 20.1797L20.3441 11.2148C20.4496 11.093 20.3629 10.9055 20.2035 10.9055Z'/%3e%3c/svg%3e");
}

.dropdown-def_primary .dropdown-def__menu {
  border-color: #3ED7A4;
}

.dropdown-classic {
  position: relative;
}

.dropdown-classic__toggle::after {
  content: '';
  display: inline-block;
  min-height: 1.0625rem;
  width: 1.0625rem;
  vertical-align: middle;
  margin-left: 0.4375rem;
  margin-bottom: -0.75rem;
  margin-top: -0.75rem;
}

.dropdown-classic__menu {
  padding-left: 0;
  list-style: none;
}

.dropdown-classic__menu.dropdown-menu {
  min-width: 0;
}

.dropdown-classic__menu[data-popper-placement="bottom-start"] {
  top: 0.25rem !important;
}

.dropdown-classic__menu[data-popper-placement="top-start"] {
  bottom: 0.25rem !important;
}

.dropdown-classic__menu-item input:not(.visually-hidden) {
  margin-right: 0.25rem;
}

.dropdown-classic__menu-item input.visually-hidden+label {
  display: block;
}

.dropdown-classic__menu-item input.form-check-input {
  margin-top: 0;
}

.dropdown-classic__toggle {
  font-size: 1.0rem;
  font-weight: 600;
  text-decoration: none !important;
}

.dropdown-classic__toggle::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.dropdown-classic__toggle.btn {
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 0;
}

.dropdown-classic__menu {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1;
}

.dropdown-classic__menu-item label {
  cursor: pointer;
}

.dropdown-classic__toggle {
  color: #212529;
}

.dropdown-classic__toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='%23373737'%3e%3cpath d='M14.3101 7.72471H12.9654C12.889 7.72471 12.816 7.75791 12.7645 7.81602L9.13043 12.0046V2.65625C9.13043 2.5832 9.07066 2.52344 8.99761 2.52344H8.00152C7.92847 2.52344 7.86871 2.5832 7.86871 2.65625V12.0046L4.23462 7.81602C4.18482 7.75791 4.11177 7.72471 4.03375 7.72471H2.68902C2.57613 7.72471 2.5147 7.85918 2.58941 7.94385L8.09947 14.2939C8.14928 14.3514 8.21085 14.3975 8.28003 14.4291C8.3492 14.4607 8.42435 14.477 8.5004 14.477C8.57644 14.477 8.65159 14.4607 8.72077 14.4291C8.78994 14.3975 8.85152 14.3514 8.90132 14.2939L14.4097 7.94385C14.4844 7.85752 14.423 7.72471 14.3101 7.72471Z'/%3e%3c/svg%3e");
}

.dropdown-classic__toggle.btn-white {
  background-color: #fff;
}

.dropdown-classic__toggle.show::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='%233ED7A4'%3e%3cpath d='M14.3101 7.72471H12.9654C12.889 7.72471 12.816 7.75791 12.7645 7.81602L9.13043 12.0046V2.65625C9.13043 2.5832 9.07066 2.52344 8.99761 2.52344H8.00152C7.92847 2.52344 7.86871 2.5832 7.86871 2.65625V12.0046L4.23462 7.81602C4.18482 7.75791 4.11177 7.72471 4.03375 7.72471H2.68902C2.57613 7.72471 2.5147 7.85918 2.58941 7.94385L8.09947 14.2939C8.14928 14.3514 8.21085 14.3975 8.28003 14.4291C8.3492 14.4607 8.42435 14.477 8.5004 14.477C8.57644 14.477 8.65159 14.4607 8.72077 14.4291C8.78994 14.3975 8.85152 14.3514 8.90132 14.2939L14.4097 7.94385C14.4844 7.85752 14.423 7.72471 14.3101 7.72471Z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.dropdown-classic__menu-item:hover,
.dropdown-classic__menu-item:focus-within {
  color: #3ED7A4;
}

.dropdown-classic__menu-item input:checked~label {
  color: #3ED7A4;
}

.file-def {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 7rem;
  width: 5rem;
  border-width: 3px;
  border-style: solid;
  transition: border-color 0.15s linear;
  border-color: #F5F5F5;
}

.file-def::before {
  content: '';
  display: block;
  height: 2.75rem;
  width: 2.75rem;
  transform: translate(-2px, 2px);
}

.file-def::before {
  background-color: #3ED7A4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3e%3cpath d='M25.1031 8.0475L19.1581 2.06625L18.5238 1.8125H4.53125L3.625 2.71875V12.6875H5.4375V3.625H16.3125V9.96875L17.2188 10.875H23.5625V12.6875H25.375V8.7L25.1031 8.0475ZM18.125 9.0625V3.625L23.5625 9.0625H18.125ZM4.53125 14.5L3.625 15.4062V26.2812L4.53125 27.1875H24.4688L25.375 26.2812V15.4062L24.4688 14.5H4.53125ZM23.5625 23.5625V25.375H5.4375V16.3125H23.5625V23.5625ZM9.0625 21.75H8.4825V23.5625H7.25V18.125H9.17125C10.5306 18.125 11.2194 18.7775 11.2194 19.9375C11.2229 20.184 11.1728 20.4284 11.0727 20.6537C10.9726 20.879 10.8247 21.0799 10.6394 21.2425C10.1902 21.5926 9.63157 21.7724 9.0625 21.75ZM8.95375 19.1219H8.4825V20.8075H8.95375C9.60625 20.8075 9.9325 20.5175 9.9325 19.9556C9.9325 19.3938 9.60625 19.1219 8.95375 19.1219ZM16.3125 22.8013C16.5802 22.5376 16.7895 22.2207 16.9269 21.871C17.0643 21.5213 17.1266 21.1466 17.11 20.7712C17.11 18.9587 16.1494 18.125 14.21 18.125H12.2888V23.5625H14.21C14.5934 23.5811 14.9767 23.5233 15.3376 23.3927C15.6985 23.262 16.0299 23.061 16.3125 22.8013ZM13.5031 22.5656V19.1219H14.1013C14.3324 19.1072 14.5642 19.1398 14.7823 19.2177C15.0005 19.2956 15.2004 19.4172 15.37 19.575C15.5236 19.7363 15.643 19.9271 15.7208 20.1358C15.7987 20.3445 15.8335 20.5668 15.8231 20.7894C15.8503 21.2671 15.6874 21.7362 15.37 22.0944C15.2041 22.2532 15.0077 22.3768 14.7928 22.4577C14.5779 22.5387 14.3488 22.5754 14.1194 22.5656H13.5031ZM21.5687 21.46H19.8106V23.5625H18.5781V18.125H21.7319V19.1219H19.8106V20.4631H21.5687V21.46Z' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.file-def:hover,
.file-def:focus-visible {
  border-color: #3ED7A4;
}

.form-check-card-def {
  position: relative;
}

.form-check-card-def__inner.form-check .form-check-input {
  margin-top: 0;
}

.form-check-card-def__inner.form-check .form-check-label::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .form-check-card-def__inner.form-check {
    min-height: 0;
    padding-left: 2.375rem;
  }

  .form-check-card-def__inner.form-check .form-check-input {
    height: 1.375rem;
    width: 1.375rem;
    margin-left: -2.375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-check-card-def__inner.form-check {
    padding-left: 3.125rem;
  }

  .form-check-card-def__inner.form-check .form-check-input {
    margin-left: -3.125rem;
  }
}

@media (min-width: 1200px) {
  .form-check-card-def__inner.form-check {
    padding-left: 3.875rem;
  }

  .form-check-card-def__inner.form-check .form-check-input {
    height: 1.625rem;
    width: 1.625rem;
    margin-left: -3.875rem;
  }
}

.form-check-card-def__inner.form-check .form-check-label::before {
  border: 2px solid #F5F5F5;
}

@media (max-width: 767px) {
  .form-check-card-def {
    padding: 0.9375rem 0.9375rem 0.5625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-check-card-def {
    padding: 1.28125rem 1.34375rem 1.09375rem;
  }
}

@media (min-width: 1200px) {
  .form-check-card-def {
    padding: 1.625rem 1.75rem;
  }
}

.form-check-card-def__inner .form-check-input:checked+.form-check-label::before {
  border-color: #3ED7A4;
}

.form-check-card-def__inner.form-check:hover .form-check-input:not(:checked),
.form-check-card-def__inner.form-check .form-check-input:focus-visible+.form-check-label::before,
.form-check-card-def__inner.form-check:hover .form-check-input+.form-check-label::before {
  border-color: #E9E9E9;
}

.form-check-card-def_middle .form-check-card-def__inner.form-check .form-check-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .form-check-card-def_middle {
    padding-bottom: 0.5625rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-check-card-def_middle {
    padding-bottom: 0.78125rem;
  }
}

@media (min-width: 1200px) {
  .form-check-card-def_middle {
    padding-bottom: 1rem;
  }
}

.input-type-number-def {
  position: relative;
}

.input-type-number-def__minus.btn,
.input-type-number-def__plus.btn {
  position: relative;
  z-index: 4;
}

.input-type-number-def__minus {
  margin-right: -2.25rem;
}

.input-type-number-def__plus {
  margin-left: -2.25rem !important;
}

.input-type-number-def__value {
  margin-left: 0 !important;
}

.input-type-number-def__minus.btn,
.input-type-number-def__plus.btn {
  border-color: #E9E9E9;
  border-width: 1px;
  font-size: 1.5rem;
  font-weight: 400;
  min-width: 2.25rem;
  padding: 0.6875rem 0.6875rem 0.625rem;
}

.input-type-number-def__value {
  text-align: center;
}

.input-type-number-def__value.form-control {
  border-width: 1px;
  padding: 0.6875rem 2.75rem;
}

.input-type-number-def__value.form-control:not(:focus) {
  border-color: #E9E9E9;
}

.input-type-number-def:focus-within .input-type-number-def__minus.btn:not(:hover):not(:focus),
.input-type-number-def:focus-within .input-type-number-def__plus.btn:not(:hover):not(:focus) {
  margin-bottom: 1px;
  margin-top: 1px;
  min-width: 2.1875rem;
  padding-bottom: 0.5625rem;
  padding-top: 0.625rem;
}

.input-type-number-def:focus-within .input-type-number-def__minus.btn:not(:hover):not(:focus) {
  border-left-width: 0;
  margin-left: 1px;
}

.input-type-number-def:focus-within .input-type-number-def__plus.btn:not(:hover):not(:focus) {
  border-right-width: 0;
  margin-right: 1px;
}

.input-type-number-def__minus.btn:hover,
.input-type-number-def__plus.btn:hover {
  border-color: #3ED7A4;
  color: #3ED7A4;
}

.input-type-number-def_compact .input-type-number-def__minus.btn,
.input-type-number-def_compact .input-type-number-def__plus.btn {
  padding: 0.4375rem 0.6875rem 0.375rem;
}

.input-type-number-def_compact .input-type-number-def__value.form-control {
  padding: 0.4375rem 2.75rem;
}

.input-type-number-def_compact:focus-within .input-type-number-def__minus.btn:not(:hover):not(:focus),
.input-type-number-def_compact:focus-within .input-type-number-def__plus.btn:not(:hover):not(:focus) {
  padding-bottom: 0.3125rem;
  padding-top: 0.375rem;
}

.label-for-check-card-def__header,
.label-for-check-card-def__name,
.label-for-check-card-def__note,
.label-for-check-card-def__desc {
  display: block;
}

.label-for-check-card-def__header:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.label-for-check-card-def__name:not(:last-child) {
  margin-bottom: 0.25rem;
}

.label-for-check-card-def__note:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.label-for-check-card-def__desc:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.label-for-check-card-def__name {
  font-weight: 700;
  line-height: normal;
}

.label-for-check-card-def__note,
.label-for-check-card-def__desc {
  color: #9D9D9D;
  font-size: 1.0rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .label-for-check-card-def__name {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .label-for-check-card-def__name {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1200px) {
  .label-for-check-card-def__name {
    font-size: 1.25rem;
  }
}

.label-with-value-plate__label:not(last-child) {
  margin-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .label-with-value-plate:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .label-with-value-plate:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 1520px) {
  .label-with-value-plate:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}

.label-with-value-plate__label {
  background-color: #F5F5F5;
  color: #373737;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.8125rem 1.25rem;
}

.label-with-value-plate__value {
  padding-left: 2rem;
}

@media (max-width: 1199px) {
  .label-with-value-plate__value {
    padding-top: 0.875rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .label-with-value-plate__value {
    padding-top: 0.375rem;
  }
}

@media (min-width: 1520px) {
  .label-with-value-plate__value {
    padding-top: 0.875rem;
  }
}

.note-buy {
  font-size: 0.875rem;
  line-height: 1.4;
}

.note-buy:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.note-buy p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.order-minimum-def {
  color: #9D9D9D;
  font-size: 0.875rem;
  line-height: 1.4;
}

.order-minimum-def:not(:last-child) {
  margin-bottom: 0.625rem;
}

.order-minimum-def p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.order-product-over-compact {
  position: absolute;
  top: 0.875rem;
  right: -2px;
  z-index: 100;
  background-color: #E9E9E9;
  color: #373737;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.0625rem 0.6875rem 0.125rem;
  pointer-events: none;
}

p.price-card-big:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.price-card-big__value,
.price-card-big__unit {
  display: inline-block;
}

.price-card-big__value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}

.price-card-big__unit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  vertical-align: top;
}

.price-card-big__unit:not(:first-child) {
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
}

.price-card-compact {
  line-height: normal;
}

p.price-card-compact:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.price-card-compact__value,
.price-card-compact__unit {
  display: inline-block;
}

.price-card-compact__value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

.price-card-compact__unit {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  vertical-align: text-bottom;
}

.price-card-compact__unit:not(:first-child) {
  margin-bottom: 0.125rem;
  margin-left: 0.25rem;
}

p.price-card-def:not(:last-child) {
  margin-bottom: 0.625rem;
}

.price-card-def__value,
.price-card-def__unit {
  display: inline-block;
}

.price-card-def__value {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: normal;
}

.price-card-def__unit {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: normal;
  vertical-align: top;
}

.price-card-def__unit:not(:first-child) {
  margin-left: 0.3125rem;
  margin-top: 0.0625rem;
}

.price-card-second {
  color: #9D9D9D;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}

p.price-card-second:not(:last-child) {
  margin-bottom: 0.625rem;
}

.price-card-second-big {
  color: #9D9D9D;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}

p.price-card-second-big:not(:last-child) {
  margin-bottom: 0.625rem;
}

.products-views-def__label {
  display: inline-block;
  vertical-align: middle;
}

.products-views-def__label:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.8125rem;
}

.products-views-def__list {
  vertical-align: middle;
}

.products-views-def__list,
.products-views-def__list.nav {
  display: inline-block;
}

.products-views-def__list:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.8125rem;
}

.products-views-def__item {
  display: inline-block;
  vertical-align: middle;
}

.products-views-def__item:not(:last-child) {
  margin-right: 0.625rem;
}

.products-views-def__link {
  height: 1.25rem;
  width: 1.25rem;
}

.products-views-def__label {
  font-size: 1.0rem;
  font-weight: 600;
}

.products-views-def__link {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.products-views-def__link.nav-link {
  padding: 0;
}

.products-views-def__link {
  transition: background-image 0.15s linear;
}

.products-views-def__link.nav-link {
  background-color: transparent !important;
}

.products-views-def__link_cards {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23E9E9E9'%3e%3cpath d='M0 0H8V8H0V0Z'/%3e%3cpath d='M0 12H8V20H0V12Z'/%3e%3cpath d='M12 0H20V8H12V0Z'/%3e%3cpath d='M12 12H20V20H12V12Z'/%3e%3c/svg%3e");
}

.products-views-def__link_cards:hover,
.products-views-def__link_cards:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%239D9D9D'%3e%3cpath d='M0 0H8V8H0V0Z'/%3e%3cpath d='M0 12H8V20H0V12Z'/%3e%3cpath d='M12 0H20V8H12V0Z'/%3e%3cpath d='M12 12H20V20H12V12Z'/%3e%3c/svg%3e");
}

.products-views-def__link_cards.active:not(:hover):not(:focus-visible) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%233ED7A4'%3e%3cpath d='M0 0H8V8H0V0Z'/%3e%3cpath d='M0 12H8V20H0V12Z'/%3e%3cpath d='M12 0H20V8H12V0Z'/%3e%3cpath d='M12 12H20V20H12V12Z'/%3e%3c/svg%3e");
}

.products-views-def__link_list {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23E9E9E9'%3e%3cpath d='M0 0H20V4H0V0Z'/%3e%3cpath d='M0 8H20V12H0V8Z'/%3e%3cpath d='M0 16H20V20H0V16Z'/%3e%3c/svg%3e");
}

.products-views-def__link_list:hover,
.products-views-def__link_list:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%239D9D9D'%3e%3cpath d='M0 0H20V4H0V0Z'/%3e%3cpath d='M0 8H20V12H0V8Z'/%3e%3cpath d='M0 16H20V20H0V16Z'/%3e%3c/svg%3e");
}

.products-views-def__link_list.active:not(:hover):not(:focus-visible) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%233ED7A4'%3e%3cpath d='M0 0H20V4H0V0Z'/%3e%3cpath d='M0 8H20V12H0V8Z'/%3e%3cpath d='M0 16H20V20H0V16Z'/%3e%3c/svg%3e");
}

.products-views-def a {
  transition: background-color 0.15s linear;
}

.products-views-def a:hover,
.products-views-def a:focus-visible {
  background-color: #E9E9E9;
  color: #373737;
  font-weight: 700;
}

.products-views-def a.active:not(:hover):not(:focus-visible) {
  background-color: #3ED7A4;
  color: #fff;
  font-weight: 700;
}

.rating-def {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap;
}

.rating-def__item:not(:last-child) {
  margin-right: 0.125rem;
}

.rating-def__item {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%239D9D9D'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rating-def_1 .rating-def__item:nth-child(1),
.rating-def_2 .rating-def__item:nth-child(1),
.rating-def_3 .rating-def__item:nth-child(1),
.rating-def_4 .rating-def__item:nth-child(1),
.rating-def_5 .rating-def__item:nth-child(1) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.rating-def_2 .rating-def__item:nth-child(2),
.rating-def_3 .rating-def__item:nth-child(2),
.rating-def_4 .rating-def__item:nth-child(2),
.rating-def_5 .rating-def__item:nth-child(2) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.rating-def_3 .rating-def__item:nth-child(3),
.rating-def_4 .rating-def__item:nth-child(3),
.rating-def_5 .rating-def__item:nth-child(3) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.rating-def_4 .rating-def__item:nth-child(4),
.rating-def_5 .rating-def__item:nth-child(4) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.rating-def_5 .rating-def__item:nth-child(5) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M8.9271 0.695722L6.48599 5.86696L1.02432 6.69889C0.0448775 6.84731 -0.347645 8.10887 0.362634 8.83144L4.31403 12.8544L3.37945 18.5373C3.21123 19.5645 4.24674 20.3339 5.11403 19.8535L10 17.1702L14.886 19.8535C15.7533 20.33 16.7888 19.5645 16.6206 18.5373L15.686 12.8544L19.6374 8.83144C20.3476 8.10887 19.9551 6.84731 18.9757 6.69889L13.514 5.86696L11.0729 0.695722C10.6355 -0.226039 9.36823 -0.237757 8.9271 0.695722Z' fill='%233ED7A4'/%3e%3c/svg%3e");
}

.rating-with-label-def__label,
.rating-with-label-def__rating {
  display: block;
}

.rating-with-label-def__label:not(:last-child),
.rating-with-label-def__rating:not(:last-child) {
  margin-bottom: 0.125rem;
}

.rating-with-label-def__label {
  font-size: 1.0rem;
  line-height: normal;
  color: #9D9D9D;
}

.retail-label-def {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #373737;
  line-height: normal;
}

.retail-label-def:not(:last-child) {
  margin-bottom: 0.25rem;
}

@media (max-width: 575px) {
  .table-scroll-mobile {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .table-scroll-mobile {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .table-scroll-mobile::-webkit-scrollbar {
    display: none;
  }

  .table-scroll-mobile .table-scroll-mobile>table {
    width: max-content;
  }
}

.vendor-code-def {
  color: #3ED7A4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}

p.vendor-code-def:not(last-child) {
  margin-bottom: 0.9375rem;
}

.vendor-code-page {
  background-color: #F5F5F5;
  color: #3ED7A4;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.9375rem 1.25rem;
}

p.vendor-code-page:not(last-child) {
  margin-bottom: 0.625rem;
}

.user-name-def {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.user-name-def__picture {
  flex-shrink: 0;
}

.user-name-def__picture:not(:last-child) {
  margin-bottom: 0;
}

.user-name-def__body:not(:last-child) {
  margin-bottom: 0;
}

.user-name-def__body .date-def:not(:last-child) {
  margin-bottom: 0.125rem;
}

@media (max-width: 767px) {
  .user-name-def__picture {
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.75rem;
  }

  .user-name-def__picture:not(:last-child) {
    margin-right: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .user-name-def__picture {
    height: 4.375rem;
    width: 4.375rem;
    line-height: 4.375rem;
  }

  .user-name-def__picture:not(:last-child) {
    margin-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .user-name-def__picture {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
  }

  .user-name-def__picture:not(:last-child) {
    margin-right: 1.5625rem;
  }
}

.user-name-def__picture {
  text-align: center;
  vertical-align: middle;
  background-color: #3ED7A4;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.user-name-def__name {
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .user-name-def__picture {
    font-size: 1.625rem;
  }

  .user-name-def__name {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .user-name-def__picture {
    font-size: 2.0625rem;
  }

  .user-name-def__name {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1200px) {
  .user-name-def__picture {
    font-size: 2.5rem;
  }

  .user-name-def__name {
    font-size: 1.25rem;
  }
}

.zone-dragdrop-file-def__title,
.zone-dragdrop-file-def__note {
  display: block;
}

.zone-dragdrop-file-def__title:not(:last-child),
.zone-dragdrop-file-def__note:not(:last-child) {
  margin-bottom: 0.125rem;
}

@media (min-width: 768px) {

  .zone-dragdrop-file-def__title,
  .zone-dragdrop-file-def__note {
    text-align: center;
  }
}

.zone-dragdrop-file-def__title {
  color: #3ED7A4;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.1;
}

.zone-dragdrop-file-def__note {
  color: #9D9D9D;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
}

.zone-dragdrop-file-mini {
  display: block;
  color: #373737;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767px) {
  .section-def {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-def {
    padding-bottom: 4.0625rem;
    padding-top: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .section-def {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-small,
  .section-def_mb-small {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-small,
  .section-def_mb-small {
    padding-bottom: 3.4375rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-small,
  .section-def_mb-small {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-medium,
  .section-def_mb-medium {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-medium,
  .section-def_mb-medium {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-medium,
  .section-def_mb-medium {
    padding-bottom: 5.625rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-big,
  .section-def_mb-big {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-big,
  .section-def_mb-big {
    padding-bottom: 4.6875rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-big,
  .section-def_mb-big {
    padding-bottom: 7.5rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-biggest,
  .section-def_mb-biggest {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-biggest,
  .section-def_mb-biggest {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-biggest,
  .section-def_mb-biggest {
    padding-bottom: 8.75rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-small,
  .section-def_mt-small {
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-small,
  .section-def_mt-small {
    padding-top: 3.4375rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-small,
  .section-def_mt-small {
    padding-top: 5rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-medium,
  .section-def_mt-medium {
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-medium,
  .section-def_mt-medium {
    padding-top: 3.75rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-medium,
  .section-def_mt-medium {
    padding-top: 5.625rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-big,
  .section-def_mt-big {
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-big,
  .section-def_mt-big {
    padding-top: 4.6875rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-big,
  .section-def_mt-big {
    padding-top: 7.5rem;
  }
}

@media (max-width: 767px) {

  .section-def_m-biggest,
  .section-def_mt-biggest {
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .section-def_m-biggest,
  .section-def_mt-biggest {
    padding-top: 5.3125rem;
  }
}

@media (min-width: 1200px) {

  .section-def_m-biggest,
  .section-def_mt-biggest {
    padding-top: 8.75rem;
  }
}

@media (max-width: 767px) {
  .block-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-def:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .block-def:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 767px) {
  .block-def_big:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-def_big:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .block-def_big:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

.title-light {
  color: #9D9D9D;
  font-weight: 300;
}

.title-light:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  *:not(ul):not(table):not(p.video-def)+.title-light {
    margin-top: 1.875rem;
  }

  ul+.title-light {
    margin-top: 1.875rem;
  }

  table+.title-light {
    margin-top: 1.875rem;
  }

  p.video-def+.title-light {
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  *:not(ul):not(table):not(p.video-def)+.title-light {
    margin-top: 2.25rem;
  }

  ul+.title-light {
    margin-top: 2.875rem;
  }

  table+.title-light {
    margin-top: 3.0625rem;
  }

  p.video-def+.title-light {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1200px) {
  *:not(ul):not(table):not(p.video-def)+.title-light {
    margin-top: 2.625rem;
  }

  ul+.title-light {
    margin-top: 3.875rem;
  }

  table+.title-light {
    margin-top: 4.25rem;
  }

  p.video-def+.title-light {
    margin-top: 5.625rem;
  }
}

@media (max-width: 767px) {
  .title-light {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-light {
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .title-light {
    font-size: 2.0rem;
  }
}

@media (max-width: 767px) {
  .title-light_mb-big:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-light_mb-big:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .title-light_mb-big:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 767px) {
  *:not(ul):not(table):not(p.video-def)+.title-light_mt-big {
    margin-top: 1.875rem;
  }

  ul+.title-light_mt-big {
    margin-top: 1.875rem;
  }

  table+.title-light_mt-big {
    margin-top: 1.875rem;
  }

  p.video-def+.title-light_mt-big {
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  *:not(ul):not(table):not(p.video-def)+.title-light_mt-big {
    margin-top: 2.5625rem;
  }

  ul+.title-light_mt-big {
    margin-top: 3.1875rem;
  }

  table+.title-light_mt-big {
    margin-top: 3.375rem;
  }

  p.video-def+.title-light_mt-big {
    margin-top: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  *:not(ul):not(table):not(p.video-def)+.title-light_mt-big {
    margin-top: 3.25rem;
  }

  ul+.title-light_mt-big {
    margin-top: 4.5rem;
  }

  table+.title-light_mt-big {
    margin-top: 4.875rem;
  }

  p.video-def+.title-light_mt-big {
    margin-top: 6.25rem;
  }
}

@media (max-width: 767px) {
  .title-page-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-page-def:not(:last-child) {
    margin-bottom: 2.375rem;
  }
}

@media (min-width: 1200px) {
  .title-page-def:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 767px) {
  .title-page-def_mb-small:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-page-def_mb-small:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .title-page-def_mb-small:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}

.title-section__title,
.title-section__subtitle {
  display: block;
}

.title-section__title {
  font-weight: 800;
  line-height: 1.2;
}

.title-section__subtitle {
  color: #9D9D9D;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .title-section:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .title-section__title {
    font-size: 1.5rem;
  }

  .title-section__subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-section:not(:last-child) {
    margin-bottom: 1.9375rem;
  }

  .title-section__title {
    font-size: 2.25rem;
  }

  .title-section__subtitle {
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .title-section:not(:last-child) {
    margin-bottom: 2.625rem;
  }

  .title-section__title {
    font-size: 3.0rem;
  }

  .title-section__subtitle {
    font-size: 2.0rem;
  }
}

@media (max-width: 767px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}

@media (min-width: 1200px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (max-width: 767px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 2.4375rem;
  }
}

@media (min-width: 1200px) {
  .title-section_mb-big:not(:last-child) {
    margin-bottom: 3.625rem;
  }
}

.title-def {
  line-height: 1;
}

@media (max-width: 767px) {
  .title-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-def:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .title-def:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .title-def {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-def {
    font-size: 1.625rem;
    font-weight: 800;
  }
}

@media (min-width: 1200px) {
  .title-def {
    font-size: 2.0rem;
    font-weight: 800;
  }
}

.more-page-list-def .btn {
  max-width: 13.125rem;
  width: 100%;
}

.more-page-list-def .btn {
  font-weight: 700;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

.title-with-more-def {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}

.title-with-more-def__title,
.title-with-more-def__more {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: auto;
}

.title-with-more-def__title:not(:last-child),
.title-with-more-def__more:not(:last-child) {
  margin-bottom: 0;
}

.title-with-more-def__title {
  flex-shrink: 1;
}

@media (max-width: 767px) {
  .title-with-more-def:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .title-with-more-def__more .btn {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .title-with-more-def {
    flex-wrap: nowrap;
  }

  .title-with-more-def__more.more-page-list-def {
    max-width: 15rem;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-with-more-def:not(:last-child) {
    margin-bottom: 1.9375rem;
  }

  .title-with-more-def__more .btn {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}

@media (min-width: 1200px) {
  .title-with-more-def:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 767px) {
  .title-with-more-def_mb-small:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-with-more-def_mb-small:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .title-with-more-def_mb-small:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 767px) {
  .title-with-more-def_mb-big:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-with-more-def_mb-big:not(:last-child) {
    margin-bottom: 2.4375rem;
  }
}

@media (min-width: 1200px) {
  .title-with-more-def_mb-big:not(:last-child) {
    margin-bottom: 3.625rem;
  }
}

.list-big-def {
  padding-left: 0;
  list-style: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.list-big-def:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.list-big-def>li:not(:last-child) {
  margin-bottom: 0.9375rem !important;
}

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

@media (max-width: 767px) {
  .list-inline-btns__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .list-inline-btns__item .btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .list-inline-btns__item {
    display: inline-block;
  }

  .list-inline-btns__item:not(:last-child) {
    margin-right: 1.625rem;
  }

  .list-inline-btns .btn {
    min-width: 13.125rem;
  }
}

.list-inline-btns .btn {
  padding: 0.9375rem 1.75rem;
}

@media (max-width: 767px) {
  .columns-def:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .columns-def:not(:last-child) {
    margin-bottom: 3.4375rem;
  }
}

@media (min-width: 1200px) {
  .columns-def:not(:last-child) {
    margin-bottom: 4.6875rem;
  }
}

.feature-num-def::before {
  display: block;
}

.feature-num-def__name:not(:last-child) {
  margin-bottom: 0.375rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .feature-num-def::before {
    margin-bottom: 0.3125rem;
  }
}

@media (min-width: 1200px) {
  .feature-num-def::before {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1200px) {
  .feature-num-def_1 {
    max-width: 15.5rem;
  }

  .feature-num-def_2 {
    max-width: 16.6875rem;
  }

  .feature-num-def_3 {
    max-width: 14.4375rem;
  }

  .feature-num-def_4 {
    max-width: 14.0625rem;
  }
}

.feature-num-def::before {
  color: #3ED7A4;
  content: counter(feature-num-def);
  counter-increment: feature-num-def;
  font-size: 1.75rem;
  font-weight: 300;
}

.feature-num-def:nth-child(1)::before,
.feature-num-def:nth-child(2)::before,
.feature-num-def:nth-child(3)::before,
.feature-num-def:nth-child(4)::before,
.feature-num-def:nth-child(5)::before,
.feature-num-def:nth-child(6)::before,
.feature-num-def:nth-child(7)::before,
.feature-num-def:nth-child(8)::before,
.feature-num-def:nth-child(9)::before {
  content: "0" counter(feature-num-def);
}

.feature-num-def__name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-num-def__notice {
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .feature-num-def__name {
    min-height: 5.36249rem;
  }
}

.features-list-nums-def {
  counter-reset: feature-num-def 0;
}

@media (max-width: 767px) {
  .features-list-nums-def:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .features-list-nums-def__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .features-list-nums-def {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: space-between;
  }

  .features-list-nums-def__item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .features-list-nums-def:not(:last-child) {
    margin-bottom: 4.09375rem;
  }

  .features-list-nums-def__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .features-list-nums-def__item:nth-child(1),
  .features-list-nums-def__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .features-list-nums-def:not(:last-child) {
    margin-bottom: 6rem;
  }

  .features-list-nums-def__item {
    flex: 0 0 auto;
    width: auto;
  }

  .features-list-nums-def__item:nth-child(1),
  .features-list-nums-def__item:nth-child(2),
  .features-list-nums-def__item:nth-child(3),
  .features-list-nums-def__item:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .features-list-nums-def__item {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1520px) {
  .features-list-nums-def {
    padding-right: 4.0625rem;
  }
}

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

@media (max-width: 575px) {
  .full-width {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 540px / 2 - 0.9375rem);
    margin-right: calc(-100vw / 2 + 540px / 2 - 0.9375rem);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 720px / 2 - 0.9375rem);
    margin-right: calc(-100vw / 2 + 720px / 2 - 0.9375rem);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 960px / 2 - 0.9375rem);
    margin-right: calc(-100vw / 2 + 960px / 2 - 0.9375rem);
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 1140px / 2 - 0.9375rem);
    margin-right: calc(-100vw / 2 + 1140px / 2 - 0.9375rem);
  }
}

@media (min-width: 1520px) {
  .full-width {
    margin-left: calc(-100vw / 2 + 1440px / 2 - 0.9375rem);
    margin-right: calc(-100vw / 2 + 1440px / 2 - 0.9375rem);
  }
}

.label-with-value-def {
  line-height: 1.3;
}

.label-with-value-def__label {
  display: block;
}

.label-with-value-def__value {
  display: block;
}

@media (max-width: 767px) {
  .label-with-value-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .label-with-value-def:not(:last-child) {
    margin-bottom: 1.34375rem;
  }
}

@media (min-width: 1200px) {
  .label-with-value-def:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}

.label-with-value-def__label {
  color: #9D9D9D;
}

.label-with-value-def__value {
  font-weight: 700;
}

@media (max-width: 767px) {
  .label-with-value-list-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .label-with-value-list-def:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 1200px) {
  .label-with-value-list-def:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

.label-with-value-mini {
  font-size: 1.0rem;
  line-height: 1.4;
}

.label-with-value-mini:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.label-with-value-mini__label {
  display: block;
}

.label-with-value-mini__label:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.label-with-value-mini__value {
  display: block;
}

.label-with-value-mini__label {
  font-weight: 700;
}

@media (max-width: 767px) {
  .label-with-value-list-mini:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .label-with-value-list-mini:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .label-with-value-list-mini:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

.note-def {
  position: relative;
  color: #9D9D9D;
  line-height: 1.6;
}

.note-def::before {
  content: '';
  display: block;
  width: 0.3125rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  top: 0.1875rem;
}

@media (max-width: 767px) {
  .note-def:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .note-def:not(:last-child) {
    margin-bottom: 1.84375rem;
  }
}

@media (min-width: 1200px) {
  .note-def:not(:last-child) {
    margin-bottom: 2.4375rem;
  }
}

.note-def::before {
  background-color: #3ED7A4;
}

@media (max-width: 767px) {
  .note-def {
    padding-left: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .note-def {
    padding-left: 1.28125rem;
  }
}

@media (min-width: 1200px) {
  .note-def {
    padding-left: 1.625rem;
  }
}

.features-list-block-def {
  background-color: #373737;
  color: #fff;
}

.features-list-block-def__title-name,
.features-list-block-def__title-1,
.features-list-block-def__title-2 {
  display: block;
}

.features-list-block-def__list {
  margin-bottom: -0.5rem;
}

.features-list-block-def__list-item {
  align-items: center;
  min-height: 2.25rem;
  position: relative;
}

.features-list-block-def__list-item::before {
  display: block;
  width: 2.6875rem;
}

@media (max-width: 1199px) {

  .features-list-block-def__desc-wrapper:not(:last-child),
  .features-list-block-def__list-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .features-list-block-def__list {
    border-left: 0.25rem solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .features-list-block-def {
    padding-bottom: 1.875rem;
    padding-top: 1.25rem;
  }

  .features-list-block-def__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .features-list-block-def__list-item:not(:last-child) {
    margin-bottom: 1.25rem !important;
  }

  .features-list-block-def__list-item::before {
    margin-right: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .features-list-block-def__inner {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .features-list-block-def__desc-wrapper,
  .features-list-block-def__list-wrapper {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }

  .features-list-block-def__desc-wrapper {
    padding-right: 7.5rem;
  }

  .features-list-block-def__list-wrapper {
    padding-top: 1.25rem;
    position: relative;
  }

  .features-list-block-def__list-wrapper::before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    bottom: -7rem;
    left: 0;
    top: 0.625rem;
    transform: translateX(-50%);
  }

  .features-list-block-def__list-item {
    display: flex;
  }

  .features-list-block-def__list-item::after {
    display: block;
    width: 0.5rem;
    position: absolute;
    bottom: -0.375rem;
    left: 0;
    top: -0.625rem;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .features-list-block-def {
    padding-bottom: 4.4375rem;
    padding-top: 4.125rem;
  }

  .features-list-block-def__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .features-list-block-def__list-item:not(:last-child) {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .features-list-block-def {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }

  .features-list-block-def__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .features-list-block-def__list-item:not(:last-child) {
    margin-bottom: 2.25rem !important;
  }

  .features-list-block-def__list-item::before {
    margin-right: 1.875rem;
  }

  .features-list-block-def__list-item::after {
    width: 0.5rem;
    left: -0.9375rem;
  }
}

.features-list-block-def__title-name {
  color: #3ED7A4;
  font-family: "Imperial One", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.features-list-block-def__title-1,
.features-list-block-def__title-2 {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.features-list-block-def__title-2 {
  color: #3ED7A4;
}

.features-list-block-def__list-wrapper::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.features-list-block-def__list {
  counter-reset: features-list-block-def 0;
  padding-left: 0;
}

.features-list-block-def__list-item {
  padding-left: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.5;
}

.features-list-block-def__list-item::before {
  counter-increment: features-list-block-def;
  content: counter(features-list-block-def);
  font-weight: 700;
  color: #fff;
}

.features-list-block-def__list-item::after {
  content: '';
  background-color: #3ED7A4;
}

.features-list-block-def__list-item:nth-child(1)::before,
.features-list-block-def__list-item:nth-child(2)::before,
.features-list-block-def__list-item:nth-child(3)::before,
.features-list-block-def__list-item:nth-child(4)::before,
.features-list-block-def__list-item:nth-child(5)::before,
.features-list-block-def__list-item:nth-child(6)::before,
.features-list-block-def__list-item:nth-child(7)::before,
.features-list-block-def__list-item:nth-child(8)::before,
.features-list-block-def__list-item:nth-child(9)::before {
  content: "0" counter(features-list-block-def);
}

@media (max-width: 767px) {
  .features-list-block-def__title-name {
    font-size: 6.25rem;
    margin-left: -0.625rem;
  }

  .features-list-block-def__title-1 {
    font-size: 4.375rem;
    margin-left: -0.125rem;
  }

  .features-list-block-def__title-2 {
    font-size: 4.1875rem;
    margin-left: -0.125rem;
  }

  .features-list-block-def__desc {
    line-height: 1.8;
  }

  .features-list-block-def__list-item {
    color: #3ED7A4;
    font-size: 1.125rem;
    padding-left: 0.9375rem;
  }

  .features-list-block-def__list-item::before {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .features-list-block-def {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  html:not(.is-waypoing-bg-load) .features-list-block-def,
  html.is-waypoing-bg-load .features-list-block-def.waypoing-bg-loaded {
    background-image: url("/local/templates/ksel/img/blocks/features-list-block-def/russia-bg.png");
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-resolution: 192dpi),
only screen and (min-width: 768px) and (min-resolution: 2dppx) {

  html:not(.is-waypoing-bg-load) .features-list-block-def,
  html.is-waypoing-bg-load .features-list-block-def.waypoing-bg-loaded {
    background-image: url("/local/templates/ksel/img/blocks/features-list-block-def/russia-bg@2x.png");
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .features-list-block-def__title-name {
    font-size: 7.25rem;
    margin-left: -0.65625rem;
  }

  .features-list-block-def__title-1 {
    font-size: 5.125rem;
    margin-left: -0.15625rem;
  }

  .features-list-block-def__title-2 {
    font-size: 4.90625rem;
    margin-left: -0.125rem;
  }

  .features-list-block-def__desc {
    line-height: 2;
  }

  .features-list-block-def__list-item {
    color: #3ED7A4;
    font-size: 1.1875rem;
    padding-left: 1.03125rem;
  }

  .features-list-block-def__list-item::before {
    font-size: 1.9375rem;
  }
}

@media (min-width: 1200px) {
  .features-list-block-def__title-name {
    font-size: 8.25rem;
    margin-left: -0.6875rem;
  }

  .features-list-block-def__title-1 {
    font-size: 5.875rem;
    margin-left: -0.1875rem;
  }

  .features-list-block-def__title-2 {
    font-size: 5.625rem;
    margin-left: -0.125rem;
  }

  .features-list-block-def__desc {
    line-height: 2.2;
  }

  .features-list-block-def__list-item {
    font-size: 1.25rem;
    padding-left: 1.125rem;
  }

  .features-list-block-def__list-item::before {
    font-size: 2.0rem;
  }
}

@media (min-width: 1200px) {
  .features-list-block-def__list-item {
    transition: color 0.15s linear;
    color: #9D9D9D;
  }

  .features-list-block-def__list-item::before,
  .features-list-block-def__list-item::after {
    transition: opacity 0.15s linear;
    opacity: 0;
  }

  .features-list-block-def__list-item:hover {
    color: #3ED7A4;
    font-weight: 700;
  }

  .features-list-block-def__list-item:hover::before,
  .features-list-block-def__list-item:hover::after {
    opacity: 1;
  }

  .features-list-block-def__list:not(:hover) .features-list-block-def__list-item:first-child {
    color: #3ED7A4;
    font-weight: 700;
  }

  .features-list-block-def__list:not(:hover) .features-list-block-def__list-item:first-child::before,
  .features-list-block-def__list:not(:hover) .features-list-block-def__list-item:first-child::after {
    opacity: 1;
  }
}

.quick-order-block-def {
  position: relative;
  background-color: #373737;
}

.quick-order-block-def,
.quick-order-block-def__inner {
  min-height: 30.625rem;
}

.quick-order-block-def__body {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .quick-order-block-def__body-inner {
    padding-right: 8.625rem;
    position: relative;
  }

  .quick-order-block-def__body-inner::after {
    content: '';
    display: block;
    height: 9.975rem;
    width: 6.75rem;
    position: absolute;
    bottom: -1.875rem;
    right: 0.9375rem;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .quick-order-block-def__body {
    padding-bottom: 1.25rem;
    padding-top: 1.875rem;
  }

  .quick-order-block-def__body-inner::after {
    bottom: -1.25rem;
  }

  .quick-order-block-def__form {
    padding-bottom: 1.875rem;
    padding-top: 1.25rem;
  }
}

@media (max-width: 767px) {
  .quick-order-block-def__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

@media (max-width: 575px) {
  .quick-order-block-def__body {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    overflow: hidden;
  }

  .quick-order-block-def__body-inner {
    padding-right: 6.75rem;
  }

  .quick-order-block-def__body-inner::after {
    right: -0.9375rem;
  }

  .quick-order-block-def__form {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1200px) {
  .quick-order-block-def::after {
    content: '';
    display: block;
    height: 24.9375rem;
    width: 16.875rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    margin-left: -8%;
  }

  .quick-order-block-def__inner {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .quick-order-block-def__body,
  .quick-order-block-def__form {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  .quick-order-block-def__body {
    flex: 0 0 auto;
    width: 25%;
  }

  .quick-order-block-def__body::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -62.5%;
    top: 0;
    z-index: -1;
  }

  .quick-order-block-def__form {
    flex: 0 0 auto;
    width: 41.66667%;
    margin-left: 33.33333%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .quick-order-block-def__body {
    padding-bottom: 1.875rem;
    padding-top: 3.4375rem;
  }

  .quick-order-block-def__form {
    padding-bottom: 2.1875rem;
    padding-top: 3.125rem;
  }

  .quick-order-block-def__title:not(:last-child) {
    margin-bottom: 1.8125rem;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .quick-order-block-def>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {

  .quick-order-block-def__body,
  .quick-order-block-def__form {
    padding-bottom: 2.5rem;
    padding-top: 5rem;
  }

  .quick-order-block-def__body-inner.container,
  .quick-order-block-def__form-inner.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-order-block-def__title:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .quick-order-block-def__body::before {
    width: calc(50vw - 95px);
  }
}

@media (min-width: 1520px) {
  .quick-order-block-def__body::before {
    width: calc(50vw - 120px);
  }
}

.quick-order-block-def::after {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-order-block-def__body::before {
  background-color: #3ED7A4;
}

.quick-order-block-def__body::after,
.quick-order-block-def__body-inner::after {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-order-block-def__title {
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.quick-order-block-def__text {
  font-weight: 600;
}



.modal-first-block {background: #fff}
.modal-double-content .modal-block {flex: 1 1 50%; padding: 2rem;}
.modal-totla-price {margin-top: 30px;}


.modal-totla-price p {float: right}


.flex-50 {flex: 1 1 50%}

@media (max-width: 1199px) {

  .quick-order-block-def__body {
    background-color: #3ED7A4;
  }

  html:not(.is-waypoing-bg-load) .quick-order-block-def__body-inner::after,
  html.is-waypoing-bg-load .quick-order-block-def__body-inner.waypoing-bg-loaded::after {
    background-image: url("/local/templates/ksel/img/blocks/quick-order-def/phone-bg.png");
  }
}

@media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 1199px) and (min-resolution: 192dpi),
only screen and (max-width: 1199px) and (min-resolution: 2dppx) {

  html:not(.is-waypoing-bg-load) .quick-order-block-def__body-inner::after,
  html.is-waypoing-bg-load .quick-order-block-def__body-inner.waypoing-bg-loaded::after {
    background-image: url("/local/templates/ksel/img/blocks/quick-order-def/phone-bg@2x.png");
  }
}

@media (max-width: 767px) {
  .quick-order-block-def__title {
    font-size: 1.875rem;
  }

  .quick-order-block-def__text {
    line-height: 1.6;
  }
}

@media (min-width: 1200px) {
  .modal-dialog.modal-dialog-double {max-width: 1140px;}
  .modal-double-content {display: flex}

  html:not(.is-waypoing-bg-load) .quick-order-block-def::after,
  html.is-waypoing-bg-load .quick-order-block-def.waypoing-bg-loaded::after {
    background-image: url("/local/templates/ksel/img/blocks/quick-order-def/phone-bg.png");
  }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-resolution: 192dpi),
only screen and (min-width: 1200px) and (min-resolution: 2dppx) {

  html:not(.is-waypoing-bg-load) .quick-order-block-def::after,
  html.is-waypoing-bg-load .quick-order-block-def.waypoing-bg-loaded::after {
    background-image: url("/local/templates/ksel/img/blocks/quick-order-def/phone-bg@2x.png");
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .quick-order-block-def__title {
    font-size: 2.8125rem;
  }

  .quick-order-block-def__text {
    line-height: 1.8;
  }
}

@media (min-width: 1200px) {
  .quick-order-block-def__title {
    font-size: 3.75rem;
  }
}

.contacts-block-def__map .map-contact {
  height: 100%;
}

@media (max-width: 1199px) {
  .contacts-block-def__map {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .contacts-block-def__map-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .section-card-def {
    padding-top: 89%;
  }
}

@media (max-width: 575px) {
  .contacts-block-def__map-wrapper {
    height: 18.75rem;
  }
}

@media (min-width: 1200px) {
  .contacts-block-def {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .contacts-block-def__body,
  .contacts-block-def__map-wrapper {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .contacts-block-def__map-wrapper {
    position: relative;
  }

  .contacts-block-def__map {
    position: absolute;
    bottom: 0;
    top: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .contacts-block-def__map-wrapper {
    height: 25rem;
  }

  .contacts-block-def__map {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .contacts-block-def__map {
    left: 0;
    width: 50vw;
  }
}

.contacts-block-def__map {
  background-color: #E9E9E9;
}

@media (max-width: 767px) {
  .contacts-block-def__body {
    padding-bottom: 1.875rem;
  }

  .contacts-block-def__body:not(.contacts-block-def__body_top) {
    padding-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contacts-block-def__body {
    padding-bottom: 3.125rem;
  }

  .contacts-block-def__body:not(.contacts-block-def__body_top) {
    padding-top: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .contacts-block-def__body {
    padding-bottom: 4.375rem;
  }

  .contacts-block-def__body:not(.contacts-block-def__body_top) {
    padding-top: 3.75rem;
  }
}

.not-found-block-def {
  background-color: #F5F5F5;
}

.not-found-block-def__notice.big:not(:last-child) {
  margin-bottom: 3.6875rem;
}

@media (max-width: 1199px) {
  .not-found-block-def__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .not-found-block-def__title:not(:last-child) {
    margin-bottom: 2.375rem;
  }
}

@media (min-width: 1200px) {
  .not-found-block-def__title:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.not-found-block-def__title {
  font-weight: 800;
  line-height: 1.2;
}

.not-found-block-def__notice.big {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .not-found-block-def {
    padding-bottom: 3.5rem;
    padding-top: 4rem;
  }

  .not-found-block-def__title {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .not-found-block-def {
    background-image: url("/local/templates/ksel/img/blocks/not-found-block-def/bg.jpg");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-resolution: 192dpi),
only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .not-found-block-def {
    background-image: url("/local/templates/ksel/img/blocks/not-found-block-def/bg@2x.jpg");
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .not-found-block-def {
    padding-bottom: 5rem;
    padding-top: 4.625rem;
  }

  .not-found-block-def__title {
    font-size: 1.8125rem;
  }
}

@media (min-width: 1200px) {
  .not-found-block-def {
    padding-bottom: 6.5rem;
    padding-top: 5.25rem;
  }

  .not-found-block-def__title {
    font-size: 2.25rem;
  }
}

.grecaptcha-badge {
  display: none;
}

.main__h1 {
  text-align: center;
}

h1.hide_title {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


@media screen and (max-width: 370px) {
  .sections-list-card-def__item {
    width: 100%;
  }

  .sections-list-card-def__item:nth-child(1),
  .sections-list-card-def__item:nth-child(2) {
    margin-top: 0.9375rem;
  }

  .section-card-def {
    padding-top: 89.9%;
  }
}

@media (max-width: 767px) {
  .header-def.navbar {
    position: sticky;
    top: -85px;
    z-index: 222;
    background: #fff;
  }
}
@media (max-width: 575px) {
  .header-def.navbar {
    position: sticky;
    top: -54px;
    z-index: 222;
    background: #fff;
  }
}

.sections-list-card-def .section-card-def__preview img {
  height: 150px;
}

@media (max-width: 767px) {
  .sections-list-card-def .section-card-def__preview img {
    height: auto;
  }  
}
/* End */
/* /local/templates/ksel/css/components/basket-header-def.css?16668073275942 */
/* /local/templates/ksel/css/vendor/swiper/swiper.theme.default.css?16668073276764 */
/* /local/templates/ksel/plugins/swiper8/swiper-bundle.css?166680732719295 */
/* /local/templates/ksel/plugins/fancybox/jquery.fancybox.css?167904914616012 */
/* /local/templates/ksel/css/components/gallery-photos-def.css?1666807327583 */
/* /local/templates/ksel/css/components/modal-quick-order-def.css?16668073271018 */
/* /local/templates/ksel/css/components/modal-feedback-def.css?1666807327985 */
/* /local/templates/ksel/css/components/success-modal-def.css?1666807327512 */
/* /local/templates/ksel/css/components/modal-order-service-def.css?16668073271040 */
/* /local/templates/ksel/css/components/modal-success-def.css?1666807327243 */
/* /local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-dropdown-main/style.css?16668073272206 */
/* /local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-dropdown-other/style.css?1666807327661 */
/* /local/templates/ksel/components/bitrix/menu/menu-header-def/style.css?1666807327909 */
/* /local/templates/ksel/components/bitrix/search.title/ksel_search_title/style.css?17259749244578 */
/* /local/templates/ksel/components/bitrix/menu/menu-footer-def/style.css?1666807327560 */
/* /local/templates/ksel/components/bitrix/catalog.section.list/menu-catalog-footer/style.css?16668073272471 */
/* /local/templates/ksel/styles.css?1752019142315466 */
