.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}


.form-table input[type="text"] {
    width: 40%;
    padding: 10px;
}

.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}
.kontur-btn-clipboard {
    right: 0rem;
    display: inline-block;
    position: absolute;
    background: #000;
    min-width: 90px;
    width: auto;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.konturPreCodeWrapper {
    position: relative;
}
pre.wp-block-code {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: .875em;
-ms-overflow-style: scrollbar;
    background: #eee;
}

pre.wp-block-code code{

    color: #2e4883;
padding: 2em 1em;

border-radius: 0px;
background:none;
font-size: 70%;
}

.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}
.kontur-btn-clipboard {
    right: 0rem;
    display: inline-block;
    position: absolute;
    background: #000;
    min-width: 90px;
    width: auto;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    transition: opacity .15s ease-in-out;
}

.kontur-btn-clipboard:hover {
opacity: 0.8;
    transition: opacity .15s ease-in-out;
}

.konturPreCodeWrapper {
    position: relative;
}

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

.postbox .handle-order-higher[aria-disabled=true],
.postbox .handle-order-higher, 
.postbox .handle-order-lower
{color: #f1f1f1;}

.bulk-action-notice .toggle-indicator::before,  .meta-box-sortables .postbox .order-lower-indicator::before, .meta-box-sortables .postbox .toggle-indicator::before, .privacy-text-box .toggle-indicator::before, .sidebar-name .toggle-indicator::before{
content: "\f335";
}


.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, .js .widgets-holder-wrap.closed .toggle-indicator::before, .meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before, .privacy-text-box.closed .toggle-indicator::before {
content:  "\f543";
}

.postbox .handle-order-higher .order-higher-indicator::before, .postbox .handle-order-lower .order-lower-indicator::before {

display: none;
    visibility: hidden;
    opacity:0;
}


.wrap h1 {
font-size: 42px;
font-weight: 200;
color: #ac80b1;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;
text-align: center;
}


.kntr-large {
font-size: 23px;
font-weight: 200;
color: #ac80b1;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;
}

common.min.css:2:40501

.kntrfnt-inside ul {
  margin-top: 0.5em;
  margin-left: 1.5em;
  list-style: outside disc; }

.kntrfnt-table th,
.kntrfnt-table td {
  box-sizing: border-box;
  padding: 0.5em 1em;
  background: #fff;
  border: 1px solid #ccd0d4; }

.kntrfnt-table th {
  background: #f9f9f9; }

.kntrfnt-table [type="text"] {
  width: 100%;
  min-width: 10em; }

.lotus-kontur {
color: #ac80b1;
}

.kntrfnt-table .wp-picker-container {
  position: relative; }
  .kntrfnt-table .wp-picker-container .wp-picker-input-wrap {
    vertical-align: middle; }
  .kntrfnt-table .wp-picker-container .wp-picker-holder {
    position: absolute;
    z-index: 1; }
  .kntrfnt-table .wp-picker-container .wp-color-result.button {
    margin-bottom: 0;
    vertical-align: middle; }

.kntrfnt-range {
  display: flex;
  align-items: center; }
  .kntrfnt-range [type="range"] {
    width: 6em;
    margin-right: 1em;
    vertical-align: middle; }

.kntrfnt-input {
  display: inline-flex;
  align-items: stretch; }
  .kntrfnt-input input {
    max-width: 100%;
    margin: 0;
    border-radius: 0; }
    .kntrfnt-input input[type="number"] {
      width: 4em; }
    .kntrfnt-input input:focus {
      box-shadow: none; }
    .kntrfnt-input input.kntrfnt-is-prepend {
      border-radius: 0 4px 4px 0; }
    .kntrfnt-input input.kntrfnt-is-append {
      border-radius: 4px 0 0 4px; }
    .kntrfnt-input input.kntrfnt-is-prepend.kntrfnt-is-append {
      border-radius: 0; }
  .kntrfnt-input-prepend, .kntrfnt-input-append {
    display: flex;
    align-items: center;
    padding: 0 8px;
    background: #f5f5f5;
    border: #7e8993 solid 1px; }
  .kntrfnt-input-prepend {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .kntrfnt-input-append {
    border-left: none;
    border-radius: 0 4px 4px 0; }

.kntrfnt-switch {
  position: relative; }
  .kntrfnt-switch-track {
    display: inline-block;
    box-sizing: border-box;
    width: 48px;
    height: 24px;
    vertical-align: top;
    background-color: #fff;
    border: 2px solid #7e8993;
    border-radius: 12px;
    transition: 0.3s ease; }
  .kntrfnt-switch-thumb {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    background-color: #7e8993;
    border-radius: 50%;
    transition: 0.3s ease; }
  .kntrfnt-switch input {
    display: none; }
    .kntrfnt-switch input:checked ~ .kntrfnt-switch-thumb {
      left: 28px;
      background-color: #fff; }
    .kntrfnt-switch input:checked ~ .kntrfnt-switch-track {
      background-color: #906d9d;
      border-color: #906d9d; }

@media screen and (max-width: 782px) {
  .kntrfnt-table-wrap {
    overflow-x: scroll; }
  .kntrfnt-table {
    min-width: 1200px; }
    .kntrfnt-table th,
    .kntrfnt-table td {
      display: table-cell; } }
.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}

div#kontur-admin-style-notice{
width: auto;
/* margin-bottom: 0; */
display: block;
visibility: visible!important;
z-index: auto!important;
}}
.wrap h1 {
font-size: 42px;
font-weight: 200;
color: #ac80b1;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;
text-align: center;
}


.kntr-large {
font-size: 23px;
font-weight: 200;
color: #ac80b1;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;

}


.kntr-background {
background:#906d9d!important;
border-color: #6d6e6f!important;
}
}

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

.kntr-headline {
font-size: 42px;
font-weight: 200;
color: #ac80b1;
margin: 0;
padding: 9px 0 4px 0;
line-height: 1.3;
text-align: center;
}

.form-table input[type="text"] {
    width: 40%;
    padding: 10px;
}

.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}
.kontur-btn-clipboard {
    right: 0rem;
    display: inline-block;
    position: absolute;
    background: #000;
    min-width: 90px;
    width: auto;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}


.kontur-postbox {
border: 2px solid rgba(203, 207, 212, 0.31);
box-shadow: 0 3px 3px rgba(0,0,0,.04);
background: #fffcfc;
}
.konturPreCodeWrapper {
    position: relative;
}
pre.wp-block-code {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: .875em;
-ms-overflow-style: scrollbar;
    background: #eee;
}

pre.wp-block-code code{

    color: #2e4883;
padding: 2em 1em;

border-radius: 0px;
background:none;
font-size: 70%;
}

.kontur-bd-clipboard {
    display: block;
    /* position: relative; */
    float: right;
}
.kontur-btn-clipboard {
    right: 0rem;
    display: inline-block;
    position: absolute;
    background: #000;
    min-width: 90px;
    width: auto;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    transition: opacity .15s ease-in-out;
}

.kontur-btn-clipboard:hover {
opacity: 0.8;
    transition: opacity .15s ease-in-out;
}

.konturPreCodeWrapper {
    position: relative;
}

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


#tabs {
    max-width: 100%;
}

#tabs h2 {
    margin: 1em 0 0;
}

#tabs h2:focus {
    outline: 0;
    /* If you're removing the outline, you must add something as good or better! */
    text-decoration: underline;
}

.tabsList {
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 2.35em;
}

.tabsList li {
    position: relative; /*for z-index*/
    float: left;
    margin: 0 .5em 0 0;
    z-index: 1;
}

.tabsList li a {
    position: relative;
    top: 4px;
    float: left;
    overflow: hidden;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    color: #444;
    text-decoration: none;
    margin: .5em 0 0;
    padding: .5em .5em .35em;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px 2px 0;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    cursor: pointer;
}

.tabsList li a:link { border-color: #ccc; }

.tabsList li a:hover,
.tabsList li a:focus,
.tabsList li a:active {
    border-color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}

.tabsList li a:active { top: 2px; }

.tabsList li.current { z-index: 10; }

.tabsList li.current a {
    top: 2px;
    font-weight: bold;
    color: #333;
    background: #fafafa;
    border-color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}

.tabsList li.current a:hover,
.tabsList li.current a:focus {
    color: #333;
    background-color: #fafafa;
}

.tabsList li.current a:focus { outline: 1px dotted #444; }

.tabsList a span {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.tabPanel {
    position: relative;  /*for z-index*/
    display: block;
    visibility: visible;
    clear: left;
    overflow: auto;
    padding: .5em 3em 2em;
    border: 2px solid #999;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    z-index: 5;
    color: #333;
    background-color: #fafafa;
}

.tabPanel:focus { outline: 1px dotted #999; }

.tabPanel h2 { display: inline-block; }

.tabPanel h2:focus { outline: 1px dotted #999; }




/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.kntr-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.kntr-row > * {
  box-sizing: border-box;
  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);
}

.kntr-col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .kntr-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .kntr-col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .kntr-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .kntr-col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .kntr-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .kntr-col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .kntr-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .kntr-col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .kntr-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .kntr-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .kntr-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}

.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;
}

.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;
}





