@charset "UTF-8";
.multi-carousel {
  position: relative;
}

.multi-carousel .multi-carousel-inner {
  position: relative;
  width: 100%;
  white-space: nowrap;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item {
  display: inline-block;
  width: 33.3%;
  transition: all 0.3s ease-out;
  padding: 0 3px;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: 200px;
  object-fit: cover;
}

.multi-carousel.vertical {
  height: 350px;
}

@media (max-width: 768px) {
  .multi-carousel.vertical {
    height: 150px;
  }
}
.multi-carousel.vertical .multi-carousel-inner {
  height: 100%;
}

.multi-carousel.vertical .multi-carousel-inner .multi-carousel-item {
  width: 100%;
  padding: 2px 0;
}

.multi-carousel.vertical .multi-carousel-inner img {
  max-height: none;
}

.multi-carousel.vertical .carousel-control-prev {
  width: 100%;
  height: 15%;
}

.multi-carousel.vertical .carousel-control-next {
  top: auto;
  width: 100%;
  height: 15%;
}

.multi-carousel.vertical .carousel-control-prev span, .multi-carousel.vertical .carousel-control-next span {
  transform: rotate(90deg);
} 
/* Reset Rules */
/* FIX for laptops with scale screen 125% preset */
@media (-webkit-device-pixel-ratio: 1.25) {
  .modal-backdrop {
    width: 125vw;
    height: 125vh;
  }
  .chrome .modal-fullscreen {
    width: 125vw;
  }
  .chrome .anchor {
    top: -110px;
  }
}
/* --------------------------------- */
*:last-child:not(:first-child):not(.container):not(.container-fluid):not(.override) {
  margin-bottom: 0 !important;
}

p, li {
  margin-bottom: 0 !important;
}

img {
  display: block;
}

/* Hiding Skip-Link */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.g-6, .gy-6 {
  --mdb-gutter-y: 6rem;
}

.g-6, .gx-6 {
  --mdb-gutter-x: 6rem;
}

.g-7, .gy-7 {
  --mdb-gutter-y: 7rem;
}

.g-7, .gx-7 {
  --mdb-gutter-x: 7rem;
}

.dropdown-toggle:after, .form-outline .form-control.select-input:not([disabled]) ~ .select-arrow:after {
  font-family: "Font Awesome 7 Pro";
  transition: all 0.2s ease;
  color: inherit;
  font-size: 2rem;
  align-items: center;
  line-height: normal;
  font-weight: 300;
  content: "\f107";
  border: none;
}

.btn {
  position: relative;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.to-print .print-result .res-table table td .ref:before, .map .ins:after, .sidenav .sidenav-item .sidenav-link:before, .logo-main:after, .special-bar .row > div span.fs:after, .multi-carousel [class*=carousel-control-][class*=-icon]:before, [class*=btn-icon-]:after, .fas:after, [class*=fa-]:after, .ico:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

/* SVG */
[class*=btn-icon-], .fas, [class*=fa-], .ico {
  transition: background-image 0.2s ease-in-out !important;
  display: inline-flex;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  text-align: center;
  pointer-events: all;
}
[class*=btn-icon-]:before, .fas:before, [class*=fa-]:before, .ico:before {
  width: 100%;
}
[class*=btn-icon-].rot-90:before, .fas.rot-90:before, [class*=fa-].rot-90:before, .ico.rot-90:before {
  transform: rotate(90Deg);
}
[class*=btn-icon-].rot-180:before, .fas.rot-180:before, [class*=fa-].rot-180:before, .ico.rot-180:before {
  transform: rotate(180Deg);
}
[class*=btn-icon-]:after, .fas:after, [class*=fa-]:after, .ico:after {
  margin-top: 100%;
}
[class*=btn-icon-].ico-xxs, .fas.ico-xxs, [class*=fa-].ico-xxs, .ico.ico-xxs {
  font-size: 1em;
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
}
[class*=btn-icon-].ico-xs, .fas.ico-xs, [class*=fa-].ico-xs, .ico.ico-xs {
  font-size: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
}
[class*=btn-icon-].ico-sm, .fas.ico-sm, [class*=fa-].ico-sm, .ico.ico-sm {
  font-size: 2rem !important;
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
}
[class*=btn-icon-].ico-md, .fas.ico-md, [class*=fa-].ico-md, .ico.ico-md {
  font-size: 2rem !important;
  width: 2.3rem !important;
  height: 2.3rem !important;
  min-width: 2.3rem !important;
  min-height: 2.3rem !important;
}
[class*=btn-icon-].ico-lg, .fas.ico-lg, [class*=fa-].ico-lg, .ico.ico-lg {
  font-size: 2.4rem !important;
  width: 2.8rem !important;
  height: 2.8rem !important;
  min-width: 2.8rem !important;
  min-height: 2.8rem !important;
}
[class*=btn-icon-].ico-xxl, .fas.ico-xxl, [class*=fa-].ico-xxl, .ico.ico-xxl {
  font-size: 10rem !important;
  width: 10rem !important;
  height: 10rem !important;
  min-width: 10rem !important;
  min-height: 10rem !important;
}
[class*=btn-icon-].ico-gray, .fas.ico-gray, [class*=fa-].ico-gray, .ico.ico-gray {
  color: #C2C2C2 !important;
}
[class*=btn-icon-].ico-orange, .fas.ico-orange, [class*=fa-].ico-orange, .ico.ico-orange {
  color: #FC8E21 !important;
}
[class*=btn-icon-].ico-yellow, .fas.ico-yellow, [class*=fa-].ico-yellow, .ico.ico-yellow {
  color: #FEDC00 !important;
}
[class*=btn-icon-].ico-brown, .fas.ico-brown, [class*=fa-].ico-brown, .ico.ico-brown {
  color: #CAAC9A !important;
}
[class*=btn-icon-].ico-red, .fas.ico-red, [class*=fa-].ico-red, .ico.ico-red {
  color: #FC3D21 !important;
}
[class*=btn-icon-].ico-green, .fas.ico-green, [class*=fa-].ico-green, .ico.ico-green {
  color: #21B87B !important;
}
[class*=btn-icon-] + .helper, .fas + .helper, [class*=fa-] + .helper, .ico + .helper {
  font-size: 0.75em;
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  [class*=btn-icon-] + .helper, .fas + .helper, [class*=fa-] + .helper, .ico + .helper {
    display: none;
  }
}

.ico-helicarb-set {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_36' data-name='Group 36' transform='translate(-112 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(112 476)' fill='none'/%3E%3Cpath id='Union_4' data-name='Union 4' d='M378,594a22,22,0,0,1-22-22V446a22,22,0,0,1,22-22h68a22,22,0,0,1,22,22V572a22,22,0,0,1-22,22Zm22-185V391a1,1,0,0,1,1-1h25a1,1,0,0,1,1,1v18Z' transform='translate(-227 107)' fill='%23fff'/%3E%3Cpath id='Subtraction_14' data-name='Subtraction 14' d='M452,660.453H393a37.041,37.041,0,0,1-37-37v-126a37.041,37.041,0,0,1,37-37h7v-18a16.018,16.018,0,0,1,16-16h25a16.018,16.018,0,0,1,16,16v17.3a52.052,52.052,0,0,0-5.589,11.057l-1.688,4.639H393a22.025,22.025,0,0,0-22,22v126a22.025,22.025,0,0,0,22,22h29.174a51.582,51.582,0,0,0,17.221,10.411l12.6,4.587Zm-36-219a1,1,0,0,0-1,1v18h27v-18a1,1,0,0,0-1-1Zm76.285,201.737h0l-14.654-5.334a21.989,21.989,0,0,0,5.369-14.4v-126a21.8,21.8,0,0,0-4.5-13.34l1.106-3.038a21.927,21.927,0,0,1,7.341-9.98A36.888,36.888,0,0,1,498,497.453v126a36.838,36.838,0,0,1-5.714,19.735Z' transform='translate(-242 55.547)' fill='%23106aa5'/%3E%3Cpath id='Union_5' data-name='Union 5' d='M378,594a22,22,0,0,1-22-22V446a22,22,0,0,1,22-22h68a22,22,0,0,1,22,22V572a22,22,0,0,1-22,22Zm22-185V391a1,1,0,0,1,1-1h25a1,1,0,0,1,1,1v18Z' transform='translate(55.612 -4.241) rotate(20)' fill='%23fff'/%3E%3Cpath id='Subtraction_15' data-name='Subtraction 15' d='M467.286,648.034h-.035a22.78,22.78,0,0,1-7.476-2.33,23.151,23.151,0,0,1-10.452-10.923,22.788,22.788,0,0,1-2-7.616l12.474,4.54a22.2,22.2,0,0,0,3.824,1.017,9.986,9.986,0,0,0,6.621,2.506h25.073a37.162,37.162,0,0,1-28.03,12.806Zm-30.122-8.6h0l-46.393-16.886a37.042,37.042,0,0,1-22.114-47.423l43.095-118.4a36.709,36.709,0,0,1,13.782-17.8,37.186,37.186,0,0,1,21.023-6.546,36.787,36.787,0,0,1,12.618,2.234L465.75,437l6.156-16.914a16,16,0,0,1,20.508-9.562l23.492,8.55a16.019,16.019,0,0,1,9.563,20.507l-6.156,16.915,3.759,1.368a37,37,0,0,1,22.113,47.424l-5.6,15.394a36.327,36.327,0,0,0-12.957-8.257l4.465-12.266a22.026,22.026,0,0,0-13.148-28.2l-63.9-23.258a21.978,21.978,0,0,0-28.2,13.15l-43.095,118.4a22,22,0,0,0,13.148,28.2L434.244,622.4v2.824a35.679,35.679,0,0,0,2.919,14.2Zm49.779-214.874a1,1,0,0,0-.941.658l-6.157,16.915,25.372,9.234,6.157-16.914a1,1,0,0,0-.6-1.282l-23.492-8.551A1,1,0,0,0,486.942,424.556Zm17.915,147.672,4.732-13h14.653v-13a10.045,10.045,0,0,0-6.51-9.374l4.446-12.215a23.1,23.1,0,0,1,12.168,10.424L520.82,572.228H504.858Z' transform='translate(-188.243 74.772)' fill='%23106aa5'/%3E%3Cpath id='Union_6' data-name='Union 6' d='M379,515a23.026,23.026,0,0,1-23-23V413a23.026,23.026,0,0,1,23-23h44a23.027,23.027,0,0,1,23,23v79a23.026,23.026,0,0,1-23,23Zm-10-23a10,10,0,0,0,10,10h44a10,10,0,0,0,10-10V439H369Zm64-66V413a10,10,0,0,0-10-10H379a10,10,0,0,0-10,10v13Z' transform='translate(-97 208)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-eppendorf-pcr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_38' data-name='Group 38' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M555,173.407V55.95A10.014,10.014,0,0,1,546,46V36a10.012,10.012,0,0,1,10-10h80a10.012,10.012,0,0,1,10,10V46a10.014,10.014,0,0,1-9.032,9.953c-.119,15.413-.5,72.806.032,117.231.622,51.782-23.648,85-41.036,85-.167,0-.337.006-.5.006C578.327,258.2,557.6,236.7,555,173.407Zm40.964,74.134c14.044-.426,27.437-32.188,27.437-74.4V56.2H568.6V83h22.9a4.5,4.5,0,0,1,0,9H568.6v35h22.9a4.5,4.5,0,0,1,0,9H568.6v34h22.9a4.5,4.5,0,0,1,0,9H568.676C569.773,218.356,582.6,246.318,595.964,247.541ZM557,40v1a5.006,5.006,0,0,0,5,5h69a5.005,5.005,0,0,0,5-5V40a5.006,5.006,0,0,0-5-5H562A5.006,5.006,0,0,0,557,40Z' transform='translate(-349 458.903)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-eppendorf-sreda---violet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_40' data-name='Group 40' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M555,173.407V55.95A10.014,10.014,0,0,1,546,46V36a10.012,10.012,0,0,1,10-10h80a10.012,10.012,0,0,1,10,10V46a10.014,10.014,0,0,1-9.032,9.953c-.119,15.413-.5,72.806.032,117.231.622,51.782-23.648,85-41.036,85-.167,0-.337.006-.5.006C578.327,258.2,557.6,236.7,555,173.407Zm13.6.118c0,42.214,13.387,72.738,27.364,74.016,14.044-.426,27.437-32.188,27.437-74.4V136H568.6Zm0-46.525h54.8V56.2H568.6ZM557,40v1a5.006,5.006,0,0,0,5,5h69a5.005,5.005,0,0,0,5-5V40a5.006,5.006,0,0,0-5-5H562A5.006,5.006,0,0,0,557,40Z' transform='translate(-349 458.903)' fill='%237a07d2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-eppendorf-sreda---trnsp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_39' data-name='Group 39' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M555,173.407V55.95A10.014,10.014,0,0,1,546,46V36a10.012,10.012,0,0,1,10-10h80a10.012,10.012,0,0,1,10,10V46a10.014,10.014,0,0,1-9.032,9.953c-.119,15.413-.5,72.806.032,117.231.622,51.782-23.648,85-41.036,85-.167,0-.337.006-.5.006C578.327,258.2,557.6,236.7,555,173.407Zm13.6.118c0,42.214,13.387,72.738,27.364,74.016,14.044-.426,27.437-32.188,27.437-74.4V136H568.6Zm0-46.525h54.8V56.2H568.6ZM557,40v1a5.006,5.006,0,0,0,5,5h69a5.005,5.005,0,0,0,5-5V40a5.006,5.006,0,0,0-5-5H562A5.006,5.006,0,0,0,557,40Z' transform='translate(-349 458.903)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-tubfer-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='251.724' viewBox='0 0 250 251.724'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M584,253.724c-9.389,0-17-7.241-17-16.175V53.141A9.969,9.969,0,0,1,564,46V14A10,10,0,0,1,574,4h48a10,10,0,0,1,10,10V46a9.969,9.969,0,0,1-3,7.141V237.549c0,8.933-7.611,16.175-17,16.175Zm-3.4-16.175a3.325,3.325,0,0,0,3.4,3.236h28a3.325,3.325,0,0,0,3.4-3.236V63.94H606V198.5a5,5,0,0,1-5,5h-6a5,5,0,0,1-5-5V63.94h-9.4Z' transform='translate(-349 474)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial-saliva {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_33' data-name='Group 33' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M593,248c-9.389,0-17-6.716-17-15,0,0-20-21.994-20-65.245V53.135A9.971,9.971,0,0,1,553,46V14A10.012,10.012,0,0,1,563,4h68a10.011,10.011,0,0,1,10,10V46a9.971,9.971,0,0,1-3,7.135V167.544C638,210.794,618,233,618,233c0,8.285-7.611,15-17,15Zm-23.4-80.132c0,40.25,16.387,63.738,16.387,63.738,1.468,2.118,6.255,7.122,10.976,7.188,4.788.032,10.236-5.038,11.647-7.188,0,0,15.79-23.856,15.79-64.106V56H612.867V163.5a5,5,0,0,1-5,5H586a5,5,0,0,1-5-5V56H569.6ZM564,18V41a5.006,5.006,0,0,0,5,5h57a5.006,5.006,0,0,0,5-5V18a5.006,5.006,0,0,0-5-5H569A5.007,5.007,0,0,0,564,18Z' transform='translate(-349 474)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial-gel--orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_35' data-name='Group 35' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M573,248c-9.389,0-17-6.716-17-15V72H544a5,5,0,0,1-5-5V59a5,5,0,0,1,5-5h1.894L552,13c.774-4.323,1.587-7.434,3.244-9.583A7.851,7.851,0,0,1,558.61.875,14.3,14.3,0,0,1,564,0h65c4.456,0,7.325.932,9.3,3.022,1.861,1.966,2.966,4.951,3.7,9.977l4.361,41H649a5,5,0,0,1,5,5v8a5,5,0,0,1-5,5H638V233c0,8.285-7.611,15-17,15Zm-3.4-120.5h54.8V72H569.6ZM590,15V46a6,6,0,0,0,12,0V15a6,6,0,0,0-12,0Zm31.752-5.882a6.006,6.006,0,0,0-5.34,6.594l3.24,30.83a5.983,5.983,0,0,0,5.96,5.374,6.112,6.112,0,0,0,.635-.034,6,6,0,0,0,5.341-6.594l-3.241-30.83a6,6,0,0,0-6.594-5.341Zm-58.1,5.341-3.24,30.83a6,6,0,1,0,11.934,1.255l3.24-30.83a6,6,0,1,0-11.934-1.254Z' transform='translate(-349 477)' fill='%23fc8e21'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial-gel--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_34' data-name='Group 34' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M573,248c-9.389,0-17-6.716-17-15V72H544a5,5,0,0,1-5-5V59a5,5,0,0,1,5-5h1.894L552,13c.774-4.323,1.587-7.434,3.244-9.583A7.851,7.851,0,0,1,558.61.875,14.3,14.3,0,0,1,564,0h65c4.456,0,7.325.932,9.3,3.022,1.861,1.966,2.966,4.951,3.7,9.977l4.361,41H649a5,5,0,0,1,5,5v8a5,5,0,0,1-5,5H638V233c0,8.285-7.611,15-17,15Zm-3.4-120.5h54.8V72H569.6ZM590,15V46a6,6,0,0,0,12,0V15a6,6,0,0,0-12,0Zm31.752-5.882a6.006,6.006,0,0,0-5.34,6.594l3.24,30.83a5.983,5.983,0,0,0,5.96,5.374,6.112,6.112,0,0,0,.635-.034,6,6,0,0,0,5.341-6.594l-3.241-30.83a6,6,0,0,0-6.594-5.341Zm-58.1,5.341-3.24,30.83a6,6,0,1,0,11.934,1.255l3.24-30.83a6,6,0,1,0-11.934-1.254Z' transform='translate(-349 477)' fill='%23fc3d21'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial-gel--red-orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_45' data-name='Group 45' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Subtraction_19' data-name='Subtraction 19' d='M1756,691h-25.5V570.5h28.9V515h-28.9V494.979c.161.013.329.021.5.021a6.007,6.007,0,0,0,6-6V458a6.007,6.007,0,0,0-6-6c-.167,0-.335.007-.5.021V443H1764c4.455,0,7.325.932,9.3,3.022,1.861,1.966,2.966,4.95,3.7,9.977l4.361,41H1784a5.006,5.006,0,0,1,5,5v8a5.006,5.006,0,0,1-5,5h-11V676a14.074,14.074,0,0,1-4.979,10.607A18.094,18.094,0,0,1,1756,691Zm1.387-238.917a6.006,6.006,0,0,0-5.974,6.628l3.24,30.83a5.983,5.983,0,0,0,5.96,5.374,6.1,6.1,0,0,0,.635-.034,6,6,0,0,0,5.341-6.594l-3.241-30.829A5.984,5.984,0,0,0,1757.387,452.083Z' transform='translate(-1484 34)' fill='%23fc8e21'/%3E%3Cpath id='Subtraction_18' data-name='Subtraction 18' d='M1668,691a18.1,18.1,0,0,1-12.022-4.393A14.073,14.073,0,0,1,1651,676V515h-12a5.006,5.006,0,0,1-5-5v-8a5.006,5.006,0,0,1,5-5h1.894L1647,456c.774-4.323,1.587-7.434,3.245-9.583a7.843,7.843,0,0,1,3.366-2.542A14.3,14.3,0,0,1,1659,443h32.5v9.021c-.161-.013-.329-.021-.5-.021a6.007,6.007,0,0,0-6,6v31a6.007,6.007,0,0,0,6,6c.166,0,.334-.007.5-.021V515h-26.9v55.5h26.9V691H1668Zm-3.388-238.917a5.982,5.982,0,0,0-5.959,5.374l-3.24,30.83a6,6,0,1,0,11.934,1.255l3.24-30.83a6,6,0,0,0-5.975-6.628Z' transform='translate(-1444 34)' fill='%23fc3d21'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_32' data-name='Group 32' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M573,248c-9.389,0-17-6.716-17-15V72H544a5,5,0,0,1-5-5V59a5,5,0,0,1,5-5h1.894L552,13c.774-4.323,1.587-7.434,3.244-9.583A7.851,7.851,0,0,1,558.61.875,14.3,14.3,0,0,1,564,0h65c4.456,0,7.325.932,9.3,3.022,1.861,1.966,2.966,4.951,3.7,9.977l4.361,41H649a5,5,0,0,1,5,5v8a5,5,0,0,1-5,5H638V233c0,8.285-7.611,15-17,15Zm-3.4-15a3.223,3.223,0,0,0,3.4,3h48a3.223,3.223,0,0,0,3.4-3V140.5H569.6Zm0-105.5h54.8V72H569.6ZM590,15V46a6,6,0,0,0,12,0V15a6,6,0,0,0-12,0Zm31.752-5.882a6.006,6.006,0,0,0-5.34,6.594l3.24,30.83a5.983,5.983,0,0,0,5.96,5.374,6.112,6.112,0,0,0,.635-.034,6,6,0,0,0,5.341-6.594l-3.241-30.83a6,6,0,0,0-6.594-5.341Zm-58.1,5.341-3.24,30.83a6,6,0,1,0,11.934,1.255l3.24-30.83a6,6,0,1,0-11.934-1.254Z' transform='translate(-349 477)' fill='%23fc3d21'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-vial--violet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_32' data-name='Group 32' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Union_3' data-name='Union 3' d='M573,248c-9.389,0-17-6.716-17-15V72H544a5,5,0,0,1-5-5V59a5,5,0,0,1,5-5h1.894L552,13c.774-4.323,1.587-7.434,3.244-9.583A7.851,7.851,0,0,1,558.61.875,14.3,14.3,0,0,1,564,0h65c4.456,0,7.325.932,9.3,3.022,1.861,1.966,2.966,4.951,3.7,9.977l4.361,41H649a5,5,0,0,1,5,5v8a5,5,0,0,1-5,5H638V233c0,8.285-7.611,15-17,15Zm-3.4-15a3.223,3.223,0,0,0,3.4,3h48a3.223,3.223,0,0,0,3.4-3V140.5H569.6Zm0-105.5h54.8V72H569.6ZM590,15V46a6,6,0,0,0,12,0V15a6,6,0,0,0-12,0Zm31.752-5.882a6.006,6.006,0,0,0-5.34,6.594l3.24,30.83a5.983,5.983,0,0,0,5.96,5.374,6.112,6.112,0,0,0,.635-.034,6,6,0,0,0,5.341-6.594l-3.241-30.83a6,6,0,0,0-6.594-5.341Zm-58.1,5.341-3.24,30.83a6,6,0,1,0,11.934,1.255l3.24-30.83a6,6,0,1,0-11.934-1.254Z' transform='translate(-349 477)' fill='%23AB04DC'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.prescription-bottle--green-yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_31' data-name='Group 31' transform='translate(-112 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(112 476)' fill='none'/%3E%3Cg id='Rectangle_14' data-name='Rectangle 14' transform='translate(163 500)' fill='%23fe0' stroke='%23707070' stroke-width='1'%3E%3Crect width='150' height='48' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='149' height='47' fill='none'/%3E%3C/g%3E%3Cpath id='Path_34' data-name='Path 34' d='M273.852,77.891a6.966,6.966,0,0,1,6.945,6.945v20.836a6.966,6.966,0,0,1-6.945,6.945H148.836a6.966,6.966,0,0,1-6.945-6.945V84.836a6.966,6.966,0,0,1,6.945-6.945ZM128,105.672a20.892,20.892,0,0,0,13.891,19.664V258.469a27.807,27.807,0,0,0,27.781,27.781h83.344A27.807,27.807,0,0,0,280.8,258.469V125.336a20.892,20.892,0,0,0,13.891-19.664V84.836A20.841,20.841,0,0,0,273.852,64H148.836A20.841,20.841,0,0,0,128,84.836Zm27.781,41.672V126.508H266.906V258.469a13.876,13.876,0,0,1-13.891,13.891H169.672a13.876,13.876,0,0,1-13.891-13.891V244.578h34.727a6.945,6.945,0,0,0,0-13.891H155.781V202.906h34.727a6.945,6.945,0,0,0,0-13.891H155.781V161.234h34.727a6.945,6.945,0,0,0,0-13.891Z' transform='translate(25.656 428.75)' fill='%2321b87b'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-brush--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='250' height='250' viewBox='0 0 250 250'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='35.804' height='87.038' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_30' data-name='Group 30' transform='translate(-112 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(112 476)' fill='none'/%3E%3Cpath id='Subtraction_11' data-name='Subtraction 11' d='M116.882,222.25H37.041A37.083,37.083,0,0,1,0,185.208V32.412H.058A33.8,33.8,0,0,1,33.858,0h86.207a33.84,33.84,0,0,1,33.8,32.412h.058V74.4L139.4,89.968V60.592L104.338,84.539a46.325,46.325,0,0,1-54.752,0L14.521,60.592V185.208c0,4.811,2.773,10.457,7.419,15.1s10.291,7.419,15.1,7.419h79.841c4.811,0,10.456-2.773,15.1-7.419s7.419-10.291,7.419-15.1V161.815l14.521-15.571v38.965A37.083,37.083,0,0,1,116.882,222.25ZM33.858,14.521c-3.968,0-8.767,2.43-12.837,6.5s-6.5,8.869-6.5,12.838a15.421,15.421,0,0,0,6.251,12.386L60.525,73.606a27.789,27.789,0,0,0,32.874,0l39.753-27.42a15.423,15.423,0,0,0,6.25-12.362c-.014-3.967-2.449-8.759-6.515-12.819s-8.86-6.485-12.822-6.485Z' transform='translate(133.038 492.75)' fill='%23106aa5'/%3E%3Cg id='Group_29' data-name='Group 29' transform='translate(239.403 -81.21) rotate(43)'%3E%3Crect id='Rectangle_10' data-name='Rectangle 10' width='10.91' height='104.102' rx='5.455' transform='translate(502.191 483.568)' fill='%23106aa5'/%3E%3Crect id='Rectangle_11' data-name='Rectangle 11' width='4.728' height='124.102' rx='2.364' transform='translate(505.092 384)' fill='%23106aa5'/%3E%3Cg id='Repeat_Grid_1' data-name='Repeat Grid 1' transform='translate(489.843 391.088)' clip-path='url(%23clip-path)'%3E%3Cg transform='translate(-497.09 -388.5)'%3E%3Crect id='Rectangle_12' data-name='Rectangle 12' width='7' height='36' transform='translate(533.09 389.549) rotate(90)' fill='%23106aa5'/%3E%3C/g%3E%3Cg transform='translate(-497.09 -365.5)'%3E%3Crect id='Rectangle_12-2' data-name='Rectangle 12' width='7' height='36' transform='translate(533.09 389.549) rotate(90)' fill='%23106aa5'/%3E%3C/g%3E%3Cg transform='translate(-497.09 -342.5)'%3E%3Crect id='Rectangle_12-3' data-name='Rectangle 12' width='7' height='36' transform='translate(533.09 389.549) rotate(90)' fill='%23106aa5'/%3E%3C/g%3E%3Cg transform='translate(-497.09 -319.5)'%3E%3Crect id='Rectangle_12-4' data-name='Rectangle 12' width='7' height='36' transform='translate(533.09 389.549) rotate(90)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-on-hold {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='176' viewBox='0 0 170 176'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(-179 -392)'%3E%3Cpath id='Subtraction_3' data-name='Subtraction 3' d='M75.818,158.986h0l-59.08-.018A16.75,16.75,0,0,1,2.2,133.913l18.288-31.981a.646.646,0,0,1,.046-.077.644.644,0,0,0,.046-.077L39.742,68.245V9.936H34.774a4.968,4.968,0,0,1,0-9.936h69.549a4.968,4.968,0,1,1,0,9.936H99.356V68.245l3.906,6.833a55.408,55.408,0,0,0-9.08,4.122L90.072,72a4.936,4.936,0,0,1-.652-2.452V9.936H49.678V69.549A4.8,4.8,0,0,1,49.026,72L33.408,99.356H73.679a55.386,55.386,0,0,0-4.612,9.936H27.726l-16.89,29.558a6.8,6.8,0,0,0,5.9,10.184H70.347a55.572,55.572,0,0,0,5.469,9.951Z' transform='translate(179 392)' fill='%23c2c2c2'/%3E%3Cpath id='Union_1' data-name='Union 1' d='M29.62,93.188A48.657,48.657,0,1,1,48.5,97,48.332,48.332,0,0,1,29.62,93.188ZM2,48.5a46.5,46.5,0,0,0,93,0,46.5,46.5,0,0,1-93,0Zm7.813,0A38.687,38.687,0,1,0,48.5,9.813,38.731,38.731,0,0,0,9.813,48.5Zm79.375,0a40.687,40.687,0,1,0-81.374,0,40.687,40.687,0,1,1,81.374,0ZM63.217,64.209l-.005,0L45.757,52.568A4.927,4.927,0,0,1,43.593,48.5V22.343a4.906,4.906,0,0,1,9.813,0V45.868L68.669,56.048a4.907,4.907,0,0,1-5.452,8.16ZM45.594,48.5a2.916,2.916,0,0,0,1.29,2.416L64.321,62.541a2.914,2.914,0,0,0,4.032-.8,2.874,2.874,0,0,0,.488-1.624,2.874,2.874,0,0,1-.488,1.624,2.914,2.914,0,0,1-4.032.8L46.884,50.916A2.916,2.916,0,0,1,45.594,48.5Zm5.812-1.562v0Z' transform='translate(252 471)' fill='%23c2c2c2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-in-progress {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167.832' height='159' viewBox='0 0 167.832 159'%3E%3Cpath id='Path_9' data-name='Path 9' d='M64.747,64a4.678,4.678,0,1,0,0,9.356h4.678v54.91l-18.07,31.607c-.029.058-.058.088-.088.146L34.076,190.106A15.774,15.774,0,0,0,47.76,213.7h57.512c-.292-.439-.585-.906-.848-1.374l-4.415-7.982H47.76a6.405,6.405,0,0,1-5.555-9.59L58.11,166.92H95.77a21.043,21.043,0,0,1-.117-9.356H63.432L78.139,131.8a4.632,4.632,0,0,0,.614-2.31V73.356h37.426v53.8h9.356v-53.8h4.678A4.678,4.678,0,0,0,130.242,64Zm81.927,74.734h14.035v3.1a12.843,12.843,0,0,0,19.181,11.081l2.69-1.55,7.017,12.163-2.719,1.579a12.8,12.8,0,0,0,0,22.1l2.719,1.579-7.017,12.163-2.69-1.55a12.843,12.843,0,0,0-19.181,11.081v3.1H146.674v-3.041a12.917,12.917,0,0,0-19.268-11.14l-2.632,1.52-7.017-12.163,2.6-1.491a12.922,12.922,0,0,0,0-22.28l-2.6-1.491,7.017-12.163,2.632,1.52a12.917,12.917,0,0,0,19.268-11.14v-2.982Zm-2.339-9.356a7,7,0,0,0-7.017,7.017v5.38a3.506,3.506,0,0,1-1.784,2.982,3.394,3.394,0,0,1-3.45.058l-4.649-2.69a7.022,7.022,0,0,0-9.59,2.573l-9.356,16.2a7.022,7.022,0,0,0,2.573,9.59l4.62,2.661a3.574,3.574,0,0,1,0,6.082l-4.62,2.661a7.022,7.022,0,0,0-2.573,9.59l9.356,16.2a7.022,7.022,0,0,0,9.59,2.573l4.649-2.69a3.392,3.392,0,0,1,3.45.058,3.532,3.532,0,0,1,1.784,2.982v5.38A7,7,0,0,0,144.335,223h18.713a7,7,0,0,0,7.017-7.017v-5.438a3.52,3.52,0,0,1,5.175-2.982l4.707,2.719a7.022,7.022,0,0,0,9.59-2.573l9.356-16.2a7.022,7.022,0,0,0-2.573-9.59l-4.766-2.748a3.45,3.45,0,0,1,0-5.906l4.766-2.748a7.022,7.022,0,0,0,2.573-9.59l-9.356-16.2a7.022,7.022,0,0,0-9.59-2.573l-4.707,2.719a3.408,3.408,0,0,1-3.421-.058,3.446,3.446,0,0,1-1.754-2.924v-5.438a7,7,0,0,0-7.017-7.017H144.335Zm25.672,46.84a16.374,16.374,0,1,0-16.374,16.374A16.384,16.384,0,0,0,170.007,176.218ZM153.633,169.2a7.017,7.017,0,1,1-7.017,7.017A7,7,0,0,1,153.633,169.2Z' transform='translate(-32 -64)' fill='%23106aa5'/%3E%3C/svg%3E%0A");
}

.ico-ready {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='236.756' height='249.999' viewBox='0 0 236.756 249.999'%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-0.998 -0.876)'%3E%3Cpath id='Subtraction_16' data-name='Subtraction 16' d='M876.442-548.125l-166.13-.049a26.19,26.19,0,0,1-10.249-2.066,26.19,26.19,0,0,1-8.363-5.635,26.189,26.189,0,0,1-5.636-8.363A26.19,26.19,0,0,1,684-574.487a26.347,26.347,0,0,1,3.466-13.083l28.755-50.283a1.059,1.059,0,0,1,.073-.123,1.088,1.088,0,0,0,.073-.121l30.121-52.725V-782.5h-7.811a7.82,7.82,0,0,1-7.811-7.811,7.819,7.819,0,0,1,7.811-7.81H848.029a7.819,7.819,0,0,1,7.811,7.81,7.82,7.82,0,0,1-7.811,7.811h-7.811v91.681l28.9,50.556-23.036,31.7L832.8-621.977a23.408,23.408,0,0,0-15.919-6.226,23.408,23.408,0,0,0-15.919,6.226l-.848.848c-8.381,9.079-8.2,22.952.415,32.27L832.5-556.888l.845.782a23.914,23.914,0,0,0,15.491,5.9l1.6-.039.825-.092a23.924,23.924,0,0,0,15.477-8.393l.39-.455L894.2-596.421l5.089,8.9a26.34,26.34,0,0,1,3.467,13.084,26.189,26.189,0,0,1-2.066,10.249,26.189,26.189,0,0,1-5.636,8.363,26.193,26.193,0,0,1-8.363,5.635A26.19,26.19,0,0,1,876.442-548.125ZM762.108-782.5v93.732a7.658,7.658,0,0,1-1.025,3.857l-24.556,43.009H850.177l-24.556-43.009a7.758,7.758,0,0,1-1.025-3.857V-782.5H762.108Z' transform='translate(-683 799)' fill='%2321b87b'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M121.652,9.724a8.274,8.274,0,0,1,1.749,11.24l-63.942,87.92a8.987,8.987,0,0,1-5.745,3.247,8.653,8.653,0,0,1-6.495-2.248L15.248,77.912a8.465,8.465,0,0,1,0-11.49,8.465,8.465,0,0,1,11.49,0L51.965,91.9l58.447-80.428A8.274,8.274,0,0,1,121.652,9.724Z' transform='translate(112.883 121.622)' fill='%2321b87b'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-doc-eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-19 10.9)'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M140.607,224.974H28.12A28.32,28.32,0,0,1,0,196.846V28.12A28.312,28.312,0,0,1,28.12,0H87a27.865,27.865,0,0,1,19.77,8.35l53.607,53.607a29.167,29.167,0,0,1,8.35,20.208v28.706a70.06,70.06,0,0,0-14.059,4.5V84.368h-42.18A28.32,28.32,0,0,1,84.368,56.24V14.06H28.12A13.91,13.91,0,0,0,14.06,28.12V196.846a13.914,13.914,0,0,0,14.06,14.068h103.2l.319.3.064.064a88.408,88.408,0,0,0,17.158,12.436A27.592,27.592,0,0,1,140.607,224.974ZM98.428,19.77h0V56.24a13.91,13.91,0,0,0,14.06,14.06h36.469Z' transform='translate(0 0)' fill='%23106aa5'/%3E%3Cpath id='eye' d='M22.2,86.2A94.513,94.513,0,0,1,.617,55.795L.6,55.745a8.9,8.9,0,0,1,0-6.43l.016-.049a94.492,94.492,0,0,1,21.575-30.4C35.856,6.342,51,0,67.215,0c20.548,0,35.822,10.262,45.014,18.871a94.363,94.363,0,0,1,21.576,30.4l.016.049a8.894,8.894,0,0,1,0,6.43l-.016.049a94.369,94.369,0,0,1-21.576,30.4c-9.192,8.609-24.467,18.87-45.014,18.87C51,105.06,35.856,98.719,22.2,86.2ZM31.572,28.84A85.429,85.429,0,0,0,14.094,52.53,82.394,82.394,0,0,0,31.572,76.212C39.039,83.145,51.293,91.4,67.215,91.4s28.168-8.253,35.636-15.178a82.55,82.55,0,0,0,17.478-23.69,85.476,85.476,0,0,0-17.486-23.7c-7.46-6.916-19.7-15.169-35.628-15.169S39.039,21.916,31.572,28.84ZM47.794,76.252A30.348,30.348,0,0,1,37.33,58.969a29.868,29.868,0,0,1-.713-6.439,27.06,27.06,0,0,1,.915-7.507v-.446l.049-.178a30.957,30.957,0,0,1,21.5-21.268,30.158,30.158,0,0,1,8.131-1.2,27.271,27.271,0,0,1,6.082.689h.227l.137.033a30.592,30.592,0,1,1-25.868,53.6Zm6.082-13.387a16.683,16.683,0,0,0,13.339,6.592A16.945,16.945,0,0,0,84.142,52.53a16.7,16.7,0,0,0-6.593-13.339A26.976,26.976,0,0,1,53.876,62.865ZM48.936,50.7Zm1.749-1.345h.073A13.451,13.451,0,0,0,64.032,36.081v-.267A16.758,16.758,0,0,0,50.685,49.356Z' transform='translate(115.577 118.448)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-copy-all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(19 4.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -4.1)' fill='none'/%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-19 8.399)'%3E%3Cpath id='Subtraction_2' data-name='Subtraction 2' d='M111.746,223.491H27.937a27.359,27.359,0,0,1-10.811-2.217,28.448,28.448,0,0,1-14.91-14.909A27.357,27.357,0,0,1,0,195.555V83.809A27.355,27.355,0,0,1,2.217,73a28.449,28.449,0,0,1,14.91-14.91,27.358,27.358,0,0,1,10.811-2.217h6.984V69.841H27.937A13.82,13.82,0,0,0,13.968,83.809V195.555a13.82,13.82,0,0,0,13.969,13.968h83.809a13.78,13.78,0,0,0,13.843-12.038L136.5,208.4a28.472,28.472,0,0,1-10.138,10.894A27.632,27.632,0,0,1,111.746,223.491Zm-10.06-55.872H83.81A27.358,27.358,0,0,1,73,165.4,28.448,28.448,0,0,1,58.09,150.493a27.357,27.357,0,0,1-2.217-10.81V27.936a27.357,27.357,0,0,1,2.217-10.81A28.447,28.447,0,0,1,73,2.217,27.358,27.358,0,0,1,83.81,0h57.619a27.685,27.685,0,0,1,19.643,8.293l26.19,26.191a27.678,27.678,0,0,1,8.294,19.642v50.466l-13.968,19.221V54.126a13.834,13.834,0,0,0-3.929-10.039L151.469,17.9a13.838,13.838,0,0,0-10.04-3.928H83.81A13.82,13.82,0,0,0,69.841,27.936V139.682A13.82,13.82,0,0,0,83.81,153.65h17.252a32.267,32.267,0,0,0,.624,13.967Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M134.422,9.924a9.4,9.4,0,0,1,1.987,12.768L63.774,122.564a10.209,10.209,0,0,1-6.526,3.689,9.829,9.829,0,0,1-7.377-2.553L13.554,87.382a9.615,9.615,0,0,1,0-13.052,9.615,9.615,0,0,1,13.052,0l28.656,28.941L121.654,11.91A9.4,9.4,0,0,1,134.422,9.924Z' transform='translate(111.92 78.882)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-copy-user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(19 4.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -4.1)' fill='none'/%3E%3Cg id='Group_6' data-name='Group 6' transform='translate(-19 8.4)'%3E%3Cpath id='Subtraction_3' data-name='Subtraction 3' d='M104.661,223.464H27.639a26.823,26.823,0,0,1-10.7-2.216,27.875,27.875,0,0,1-8.793-6.021,28.2,28.2,0,0,1-5.958-8.886A27.6,27.6,0,0,1,0,195.531V83.8A27.6,27.6,0,0,1,2.193,72.99,28.2,28.2,0,0,1,8.151,64.1a27.875,27.875,0,0,1,8.793-6.022,26.82,26.82,0,0,1,10.7-2.216h6.91V69.833h-6.91A13.746,13.746,0,0,0,13.82,83.8V195.531A13.746,13.746,0,0,0,27.639,209.5H99.617a29.252,29.252,0,0,0,5.043,13.965ZM109.6,167.6H82.917a26.823,26.823,0,0,1-10.7-2.216,27.874,27.874,0,0,1-8.793-6.021,28.2,28.2,0,0,1-5.958-8.886,27.6,27.6,0,0,1-2.193-10.809V27.933a27.6,27.6,0,0,1,2.193-10.809,28.2,28.2,0,0,1,5.958-8.886,27.875,27.875,0,0,1,8.793-6.022A26.821,26.821,0,0,1,82.917,0h57a26.466,26.466,0,0,1,10.527,2.182,28.191,28.191,0,0,1,8.908,6.111l25.91,26.187a28.471,28.471,0,0,1,7.156,12.149,58.659,58.659,0,0,0-14.777-.139,13.006,13.006,0,0,0-1.88-2.408L149.855,17.895a13.611,13.611,0,0,0-9.934-3.928h-57A13.746,13.746,0,0,0,69.1,27.933V139.665a13.746,13.746,0,0,0,13.819,13.966h37.446A72.7,72.7,0,0,0,109.605,167.6Zm74.885-62.5a.227.227,0,0,1-.05,0,.136.136,0,0,1-.024-.008.52.52,0,0,1-.151-.11.527.527,0,0,1-.109-.153.135.135,0,0,1-.006-.018l0-.006a.189.189,0,0,1,0-.05.184.184,0,0,1,0-.049l0-.006a.129.129,0,0,1,.006-.019.527.527,0,0,1,.109-.153.492.492,0,0,1,.151-.109.1.1,0,0,1,.024-.009.243.243,0,0,1,.05,0,.235.235,0,0,1,.05,0,.1.1,0,0,1,.024.009.5.5,0,0,1,.152.109.529.529,0,0,1,.108.153.139.139,0,0,1,.008.025.185.185,0,0,1,0,.049.188.188,0,0,1,0,.05.135.135,0,0,1-.008.024.576.576,0,0,1-.26.263.135.135,0,0,1-.024.008A.221.221,0,0,1,184.49,105.1Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M51.851,42.938a22.7,22.7,0,1,0,22.7-22.7A22.762,22.762,0,0,0,51.851,42.938Zm59.009,0A36.313,36.313,0,1,1,74.547,6.625,36.2,36.2,0,0,1,110.86,42.938ZM24.618,142.8v2.269a6.9,6.9,0,0,1-6.809,6.809A6.9,6.9,0,0,1,11,145.067V142.8a50,50,0,0,1,49.931-49.93H88.164a50,50,0,0,1,49.931,49.93v2.269a6.809,6.809,0,1,1-13.618,0V142.8a36.2,36.2,0,0,0-36.313-36.313H60.931A36.2,36.2,0,0,0,24.618,142.8Z' transform='translate(111.905 62.311)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-copy-flask {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(19 4.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -4.1)' fill='none'/%3E%3Cg id='Group_8' data-name='Group 8' transform='translate(-18.923 8.399)'%3E%3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M113,223.395H28.581a28.555,28.555,0,0,1-11.06-2.216,28.879,28.879,0,0,1-9.092-6.02,28.153,28.153,0,0,1-6.161-8.883A26.807,26.807,0,0,1,0,195.47V83.772A26.805,26.805,0,0,1,2.268,72.967a28.152,28.152,0,0,1,6.161-8.883,28.881,28.881,0,0,1,9.092-6.02,28.555,28.555,0,0,1,11.06-2.216h7.145V69.811H28.581A13.979,13.979,0,0,0,14.29,83.772v111.7a13.979,13.979,0,0,0,14.291,13.963h76.171A37.687,37.687,0,0,0,113,223.393l0,0h0Zm1.659-55.849H85.743a28.557,28.557,0,0,1-11.06-2.216,28.881,28.881,0,0,1-9.092-6.02,28.15,28.15,0,0,1-6.162-8.883,26.806,26.806,0,0,1-2.268-10.806V27.924a26.806,26.806,0,0,1,2.268-10.806,28.151,28.151,0,0,1,6.162-8.883,28.881,28.881,0,0,1,9.092-6.02A28.557,28.557,0,0,1,85.743,0h58.948a28.659,28.659,0,0,1,20.1,8.29l26.794,26.179a28.374,28.374,0,0,1,7.234,11.607H183.439a13.125,13.125,0,0,0-1.683-2.007l-26.794-26.18a14.338,14.338,0,0,0-10.272-3.927H85.743A13.979,13.979,0,0,0,71.452,27.924v111.7a13.979,13.979,0,0,0,14.291,13.963h37.109l-8.194,13.961Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M38.226,13.432a6.9,6.9,0,0,1,6.807-6.807h58.99a6.9,6.9,0,0,1,6.807,6.807,6.9,6.9,0,0,1-6.807,6.807h-2.269V68.452l34.317,59.841a14.72,14.72,0,0,1,1.985,7.657,15.857,15.857,0,0,1-15.882,15.882H26.882A15.856,15.856,0,0,1,11,135.949a18.065,18.065,0,0,1,1.985-7.657L47.3,68.452V20.238H45.033A6.9,6.9,0,0,1,38.226,13.432Zm22.689,6.807V70.153a7.55,7.55,0,0,1-.851,3.4L49,92.842h51.05L88.992,73.556a7.55,7.55,0,0,1-.851-3.4V20.238ZM41.346,106.455,24.9,135.1a1.042,1.042,0,0,0-.283.85,2.086,2.086,0,0,0,2.269,2.269h95.291a2.086,2.086,0,0,0,2.269-2.269,1.041,1.041,0,0,0-.283-.85l-16.166-28.645Z' transform='translate(111.867 62.29)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-print-all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_13' data-name='Group 13' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-19 19.4)'%3E%3Cpath id='Subtraction_5' data-name='Subtraction 5' d='M153.858,205.151H51.283A12.682,12.682,0,0,1,38.46,192.337V166.691H12.823A12.687,12.687,0,0,1,0,153.868V102.576A25.67,25.67,0,0,1,25.646,76.939H179.5A25.808,25.808,0,0,1,202.87,92.1L192.328,106.6v-4.028A12.687,12.687,0,0,0,179.5,89.753H25.646a12.686,12.686,0,0,0-12.822,12.823v51.292H38.46V141.045a12.687,12.687,0,0,1,12.823-12.823h67.676a29.367,29.367,0,0,0-5.677,12.823h-62v51.292h95.568l7.672,7.672.554.554.6.517a31.787,31.787,0,0,0,3.838,2.812A13.019,13.019,0,0,1,153.858,205.151ZM173.1,115.4a6.411,6.411,0,1,1,6.407-6.407A6.343,6.343,0,0,1,173.1,115.4ZM51.283,57.709h-.01L38.46,57.7V25.646A25.675,25.675,0,0,1,64.105,0h60.109a25.41,25.41,0,0,1,18.03,7.617l16.829,16.83a26.224,26.224,0,0,1,7.607,18.427V57.689l-12.823.01V42.873a12.7,12.7,0,0,0-3.6-9.213L133.031,16.433a12.367,12.367,0,0,0-8.816-3.61H64.105A12.686,12.686,0,0,0,51.283,25.646V57.709Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M126.3,9.786a8.628,8.628,0,0,1,1.824,11.72L61.444,113.184a9.371,9.371,0,0,1-5.99,3.386,9.023,9.023,0,0,1-6.772-2.344L15.344,80.889a8.826,8.826,0,0,1,0-11.981,8.826,8.826,0,0,1,11.981,0l26.3,26.566L114.575,11.61A8.628,8.628,0,0,1,126.3,9.786Z' transform='translate(120.348 71.775)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ico-print-all.ico-green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_13' data-name='Group 13' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-19 19.4)'%3E%3Cpath id='Subtraction_5' data-name='Subtraction 5' d='M153.858,205.151H51.283A12.682,12.682,0,0,1,38.46,192.337V166.691H12.823A12.687,12.687,0,0,1,0,153.868V102.576A25.67,25.67,0,0,1,25.646,76.939H179.5A25.808,25.808,0,0,1,202.87,92.1L192.328,106.6v-4.028A12.687,12.687,0,0,0,179.5,89.753H25.646a12.686,12.686,0,0,0-12.822,12.823v51.292H38.46V141.045a12.687,12.687,0,0,1,12.823-12.823h67.676a29.367,29.367,0,0,0-5.677,12.823h-62v51.292h95.568l7.672,7.672.554.554.6.517a31.787,31.787,0,0,0,3.838,2.812A13.019,13.019,0,0,1,153.858,205.151ZM173.1,115.4a6.411,6.411,0,1,1,6.407-6.407A6.343,6.343,0,0,1,173.1,115.4ZM51.283,57.709h-.01L38.46,57.7V25.646A25.675,25.675,0,0,1,64.105,0h60.109a25.41,25.41,0,0,1,18.03,7.617l16.829,16.83a26.224,26.224,0,0,1,7.607,18.427V57.689l-12.823.01V42.873a12.7,12.7,0,0,0-3.6-9.213L133.031,16.433a12.367,12.367,0,0,0-8.816-3.61H64.105A12.686,12.686,0,0,0,51.283,25.646V57.709Z' transform='translate(0 0.5)' fill='%2321B87B'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M126.3,9.786a8.628,8.628,0,0,1,1.824,11.72L61.444,113.184a9.371,9.371,0,0,1-5.99,3.386,9.023,9.023,0,0,1-6.772-2.344L15.344,80.889a8.826,8.826,0,0,1,0-11.981,8.826,8.826,0,0,1,11.981,0l26.3,26.566L114.575,11.61A8.628,8.628,0,0,1,126.3,9.786Z' transform='translate(120.348 71.775)' fill='%2321B87B'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-print-user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_14' data-name='Group 14' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_17' data-name='Group 17' transform='translate(-19 19.399)'%3E%3Cpath id='Subtraction_6' data-name='Subtraction 6' d='M118.609,205.124H51.283A12.657,12.657,0,0,1,38.462,192.3V166.662H12.821A12.657,12.657,0,0,1,0,153.842V102.56a25.108,25.108,0,0,1,2.035-9.922A26.112,26.112,0,0,1,15.72,78.953a25.108,25.108,0,0,1,9.922-2.035H142.335a53.744,53.744,0,0,0-3.139,12.82H25.642a12.684,12.684,0,0,0-12.82,12.821v51.282H38.462V141.021A12.657,12.657,0,0,1,51.283,128.2h98.063c.15.2.307.412.47.626a66.58,66.58,0,0,0-16.64,12.195H51.283V192.3h62.646a26.668,26.668,0,0,0,4.678,12.819v0h0ZM192.667,96.47a.2.2,0,0,1-.046,0,.112.112,0,0,1-.023-.007.533.533,0,0,1-.241-.241.171.171,0,0,1-.007-.022.194.194,0,0,1,0-.046.174.174,0,0,1,0-.046.178.178,0,0,1,.007-.023.534.534,0,0,1,.241-.241l.023-.008a.369.369,0,0,1,.046,0,.344.344,0,0,1,.042,0h.005l.022.008a.491.491,0,0,1,.14.1.477.477,0,0,1,.1.14.15.15,0,0,1,0,.016l0,.007a.171.171,0,0,1,0,.046.192.192,0,0,1,0,.046l0,.007a.144.144,0,0,1,0,.016.491.491,0,0,1-.1.14.508.508,0,0,1-.14.1.1.1,0,0,1-.021.007A.223.223,0,0,1,192.667,96.47ZM51.283,57.689H38.462V25.637A25.11,25.11,0,0,1,40.5,15.715,26.111,26.111,0,0,1,54.181,2.031,25.109,25.109,0,0,1,64.1,0h60.1a25.407,25.407,0,0,1,18.028,7.612l16.827,16.826a26.423,26.423,0,0,1,7.612,18.429v6.085a53.8,53.8,0,0,0-11.745,8.739h-1.075V42.864a12.7,12.7,0,0,0-3.606-9.214L133.014,16.422a12.362,12.362,0,0,0-8.814-3.605H64.1a12.684,12.684,0,0,0-12.82,12.82V57.688Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_16' data-name='Path 16' d='M50.5,39.958A20.834,20.834,0,1,0,71.333,19.125,20.894,20.894,0,0,0,50.5,39.958Zm54.167,0A33.333,33.333,0,1,1,71.333,6.625,33.232,33.232,0,0,1,104.666,39.958ZM25.5,131.624v2.083a6.25,6.25,0,1,1-12.5,0v-2.083A45.9,45.9,0,0,1,58.834,85.792h25a45.9,45.9,0,0,1,45.834,45.833v2.083a6.25,6.25,0,1,1-12.5,0v-2.083A33.231,33.231,0,0,0,83.832,98.291h-25A33.231,33.231,0,0,0,25.5,131.624Z' transform='translate(120.334 56.692)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-print-flask {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(19 2.1)'%3E%3Cpath id='Path_21' data-name='Path 21' d='M0,0H250V250H0Z' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_15' data-name='Group 15' transform='translate(-19 19.4)'%3E%3Cpath id='Subtraction_7' data-name='Subtraction 7' d='M121.892,205.124H51.285a12.68,12.68,0,0,1-12.821-12.812V166.669H12.821A12.684,12.684,0,0,1,0,153.848V102.562A25.667,25.667,0,0,1,25.643,76.929H139.008a26.947,26.947,0,0,0,7.15,11.5v1.311H25.643a12.685,12.685,0,0,0-12.822,12.821v51.286H38.464V141.026A12.685,12.685,0,0,1,51.285,128.2h86.8l-7.351,12.821H51.285v51.286H114.5a34.8,34.8,0,0,0,7.38,12.8ZM51.285,57.692H38.464V25.643A25.672,25.672,0,0,1,64.107,0H124.2a25.4,25.4,0,0,1,18.028,7.616l16.827,16.827a26.322,26.322,0,0,1,7.608,17.871h-2.079a26.391,26.391,0,0,0-10.735,2.262V42.867a12.664,12.664,0,0,0-3.609-9.212L133.014,16.431a12.333,12.333,0,0,0-8.815-3.609H64.107A12.685,12.685,0,0,0,51.285,25.643v32.05Z' transform='translate(0 0.5)' fill='%23106aa5'/%3E%3Cpath id='Path_19' data-name='Path 19' d='M38,12.875a6.337,6.337,0,0,1,6.25-6.25H98.415a6.337,6.337,0,0,1,6.25,6.25,6.337,6.337,0,0,1-6.25,6.25H96.332V63.4l31.51,54.947a13.516,13.516,0,0,1,1.823,7.031,14.56,14.56,0,0,1-14.583,14.583h-87.5A14.56,14.56,0,0,1,13,125.373a16.588,16.588,0,0,1,1.823-7.031L46.333,63.4V19.125H44.25A6.337,6.337,0,0,1,38,12.875Zm20.834,6.25V64.958a6.933,6.933,0,0,1-.782,3.125L47.9,85.791H94.77L84.614,68.083a6.932,6.932,0,0,1-.782-3.125V19.125ZM40.864,98.291l-15.1,26.3a.956.956,0,0,0-.259.78,1.916,1.916,0,0,0,2.083,2.083h87.5a1.916,1.916,0,0,0,2.083-2.083.956.956,0,0,0-.26-.78l-14.844-26.3Z' transform='translate(120.334 56.697)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-print-list {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_13' data-name='Group 13' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_19' data-name='Group 19' transform='translate(-19 18.594)'%3E%3Cpath id='Subtraction_8' data-name='Subtraction 8' d='M105.487,207.6H51.9a12.81,12.81,0,0,1-12.975-12.975V168.679H12.975A12.809,12.809,0,0,1,0,155.7V103.8A25.413,25.413,0,0,1,2.059,93.761a26.425,26.425,0,0,1,13.85-13.85,25.412,25.412,0,0,1,10.042-2.059h77.136a32.934,32.934,0,0,0-6.618,12.975H25.951A12.837,12.837,0,0,0,12.975,103.8v51.9h25.95V142.728A12.81,12.81,0,0,1,51.9,129.753H97.477a33.7,33.7,0,0,0-2.063,11.678c0,.431.008.867.024,1.3H51.9v51.9H97.246a33.331,33.331,0,0,0,8.239,12.973Zm31.333-64.877H120.832a7.465,7.465,0,0,1-.116-1.3,8.11,8.11,0,0,1,16.219,0,7.458,7.458,0,0,1-.116,1.3ZM51.9,58.39H38.925V25.951a25.411,25.411,0,0,1,2.059-10.042,26.428,26.428,0,0,1,13.85-13.85A25.411,25.411,0,0,1,64.876,0H125.7a25.714,25.714,0,0,1,18.246,7.7l17.03,17.03a26.738,26.738,0,0,1,7.7,18.652v15H155.7v-15a12.848,12.848,0,0,0-3.65-9.326L134.619,16.625a12.516,12.516,0,0,0-8.921-3.649H64.876A12.837,12.837,0,0,0,51.9,25.951V58.389Z' transform='translate(0.003 0.503)' fill='%23106aa5'/%3E%3Cpath id='Path_23' data-name='Path 23' d='M26.651,34.145A12.489,12.489,0,0,1,14,21.495,12.489,12.489,0,0,1,26.651,8.844,12.489,12.489,0,0,1,39.3,21.495,12.489,12.489,0,0,1,26.651,34.145ZM64.6,13.061h75.905a8.326,8.326,0,0,1,8.434,8.434,8.326,8.326,0,0,1-8.434,8.434H64.6a8.326,8.326,0,0,1-8.434-8.434A8.326,8.326,0,0,1,64.6,13.061Zm0,42.17h75.905a8.434,8.434,0,1,1,0,16.868H64.6a8.434,8.434,0,1,1,0-16.868Zm0,42.17h75.905a8.434,8.434,0,1,1,0,16.868H64.6a8.434,8.434,0,1,1,0-16.868ZM26.651,118.484a12.65,12.65,0,1,1,0-25.3,12.65,12.65,0,0,1,0,25.3ZM39.3,63.664a12.49,12.49,0,0,1-12.65,12.651,12.651,12.651,0,1,1,0-25.3A12.49,12.49,0,0,1,39.3,63.664Z' transform='translate(101.057 78.27)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-calendar-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_20' data-name='Group 20' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_21' data-name='Group 21' transform='translate(-17.918 17.4)'%3E%3Cpath id='Subtraction_9' data-name='Subtraction 9' d='M-315.365-504.88H-421.133a27.369,27.369,0,0,1-10.815-2.218,28.2,28.2,0,0,1-8.891-6.025,28.2,28.2,0,0,1-6.025-8.891,27.37,27.37,0,0,1-2.218-10.815V-658.6a27.37,27.37,0,0,1,2.218-10.815,28.2,28.2,0,0,1,6.025-8.891,28.2,28.2,0,0,1,8.891-6.025,27.368,27.368,0,0,1,10.815-2.218h13.974v-20.962a6.963,6.963,0,0,1,2.02-4.968,6.962,6.962,0,0,1,4.968-2.02,6.962,6.962,0,0,1,4.968,2.02,6.963,6.963,0,0,1,2.02,4.968v20.962h83.848v-20.962a6.963,6.963,0,0,1,2.02-4.968,6.962,6.962,0,0,1,4.968-2.02,6.961,6.961,0,0,1,4.967,2.02,6.963,6.963,0,0,1,2.019,4.968v20.962h13.975a27.367,27.367,0,0,1,10.815,2.218,28.2,28.2,0,0,1,8.891,6.025,28.2,28.2,0,0,1,6.025,8.891,27.371,27.371,0,0,1,2.218,10.815v46.075L-267.412-593.3v-37.356h-167.7v97.823a13.826,13.826,0,0,0,13.974,13.974h91.792l13.973,13.973,0,0h0Zm-105.767-167.7A13.826,13.826,0,0,0-435.107-658.6v13.974h167.7V-658.6a13.826,13.826,0,0,0-13.974-13.975Z' transform='translate(449.082 715)' fill='%23106aa5'/%3E%3Cpath id='Path_26' data-name='Path 26' d='M137.479,10.924A9.4,9.4,0,0,1,139.467,23.7L66.8,123.616a10.214,10.214,0,0,1-6.529,3.69,9.834,9.834,0,0,1-7.381-2.555L16.555,88.418a9.62,9.62,0,0,1,0-13.058,9.62,9.62,0,0,1,13.058,0l28.669,28.954,66.423-91.4A9.4,9.4,0,0,1,137.479,10.924Z' transform='translate(106.182 79.101)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-user-list {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_22' data-name='Group 22' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_23' data-name='Group 23' transform='translate(-19 29.651)'%3E%3Cpath id='Subtraction_10' data-name='Subtraction 10' d='M-1252.183-235.6a6.793,6.793,0,0,1-4.847-1.971,6.793,6.793,0,0,1-1.971-4.847v-6.818a74.285,74.285,0,0,1,5.905-29.153,75.113,75.113,0,0,1,6.924-12.736,75.8,75.8,0,0,1,9.167-11.1,75.791,75.791,0,0,1,11.1-9.166,75.127,75.127,0,0,1,12.737-6.925,74.287,74.287,0,0,1,29.153-5.905h39.728a28.865,28.865,0,0,0,5.8,13.805c-1.52-.113-3.074-.171-4.621-.171h-40.9a61.425,61.425,0,0,0-61.356,61.355v6.818a6.793,6.793,0,0,1-1.97,4.847A6.791,6.791,0,0,1-1252.183-235.6Zm88.624-109.076a54.554,54.554,0,0,1-21.284-4.267,54.064,54.064,0,0,1-17.329-11.657,54.063,54.063,0,0,1-11.657-17.329,54.554,54.554,0,0,1-4.267-21.284,54.557,54.557,0,0,1,4.267-21.284,54.065,54.065,0,0,1,11.657-17.329,54.063,54.063,0,0,1,17.329-11.657,54.554,54.554,0,0,1,21.284-4.267,54.551,54.551,0,0,1,21.283,4.267,54.063,54.063,0,0,1,17.329,11.657,54.067,54.067,0,0,1,11.657,17.329,54.557,54.557,0,0,1,4.267,21.284,54.555,54.555,0,0,1-4.267,21.284,54.066,54.066,0,0,1-11.657,17.329,54.063,54.063,0,0,1-17.329,11.657A54.551,54.551,0,0,1-1163.559-344.676Zm0-95.44a40.95,40.95,0,0,0-40.9,40.9,40.95,40.95,0,0,0,40.9,40.9,40.95,40.95,0,0,0,40.9-40.9A40.95,40.95,0,0,0-1163.559-440.116Z' transform='translate(1259 436.953)' fill='%23106aa5'/%3E%3Cpath id='Path_29' data-name='Path 29' d='M24.96,30.763A10.819,10.819,0,0,1,14,19.8,10.82,10.82,0,0,1,24.96,8.844,10.819,10.819,0,0,1,35.919,19.8,10.819,10.819,0,0,1,24.96,30.763ZM57.839,12.5H123.6a7.306,7.306,0,1,1,0,14.613H57.839a7.306,7.306,0,0,1,0-14.613Zm0,36.532H123.6a7.306,7.306,0,1,1,0,14.613H57.839a7.306,7.306,0,0,1,0-14.613Zm0,36.532H123.6a7.306,7.306,0,1,1,0,14.613H57.839a7.306,7.306,0,0,1,0-14.613ZM24.96,103.827a10.959,10.959,0,1,1,0-21.918,10.959,10.959,0,0,1,0,21.918ZM35.919,56.336A10.82,10.82,0,0,1,24.96,67.3a10.96,10.96,0,0,1,0-21.92A10.82,10.82,0,0,1,35.919,56.336Z' transform='translate(118.43 88.904)' fill='%23106aa5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ico-arr-down {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7.11768L9.05882 14.1765L1.11765 7.11768' stroke='white' stroke-width='3'/%3E%3Cpath d='M9.05884 14.1765L9.05884 0.941162' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.btn-icon-tg {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2535 21.013L23.9857 3.46284C24.1265 1.90121 22.9727 1.93116 22.3782 2.14135L0.52028 10.5557C-0.417686 11.2416 0.129461 11.7631 0.52028 11.9381L6.26881 13.7225C10.4211 11.1372 18.8217 5.86864 19.2892 5.62555C19.6106 5.45846 19.9543 5.70401 19.7193 5.96663L9.38739 15.2306L8.9879 20.7852C9.43124 20.7852 9.72251 20.622 9.81273 20.5404L12.7728 17.6959C13.8243 18.4667 16.3168 20.2923 17.8752 21.4284C19.4336 22.5645 20.1101 21.6249 20.2535 21.013Z' fill='%23106AA5'/%3E%3C/svg%3E%0A");
}
.btn-icon-tg:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2535 21.013L23.9857 3.46284C24.1265 1.90121 22.9727 1.93116 22.3782 2.14135L0.52028 10.5557C-0.417686 11.2416 0.129461 11.7631 0.52028 11.9381L6.26881 13.7225C10.4211 11.1372 18.8217 5.86864 19.2892 5.62555C19.6106 5.45846 19.9543 5.70401 19.7193 5.96663L9.38739 15.2306L8.9879 20.7852C9.43124 20.7852 9.72251 20.622 9.81273 20.5404L12.7728 17.6959C13.8243 18.4667 16.3168 20.2923 17.8752 21.4284C19.4336 22.5645 20.1101 21.6249 20.2535 21.013Z' fill='%23323232'/%3E%3C/svg%3E%0A");
}
.btn-icon-tg.btn-inv {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2535 21.013L23.9857 3.46284C24.1265 1.90121 22.9727 1.93116 22.3782 2.14135L0.52028 10.5557C-0.417686 11.2416 0.129461 11.7631 0.52028 11.9381L6.26881 13.7225C10.4211 11.1372 18.8217 5.86864 19.2892 5.62555C19.6106 5.45846 19.9543 5.70401 19.7193 5.96663L9.38739 15.2306L8.9879 20.7852C9.43124 20.7852 9.72251 20.622 9.81273 20.5404L12.7728 17.6959C13.8243 18.4667 16.3168 20.2923 17.8752 21.4284C19.4336 22.5645 20.1101 21.6249 20.2535 21.013Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.btn-icon-tg.btn-inv:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2535 21.013L23.9857 3.46284C24.1265 1.90121 22.9727 1.93116 22.3782 2.14135L0.52028 10.5557C-0.417686 11.2416 0.129461 11.7631 0.52028 11.9381L6.26881 13.7225C10.4211 11.1372 18.8217 5.86864 19.2892 5.62555C19.6106 5.45846 19.9543 5.70401 19.7193 5.96663L9.38739 15.2306L8.9879 20.7852C9.43124 20.7852 9.72251 20.622 9.81273 20.5404L12.7728 17.6959C13.8243 18.4667 16.3168 20.2923 17.8752 21.4284C19.4336 22.5645 20.1101 21.6249 20.2535 21.013Z' fill='%23C7E8FA'/%3E%3C/svg%3E%0A");
}

.btn-icon-vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='250' viewBox='0 0 319 250'%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='319' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M75.606,168.306h54.108c1.8,90.532,41.719,128.863,73.379,136.8v-136.8h51.037v78.038c31.236-3.388,64.061-38.966,75.073-78.038h51.037a150.447,150.447,0,0,1-69.461,98.368,155.759,155.759,0,0,1,81.214,99H335.873a97.505,97.505,0,0,0-81.85-70.52v70.52h-6.141c-108.109,0-169.735-74.12-172.382-197.477Z' transform='translate(49 333.8)' fill='%23106aa5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='250' viewBox='0 0 319 250'%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='319' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M75.606,168.306h54.108c1.8,90.532,41.719,128.863,73.379,136.8v-136.8h51.037v78.038c31.236-3.388,64.061-38.966,75.073-78.038h51.037a150.447,150.447,0,0,1-69.461,98.368,155.759,155.759,0,0,1,81.214,99H335.873a97.505,97.505,0,0,0-81.85-70.52v70.52h-6.141c-108.109,0-169.735-74.12-172.382-197.477Z' transform='translate(49 333.8)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-vk.btn-inv {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='250' viewBox='0 0 319 250'%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='319' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M75.606,168.306h54.108c1.8,90.532,41.719,128.863,73.379,136.8v-136.8h51.037v78.038c31.236-3.388,64.061-38.966,75.073-78.038h51.037a150.447,150.447,0,0,1-69.461,98.368,155.759,155.759,0,0,1,81.214,99H335.873a97.505,97.505,0,0,0-81.85-70.52v70.52h-6.141c-108.109,0-169.735-74.12-172.382-197.477Z' transform='translate(49 333.8)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-vk.btn-inv:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='250' viewBox='0 0 319 250'%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='319' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M75.606,168.306h54.108c1.8,90.532,41.719,128.863,73.379,136.8v-136.8h51.037v78.038c31.236-3.388,64.061-38.966,75.073-78.038h51.037a150.447,150.447,0,0,1-69.461,98.368,155.759,155.759,0,0,1,81.214,99H335.873a97.505,97.505,0,0,0-81.85-70.52v70.52h-6.141c-108.109,0-169.735-74.12-172.382-197.477Z' transform='translate(49 333.8)' fill='%23C7E8FA'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-vk.ico-sm {
  width: 2.4rem !important;
  min-width: 2.4rem !important;
}

.btn-icon-max {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_51' data-name='Group 51' transform='translate(-122 -471)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 471)' fill='none'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M231.382,174.445c-28.238-1.481-50.275,18.114-55.134,48.782-4.024,25.4,3.111,56.345,9.213,57.9,2.588.661,8.817-4.1,13.349-8.377a2.6,2.6,0,0,1,3.139-.328c7.064,4.32,15.063,7.566,23.88,8.028,28.99,1.52,54.681-21.169,56.2-50.161S260.372,175.965,231.382,174.445ZM184.095,321.68a2.7,2.7,0,0,0-3.516.413c-12.247,13.062-43.591,22.225-45.026,4.4,0-13.968-3.137-25.739-6.592-38.7-4.231-15.873-8.937-33.529-8.937-59.19,0-61.193,50.186-107.213,109.689-107.213S335.87,169.654,335.87,229.195,287.732,335.813,230.276,335.813C209.893,335.813,200,332.942,184.095,321.68Z' transform='translate(18.976 366.612)' fill='%23106aa5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-max:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_51' data-name='Group 51' transform='translate(-122 -471)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 471)' fill='none'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M231.382,174.445c-28.238-1.481-50.275,18.114-55.134,48.782-4.024,25.4,3.111,56.345,9.213,57.9,2.588.661,8.817-4.1,13.349-8.377a2.6,2.6,0,0,1,3.139-.328c7.064,4.32,15.063,7.566,23.88,8.028,28.99,1.52,54.681-21.169,56.2-50.161S260.372,175.965,231.382,174.445ZM184.095,321.68a2.7,2.7,0,0,0-3.516.413c-12.247,13.062-43.591,22.225-45.026,4.4,0-13.968-3.137-25.739-6.592-38.7-4.231-15.873-8.937-33.529-8.937-59.19,0-61.193,50.186-107.213,109.689-107.213S335.87,169.654,335.87,229.195,287.732,335.813,230.276,335.813C209.893,335.813,200,332.942,184.095,321.68Z' transform='translate(18.976 366.612)' fill='%23000000' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-max.btn-inv {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_51' data-name='Group 51' transform='translate(-122 -471)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 471)' fill='none'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M231.382,174.445c-28.238-1.481-50.275,18.114-55.134,48.782-4.024,25.4,3.111,56.345,9.213,57.9,2.588.661,8.817-4.1,13.349-8.377a2.6,2.6,0,0,1,3.139-.328c7.064,4.32,15.063,7.566,23.88,8.028,28.99,1.52,54.681-21.169,56.2-50.161S260.372,175.965,231.382,174.445ZM184.095,321.68a2.7,2.7,0,0,0-3.516.413c-12.247,13.062-43.591,22.225-45.026,4.4,0-13.968-3.137-25.739-6.592-38.7-4.231-15.873-8.937-33.529-8.937-59.19,0-61.193,50.186-107.213,109.689-107.213S335.87,169.654,335.87,229.195,287.732,335.813,230.276,335.813C209.893,335.813,200,332.942,184.095,321.68Z' transform='translate(18.976 366.612)' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn-icon-max.btn-inv:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_51' data-name='Group 51' transform='translate(-122 -471)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 471)' fill='none'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M231.382,174.445c-28.238-1.481-50.275,18.114-55.134,48.782-4.024,25.4,3.111,56.345,9.213,57.9,2.588.661,8.817-4.1,13.349-8.377a2.6,2.6,0,0,1,3.139-.328c7.064,4.32,15.063,7.566,23.88,8.028,28.99,1.52,54.681-21.169,56.2-50.161S260.372,175.965,231.382,174.445ZM184.095,321.68a2.7,2.7,0,0,0-3.516.413c-12.247,13.062-43.591,22.225-45.026,4.4,0-13.968-3.137-25.739-6.592-38.7-4.231-15.873-8.937-33.529-8.937-59.19,0-61.193,50.186-107.213,109.689-107.213S335.87,169.654,335.87,229.195,287.732,335.813,230.276,335.813C209.893,335.813,200,332.942,184.095,321.68Z' transform='translate(18.976 366.612)' fill='%23C7E8FA' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-icon-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6961 1.71428C6.73273 1.71428 1.83893 6.35051 1.83893 12C1.83893 13.8645 2.36956 15.6796 3.37582 17.2676L1.83893 22.2857L7.13579 20.8297C8.81201 21.783 10.7279 22.2857 12.6961 22.2857C18.6594 22.2857 23.5532 17.6495 23.5532 12C23.5532 6.35051 18.6594 1.71428 12.6961 1.71428ZM19.4841 16.346L18.979 16.8246C18.2643 17.5016 16.6207 17.448 15.5646 17.2548C12.053 16.6122 7.95883 12.8527 7.16926 9.59697C6.77829 7.98418 6.99415 6.58201 7.55874 6.04697L8.06386 5.56844C8.34268 5.30445 8.79561 5.30477 9.0741 5.56844L11.0949 7.48304C11.2298 7.6108 11.3036 7.78014 11.3036 7.96142C11.3036 8.14269 11.2298 8.3122 11.0949 8.43948L10.5899 8.91849C10.0333 9.44708 10.0333 10.3057 10.5899 10.8331L13.927 13.9529C14.4853 14.4818 15.3888 14.4824 15.9479 13.9529L16.4531 13.4745C16.7138 13.2261 17.2009 13.2253 17.4638 13.4745L19.4841 15.3885C19.7584 15.6473 19.7689 16.0761 19.4841 16.346Z' fill='%23106AA5'/%3E%3C/svg%3E%0A");
}
.btn-icon-whatsapp:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6961 1.71428C6.73273 1.71428 1.83893 6.35051 1.83893 12C1.83893 13.8645 2.36956 15.6796 3.37582 17.2676L1.83893 22.2857L7.13579 20.8297C8.81201 21.783 10.7279 22.2857 12.6961 22.2857C18.6594 22.2857 23.5532 17.6495 23.5532 12C23.5532 6.35051 18.6594 1.71428 12.6961 1.71428ZM19.4841 16.346L18.979 16.8246C18.2643 17.5016 16.6207 17.448 15.5646 17.2548C12.053 16.6122 7.95883 12.8527 7.16926 9.59697C6.77829 7.98418 6.99415 6.58201 7.55874 6.04697L8.06386 5.56844C8.34268 5.30445 8.79561 5.30477 9.0741 5.56844L11.0949 7.48304C11.2298 7.6108 11.3036 7.78014 11.3036 7.96142C11.3036 8.14269 11.2298 8.3122 11.0949 8.43948L10.5899 8.91849C10.0333 9.44708 10.0333 10.3057 10.5899 10.8331L13.927 13.9529C14.4853 14.4818 15.3888 14.4824 15.9479 13.9529L16.4531 13.4745C16.7138 13.2261 17.2009 13.2253 17.4638 13.4745L19.4841 15.3885C19.7584 15.6473 19.7689 16.0761 19.4841 16.346Z' fill='%23323232'/%3E%3C/svg%3E%0A");
}
.btn-icon-whatsapp.btn-inv {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6961 1.71428C6.73273 1.71428 1.83893 6.35051 1.83893 12C1.83893 13.8645 2.36956 15.6796 3.37582 17.2676L1.83893 22.2857L7.13579 20.8297C8.81201 21.783 10.7279 22.2857 12.6961 22.2857C18.6594 22.2857 23.5532 17.6495 23.5532 12C23.5532 6.35051 18.6594 1.71428 12.6961 1.71428ZM19.4841 16.346L18.979 16.8246C18.2643 17.5016 16.6207 17.448 15.5646 17.2548C12.053 16.6122 7.95883 12.8527 7.16926 9.59697C6.77829 7.98418 6.99415 6.58201 7.55874 6.04697L8.06386 5.56844C8.34268 5.30445 8.79561 5.30477 9.0741 5.56844L11.0949 7.48304C11.2298 7.6108 11.3036 7.78014 11.3036 7.96142C11.3036 8.14269 11.2298 8.3122 11.0949 8.43948L10.5899 8.91849C10.0333 9.44708 10.0333 10.3057 10.5899 10.8331L13.927 13.9529C14.4853 14.4818 15.3888 14.4824 15.9479 13.9529L16.4531 13.4745C16.7138 13.2261 17.2009 13.2253 17.4638 13.4745L19.4841 15.3885C19.7584 15.6473 19.7689 16.0761 19.4841 16.346Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.btn-icon-whatsapp.btn-inv:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6961 1.71428C6.73273 1.71428 1.83893 6.35051 1.83893 12C1.83893 13.8645 2.36956 15.6796 3.37582 17.2676L1.83893 22.2857L7.13579 20.8297C8.81201 21.783 10.7279 22.2857 12.6961 22.2857C18.6594 22.2857 23.5532 17.6495 23.5532 12C23.5532 6.35051 18.6594 1.71428 12.6961 1.71428ZM19.4841 16.346L18.979 16.8246C18.2643 17.5016 16.6207 17.448 15.5646 17.2548C12.053 16.6122 7.95883 12.8527 7.16926 9.59697C6.77829 7.98418 6.99415 6.58201 7.55874 6.04697L8.06386 5.56844C8.34268 5.30445 8.79561 5.30477 9.0741 5.56844L11.0949 7.48304C11.2298 7.6108 11.3036 7.78014 11.3036 7.96142C11.3036 8.14269 11.2298 8.3122 11.0949 8.43948L10.5899 8.91849C10.0333 9.44708 10.0333 10.3057 10.5899 10.8331L13.927 13.9529C14.4853 14.4818 15.3888 14.4824 15.9479 13.9529L16.4531 13.4745C16.7138 13.2261 17.2009 13.2253 17.4638 13.4745L19.4841 15.3885C19.7584 15.6473 19.7689 16.0761 19.4841 16.346Z' fill='%23C7E8FA'/%3E%3C/svg%3E%0A");
}

.btn-icon-viber {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.447' height='22.677' viewBox='0 0 20.447 22.677'%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.014,20.913H15.7A7.89,7.89,0,0,0,23,14.077V8.866a7.9,7.9,0,0,0-6.989-7.2H9.818a7.963,7.963,0,0,0-7.265,7.2v4.812A8.5,8.5,0,0,0,7.09,20.146v3.9c.071.155.283.419.567.233S10.013,21.956,11.014,20.913ZM9.56,6.28l1.812,1.812a1.162,1.162,0,0,1-.358,1.71c-.522.186-.878.525-.878.9.027,1.937,1.925,3.144,2.878,3.539a1.232,1.232,0,0,0,1.439-.423,1.638,1.638,0,0,1,.322-.627,1.157,1.157,0,0,1,1.541,0c.435.446,1.405,1.449,1.812,1.9s.1,1.134-.1,1.422a15.211,15.211,0,0,1-1.372,1.321,2.265,2.265,0,0,1-1.761.152A13.473,13.473,0,0,1,6.546,9.531a2.183,2.183,0,0,1,.2-2C7,7.267,7.64,6.625,8.155,6.178A1.086,1.086,0,0,1,9.56,6.28Zm5.791,3.861a1.6,1.6,0,0,0-1.659-1.609.445.445,0,0,1,0-.728,2.114,2.114,0,0,1,2.371,2.337C15.751,10.628,15.458,10.343,15.351,10.14Zm1.456.322c.054-3.088-2.314-3.578-3.505-3.437a.463.463,0,0,1,0-.745,3.682,3.682,0,0,1,4.233,4.182C17.437,10.953,16.8,10.716,16.807,10.462Zm1.422.833c.685-4.82-3-5.9-4.927-5.831a.461.461,0,0,1-.235-.388.386.386,0,0,1,.235-.355c5.509.062,6.077,4.409,5.672,6.574a.411.411,0,0,1-.744,0Z' transform='translate(-2.553 -1.662)' fill='%23106aa5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-icon-viber:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.447' height='22.677' viewBox='0 0 20.447 22.677'%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.014,20.913H15.7A7.89,7.89,0,0,0,23,14.077V8.866a7.9,7.9,0,0,0-6.989-7.2H9.818a7.963,7.963,0,0,0-7.265,7.2v4.812A8.5,8.5,0,0,0,7.09,20.146v3.9c.071.155.283.419.567.233S10.013,21.956,11.014,20.913ZM9.56,6.28l1.812,1.812a1.162,1.162,0,0,1-.358,1.71c-.522.186-.878.525-.878.9.027,1.937,1.925,3.144,2.878,3.539a1.232,1.232,0,0,0,1.439-.423,1.638,1.638,0,0,1,.322-.627,1.157,1.157,0,0,1,1.541,0c.435.446,1.405,1.449,1.812,1.9s.1,1.134-.1,1.422a15.211,15.211,0,0,1-1.372,1.321,2.265,2.265,0,0,1-1.761.152A13.473,13.473,0,0,1,6.546,9.531a2.183,2.183,0,0,1,.2-2C7,7.267,7.64,6.625,8.155,6.178A1.086,1.086,0,0,1,9.56,6.28Zm5.791,3.861a1.6,1.6,0,0,0-1.659-1.609.445.445,0,0,1,0-.728,2.114,2.114,0,0,1,2.371,2.337C15.751,10.628,15.458,10.343,15.351,10.14Zm1.456.322c.054-3.088-2.314-3.578-3.505-3.437a.463.463,0,0,1,0-.745,3.682,3.682,0,0,1,4.233,4.182C17.437,10.953,16.8,10.716,16.807,10.462Zm1.422.833c.685-4.82-3-5.9-4.927-5.831a.461.461,0,0,1-.235-.388.386.386,0,0,1,.235-.355c5.509.062,6.077,4.409,5.672,6.574a.411.411,0,0,1-.744,0Z' transform='translate(-2.553 -1.662)' fill='%23323232' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-icon-viber.btn-inv {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.447' height='22.677' viewBox='0 0 20.447 22.677'%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.014,20.913H15.7A7.89,7.89,0,0,0,23,14.077V8.866a7.9,7.9,0,0,0-6.989-7.2H9.818a7.963,7.963,0,0,0-7.265,7.2v4.812A8.5,8.5,0,0,0,7.09,20.146v3.9c.071.155.283.419.567.233S10.013,21.956,11.014,20.913ZM9.56,6.28l1.812,1.812a1.162,1.162,0,0,1-.358,1.71c-.522.186-.878.525-.878.9.027,1.937,1.925,3.144,2.878,3.539a1.232,1.232,0,0,0,1.439-.423,1.638,1.638,0,0,1,.322-.627,1.157,1.157,0,0,1,1.541,0c.435.446,1.405,1.449,1.812,1.9s.1,1.134-.1,1.422a15.211,15.211,0,0,1-1.372,1.321,2.265,2.265,0,0,1-1.761.152A13.473,13.473,0,0,1,6.546,9.531a2.183,2.183,0,0,1,.2-2C7,7.267,7.64,6.625,8.155,6.178A1.086,1.086,0,0,1,9.56,6.28Zm5.791,3.861a1.6,1.6,0,0,0-1.659-1.609.445.445,0,0,1,0-.728,2.114,2.114,0,0,1,2.371,2.337C15.751,10.628,15.458,10.343,15.351,10.14Zm1.456.322c.054-3.088-2.314-3.578-3.505-3.437a.463.463,0,0,1,0-.745,3.682,3.682,0,0,1,4.233,4.182C17.437,10.953,16.8,10.716,16.807,10.462Zm1.422.833c.685-4.82-3-5.9-4.927-5.831a.461.461,0,0,1-.235-.388.386.386,0,0,1,.235-.355c5.509.062,6.077,4.409,5.672,6.574a.411.411,0,0,1-.744,0Z' transform='translate(-2.553 -1.662)' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-icon-viber.btn-inv:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.447' height='22.677' viewBox='0 0 20.447 22.677'%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.014,20.913H15.7A7.89,7.89,0,0,0,23,14.077V8.866a7.9,7.9,0,0,0-6.989-7.2H9.818a7.963,7.963,0,0,0-7.265,7.2v4.812A8.5,8.5,0,0,0,7.09,20.146v3.9c.071.155.283.419.567.233S10.013,21.956,11.014,20.913ZM9.56,6.28l1.812,1.812a1.162,1.162,0,0,1-.358,1.71c-.522.186-.878.525-.878.9.027,1.937,1.925,3.144,2.878,3.539a1.232,1.232,0,0,0,1.439-.423,1.638,1.638,0,0,1,.322-.627,1.157,1.157,0,0,1,1.541,0c.435.446,1.405,1.449,1.812,1.9s.1,1.134-.1,1.422a15.211,15.211,0,0,1-1.372,1.321,2.265,2.265,0,0,1-1.761.152A13.473,13.473,0,0,1,6.546,9.531a2.183,2.183,0,0,1,.2-2C7,7.267,7.64,6.625,8.155,6.178A1.086,1.086,0,0,1,9.56,6.28Zm5.791,3.861a1.6,1.6,0,0,0-1.659-1.609.445.445,0,0,1,0-.728,2.114,2.114,0,0,1,2.371,2.337C15.751,10.628,15.458,10.343,15.351,10.14Zm1.456.322c.054-3.088-2.314-3.578-3.505-3.437a.463.463,0,0,1,0-.745,3.682,3.682,0,0,1,4.233,4.182C17.437,10.953,16.8,10.716,16.807,10.462Zm1.422.833c.685-4.82-3-5.9-4.927-5.831a.461.461,0,0,1-.235-.388.386.386,0,0,1,.235-.355c5.509.062,6.077,4.409,5.672,6.574a.411.411,0,0,1-.744,0Z' transform='translate(-2.553 -1.662)' fill='%23C7E8FA' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

/* ---------- LAYOUT ---------- */
@media (max-width: 991.98px) {
  .dsk-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mob-only {
    display: none !important;
  }
}

.container {
  z-index: 1;
  max-width: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 3.125vw);
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: calc(100% - 6rem);
  }
}

@media (min-width: 992px) {
  .g-lg-6, .gx-lg-6 {
    --mdb-gutter-x: 6rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-6, .gx-xl-6 {
    --mdb-gutter-x: 6rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-6, .gx-xxl-6 {
    --mdb-gutter-x: 6rem;
  }
}

@media (min-width: 1920px) {
  .col-full {
    flex: 1 0 0%;
  }
  .col-full-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-full-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-full-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-full-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-full-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-full-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-full-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-full-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-full-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-full-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-full-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-full-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-full-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* General Rules */
html {
  font-size: 10px;
}

body {
  --mdb-body-font-size: 1em;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 3456px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-display: swap;
  text-rendering: geometricPrecision;
  line-height: 1.2;
  letter-spacing: 0;
  color: #323232;
  overflow-x: hidden;
  padding-right: 0;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bg-grey-grad {
  background-image: linear-gradient(to right, #E8ECF0, #F9F9F9);
  border: 1px solid #E8ECF0;
}

/*----------  COMPONENTS  ----------*/
[data-mdb-modal-init] {
  cursor: pointer;
}

.alert {
  background-color: #fff;
  margin: 0;
}

.search-placemark-icon {
  color: red !important;
}

.bg-img {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block {
  border-radius: 10px;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .block {
    padding: 3rem;
  }
}

.headline {
  display: flex;
  align-items: center;
  min-height: 4rem;
}
.headline + .datatable {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .headline {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .headline .btn {
    margin-left: auto;
  }
  .headline + .datatable {
    margin-top: 1rem;
  }
}
.headline:not(:first-child) {
  margin-top: 3rem;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 95%;
}
@media (min-width: 992px) and (orientation: landscape) {
  .modal .modal-dialog {
    width: 45%;
    max-width: 45%;
  }
  .modal .modal-dialog.modal-xl {
    width: calc(100vw - 6rem);
    max-width: 186rem;
  }
}
.modal .modal-dialog .modal-content {
  border: none;
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  background-blend-mode: color-burn;
  background-image: url("data:image/svg+xml,%3Csvg width='117' height='253' viewBox='0 0 117 253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.94455 -2.99707C7.71378 -2.86885 29.7014 0.679152 53.0774 15.959C64.6322 23.5072 78.2716 41.5425 78.3332 41.624C78.39 41.5989 90.5156 36.2354 100.705 34.4658C110.705 32.799 121.517 33.9528 122.371 35.1709C122.669 35.6011 112.628 53.6592 114.423 89.1953C116.239 124.649 110.299 155.379 99.2737 176.686C92.778 189.273 85.9191 200.748 89.1028 210.856C96.2181 233.701 117.244 218.508 120.662 216.264L120.705 216.242L120.812 251.567C115.449 253.234 95.7689 256.248 80.9826 251.226C57.1152 243.041 38.7176 225.56 23.1194 224.833C23.6535 224.705 23.8885 223.764 23.9953 223.465C38.5038 223.807 58.1838 236.864 75.1281 242.698C93.415 249.029 111.383 243.603 111.474 243.575C111.474 243.575 111.73 232.056 111.474 228.444C111.41 225.346 105.598 227.355 102.521 227.59C95.1913 228.103 73.696 228.017 74.1447 209.211C74.7431 188.183 95.5131 173.181 105 143.968C111.41 124.072 107.799 108.044 107.799 105.971C107.799 104.112 114.231 102.487 113.355 95.1143C113.056 93.9605 112.82 93.7467 111.218 91.7383C109.551 89.7723 106.817 84.8572 107.286 82.7842C107.671 80.583 111.368 68.3588 113.547 59.6396C113.868 58.0797 114.23 56.2847 114.508 54.4043C115.555 47.8222 115.342 44.3808 114.445 43.4619C113.547 42.5857 109.679 42.1377 103.632 42.1377C96.7732 42.095 89.8284 42.5862 86.8156 42.8213C82.9056 43.0137 77.3935 44.1676 74.8293 45.001C70.214 46.5824 68.3547 50.0234 68.3547 50.0234C68.3547 50.0234 66.7519 48.3346 65.2776 46.4326C63.8457 44.6372 57.7994 37.2017 53.9533 37.3936C52.9063 37.5218 52.0298 38.1625 51.3674 39.7012C50.7691 41.2825 49.6367 43.569 50.1067 47.1162C52.0297 63.0371 56.0898 71.1583 61.218 81.0527C63.9102 86.3952 67.5853 91.9299 70.4485 95.8193C76.7731 104.966 79.4018 106.505 80.8762 110.501C82.3078 114.262 84.444 119.776 80.5979 125.738C78.333 128.025 74.6155 126.465 69.1242 134.671C65.4063 139.992 61.7735 153.948 62.8205 165.188C63.6966 176.643 64.6797 182.049 65.5344 184.849C64.9821 185.019 62.698 185.442 62.6711 185.447C62.1583 179.805 59.5939 163.329 61.1965 143.646C63.5469 114.348 59.4012 82.7193 44.7004 43.291C33.3972 12.9605 14.4103 4.87635 14.3381 4.8457C14.3381 4.8457 17.6926 27.5418 13.9533 51.1348C9.01751 81.8225 6.81668 110.31 9.6799 131.338C19.1458 201.197 68.7174 231.735 94.8498 239.813L94.508 241.353C64.8286 234.642 6.92313 207.651 0.51291 139.287C-3.05542 101.162 13.1626 52.9504 13.2053 25.1689C13.2052 8.11557 7.03002 -2.84748 6.94455 -2.99707ZM94.6516 48.8682C98.3599 48.9932 102.931 49.8891 105.518 50.6182C108.019 51.2847 110.261 51.2016 110.218 52.7012C109.938 54.2426 107.027 59.0545 106.1 62.0957C104.979 65.1994 104.203 68.3242 102.974 70.5322C101.81 72.3236 100.969 72.3862 99.9123 75.0107C98.36 78.5935 95.3197 78.6972 94.4358 76.3643C93.4225 73.969 92.0647 71.7615 92.9485 70.5742C95.1045 67.6372 96.161 67.6366 95.7082 62.7207C95.277 59.2629 92.3233 54.409 91.5471 53.3467C90.9865 52.6592 90.3182 50.6187 90.9865 49.8271C91.7843 49.0565 92.9699 48.8473 94.6516 48.8682ZM60.6936 49.9102C60.6976 49.9182 61.1789 50.8769 63.8625 52.7852C66.342 54.7432 68.3049 58.6172 68.3049 58.6172C68.3049 58.6172 67.938 60.8256 67.593 63.8877V63.8662C67.3138 65.6711 67.3766 66.8769 67.3772 66.8867C67.3764 66.8785 67.3026 66.099 65.4797 62.9082C63.7118 59.7004 62.2892 56.6796 61.7502 54.2842C61.1484 52.0416 60.6964 49.9233 60.6936 49.9102Z' fill='%23323232'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .modal-title {
  color: #fff;
}
.modal .modal-header .btn-close {
  transition: opacity 0.2s ease;
  margin-right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23FFffff' d='M135.5 169C126.1 159.6 126.1 144.4 135.5 135.1C144.9 125.8 160.1 125.7 169.4 135.1L320.4 286.1L471.4 135.1C480.8 125.7 496 125.7 505.3 135.1C514.6 144.5 514.7 159.7 505.3 169L354.3 320L505.3 471C514.7 480.4 514.7 495.6 505.3 504.9C495.9 514.2 480.7 514.3 471.4 504.9L320.4 353.9L169.4 504.9C160 514.3 144.8 514.3 135.5 504.9C126.2 495.5 126.1 480.3 135.5 471L286.5 320L135.5 169z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
.modal .modal-header .btn-close:hover {
  opacity: 0.5;
}
.modal .modal-body {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding-bottom: 6rem;
  }
}
.modal .modal-body h2 {
  color: #106AA5;
  text-align: center;
}
.modal .modal-body .row {
  gap: 1.5rem;
}
.modal .modal-footer {
  justify-content: center;
  border: none;
  padding-bottom: 6rem;
}

.tooltip .tooltip-inner {
  background-color: #465152;
  border-radius: 20px;
  font-size: 0.75em;
}

.breadcrumb {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 0.875em;
  color: #C2C2C2;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb .breadcrumb-item a {
  color: #465152;
}

.multi-carousel .multi-carousel-inner {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .multi-carousel .multi-carousel-inner {
    overflow: visible;
  }
}
.multi-carousel .multi-carousel-inner .multi-carousel-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .multi-carousel .multi-carousel-inner .multi-carousel-item {
    margin-right: 1.5rem;
  }
}
.multi-carousel .multi-carousel-inner .multi-carousel-item img {
  max-height: none;
}
.multi-carousel .multi-carousel-inner .multi-carousel-item * {
  white-space: normal;
}
.multi-carousel [class*=carousel-control-] {
  width: 7%;
}
@media (max-width: 991.98px) {
  .multi-carousel [class*=carousel-control-] {
    display: none;
  }
}
.multi-carousel [class*=carousel-control-]:after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 200;
  color: #999999;
  font-size: 5rem;
}
.multi-carousel [class*=carousel-control-][class*=-icon] {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
}
.multi-carousel [class*=carousel-control-][class*=-icon]:before {
  width: 7rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.multi-carousel [class*=carousel-control-].carousel-control-prev-icon {
  justify-content: flex-end;
}
.multi-carousel [class*=carousel-control-].carousel-control-prev-icon:after {
  content: "\f060";
}
.multi-carousel [class*=carousel-control-].carousel-control-next-icon {
  justify-content: flex-start;
}
.multi-carousel [class*=carousel-control-].carousel-control-next-icon:after {
  content: "\f061";
}

.collapse-header {
  position: relative;
  background-color: #C7E8FA;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .collapse-header {
    padding: 1rem 2rem;
  }
}
.collapse-header .btn-text {
  color: #106AA5;
}
.collapse-header button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 4rem;
}
.collapse-header button .fa-angle-down, .collapse-header button .ico {
  margin: 0;
  transition: all 0.2s ease-in-out !important;
  color: #106AA5 !important;
  filter: none !important;
}
.collapse-header button[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}
.collapse-header button h4 {
  width: 60%;
  white-space: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .collapse-header button h4 {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .collapse-header button h4 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .collapse-header button h4 {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .collapse-header button h4 {
    width: 77%;
  }
}
@media (min-width: 1920px) {
  .collapse-header button h4 {
    width: 85%;
  }
}
.collapse-header .aux {
  position: absolute;
  right: 5rem;
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .collapse-header .aux {
    right: 6rem;
  }
}
.collapse-header + .collapse, .collapse-header + .collapsing {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .collapse-header + .collapse, .collapse-header + .collapsing {
    padding: 2rem;
  }
}

.accordion-flush .accordion-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #999999;
}
.accordion-flush .accordion-item + .accordion-item {
  margin-top: 1rem;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #323232;
  padding: 0;
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button h2,
.accordion-flush .accordion-item .accordion-button:not(.collapsed) h2 {
  color: #106AA5;
}
.accordion-flush .accordion-item .accordion-button h3,
.accordion-flush .accordion-item .accordion-button:not(.collapsed) h3 {
  padding-top: 0;
}
.accordion-flush .accordion-item .accordion-button .title,
.accordion-flush .accordion-item .accordion-button:not(.collapsed) .title {
  font-size: 1.125em;
  padding-top: 0.5rem;
}
.accordion-flush .accordion-item .accordion-button:after,
.accordion-flush .accordion-item .accordion-button:not(.collapsed):after {
  --mdb-accordion-btn-icon-width: 2.7rem;
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23106AA5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --mdb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23106AA5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  color: #106AA5;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) + .phone {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8ECF0 !important;
}
.accordion-flush .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-borderless .accordion-item:not(:first-child) {
  margin-top: 0.5rem;
}
.accordion-borderless .accordion-item .accordion-header {
  position: relative;
  display: block !important;
  opacity: 1 !important;
}
.accordion-borderless .accordion-item .aux {
  position: absolute;
  left: 1.5rem;
  bottom: -0.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transform: translateY(-50%);
  z-index: 200;
}
@media (min-width: 768px) {
  .accordion-borderless .accordion-item .aux {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 8rem;
  }
}
.accordion-borderless .accordion-item .aux .form-check {
  margin-left: 0;
  padding-bottom: 0.5rem;
}
.accordion-borderless .accordion-item .accordion-button,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  background-image: linear-gradient(to right, #FEEBE8, #F0F9FF);
  color: #323232;
  padding: 1rem 1.5rem 6rem 1.5rem;
  min-height: 7rem;
  border-radius: 10px;
  font-size: initial;
}
@media (min-width: 768px) {
  .accordion-borderless .accordion-item .accordion-button,
  .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .accordion-borderless .accordion-item .accordion-button,
  .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    padding: 0.5208333333vw 1.0416666667vw;
  }
}
@media (min-width: 1920px) {
  .accordion-borderless .accordion-item .accordion-button,
  .accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .accordion-borderless .accordion-item .accordion-button > div,
  .accordion-borderless .accordion-item .accordion-button:not(.collapsed) > div {
    padding-right: 15rem;
  }
}
.accordion-borderless .accordion-item .accordion-button .date,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) .date {
  font-size: 0.875em;
  font-weight: 600;
}
.accordion-borderless .accordion-item .accordion-button .title,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) .title {
  font-size: 1.125em;
  padding-top: 0.5rem;
}
.accordion-borderless .accordion-item .accordion-button:after,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed):after {
  --mdb-accordion-btn-icon-width: 2.7rem;
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23CAAC9A' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --mdb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23CAAC9A' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  color: #CAAC9A;
}
.accordion-borderless .accordion-item .accordion-button.read,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed).read {
  background: #F9F9F9;
}
.accordion-borderless .accordion-item .accordion-button.read .title, .accordion-borderless .accordion-item .accordion-button.read .date,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed).read .title,
.accordion-borderless .accordion-item .accordion-button:not(.collapsed).read .date {
  opacity: 0.5;
}
.accordion-borderless .accordion-body {
  background-color: #F9F9F9;
  margin-top: 0.5rem;
  padding: 1.5rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .accordion-borderless .accordion-body {
    padding: 0.78125vw 1.0416666667vw;
  }
}
@media (min-width: 1920px) {
  .accordion-borderless .accordion-body {
    padding: 1.5rem 2rem;
  }
}
.accordion-borderless .accordion-body:has(.datatable) {
  background-color: transparent;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .accordion-borderless .accordion-body:has(.datatable) {
    padding: 1.5rem;
  }
}

.list-group-light .list-group-item {
  padding: 0.5rem 0;
}
.list-group-light .list-group-item:not(:last-of-type) {
  border-bottom: 1px solid #E8ECF0 !important;
}
.list-group-light .list-group-item:first-child {
  padding-top: 0;
}
.list-group-light .list-group-item .form-check {
  margin-left: 0;
}

.ajax-loading {
  position: fixed;
  inset: 0;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.65);
  animation: none;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 10000;
  backdrop-filter: blur(5px);
}
.ajax-loading .dot-grow {
  background-color: #A2D9F7;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: calc(50% - 6rem / 2);
  left: calc(50% - 6rem / 2);
  animation: 0.75s linear infinite spinner-grow;
}
.ajax-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, 200%);
}

/* Typograph Rules */
[class*=fa-] {
  align-items: center;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, p, ul {
  margin-bottom: 0;
  text-transform: none;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, p a, ul a {
  text-decoration: none;
}
h1.no-after:after, .h1.no-after:after, h2.no-after:after, .h2.no-after:after, h3.no-after:after, .h3.no-after:after, h4.no-after:after, .h4.no-after:after, h5.no-after:after, .h5.no-after:after, p.no-after:after, ul.no-after:after {
  display: none;
}

h1, .h1 {
  font-size: 1.75em;
  color: #106AA5;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.125em;
    text-align: left;
  }
}

h2, .h2 {
  font-size: 1.25em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 1.5em;
    text-align: left;
  }
}
h2:not(:first-child), .h2:not(:first-child) {
  padding-top: 4.8309178744vw;
}
@media (min-width: 992px) {
  h2:not(:first-child), .h2:not(:first-child) {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  h2:not(:first-child), .h2:not(:first-child) {
    padding-top: 3rem;
  }
}
h2 + div, .h2 + div {
  margin-top: 1rem !important;
}

h3, .h3 {
  font-size: 1.125em;
  font-weight: 600;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.25em;
  }
}
h3:not(:first-child), .h3:not(:first-child) {
  padding-top: 4.8309178744vw;
}
@media (min-width: 992px) {
  h3:not(:first-child), .h3:not(:first-child) {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  h3:not(:first-child), .h3:not(:first-child) {
    padding-top: 3rem;
  }
}

h4, .h4 {
  font-size: 1.125em;
  font-weight: 600;
}

h5, .h5 {
  font-size: 1em;
  font-weight: 600;
}
h5:not(:first-child), .h5:not(:first-child) {
  padding-top: 3.6231884058vw;
}
@media (min-width: 992px) {
  h5:not(:first-child), .h5:not(:first-child) {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1920px) {
  h5:not(:first-child), .h5:not(:first-child) {
    padding-top: 1.5rem;
  }
}

a {
  color: inherit;
}
a[href^="tel:"] span {
  white-space: nowrap;
  line-height: 1.2;
  border-bottom: 1px dotted #323232;
}
a[href^="tel:"]:hover span {
  border-color: transparent !important;
}

p:not(:first-child) {
  margin-top: 1rem;
}

.text-lg {
  font-size: 1.125em;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-off {
  color: #C2C2C2 !important;
}

.text-red {
  color: #FC3D21 !important;
}

@media (min-width: 992px) {
  .footnote {
    font-size: 3rem;
  }
}

.legend {
  font-size: 1.5rem;
}

.highlight {
  display: inline-block;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-image: linear-gradient(to right, #FEEBE8, #F0F9FF);
}

.text-28 {
  font-size: 1.75em;
}

.fw-400,
.regular {
  font-weight: 400;
}

.fw-500,
.medium {
  font-weight: 500;
}

.fw-600,
.semibold {
  font-weight: 600;
}

.fw-700,
.bold {
  font-weight: 700;
}

.fw-900,
.black {
  font-weight: 900;
}

.text-off {
  color: #999999;
}

.text-red {
  color: #FC3D21;
}

.text-wht {
  color: #fff;
}
.text-wht li:before {
  background-color: #fff;
}

.text-no-transform {
  text-transform: none;
}

ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) {
  padding-left: 0.88em;
  margin-bottom: 0;
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group):not(:first-child) {
  margin-top: 1rem;
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) li {
  white-space: normal;
  padding: 0px 1rem;
  line-height: normal;
  width: 100%;
  margin-bottom: 0;
  list-style: none;
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) li:not(:first-child) {
  margin-top: 0.3333333333rem;
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) li:before {
  content: "";
  display: inline-block;
  width: 0.22em;
  height: 0.22em;
  border-radius: 100%;
  background-color: #000;
  margin-left: -0.22em;
  transform: translateX(-13px) translateY(-0.2em);
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) ul {
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 0;
}
ul:not(.navbar-nav):not(.pagination):not(.claro-toolbar-menu):not(.toolbar-menu):not(.sidenav-menu):not(.dropdown-menu):not(.list-group) ul li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1.5px;
  border-radius: 50%;
  background-color: #000;
  margin-left: -0.22em;
  transform: translateX(-13px) translateY(-0.3em);
}
ul.arrow li:before {
  content: "";
  display: block;
  border-radius: 0;
  background-color: transparent;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  max-width: 2.2rem;
  min-height: 2.2rem;
  max-height: 2.2rem;
  background-image: url("../images/ico-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  ul.arrow li:before {
    margin-top: 5px;
  }
}

ol {
  padding-left: 1.2rem;
}
ol li {
  margin-bottom: 2rem;
}

sup {
  font-size: 60%;
  top: -1em;
}

/* BUTTONS */
.btn-line {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.btn-line.flex-column {
  align-items: center;
}
.btn {
  font-size: 1.6rem;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 0.1rem;
  border-style: solid;
  box-shadow: none;
  text-decoration: none;
  text-transform: none;
  margin: 0;
  width: max-content;
  height: 4rem;
  line-height: 3.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.btn:not([class*=btn-icon-]) {
  border-radius: 4rem;
  padding: 0 2rem;
  background-image: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  box-shadow: none !important;
}
.mob .btn {
  transition: all 0s;
}
.btn [class*=fa-], .btn .ico {
  margin-right: 1rem;
  font-size: 2rem;
  width: 2.3rem;
  min-width: 2.3rem;
  height: 2.3rem;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.btn [class*=fa-]:has(~ .screen-reader-text), .btn [class*=fa-].fa-bars, .btn [class*=fa-].fa-xmark, .btn .ico:has(~ .screen-reader-text), .btn .ico.fa-bars, .btn .ico.fa-xmark {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .btn [class*=fa-]:has(~ .dsk-only), .btn .ico:has(~ .dsk-only) {
    margin-right: 0;
  }
}
.btn.disabled [class*=fa-] {
  color: #999999;
}
.btn-primary {
  border-color: #106AA5;
  background-color: #106AA5;
  color: #fff;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  border-color: #106AA5;
  background-color: #106AA5;
  color: #fff;
}
.mob .btn-primary:active, .mob .btn-primary:focus, .mob .btn-primary:focus-within {
  border-color: #106AA5;
  background-color: #106AA5;
  color: #fff;
}
.btn-primary:not(:hover) .ico {
  filter: brightness(100) saturate(100%);
}
.btn-primary:hover {
  border-color: #A2D9F7 !important;
  background-color: #A2D9F7 !important;
  color: #106AA5 !important;
}
.btn-primary:hover .ico {
  filter: none;
}
.btn-primary:has([class*=fa-]) {
  padding-right: 2rem;
}
.btn-primary [class*=fa-] {
  margin-bottom: 0.2rem;
  color: inherit !important;
}
.btn-primary .ico {
  filter: brightness(100) saturate(100%);
}
.btn-secondary {
  border-color: #106AA5;
  background-color: #fff;
  color: #106AA5;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  border-color: #106AA5;
  background-color: #fff;
  color: #106AA5;
}
.mob .btn-secondary:active, .mob .btn-secondary:focus, .mob .btn-secondary:focus-within {
  border-color: #106AA5;
  background-color: #A2D9F7;
  color: #106AA5;
}
.btn-secondary:hover {
  border-color: #A2D9F7;
  background-color: #fff;
  color: #106AA5;
}
.btn-text, .btn-link {
  border: none;
  border-radius: 0 !important;
  background: none !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #323232;
}
.btn-text [class*=fa-], .btn-link [class*=fa-] {
  color: #106AA5;
}
.btn-text[disabled=true] [class*=fa-], .btn-link[disabled=true] [class*=fa-] {
  color: #999999;
}
.btn-text:hover:not(.active), .btn-link:hover:not(.active) {
  color: #323232;
  background-color: transparent !important;
}
.btn-text:hover:not(.active) [class*=fa-], .btn-link:hover:not(.active) [class*=fa-] {
  color: #323232;
}
.btn-text:hover:not(.active) [class*=ico-], .btn-link:hover:not(.active) [class*=ico-] {
  filter: grayscale(100%) brightness(0);
}
.btn-text.btn-danger, .btn-link.btn-danger {
  color: #FC3D21;
}
.btn-text.btn-danger [class*=fa-], .btn-link.btn-danger [class*=fa-] {
  color: #FC3D21;
}
.mobile-mode .btn-text.btn-mob-compact, .mobile-mode .btn-link.btn-mob-compact {
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
}
.mobile-mode .btn-text.btn-mob-compact:has(.ico-doc-eye), .mobile-mode .btn-link.btn-mob-compact:has(.ico-doc-eye) {
  font-size: 1.3rem;
}
.mobile-mode .btn-text.btn-mob-compact [class*=fa-], .mobile-mode .btn-text.btn-mob-compact .ico, .mobile-mode .btn-link.btn-mob-compact [class*=fa-], .mobile-mode .btn-link.btn-mob-compact .ico {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.btn-inv {
  color: #fff;
}
.btn-inv [class*=fa-] {
  color: #fff;
}
.btn-inv:hover:not(.active) {
  color: #C7E8FA;
  background-color: transparent !important;
}
.btn-inv:hover:not(.active) [class*=fa-] {
  color: #C7E8FA;
}
.btn-cta {
  border-color: #FC3D21;
  background-color: #FC3D21;
  color: #fff;
  height: 4.6rem;
  line-height: 4.4rem;
  padding: 0 3rem !important;
}
.btn-cta:active, .btn-cta:focus, .btn-cta:focus-within {
  border-color: #FC3D21;
  background-color: #fff;
  color: #FC3D21;
}
.mob .btn-cta:active, .mob .btn-cta:focus, .mob .btn-cta:focus-within {
  border-color: #FC3D21;
  background-color: #fff;
  color: #FC3D21;
}
.btn-cta:hover {
  border-color: #FC3D21;
  background-color: #fff;
  color: #FC3D21;
}
.btn-cta:has([class*=fa-]) {
  padding-right: 2rem;
}
.btn-cta [class*=fa-] {
  margin-bottom: 0.2rem;
}
.btn[class*=btn-icon-] {
  border-width: 0;
  line-height: 4rem;
}
.btn-close {
  background-image: none;
}
.btn-close:after {
  font-family: "Font Awesome 7 Pro";
  transition: all 0.2s ease;
  color: inherit;
  font-size: 2rem;
  align-items: center;
  line-height: normal;
  font-weight: 300;
  content: "\f00d";
  border: none;
  color: #106AA5 !important;
}
@media (max-width: 575.98px) {
  .btn-wide-mob {
    width: 90%;
  }
  .btn-wide-mob > .ico, .btn-wide-mob > [class*=fa-] {
    position: absolute;
    left: 2rem;
  }
  .btn-wide-mob > .btn {
    width: 100%;
  }
  .btn-wide-mob > .btn > .ico, .btn-wide-mob > .btn > [class*=fa-] {
    position: absolute;
    left: 2rem;
  }
  .btn-wide-mob > .btn:after {
    position: absolute;
    right: 2rem;
  }
}

.timepicker-button {
  background-color: #106AA5;
  --mdb-timepicker-button-font-size: initial;
  font-size: inherit;
  height: 7rem;
  width: 7rem;
}

.vstack .btn-text {
  max-width: 100%;
}
.vstack .btn-text span {
  white-space: normal;
  line-height: 1.2;
  text-align: left;
}

.top-bar {
  background-color: #EEEEEE;
  height: 4rem;
}
.top-bar .socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .socials .btn {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .top-bar .socials .btn:nth-child(2) {
    margin-left: 3rem;
  }
}

.special-bar {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex !important;
}
.special-mode .special-bar {
  transition: height 0.3s ease;
  opacity: 1;
  height: 4rem;
}
.special-bar .row {
  justify-content: center;
}
.special-bar .row > div {
  display: flex;
  align-items: center;
}
.special-bar .row > div span:first-child {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .special-bar .row > div span:first-child {
    display: none;
  }
}
.special-bar .row > div span.fs:after {
  content: "16px";
  width: auto;
  height: auto;
}
.fs-16 .special-bar .row > div span.fs:after {
  content: "16px";
}
.fs-18 .special-bar .row > div span.fs:after {
  content: "18px";
}
.fs-20 .special-bar .row > div span.fs:after {
  content: "20px";
}
.fs-22 .special-bar .row > div span.fs:after {
  content: "22px";
}
.fs-24 .special-bar .row > div span.fs:after {
  content: "24px";
}
.special-bar .row > div .btn {
  margin-left: 1rem;
}
.special-bar .row > div .btn:not(.active) {
  opacity: 0.5;
}
.special-bar .row > div .btn + span, .special-bar .row > div .btn + .btn {
  margin-left: 0.3333333333rem;
}
.special-bar .row > div .btn i {
  margin-right: 0;
}

/* HEADER */
.logo-main {
  width: 42.0560747664vw;
  max-width: 27rem;
}
@media (min-width: 992px) {
  .logo-main {
    width: 14.0625vw;
  }
}
.logo-main:after {
  width: 0;
  height: 0;
  margin-top: 58.5%;
}
.logo-main {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256.318' height='149.838' viewBox='0 0 256.318 149.838'%3E%3Cg id='logo-main' transform='translate(-0.507)'%3E%3Cpath id='Path_51' data-name='Path 51' d='M36.369,20.625a1.939,1.939,0,0,1,1.482-.4,20.849,20.849,0,0,1,4.385.723c1.011.274,1.909.24,1.9.86-.116.639-1.284,2.633-1.658,3.891a27.144,27.144,0,0,1-1.263,3.5c-.47.744-.812.766-1.241,1.854-.628,1.486-1.851,1.532-2.208.561-.413-.992-.955-1.9-.6-2.393.87-1.215,1.293-1.215,1.11-3.256A11.123,11.123,0,0,0,36.6,22.084c-.229-.284-.5-1.131-.229-1.457Zm-9.441,5.81a6.786,6.786,0,0,0-.088,1.251,6.194,6.194,0,0,0-.767-1.652,15.8,15.8,0,0,1-1.509-3.569c-.241-.929-.428-1.812-.428-1.812a4.279,4.279,0,0,0,1.283,1.188,8.677,8.677,0,0,1,1.794,2.414s-.143.917-.285,2.181Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_52' data-name='Path 52' d='M38.278,25.961c.183,2.041-.241,2.041-1.11,3.256-.358.492.184,1.4.6,2.393.357.971,1.806,1.244,2.351-.22.515-1.126,1.809-4.452,2.36-5.688.5-1.2,1.541-3.251,1.658-3.891.011-.62-.841-.763-1.766-.988a32.408,32.408,0,0,0-4.518-.595,1.945,1.945,0,0,0-1.483.4c-.268.326,0,1.173.229,1.457a11.123,11.123,0,0,1,1.682,3.878Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_53' data-name='Path 53' d='M25.42,21.842a4.256,4.256,0,0,1-1.283-1.188s.187.883.428,1.812a15.714,15.714,0,0,0,1.509,3.569,6.189,6.189,0,0,1,.767,1.652,6.786,6.786,0,0,1,.088-1.251c.142-1.265.284-2.18.284-2.18a8.7,8.7,0,0,0-1.793-2.414Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_54' data-name='Path 54' d='M49.43,88.47c-1.4.911-9.957,7.036-12.85-2.186-1.291-4.08,1.5-8.708,4.145-13.79,4.485-8.6,6.906-21,6.167-35.3-.727-14.344,3.361-21.624,3.237-21.8-.346-.495-4.75-.956-8.822-.286A47.4,47.4,0,0,0,32.2,18S26.629,10.69,21.916,7.642A53.063,53.063,0,0,0,3.117,0,24.587,24.587,0,0,1,5.663,11.362c0,8.909-4.17,23.02-5.156,36.161v9.893C3.115,85,26.7,95.891,38.777,98.6l.138-.618C28.276,94.725,8.09,82.4,4.241,54.217c-1.17-8.485-.272-19.979,1.739-32.362A69.043,69.043,0,0,0,6.133,3.18s7.748,3.247,12.361,15.509c5.983,15.909,7.678,28.67,6.72,40.5a83.692,83.692,0,0,0,.6,16.864s.937-.177,1.162-.241a40.368,40.368,0,0,1-1.109-7.931c-.427-4.539,1.056-10.167,2.565-12.317,2.24-3.31,3.746-2.679,4.672-3.6,1.566-2.409.7-4.636.116-6.148-.6-1.61-1.668-2.233-4.245-5.919a44.959,44.959,0,0,1-3.761-5.958,34.614,34.614,0,0,1-4.524-13.7,5.472,5.472,0,0,1,.512-2.994,1.347,1.347,0,0,1,1.054-.935c1.565-.074,4.03,2.923,4.613,3.648.6.763,1.254,1.447,1.254,1.447a4.888,4.888,0,0,1,2.637-2.025,23.177,23.177,0,0,1,4.884-.883c1.223-.092,4.055-.29,6.846-.272,2.463.007,4.033.181,4.4.535.37.37.455,1.754.029,4.417-.114.756-.257,1.478-.4,2.112-.885,3.515-2.392,8.454-2.552,9.339-.187.836.922,2.817,1.6,3.611.654.811.753.9.868,1.364.356,2.978-2.266,3.632-2.266,4.381a33.714,33.714,0,0,1-1.138,15.331C39.172,71.1,30.714,77.155,30.47,85.638c-.184,7.586,8.574,7.625,11.551,7.415,1.251-.093,3.616-.91,3.644.345.1,1.461,0,6.1,0,6.1a26.8,26.8,0,0,1-14.8-.354c-6.893-2.352-14.912-7.619-20.818-7.757-.046.118-.142.5-.358.556,6.349.293,13.842,7.343,23.556,10.651,6.023,2.027,14.027.812,16.216.134L49.422,88.47Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M87.368,33.617c.686,0,1.4-.118,2.195-.155V67.286c-.8-.043-1.51-.156-2.195-.156-.714,0-1.494.113-2.176.156V50.275c-3.577-.1-7.006-.23-10.53-.23-3.488,0-6.889.13-10.5.23v17.01c-.808-.043-1.522-.156-2.176-.156-.785,0-1.51.113-2.208.156V33.462c.7.036,1.422.155,2.208.155.654,0,1.368-.118,2.176-.155v14.2c3.6.109,7.112.237,10.5.237,3.524,0,6.953-.128,10.53-.237v-14.2C85.874,33.5,86.654,33.617,87.368,33.617Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M120.121,34.755C116.362,47.2,103.5,59.3,103.5,59.3h-.53V33.464c-.623.036-1.693.155-2.205.155a10.743,10.743,0,0,1-2.178-.155V67.287h1.5c.541-.685,16.491-16.285,20.835-32.2A1.58,1.58,0,0,1,120.121,34.755Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M127.628,33.462,107.105,63.186l.455.437,17.364-23.335h.5v27c.542-.043,1.739-.156,2.206-.156.485,0,1.756.113,2.181.156V33.462Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_58' data-name='Path 58' d='M181.32,72.659c-3.8,12.46-16.665,24.508-16.665,24.508h-.484V71.373c-.667.057-1.736.131-2.206.131a12.525,12.525,0,0,1-2.18-.131v33.813h1.492c.544-.66,16.538-16.3,20.839-32.192a1.792,1.792,0,0,1-.8-.335Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_59' data-name='Path 59' d='M188.964,71.373l-20.506,29.688.429.455,17.4-23.316h.487v26.986c.5-.046,1.722-.143,2.189-.143.487,0,1.739.1,2.209.143V71.373h-2.207Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_60' data-name='Path 60' d='M147.153,48.489c3.987,4.568,8.287,8.92,12.131,13.592l4.035,4.972v.234c-.983-.043-1.853-.156-2.738-.156-.955,0-1.892.113-2.786.156a55.057,55.057,0,0,0-3.422-4.511l-10.95-12.6c-.184-.187-.811-.346-.811-.13V67.288c-.8-.043-1.5-.156-2.21-.156-.727,0-1.51.113-2.178.156V33.465c.666.036,1.451.155,2.178.155.708,0,1.41-.118,2.21-.155V48.744c.066.3.767.1,1.268-.3a33.452,33.452,0,0,0,2.634-2.411l12.273-12.571c.64.036,1.3.155,2.011.155.584,0,1.238-.118,1.935-.155l-11.31,10.8-4.27,4.224Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_61' data-name='Path 61' d='M179.465,39.216l5.53,12.635H174ZM196.2,67.286,181.233,32.713h-1.14L164.532,67.286c.554-.043,1.078-.156,1.735-.156.6,0,1.166.113,1.852.156,1.362-4.661,3.188-8.992,4.909-13.337h12.724c1.963,4.494,3.771,9.237,5.239,13.337.84-.043,1.637-.156,2.621-.156.88,0,1.635.113,2.591.156Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_62' data-name='Path 62' d='M122.846,104.869c-.784-.043-1.513-.158-2.209-.158-.745,0-1.47.113-2.179.158V73.5c-3.565-.1-7-.135-10.469-.135s-6.961.035-10.535.135v31.365c-.8-.043-1.484-.158-2.184-.158-.767,0-1.517.113-2.208.158V71.036h29.784Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_63' data-name='Path 63' d='M136.242,87.418V72.962a64.544,64.544,0,0,1,7.181.039c3.962.368,5.638,3.029,5.638,6.394,0,4.4-2.877,7.513-7.875,8.024a27.544,27.544,0,0,1-4.944,0Zm0,17.451V89.338a35.243,35.243,0,0,0,6.748-.1c7.041-1.376,10.7-4.1,10.7-10.084s-3.2-8.116-12.89-8.116h-8.94v33.833c.7-.043,1.457-.157,2.237-.157.68,0,1.39.113,2.145.157Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_64' data-name='Path 64' d='M227.875,71.186c.683,0,1.393-.085,2.192-.15v33.833c-.8-.043-1.51-.158-2.192-.158-.739,0-1.5.113-2.194.158V87.86c-3.519-.106-6.994-.256-10.5-.256-3.464,0-6.935.15-10.495.256v17.009c-.8-.043-1.541-.158-2.21-.158-.755,0-1.48.113-2.179.158V71.036c.7.065,1.423.15,2.179.15.669,0,1.409-.085,2.21-.15v14.2c3.56.089,7.063.24,10.495.24,3.5,0,6.976-.15,10.5-.24v-14.2C226.377,71.1,227.137,71.186,227.875,71.186Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_65' data-name='Path 65' d='M256.822,71.036c-.026.561-.139.993-.139,1.491,0,.474.112.978.139,1.491a29.485,29.485,0,0,0-4.485-.574l-5.012-.074h-3.83v31.457c-.784-.07-1.495-.113-2.192-.113a21.7,21.7,0,0,0-2.178.113V71.036h17.7Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_66' data-name='Path 66' d='M73.81,103.673c-11.635.246-13.71-17.566-3.276-22.173a2.977,2.977,0,0,1-.34-1.454C63.7,83.23,61.208,93.177,63.956,99.581c-1.865-2.253-2.878-5.67-2.679-10.88.343-8.4,5.34-16.519,14.51-16.519a13.465,13.465,0,0,1,9.542,4.25l.344-.043a20.433,20.433,0,0,1,1.026-3.81,27.522,27.522,0,0,0-10.71-2.272c-10.511,0-18.814,6.324-18.814,17.447,0,10.831,6.593,17.69,17.573,17.69,3.789,0,7.878-.731,11.024-2.8L86,99.525a19.488,19.488,0,0,1-10.083,4.059c-.869.091-2.05.063-2.11.091Z' fill='%23126aa4' fill-rule='evenodd'/%3E%3Cpath id='Path_67' data-name='Path 67' d='M18.238,129l.138,1.832a8.792,8.792,0,0,1-2.793.463,6.712,6.712,0,0,1-2.164-.347,5.207,5.207,0,0,1-1.8-1.042A4.755,4.755,0,0,1,10.4,128.18a5.952,5.952,0,0,1-.434-2.34,6.127,6.127,0,0,1,.414-2.3,4.876,4.876,0,0,1,1.2-1.768,5.206,5.206,0,0,1,1.9-1.122,7.584,7.584,0,0,1,2.5-.387,7.9,7.9,0,0,1,2.39.369l-.093,1.85a5.681,5.681,0,0,0-2.143-.4,4.413,4.413,0,0,0-1.986.436A3.241,3.241,0,0,0,12.78,123.8a3.885,3.885,0,0,0-.5,2.014,3.8,3.8,0,0,0,.54,2.121,3.054,3.054,0,0,0,1.378,1.182,4.482,4.482,0,0,0,1.786.36A5.355,5.355,0,0,0,18.235,129Z' fill='%23126aa4'/%3E%3Cpath id='Path_68' data-name='Path 68' d='M20.066,120.387H26.51v1.91H22.256v2.434h3.867v1.77H22.256v2.757h4.255v1.91H20.066Z' fill='%23126aa4'/%3E%3Cpath id='Path_69' data-name='Path 69' d='M27.513,120.387h8.422v1.91H32.82v8.871H30.63V122.3H27.513Z' fill='%23126aa4'/%3E%3Cpath id='Path_70' data-name='Path 70' d='M39.433,120.387v4.035h1.513a4.879,4.879,0,0,1,2.318.479,2.921,2.921,0,0,1,1.275,1.217,3.369,3.369,0,0,1,.383,1.569,3.809,3.809,0,0,1-.237,1.362,3,3,0,0,1-.72,1.1,3.393,3.393,0,0,1-1.269.747,5.513,5.513,0,0,1-1.817.272H37.243v-10.78Zm0,5.729v3.357h1.446A1.8,1.8,0,0,0,42.2,129a1.62,1.62,0,0,0,.483-1.207,1.8,1.8,0,0,0-.421-1.157,1.913,1.913,0,0,0-1.552-.521Z' fill='%23126aa4'/%3E%3Cpath id='Path_71' data-name='Path 71' d='M59.509,131.168H57.427l-2.62-7.7-.5-1.542h-.046l.031,1.666v7.577H52.1V120.387h3.7l2.156,6.269.478,1.908h.046l.478-1.908,2.16-6.269h3.7v10.781H62.636v-7.577l.031-1.666H62.62l-.494,1.542Z' fill='%23126aa4'/%3E%3Cpath id='Path_72' data-name='Path 72' d='M66.985,120.387h6.444v1.91H69.175v2.434h3.867v1.77H69.175v2.757H73.43v1.91H66.985Z' fill='%23126aa4'/%3E%3Cpath id='Path_73' data-name='Path 73' d='M77.055,120.387h7.03v8.87h1.233v4.173H83.159v-2.263h-6.49v2.263H74.51v-4.173h1.236a8.74,8.74,0,0,0,1.213-3.551,16.911,16.911,0,0,0,.1-1.871v-3.448Zm4.84,1.91h-2.76v1.538q0,1.17-.07,2.01a9.064,9.064,0,0,1-.314,1.7,7.588,7.588,0,0,1-.727,1.712H81.9Z' fill='%23126aa4'/%3E%3Cpath id='Path_74' data-name='Path 74' d='M86.707,120.387H88.9v5.542l-.046,2.62H88.9l.771-1.57,3.779-6.592h2.619v10.781H93.875v-5.56l.049-2.6h-.049l-.738,1.632-3.81,6.531h-2.62Z' fill='%23126aa4'/%3E%3Cpath id='Path_75' data-name='Path 75' d='M98.223,120.387h2.188v8.871h4.379v-8.871h2.19v8.871h1.248v4.128h-1.989v-2.218H98.223Z' fill='%23126aa4'/%3E%3Cpath id='Path_76' data-name='Path 76' d='M109.616,120.387h2.189v5.542l-.046,2.62h.046l.771-1.57,3.779-6.592h2.618v10.781h-2.188v-5.56l.049-2.6h-.049l-.738,1.632-3.811,6.531h-2.62Z' fill='%23126aa4'/%3E%3Cpath id='Path_77' data-name='Path 77' d='M121.132,120.387h2.189v4.344H127.7v-4.344h2.19v10.781H127.7V126.5h-4.379v4.667h-2.189Z' fill='%23126aa4'/%3E%3Cpath id='Path_78' data-name='Path 78' d='M139.928,129l.138,1.832a8.793,8.793,0,0,1-2.793.463,6.718,6.718,0,0,1-2.165-.347,5.211,5.211,0,0,1-1.8-1.042,4.751,4.751,0,0,1-1.213-1.722,5.936,5.936,0,0,1-.434-2.34,6.131,6.131,0,0,1,.414-2.3,4.876,4.876,0,0,1,1.2-1.768,5.2,5.2,0,0,1,1.9-1.122,7.585,7.585,0,0,1,2.5-.387,7.9,7.9,0,0,1,2.39.369l-.093,1.85a5.682,5.682,0,0,0-2.144-.4,4.408,4.408,0,0,0-1.985.436,3.243,3.243,0,0,0-1.376,1.277,3.893,3.893,0,0,0-.5,2.014,3.8,3.8,0,0,0,.54,2.121,3.053,3.053,0,0,0,1.378,1.182,4.478,4.478,0,0,0,1.786.36,5.356,5.356,0,0,0,2.251-.478Z' fill='%23126aa4'/%3E%3Cpath id='Path_79' data-name='Path 79' d='M141.757,120.387h2.19V125h.047l3.9-4.609h2.6l-4.5,4.883,4.782,5.9H148l-4.007-5.358h-.047v5.358h-2.19Z' fill='%23126aa4'/%3E%3Cpath id='Path_80' data-name='Path 80' d='M151.966,120.387h2.189v5.542l-.046,2.62h.046l.771-1.57,3.78-6.592h2.617v10.781h-2.188v-5.56l.049-2.6h-.049l-.738,1.632-3.811,6.531h-2.62Z' fill='%23126aa4'/%3E%3Cpath id='Path_81' data-name='Path 81' d='M163.036,120.387h2.589l1.727,3.007.494.9h.046l.493-.9,1.773-3.007h2.389l-3.282,5.145,3.607,5.636h-2.591l-2.066-3.418-.463-.831h-.046l-.461.831-2.144,3.418h-2.39l3.606-5.636Z' fill='%23126aa4'/%3E%3Cpath id='Path_82' data-name='Path 82' d='M179.67,120.387h2.19v8.871h4.377v-8.871h2.19v8.871h1.249v4.128h-1.99v-2.218H179.67Z' fill='%23126aa4'/%3E%3Cpath id='Path_83' data-name='Path 83' d='M191.064,120.387h6.443v1.91h-4.255v2.434h3.867v1.77h-3.867v2.757h4.255v1.91h-6.443Z' fill='%23126aa4'/%3E%3Cpath id='Path_84' data-name='Path 84' d='M199.36,120.387h2.189v4.344h4.378v-4.344h2.189v10.781h-2.189V126.5h-4.378v4.667H199.36Z' fill='%23126aa4'/%3E%3Cpath id='Path_85' data-name='Path 85' d='M209.425,120.387h8.421v1.91h-3.115v8.871h-2.19V122.3h-3.116Z' fill='%23126aa4'/%3E%3Cpath id='Path_86' data-name='Path 86' d='M219.156,120.387h3.193q2.379,0,3.261,1.081a3.574,3.574,0,0,1,.884,2.292,3.364,3.364,0,0,1-.416,1.627,3.13,3.13,0,0,1-1.266,1.25,4.137,4.137,0,0,1-2.064.48h-1.4v4.05h-2.189Zm2.189,5.036h1a1.794,1.794,0,0,0,1.352-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.84,1.84,0,0,0-1.391-.464h-1Z' fill='%23126aa4'/%3E%3Cpath id='Path_87' data-name='Path 87' d='M233.092,120.265a5.689,5.689,0,0,1,2.72.639,4.556,4.556,0,0,1,1.885,1.886,6.873,6.873,0,0,1,0,5.974,4.552,4.552,0,0,1-1.885,1.889,6.117,6.117,0,0,1-5.444,0,4.575,4.575,0,0,1-1.881-1.888,6.866,6.866,0,0,1,0-5.975,4.559,4.559,0,0,1,1.881-1.886A5.7,5.7,0,0,1,233.092,120.265Zm0,1.539a3.16,3.16,0,0,0-1.363.32,2.643,2.643,0,0,0-1.138,1.2,6.589,6.589,0,0,0,0,4.9,2.648,2.648,0,0,0,1.138,1.2,3.128,3.128,0,0,0,1.363.32,3.187,3.187,0,0,0,1-.164,2.515,2.515,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,6.016,6.016,0,0,0,.284-1.994,5.247,5.247,0,0,0-.472-2.449,2.644,2.644,0,0,0-1.141-1.2,3.148,3.148,0,0,0-1.366-.32Z' fill='%23126aa4'/%3E%3Cpath id='Path_88' data-name='Path 88' d='M240.151,120.387H243.7a7.084,7.084,0,0,1,1.526.172,3.033,3.033,0,0,1,1.428.767,2.247,2.247,0,0,1,.637,1.722,2.4,2.4,0,0,1-.534,1.694,2.807,2.807,0,0,1-1.223.788v.031a2.687,2.687,0,0,1,1.625.826,2.45,2.45,0,0,1,.643,1.746,3.11,3.11,0,0,1-.338,1.389,2.755,2.755,0,0,1-1.281,1.163,5.869,5.869,0,0,1-2.621.482h-3.407v-10.78Zm2.189,1.694v2.68h1.067a1.649,1.649,0,0,0,1.321-.431,1.409,1.409,0,0,0,.357-.906,1.37,1.37,0,0,0-.363-.923,1.832,1.832,0,0,0-1.41-.418h-.97Zm0,4.374v3.019h1.219a2.633,2.633,0,0,0,1.053-.189,1.463,1.463,0,0,0,.653-.532,1.427,1.427,0,0,0,.22-.789q0-1.509-1.927-1.509Z' fill='%23126aa4'/%3E%3Cpath id='Path_89' data-name='Path 89' d='M62.987,138.932h2.189v5.541l-.046,2.62h.046l.771-1.57,3.779-6.591h2.618v10.78H70.156v-5.559l.049-2.6h-.049l-.738,1.633-3.811,6.53h-2.62Z' fill='%23126aa4'/%3E%3Cpath id='Path_90' data-name='Path 90' d='M81.133,138.932h7.091v10.779H86.035V140.84H83.183v2.154q0,1.869-.079,3.013a7.741,7.741,0,0,1-.378,2.011,2.7,2.7,0,0,1-.943,1.343,2.88,2.88,0,0,1-1.747.473,6.072,6.072,0,0,1-1.046-.124l.094-1.71a3.368,3.368,0,0,0,.583.079,1.192,1.192,0,0,0,1.187-1.021,10.552,10.552,0,0,0,.293-2.8q0-.327-.007-.939c-.006-.411-.007-.7-.007-.878Z' fill='%23126aa4'/%3E%3Cpath id='Path_91' data-name='Path 91' d='M93.836,138.932h2.5l4.283,10.779H98.155l-.912-2.418H92.79l-.909,2.418H89.535Zm-.351,6.575H96.6l-1.586-4.4h-.033l-1.494,4.4Z' fill='%23126aa4'/%3E%3Cpath id='Path_92' data-name='Path 92' d='M101.93,138.932h6.906v1.909h-4.718v2.249h1.757a4.449,4.449,0,0,1,2.241.5,2.914,2.914,0,0,1,1.229,1.289,3.93,3.93,0,0,1,.371,1.691,3.112,3.112,0,0,1-.208,1.109,2.875,2.875,0,0,1-.658,1.011,3.292,3.292,0,0,1-1.2.743,5.087,5.087,0,0,1-1.774.282H101.93V138.933Zm2.19,5.852v3.234h1.356a2.8,2.8,0,0,0,1.324-.32,1.692,1.692,0,0,0,0-2.592,2.772,2.772,0,0,0-1.324-.321H104.12Z' fill='%23126aa4'/%3E%3Cpath id='Path_93' data-name='Path 93' d='M116.622,138.809a5.693,5.693,0,0,1,2.721.639,4.562,4.562,0,0,1,1.884,1.887,6.871,6.871,0,0,1,0,5.973,4.55,4.55,0,0,1-1.884,1.889,6.119,6.119,0,0,1-5.445,0,4.57,4.57,0,0,1-1.881-1.888,6.873,6.873,0,0,1,0-5.974,4.567,4.567,0,0,1,1.881-1.887,5.705,5.705,0,0,1,2.724-.639Zm0,1.539a3.14,3.14,0,0,0-1.362.321,2.63,2.63,0,0,0-1.138,1.2,6.576,6.576,0,0,0,0,4.9,2.633,2.633,0,0,0,1.138,1.2,3.121,3.121,0,0,0,1.362.32,3.186,3.186,0,0,0,1-.164,2.5,2.5,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,5.99,5.99,0,0,0,.284-1.994,5.247,5.247,0,0,0-.472-2.449,2.641,2.641,0,0,0-1.141-1.2,3.141,3.141,0,0,0-1.365-.321Z' fill='%23126aa4'/%3E%3Cpath id='Path_94' data-name='Path 94' d='M123.681,138.932h3.194q2.378,0,3.26,1.081a3.564,3.564,0,0,1,.884,2.291,3.368,3.368,0,0,1-.415,1.627,3.139,3.139,0,0,1-1.267,1.25,4.134,4.134,0,0,1-2.064.48h-1.4v4.05h-2.19Zm2.19,5.035h1a1.793,1.793,0,0,0,1.351-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.843,1.843,0,0,0-1.39-.464h-1Z' fill='%23126aa4'/%3E%3Cpath id='Path_95' data-name='Path 95' d='M136.168,138.932h2.5l4.282,10.779h-2.464l-.912-2.418h-4.453l-.909,2.418h-2.346Zm-.351,6.575h3.111l-1.586-4.4h-.033l-1.494,4.4Z' fill='%23126aa4'/%3E%3Cpath id='Path_96' data-name='Path 96' d='M143.411,138.932h8.424v1.909h-3.117v8.871h-2.19v-8.871h-3.117Z' fill='%23126aa4'/%3E%3Cpath id='Path_97' data-name='Path 97' d='M158.045,138.809a5.689,5.689,0,0,1,2.72.639,4.551,4.551,0,0,1,1.884,1.887,6.862,6.862,0,0,1,0,5.973,4.538,4.538,0,0,1-1.884,1.889,6.117,6.117,0,0,1-5.444,0,4.57,4.57,0,0,1-1.881-1.888,6.864,6.864,0,0,1,0-5.974,4.561,4.561,0,0,1,1.881-1.887,5.7,5.7,0,0,1,2.724-.639Zm0,1.539a3.147,3.147,0,0,0-1.363.321,2.64,2.64,0,0,0-1.138,1.2,6.589,6.589,0,0,0,0,4.9,2.638,2.638,0,0,0,1.138,1.2,3.128,3.128,0,0,0,1.363.32,3.188,3.188,0,0,0,1-.164,2.5,2.5,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,6.016,6.016,0,0,0,.284-1.994,5.234,5.234,0,0,0-.473-2.449,2.64,2.64,0,0,0-1.14-1.2,3.149,3.149,0,0,0-1.366-.321Z' fill='%23126aa4'/%3E%3Cpath id='Path_98' data-name='Path 98' d='M165.1,138.932h3.2q2.379,0,3.261,1.081a3.57,3.57,0,0,1,.884,2.291,3.358,3.358,0,0,1-.416,1.627,3.13,3.13,0,0,1-1.266,1.25,4.134,4.134,0,0,1-2.064.48h-1.4v4.05h-2.2Zm2.189,5.035h1a1.794,1.794,0,0,0,1.352-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.844,1.844,0,0,0-1.391-.464h-1Z' fill='%23126aa4'/%3E%3Cpath id='Path_99' data-name='Path 99' d='M174.138,138.932h2.189v5.541l-.047,2.62h.047l.77-1.57,3.781-6.591H183.5v10.78h-2.188v-5.559l.048-2.6h-.048l-.737,1.633-3.812,6.53h-2.62Z' fill='%23126aa4'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M185.654,138.932h2.19v5.541l-.046,2.62h.046l.771-1.57,3.779-6.591h2.618v10.779h-2.19v-5.56l.049-2.6h-.049l-.738,1.633-3.811,6.529h-2.62V138.932Zm6.292-3.157,1.126.6a3.162,3.162,0,0,1-5.707,0l1.126-.6a1.99,1.99,0,0,0,3.455,0Z' fill='%23126aa4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.logo-main img {
  width: 42.0560747664vw;
  max-width: 27rem;
}
@media (min-width: 992px) {
  .logo-main img {
    width: 14.0625vw;
  }
}

.header {
  padding-top: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
  flex: 0 0 auto;
}
.not-authorized .header {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.header .btn:has(.fa-bars) {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
}
.header .btn:has(.fa-bars) [class*=fa-] {
  font-size: 2.4rem !important;
}
@media (min-width: 992px) {
  .header .btn:has(.fa-bars) {
    display: none;
  }
}
.header .btn:has(.fa-bars) .fa-xmark {
  display: none;
}
.header .btn:has(.fa-bars)[aria-expanded=false] .fa-xmark {
  display: none;
}
.header .btn:has(.fa-bars)[aria-expanded=true] .fa-bars {
  display: none;
}
.header .btn:has(.fa-bars)[aria-expanded=true] .fa-xmark {
  display: flex;
}
.header .hashtag, .header .user-area {
  display: flex;
  align-items: center;
  font-size: 2.8037383178vw;
}
@media (min-width: 992px) {
  .header .hashtag, .header .user-area {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1920px) {
  .header .hashtag, .header .user-area {
    font-size: 1.8rem;
  }
}
.header .hashtag {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  body.not-authorized .header .hashtag {
    padding-left: 3rem;
  }
  body.not-authorized .header .hashtag br {
    display: none;
  }
  body:not(.not-authorized) .header .hashtag {
    justify-content: center;
    text-align: center;
    order: 3;
  }
}
@media (min-width: 992px) {
  .header .hashtag {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1920px) {
  .header .hashtag {
    padding-left: 6rem;
  }
}
.header .user-area {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header .user-area {
    justify-content: center;
  }
}
.header .user-area .btn:not(:first-child) {
  margin-left: 1rem;
}
.header .user-area .autorization-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .header .user-area .autorization-info .user-name {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
  }
}
.header .button-bar {
  background-color: #C7E8FA;
  padding: 0 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .header .button-bar {
    border-radius: 40px;
  }
}
.header .button-bar.mob-only {
  display: flex;
  justify-content: space-around;
  margin-top: 0;
  order: 4;
}
.legal-entity .header .button-bar {
  display: none;
}

body.menu-opened {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  div:has(> .sidenav) {
    min-width: 10px;
  }
}
@media (max-width: 991.98px) {
  div:has(> .sidenav) {
    width: 0;
    padding: 0;
  }
}

.sidenav {
  background-color: #C7E8FA;
  overflow: visible !important;
  transition-property: transform, width, padding, margin, top !important;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .sidenav {
    width: 100vw !important;
  }
}
@media (max-width: 991.98px) {
  .sidenav {
    top: 4rem;
    height: calc(100vh - 4rem);
    transform: translateX(-100%);
  }
  .legal-entity .sidenav {
    top: 0;
    height: 100vh;
  }
  .sidenav .logo-main {
    display: block;
    padding: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .sidenav {
    background-color: rgba(232, 236, 240, 0.5);
    position: relative !important;
    border-radius: 10px;
    height: 100% !important;
    padding-bottom: 1.5rem;
    transform: translateX(0%) !important;
  }
  .sidenav .logo-main {
    display: none;
  }
}
.sidenav .sidenav-menu {
  background-color: #C7E8FA;
  padding-bottom: 4rem;
  border-radius: 10px;
}
.sidenav .sidenav-item {
  padding-left: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sidenav .sidenav-item {
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.3rem;
  }
}
.sidenav .sidenav-item .sidenav-link {
  overflow: visible;
  width: fit-content;
}
.sidenav .sidenav-item .sidenav-link:before {
  transition: all 0.2s ease-in-out;
  min-width: 4rem;
  min-height: 4rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translate(-20.5%, -46%) scale(0.3);
  opacity: 0;
  z-index: 0;
}
.sidenav .sidenav-item .sidenav-link.active {
  pointer-events: none;
}
.sidenav .sidenav-item .sidenav-link:hover, .sidenav .sidenav-item .sidenav-link.active {
  background-color: transparent !important;
}
.sidenav .sidenav-item .sidenav-link:hover:before, .sidenav .sidenav-item .sidenav-link.active:before {
  opacity: 1;
  transform: translate(-21.5%, -48%) scale(1.1);
}
.sidenav .sidenav-item .sidenav-link [class*=fa-] {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .sidenav .sidenav-item .sidenav-link [class*=fa-] {
    margin-right: 1.5rem;
  }
}
.sidenav .sidenav-item .sidenav-link span {
  white-space: normal;
  line-height: normal;
  text-align: left;
}
.sidenav .slim-toggler {
  position: absolute;
  right: 0;
  height: 5rem;
  width: 1.6rem;
  border-radius: 0 10px 10px 0;
  padding: 0;
  background-color: #106AA5;
  transform: translate(100%, calc(-90% - 4rem));
}
.sidenav .slim-toggler [class*=fa-] {
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
  width: 1.8rem;
  height: auto;
  margin-bottom: 0.5rem;
}
.sidenav .slim-toggler [class*=fa-].fa-chevron-right {
  display: none;
}
@media (max-width: 991.98px) {
  .sidenav .slim-toggler {
    display: none;
  }
}
.sidenav [data-mdb-slim=false] {
  transition: all 0.2s ease-in-out;
}
.sidenav.sidenav-slim {
  width: 100% !important;
}
@media (min-width: 768px) {
  .sidenav.sidenav-slim {
    width: 30rem !important;
  }
}
@media (min-width: 992px) {
  .sidenav.sidenav-slim {
    width: 7rem !important;
  }
}
.sidenav.sidenav-slim [data-mdb-slim=false] {
  transition: all 0.2s ease-in-out;
  display: flex !important;
}
@media (min-width: 992px) {
  .sidenav.sidenav-slim [data-mdb-slim=false] {
    display: none;
    opacity: 0;
  }
}
.sidenav.sidenav-slim .slim-toggler .fa-chevron-left {
  display: none;
}
.sidenav.sidenav-slim .slim-toggler .fa-chevron-right {
  display: flex;
}

section, section.row, .section {
  position: relative;
}

.content {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 3rem;
  flex: 1 1 auto;
}
body.not-authorized .content {
  display: flex;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
body.not-authorized .content > .container {
  height: fit-content;
}
.content section, .content section.row, .content .section {
  padding-top: 3rem;
}

.greeting {
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .greeting {
    font-size: 1.5em;
  }
}

.login h1, .login p {
  text-align: center;
}
.login .block {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .carousel-main .multi-carousel-inner {
    width: 85%;
  }
}
.carousel-main .multi-carousel-item {
  background-image: linear-gradient(to right, #FEEBE8, #F0F9FF);
  height: 39rem;
}
.carousel-main .multi-carousel-item img {
  position: absolute;
  bottom: 0;
  right: -60%;
}
@media (min-width: 768px) {
  .carousel-main .multi-carousel-item img {
    right: -10%;
  }
}
@media (min-width: 992px) {
  .carousel-main .multi-carousel-item img {
    right: -30%;
  }
}
@media (min-width: 1200px) {
  .carousel-main .multi-carousel-item img {
    right: -10%;
  }
}
@media (min-width: 1920px) {
  .carousel-main .multi-carousel-item img {
    right: 0%;
  }
}
.carousel-main .multi-carousel-item .carousel-caption {
  text-align: left;
  color: #323232;
  display: flex;
  flex-direction: column;
  justify-content: center;
  inset: 5%;
}
@media (min-width: 768px) {
  .carousel-main .multi-carousel-item .carousel-caption {
    inset: 5%;
  }
}
@media (min-width: 992px) {
  .carousel-main .multi-carousel-item .carousel-caption {
    inset: 0 30% 0 7%;
  }
}
@media (min-width: 1200px) {
  .carousel-main .multi-carousel-item .carousel-caption {
    inset: 0 35% 0 10%;
  }
}
@media (min-width: 1920px) {
  .carousel-main .multi-carousel-item .carousel-caption {
    inset: 0 40% 0 10%;
  }
}
.carousel-main .multi-carousel-item .carousel-caption ul {
  margin-top: 2rem;
}
.carousel-main .multi-carousel-item .carousel-caption ul li {
  font-size: 1.125em;
  padding-top: 1.3020833333vw !important;
}
@media (min-width: 992px) {
  .carousel-main .multi-carousel-item .carousel-caption ul li {
    padding-top: 1rem !important;
  }
}
.carousel-main .multi-carousel-item .carousel-caption h2 {
  text-align: left;
}
.carousel-main .multi-carousel-item .carousel-caption p {
  font-size: 1.125em;
}
.carousel-main .multi-carousel-item .carousel-caption .price {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  .carousel-main .multi-carousel-item .carousel-caption .price {
    justify-content: center;
  }
}
.carousel-main .multi-carousel-item .carousel-caption .price .actual {
  font-weight: 500;
  font-size: 1.5em;
}
.carousel-main .multi-carousel-item .carousel-caption .price .price-off {
  color: #999999;
  font-weight: 400;
  text-decoration: line-through;
  font-size: inherit;
  padding-left: 2rem;
}
.carousel-main .multi-carousel-item .carousel-caption s {
  color: #999999;
  font-size: 0.875em !important;
  font-weight: 400;
}
.carousel-main .multi-carousel-item .carousel-caption .btn-cta {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .carousel-main .multi-carousel-item .carousel-caption .btn-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .carousel-news .multi-carousel-inner {
    width: 85%;
  }
}
.carousel-news .multi-carousel-item {
  min-height: 28rem;
}
@media (min-width: 992px) {
  .carousel-news .multi-carousel-item:not(:last-child) .carousel-caption {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  .carousel-news .multi-carousel-item:not(:last-child) .carousel-caption {
    margin-right: 1rem;
  }
}
.carousel-news .multi-carousel-item .carousel-caption {
  text-align: left;
  color: #323232;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  inset: 0;
  overflow: hidden;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='117' height='253' viewBox='0 0 117 253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.94455 -2.99707C7.71378 -2.86885 29.7014 0.679152 53.0774 15.959C64.6322 23.5072 78.2716 41.5425 78.3332 41.624C78.39 41.5989 90.5156 36.2354 100.705 34.4658C110.705 32.799 121.517 33.9528 122.371 35.1709C122.669 35.6011 112.628 53.6592 114.423 89.1953C116.239 124.649 110.299 155.379 99.2737 176.686C92.778 189.273 85.9191 200.748 89.1028 210.856C96.2181 233.701 117.244 218.508 120.662 216.264L120.705 216.242L120.812 251.567C115.449 253.234 95.7689 256.248 80.9826 251.226C57.1152 243.041 38.7176 225.56 23.1194 224.833C23.6535 224.705 23.8885 223.764 23.9953 223.465C38.5038 223.807 58.1838 236.864 75.1281 242.698C93.415 249.029 111.383 243.603 111.474 243.575C111.474 243.575 111.73 232.056 111.474 228.444C111.41 225.346 105.598 227.355 102.521 227.59C95.1913 228.103 73.696 228.017 74.1447 209.211C74.7431 188.183 95.5131 173.181 105 143.968C111.41 124.072 107.799 108.044 107.799 105.971C107.799 104.112 114.231 102.487 113.355 95.1143C113.056 93.9605 112.82 93.7467 111.218 91.7383C109.551 89.7723 106.817 84.8572 107.286 82.7842C107.671 80.583 111.368 68.3588 113.547 59.6396C113.868 58.0797 114.23 56.2847 114.508 54.4043C115.555 47.8222 115.342 44.3808 114.445 43.4619C113.547 42.5857 109.679 42.1377 103.632 42.1377C96.7732 42.095 89.8284 42.5862 86.8156 42.8213C82.9056 43.0137 77.3935 44.1676 74.8293 45.001C70.214 46.5824 68.3547 50.0234 68.3547 50.0234C68.3547 50.0234 66.7519 48.3346 65.2776 46.4326C63.8457 44.6372 57.7994 37.2017 53.9533 37.3936C52.9063 37.5218 52.0298 38.1625 51.3674 39.7012C50.7691 41.2825 49.6367 43.569 50.1067 47.1162C52.0297 63.0371 56.0898 71.1583 61.218 81.0527C63.9102 86.3952 67.5853 91.9299 70.4485 95.8193C76.7731 104.966 79.4018 106.505 80.8762 110.501C82.3078 114.262 84.444 119.776 80.5979 125.738C78.333 128.025 74.6155 126.465 69.1242 134.671C65.4063 139.992 61.7735 153.948 62.8205 165.188C63.6966 176.643 64.6797 182.049 65.5344 184.849C64.9821 185.019 62.698 185.442 62.6711 185.447C62.1583 179.805 59.5939 163.329 61.1965 143.646C63.5469 114.348 59.4012 82.7193 44.7004 43.291C33.3972 12.9605 14.4103 4.87635 14.3381 4.8457C14.3381 4.8457 17.6926 27.5418 13.9533 51.1348C9.01751 81.8225 6.81668 110.31 9.6799 131.338C19.1458 201.197 68.7174 231.735 94.8498 239.813L94.508 241.353C64.8286 234.642 6.92313 207.651 0.51291 139.287C-3.05542 101.162 13.1626 52.9504 13.2053 25.1689C13.2052 8.11557 7.03002 -2.84748 6.94455 -2.99707ZM94.6516 48.8682C98.3599 48.9932 102.931 49.8891 105.518 50.6182C108.019 51.2847 110.261 51.2016 110.218 52.7012C109.938 54.2426 107.027 59.0545 106.1 62.0957C104.979 65.1994 104.203 68.3242 102.974 70.5322C101.81 72.3236 100.969 72.3862 99.9123 75.0107C98.36 78.5935 95.3197 78.6972 94.4358 76.3643C93.4225 73.969 92.0647 71.7615 92.9485 70.5742C95.1045 67.6372 96.161 67.6366 95.7082 62.7207C95.277 59.2629 92.3233 54.409 91.5471 53.3467C90.9865 52.6592 90.3182 50.6187 90.9865 49.8271C91.7843 49.0565 92.9699 48.8473 94.6516 48.8682ZM60.6936 49.9102C60.6976 49.9182 61.1789 50.8769 63.8625 52.7852C66.342 54.7432 68.3049 58.6172 68.3049 58.6172C68.3049 58.6172 67.938 60.8256 67.593 63.8877V63.8662C67.3138 65.6711 67.3766 66.8769 67.3772 66.8867C67.3764 66.8785 67.3026 66.099 65.4797 62.9082C63.7118 59.7004 62.2892 56.6796 61.7502 54.2842C61.1484 52.0416 60.6964 49.9233 60.6936 49.9102Z' fill='%23323232'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: overlay;
}
@media (min-width: 992px) {
  .carousel-news .multi-carousel-item .carousel-caption {
    padding: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  .carousel-news .multi-carousel-item .carousel-caption {
    padding: 3rem;
  }
}
.carousel-news .multi-carousel-item .carousel-caption.item-brown {
  background-color: #EBE6E2;
}
.carousel-news .multi-carousel-item .carousel-caption.item-blue {
  background-color: #C7E8FA;
}
.carousel-news .multi-carousel-item .carousel-caption.item-grey {
  background-color: #EDEDED;
}
.carousel-news .multi-carousel-item .carousel-caption h2 {
  color: #323232;
}
.carousel-news .multi-carousel-item .carousel-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-news .multi-carousel-item .carousel-caption .date-place-etc {
  padding-top: 1rem;
  font-size: 0.875em;
}
.carousel-news .multi-carousel-item .carousel-caption .btn {
  margin-top: 3rem;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .carousel-news .multi-carousel-item .carousel-caption .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.ribbon [class*=col-] {
  display: flex;
}
.ribbon .ribbon-item {
  position: relative;
  text-align: left;
  color: #323232;
  padding: 3rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg width='117' height='253' viewBox='0 0 117 253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.94455 -2.99707C7.71378 -2.86885 29.7014 0.679152 53.0774 15.959C64.6322 23.5072 78.2716 41.5425 78.3332 41.624C78.39 41.5989 90.5156 36.2354 100.705 34.4658C110.705 32.799 121.517 33.9528 122.371 35.1709C122.669 35.6011 112.628 53.6592 114.423 89.1953C116.239 124.649 110.299 155.379 99.2737 176.686C92.778 189.273 85.9191 200.748 89.1028 210.856C96.2181 233.701 117.244 218.508 120.662 216.264L120.705 216.242L120.812 251.567C115.449 253.234 95.7689 256.248 80.9826 251.226C57.1152 243.041 38.7176 225.56 23.1194 224.833C23.6535 224.705 23.8885 223.764 23.9953 223.465C38.5038 223.807 58.1838 236.864 75.1281 242.698C93.415 249.029 111.383 243.603 111.474 243.575C111.474 243.575 111.73 232.056 111.474 228.444C111.41 225.346 105.598 227.355 102.521 227.59C95.1913 228.103 73.696 228.017 74.1447 209.211C74.7431 188.183 95.5131 173.181 105 143.968C111.41 124.072 107.799 108.044 107.799 105.971C107.799 104.112 114.231 102.487 113.355 95.1143C113.056 93.9605 112.82 93.7467 111.218 91.7383C109.551 89.7723 106.817 84.8572 107.286 82.7842C107.671 80.583 111.368 68.3588 113.547 59.6396C113.868 58.0797 114.23 56.2847 114.508 54.4043C115.555 47.8222 115.342 44.3808 114.445 43.4619C113.547 42.5857 109.679 42.1377 103.632 42.1377C96.7732 42.095 89.8284 42.5862 86.8156 42.8213C82.9056 43.0137 77.3935 44.1676 74.8293 45.001C70.214 46.5824 68.3547 50.0234 68.3547 50.0234C68.3547 50.0234 66.7519 48.3346 65.2776 46.4326C63.8457 44.6372 57.7994 37.2017 53.9533 37.3936C52.9063 37.5218 52.0298 38.1625 51.3674 39.7012C50.7691 41.2825 49.6367 43.569 50.1067 47.1162C52.0297 63.0371 56.0898 71.1583 61.218 81.0527C63.9102 86.3952 67.5853 91.9299 70.4485 95.8193C76.7731 104.966 79.4018 106.505 80.8762 110.501C82.3078 114.262 84.444 119.776 80.5979 125.738C78.333 128.025 74.6155 126.465 69.1242 134.671C65.4063 139.992 61.7735 153.948 62.8205 165.188C63.6966 176.643 64.6797 182.049 65.5344 184.849C64.9821 185.019 62.698 185.442 62.6711 185.447C62.1583 179.805 59.5939 163.329 61.1965 143.646C63.5469 114.348 59.4012 82.7193 44.7004 43.291C33.3972 12.9605 14.4103 4.87635 14.3381 4.8457C14.3381 4.8457 17.6926 27.5418 13.9533 51.1348C9.01751 81.8225 6.81668 110.31 9.6799 131.338C19.1458 201.197 68.7174 231.735 94.8498 239.813L94.508 241.353C64.8286 234.642 6.92313 207.651 0.51291 139.287C-3.05542 101.162 13.1626 52.9504 13.2053 25.1689C13.2052 8.11557 7.03002 -2.84748 6.94455 -2.99707ZM94.6516 48.8682C98.3599 48.9932 102.931 49.8891 105.518 50.6182C108.019 51.2847 110.261 51.2016 110.218 52.7012C109.938 54.2426 107.027 59.0545 106.1 62.0957C104.979 65.1994 104.203 68.3242 102.974 70.5322C101.81 72.3236 100.969 72.3862 99.9123 75.0107C98.36 78.5935 95.3197 78.6972 94.4358 76.3643C93.4225 73.969 92.0647 71.7615 92.9485 70.5742C95.1045 67.6372 96.161 67.6366 95.7082 62.7207C95.277 59.2629 92.3233 54.409 91.5471 53.3467C90.9865 52.6592 90.3182 50.6187 90.9865 49.8271C91.7843 49.0565 92.9699 48.8473 94.6516 48.8682ZM60.6936 49.9102C60.6976 49.9182 61.1789 50.8769 63.8625 52.7852C66.342 54.7432 68.3049 58.6172 68.3049 58.6172C68.3049 58.6172 67.938 60.8256 67.593 63.8877V63.8662C67.3138 65.6711 67.3766 66.8769 67.3772 66.8867C67.3764 66.8785 67.3026 66.099 65.4797 62.9082C63.7118 59.7004 62.2892 56.6796 61.7502 54.2842C61.1484 52.0416 60.6964 49.9233 60.6936 49.9102Z' fill='%23323232'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .ribbon .ribbon-item {
    padding: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  .ribbon .ribbon-item {
    padding: 3rem;
  }
}
.ribbon .ribbon-item-brown {
  background-color: #EBE6E2;
}
.ribbon .ribbon-item-blue {
  background-color: #C7E8FA;
}
.ribbon .ribbon-item-grey {
  background-color: #EDEDED;
}
.ribbon .ribbon-item-text {
  padding-bottom: 2rem;
}
.ribbon .ribbon-item h2 {
  color: #323232;
}
.ribbon .ribbon-item h2 + * {
  padding-top: 1rem;
}
.ribbon .ribbon-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ribbon .ribbon-item .date-place-etc {
  font-size: 0.875em;
}
@media (max-width: 767.98px) {
  .ribbon .ribbon-item .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.ribbon .ribbon-item .test-status {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  right: 2rem;
  top: 2rem;
}
@media (min-width: 768px) {
  .ribbon .ribbon-item .test-status {
    top: auto;
    bottom: 4rem;
  }
}
.ribbon .ribbon-item .test-status .ico {
  display: block;
  width: 16.9082125604vw;
  height: 16.9082125604vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .ribbon .ribbon-item .test-status .ico {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 992px) {
  .ribbon .ribbon-item .test-status .ico {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (min-width: 1920px) {
  .ribbon .ribbon-item .test-status .ico {
    width: 10rem;
    height: 10rem;
  }
}
.ribbon .ribbon-item .test-status div {
  padding-right: 17%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ribbon .ribbon-item .test-status.ready {
  color: #21B87B;
}
.ribbon .ribbon-item .test-status.ready .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='ico-print-all' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-19.998 -2.975)'%3E%3Cpath id='Subtraction_20' data-name='Subtraction 20' d='M1582.578-548.125h-170.41a24.033,24.033,0,0,1-9.4-1.9,24.09,24.09,0,0,1-7.684-5.173,24.007,24.007,0,0,1-7.086-17.1,23.627,23.627,0,0,1,3.857-13.037c8.893-13.82,17.882-27.807,27.4-42.617,12.329-19.187,25.078-39.028,38.471-59.825a4.035,4.035,0,0,0,.635-2.1v-100.44h-11.719a3.911,3.911,0,0,1-3.907-3.906,3.911,3.911,0,0,1,3.907-3.906h101.514a3.91,3.91,0,0,1,3.906,3.906,3.91,3.91,0,0,1-3.906,3.906h-11.719v100.44a3.663,3.663,0,0,0,.635,2.1l34.521,53.711,4.194,6.53-24.864,34.076-21.837-21.837a13.046,13.046,0,0,0-9.292-3.839,13.049,13.049,0,0,0-9.291,3.839,13.046,13.046,0,0,0-3.839,9.292,13.045,13.045,0,0,0,3.839,9.291l32.8,32.8a13.829,13.829,0,0,0,9.825,3.646h.059a12.917,12.917,0,0,0,9.845-5.334l27.94-38.284,11.917,18.554a24.246,24.246,0,0,1,3.857,13.037,24.028,24.028,0,0,1-1.9,9.4,24.086,24.086,0,0,1-5.173,7.683A24.008,24.008,0,0,1,1582.578-548.125ZM1466.123-790.361v100.439a11.734,11.734,0,0,1-1.856,6.348l-26.806,41.7h119.824l-26.806-41.7a11.741,11.741,0,0,1-1.856-6.348V-790.361Z' transform='translate(-1387 799)' fill='%2321b87b'/%3E%3Cpath id='Path_59' data-name='Path 59' d='M168.044,224.979a5.139,5.139,0,0,1,1.094,7.2l-67.256,92.154a4.921,4.921,0,0,1-3.731,2.058,5.568,5.568,0,0,1-4.052-1.479L61.471,292.288a5.14,5.14,0,1,1,7.269-7.269l28.447,28.447,63.718-87.33a5.139,5.139,0,0,1,7.2-1.094Z' transform='translate(67.69 -95.655)' fill='%2321b87b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ribbon .ribbon-item .test-status.ready div {
  padding-right: 12%;
  padding-top: 0.4rem;
}
.ribbon .ribbon-item .test-status.in-progress {
  color: #106AA5;
}
.ribbon .ribbon-item .test-status.in-progress .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166.111' height='159.005' viewBox='0 0 166.111 159.005'%3E%3Cpath id='Path_4' data-name='Path 4' d='M58.608,162.245l-20.38,31.7a9.8,9.8,0,0,0,8.246,15.088h56.14l1.842,3.3c.263.468.556.936.848,1.374H46.474A14.469,14.469,0,0,1,32,199.233a14.188,14.188,0,0,1,2.31-7.807Q52.6,163.005,73.754,130.081a2.433,2.433,0,0,0,.38-1.257V68.678H67.117a2.339,2.339,0,1,1,0-4.678h60.789a2.339,2.339,0,1,1,0,4.678h-7.017v60.146a2.559,2.559,0,0,0,.058.468,22.446,22.446,0,0,0-4.591.936,7.624,7.624,0,0,1-.146-1.4V68.678H78.783v60.146a7.03,7.03,0,0,1-1.111,3.8L61.62,157.6H95.654a21.17,21.17,0,0,0-.468,4.678Zm102.075-28.1H146.648a2.346,2.346,0,0,0-2.339,2.339v1.725a12.913,12.913,0,0,1-18.918,10.906l-1.4-.819a2.348,2.348,0,0,0-3.216.877l-6.579,11.784a2.326,2.326,0,0,0,.819,3.129l1.316.819a12.578,12.578,0,0,1,5.731,10.965v.731a12.606,12.606,0,0,1-5.76,10.965l-1.287.789a2.353,2.353,0,0,0-.819,3.129l6.579,11.813a2.323,2.323,0,0,0,3.216.877l1.4-.819a12.913,12.913,0,0,1,18.918,10.906v1.725a2.346,2.346,0,0,0,2.339,2.339h14.035a2.346,2.346,0,0,0,2.339-2.339V214.2a12.448,12.448,0,0,1,6.433-10.643,12.32,12.32,0,0,1,12.427-.234l1.433.848a2.348,2.348,0,0,0,3.216-.877l6.55-11.813a2.353,2.353,0,0,0-.819-3.129l-1.345-.848a12.663,12.663,0,0,1-5.731-10.936V175.9a12.568,12.568,0,0,1,5.7-10.936l1.374-.848a2.337,2.337,0,0,0,.789-3.129l-6.55-11.754a2.323,2.323,0,0,0-3.216-.877l-1.462.848a12.868,12.868,0,0,1-18.859-10.877v-1.784a2.346,2.346,0,0,0-2.339-2.339Zm-14.035-4.678h14.035a7,7,0,0,1,7.017,7.017v1.784a7.847,7.847,0,0,0,4.094,6.608,7.665,7.665,0,0,0,7.748.234l1.462-.848a7.028,7.028,0,0,1,9.649,2.661l6.55,11.754a7.02,7.02,0,0,1-2.4,9.357l-1.374.848a7.935,7.935,0,0,0-3.509,6.93v.789a7.928,7.928,0,0,0,3.538,6.93l1.345.848a7.029,7.029,0,0,1,2.427,9.357l-6.55,11.813a7,7,0,0,1-9.649,2.661l-1.433-.848a8.2,8.2,0,0,0-11.842,6.842v1.784A7,7,0,0,1,160.742,223H146.707a7,7,0,0,1-7.017-7.017v-1.725a7.886,7.886,0,0,0-4.123-6.637,7.719,7.719,0,0,0-7.778-.234l-1.4.819a7.035,7.035,0,0,1-9.649-2.661l-6.579-11.813a7.008,7.008,0,0,1,2.427-9.386l1.287-.789a7.994,7.994,0,0,0,3.538-6.93v-.848a7.894,7.894,0,0,0-3.538-6.93l-1.316-.819a7.036,7.036,0,0,1-2.427-9.386l6.579-11.784a7,7,0,0,1,9.62-2.661l1.4.819a8.246,8.246,0,0,0,11.9-6.871v-1.725a7,7,0,0,1,7.017-7.017Zm-9.386,46.754A16.374,16.374,0,1,1,153.636,192.6,16.385,16.385,0,0,1,137.262,176.221Zm16.374,11.7a11.7,11.7,0,1,0-11.7-11.7A11.693,11.693,0,0,0,153.636,187.917Z' transform='translate(-32 -64)' fill='%23106AA5'/%3E%3C/svg%3E%0A");
}
.ribbon .ribbon-item .test-status.on-hold {
  color: #C2C2C2;
}
.ribbon .ribbon-item .test-status.on-hold .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='165.5' height='173.5' viewBox='0 0 165.5 173.5'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-365 -392)'%3E%3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M73.828,159H15.372A15.367,15.367,0,0,1,0,143.628a15.028,15.028,0,0,1,2.453-8.292c5.594-8.693,11.276-17.536,17.292-26.9l.022-.035c7.889-12.278,16.047-24.974,24.578-38.22a2.571,2.571,0,0,0,.4-1.336V4.969H37.3A2.484,2.484,0,1,1,37.3,0h64.562a2.484,2.484,0,0,1,0,4.969H94.406V68.848a2.336,2.336,0,0,0,.4,1.336l3.792,5.9c-1.539.628-3.072,1.336-4.555,2.1l-3.429-5.334a7.466,7.466,0,0,1-1.18-4.036V4.937H49.687v63.88a7.459,7.459,0,0,1-1.18,4.036L31.459,99.375H71.668a55.623,55.623,0,0,0-2.6,4.968H28.26L6.615,138.007a10.3,10.3,0,0,0-1.646,5.621,10.415,10.415,0,0,0,10.4,10.4h55.39A55.8,55.8,0,0,0,73.826,159Z' transform='translate(365 392)' fill='%23c2c2c2'/%3E%3Cpath id='Subtraction_5' data-name='Subtraction 5' d='M47,93A46,46,0,1,1,93,47,46.052,46.052,0,0,1,47,93ZM47,5.812A41.2,41.2,0,0,0,30.969,84.95,41.2,41.2,0,0,0,63.032,9.05,40.941,40.941,0,0,0,47,5.812ZM64.435,61.029a2.417,2.417,0,0,1-1.336-.4L45.663,49a2.428,2.428,0,0,1-1.069-2V20.844a2.406,2.406,0,1,1,4.812,0V45.706L65.776,56.624a2.4,2.4,0,0,1-1.341,4.4Z' transform='translate(437.5 472.5)' fill='%23c2c2c2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .personal-info .table, .children-info .table {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .personal-info .table [data-mdb-field=field_1], .children-info .table [data-mdb-field=field_1] {
    overflow: visible;
    max-width: none;
    padding-right: 6rem;
  }
}

.children-info [data-mdb-field=field_0] {
  white-space: normal;
}

.messages td[data-mdb-field=field_0] {
  width: auto;
}
.messages td[data-mdb-field=field_1] {
  text-align: left;
  width: 100%;
}
.messages td[data-mdb-field=field_1] [class*=fa-] {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .cities {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .map {
    margin-top: 0;
  }
}
.map .ins {
  position: relative;
  display: flex;
}
.map .ins:after {
  margin-top: 55%;
}
@media (min-width: 1200px) {
  .map .ins:after {
    margin-top: 65%;
  }
}
.map .ins > div {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.addresses h5 + .list-group-light {
  margin-top: 0.5rem;
}
.addresses .accordion-body .row + .row {
  margin-top: 1rem;
}
.addresses .accordion-footer {
  position: relative;
  display: flex;
  width: fit-content;
}
.addresses .accordion-footer .btn {
  margin-right: 1.5rem;
}

.vstack {
  gap: 1.5rem;
}

.instructions-list .vstack {
  gap: 1rem;
}

/*-----------  FORMS  -----------*/
form:not(.block) {
  margin-top: 3rem;
}

INPUT:autofill, SELECT:autofill, TEXTAREA:autofill {
  box-shadow: inset 0 0 3rem 3rem #fff !important;
}
INPUT:autofill:hover, SELECT:autofill:hover, TEXTAREA:autofill:hover {
  box-shadow: inset 0 0 3rem 3rem #fff !important;
}

.form-outline {
  margin-top: 2rem;
}
.form-outline .form-control {
  font-size: 1.4rem;
  color: #323232 !important;
  height: 4.8rem;
  line-height: 4.6rem;
  padding: 0 1.5rem;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-outline .form-control:focus ~ .form-label, .form-outline .form-control.active ~ .form-label {
  transform: translateY(-0.5rem) scale(0.8);
}
.form-outline .form-control:focus ~ .form-label {
  color: #106AA5 !important;
}
.form-outline .form-control:has(~ .form-label) {
  padding-top: 1.2rem;
}
.form-outline .form-control ~ .form-label {
  max-width: 80%;
  top: 0;
  left: 1.5rem;
  padding-top: 1.3rem;
  color: #999999;
  margin-bottom: 0;
}
.form-outline .form-control ~ .form-notch {
  border: 1px solid #106AA5;
  border-radius: 40px;
}
.form-outline .form-control ~ .form-notch div {
  display: none;
}
.form-outline .form-control:has(+ .select-clear-btn) {
  padding-right: 80px;
}
.form-outline .form-control:not(.select-input):has(~ .select-fake-value) {
  padding-top: 0;
}
.form-outline .form-control:not(.select-input) + .input-group-text {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 1.5rem;
  transform: translateY(-50%);
  z-index: 5;
}
.form-outline .trailing {
  right: 1.5rem;
  color: #106AA5;
  font-size: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .form-outline .trailing {
    right: 1.5rem;
  }
}
.form-outline .trailing.pe-auto {
  cursor: pointer;
}
.form-outline .trailing.invalid-feedback {
  display: none;
}
.form-outline .datepicker-toggle-button, .form-outline .timepicker-toggle-button {
  color: #106AA5;
  font-size: 2rem;
  align-items: center;
  line-height: normal;
}
.form-outline .form-control.select-input:not([disabled]) {
  background-color: #fff;
}
.form-outline .form-control.select-input:not([disabled]) ~ .select-arrow {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.form-outline .form-control.select-input:not([disabled]) ~ .select-arrow:after {
  color: #106AA5;
}
.form-outline .form-control.select-input:not([disabled]) ~ .valid-feedback {
  display: none !important;
}
.form-outline .form-control.select-input:not([disabled]) ~ .invalid-feedback {
  padding-left: 20px;
  bottom: 0px;
  transform: translateY(100%);
}
.form-outline .form-control.select-input:not([disabled])[aria-expanded=true] ~ .select-arrow:after {
  transform: rotate(180Deg);
}

.was-validated .form-outline:has(:invalid) .trailing:not(.invalid-feedback) {
  display: none;
}
.was-validated .form-outline:has(:invalid) .form-notch {
  border-color: #FC3D21 !important;
}
.was-validated .form-outline:has(:invalid) .invalid-feedback {
  color: #FC3D21;
  margin: 0;
  display: flex !important;
  pointer-events: auto !important;
}
.was-validated .form-outline:has(:invalid) .select-arrow:after {
  color: #FC3D21 !important;
}
.was-validated .form-outline:has(:invalid) .form-label {
  color: #999999 !important;
}
.was-validated :valid ~ .form-label, .was-validated .is-valid ~ .form-label {
  color: #999999 !important;
}

.form-check {
  height: 4rem;
  margin: 0 0 0 2rem;
  display: flex;
  padding-top: 1rem;
}
.form-check:has(.screen-reader-text) {
  margin: 0;
  padding: 0;
}

.form-check-input[type=checkbox] {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff !important;
  border-color: #A2D9F7;
  margin-right: 1rem;
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  .form-check-input[type=checkbox] {
    transform: translateY(-2px);
  }
}
.form-check-input[type=checkbox]:has(~ .screen-reader-text) {
  margin: 0;
}
.form-check-input[type=checkbox]:before {
  display: none !important;
}
.form-check-input[type=checkbox]:checked {
  border-color: #106AA5 !important;
}
.form-check-input[type=checkbox]:checked:after {
  border-color: #106AA5 !important;
  margin-left: 0.7rem;
  margin-top: 0.2rem;
  width: 0.65rem;
  height: 1.4rem;
}
.form-check-input[type=checkbox]:checked + .form-check-label {
  color: #323232;
}
.form-check-input[type=checkbox] + .form-check-label {
  padding-top: 0.2rem;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0em;
  margin-right: 1rem;
  border-color: #A2D9F7;
}
.form-check-input[type=radio]:after {
  opacity: 0;
}
.form-check-input[type=radio]:checked {
  border-color: #106AA5;
}
.form-check-input[type=radio]:checked:after {
  opacity: 1;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
  background-color: #106AA5;
}
.form-check-input[type=radio]:before {
  display: none;
}
.form-check-input[type=radio] ~ .form-label {
  cursor: pointer;
}

.select-dropdown {
  border-radius: 10px;
}
.select-dropdown .select-options-wrapper {
  border-radius: 10px;
}
.select-dropdown .select-option {
  height: 4rem !important;
  font-size: 1.4rem;
}
.select-dropdown .select-option:hover, .select-dropdown .select-option.selected, .select-dropdown .select-option.selected:hover {
  background-color: #F9F9F9;
}
.select-dropdown .select-option:not(:first-child) {
  border-top: 1px solid #EEEEEE;
}
.select-dropdown .select-option.select-all-option {
  background-color: #A2D9F7 !important;
}
.select-dropdown .select-option.select-all-option .select-option-text {
  visibility: hidden;
  position: relative;
}
.select-dropdown .select-option.select-all-option .select-option-text input {
  visibility: visible;
}
.select-dropdown .select-option.select-all-option .select-option-text:after {
  position: absolute;
  left: 4.8rem;
  visibility: visible;
  content: "Выбрать всё";
}
.select-dropdown .select-option .select-option-text {
  display: flex;
  align-items: center;
}

.btn-check + .btn-secondary:hover {
  border-color: #A2D9F7;
  background-color: #fff;
  color: #106AA5;
}
.btn-check:checked + .btn {
  border-color: #106AA5;
  background-color: #106AA5;
  color: #fff;
  pointer-events: none;
}

.dropdown-toggle:after {
  margin-left: 1.5rem;
}
.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180Deg);
}

.dropdown-menu {
  --mdb-dropdown-font-size: initial;
  font-size: inherit;
  border-radius: 10px;
}
.dropdown-menu li {
  padding: 0 1.5rem;
}
.dropdown-menu li:not(:first-child) {
  border-top: 1px solid #EEEEEE;
}
.dropdown-menu li:hover, .dropdown-menu li.selected, .dropdown-menu li.selected:hover {
  background-color: #F9F9F9;
}
.dropdown-menu .dropdown-item {
  height: 4rem !important;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.timepicker-head {
  background-color: #C7E8FA;
  border-radius: 10px;
  color: #323232 !important;
}
.timepicker-head .timepicker-current, .timepicker-head .timepicker-dot {
  color: #323232 !important;
}
.timepicker-head [class*=fa-] {
  color: #106AA5 !important;
}
.timepicker-head .timepicker-icon-up {
  top: -2.5rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.number-wrap {
  position: relative;
  display: inline-block;
}
.number-wrap input {
  padding-right: 30px;
}
.number-wrap .btn-up, .number-wrap .btn-down {
  position: absolute;
  right: 1.5rem;
  width: 2rem;
  height: 50%;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #106AA5;
  font-size: 2rem;
}
.number-wrap .btn-up {
  top: 3px;
}
.number-wrap .btn-down {
  bottom: 3px;
}

/*-----------  DATATABLE  -----------*/
.treetable {
  overflow-x: auto;
}
.treetable table {
  width: 100%;
}
.treetable table th {
  position: relative;
}
.treetable table th [class*=fa-] {
  transition: all 0.2s ease-in-out !important;
  position: absolute;
  left: auto;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
}
.treetable table th:hover [class*=fa-] {
  opacity: 1;
}
.treetable table th, .treetable table td {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.treetable table th.content-start > div, .treetable table td.content-start > div {
  justify-content: flex-start !important;
}
.treetable table th.content-end > div, .treetable table td.content-end > div {
  justify-content: flex-end !important;
}
.treetable table th .form-check, .treetable table td .form-check {
  width: 100%;
  justify-content: center;
}
.treetable table [data-depth="1"] td:first-child {
  width: 4rem;
}
.treetable table [data-depth="1"] td:first-child .btn {
  transition: all 0.2s ease-in-out !important;
  transform-origin: center;
}
.treetable table [data-depth="1"] td:first-child .btn:has([aria-hidden=false]) {
  transform: rotate(180deg);
}
.treetable table tr:has(table) > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 1px solid #A2D9F7 !important;
}
@media (min-width: 992px) {
  .treetable table tr:has(table) > td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.treetable table tr:has(table) > td > div {
  max-height: 30rem;
}
.treetable table tr:has(table) table {
  transition: all 0.2s ease-in-out !important;
  opacity: 0;
  margin: 0;
}
.treetable table tr:has(table) table th, .treetable table tr:has(table) table td {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  height: 4rem !important;
}
.treetable table tr:has(table):not(.hidden) > td {
  padding: 1rem 0.25rem !important;
}
@media (min-width: 992px) {
  .treetable table tr:has(table):not(.hidden) > td {
    padding: 1rem !important;
  }
}
.treetable table tr:has(table):not(.hidden) table {
  opacity: 1;
}

.datatable, .treetable {
  --mdb-table-font-size: initial;
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .datatable, .treetable {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .datatable .ps, .treetable .ps {
    overflow: visible !important;
  }
  .datatable .ps .ps__rail-x, .treetable .ps .ps__rail-x {
    display: none;
  }
}
.datatable table, .treetable table {
  --mdb-table-font-size: initial;
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .datatable table, .treetable table {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    min-width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
  }
}
.datatable table thead th, .treetable table thead th {
  background-color: #A2D9F7;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  height: 4.5rem;
}
.datatable table thead th:not(:first-child), .treetable table thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.datatable table thead th:first-child, .treetable table thead th:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}
.datatable table thead th:last-child, .treetable table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.datatable table thead th .datatable-sort-icon, .treetable table thead th .datatable-sort-icon {
  left: auto;
  right: 1rem;
  top: auto;
}
.datatable table thead th .datatable-sort-icon:before, .treetable table thead th .datatable-sort-icon:before {
  content: "\f161";
  font-weight: 300;
  color: #fff;
}
.datatable table td, .treetable table td {
  border-left: 1px solid #A2D9F7;
  border-bottom: 1px solid #A2D9F7;
  text-align: center;
  vertical-align: middle;
  max-width: none;
  white-space: normal;
}
.datatable table td:last-child, .treetable table td:last-child {
  border-right: 1px solid #A2D9F7;
}
.datatable table td .btn-text, .treetable table td .btn-text {
  height: auto;
  line-height: normal;
}
.datatable table td .time, .datatable table td .addr, .treetable table td .time, .treetable table td .addr {
  color: #999999;
}
.datatable table td .addr, .treetable table td .addr {
  white-space: normal;
}
.datatable table td [class*=fa-], .treetable table td [class*=fa-] {
  display: inline-flex;
  font-size: 2rem;
  color: #106AA5;
}
.datatable table td:has(.dropdown), .treetable table td:has(.dropdown) {
  overflow: visible;
  width: auto;
}
.datatable table td div:has(.ico), .datatable table td div:has([class*=fa-]), .treetable table td div:has(.ico), .treetable table td div:has([class*=fa-]) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.datatable table td div:has(.btn), .treetable table td div:has(.btn) {
  gap: 1.5rem;
}
.datatable table td div.justify-content-start, .treetable table td div.justify-content-start {
  white-space: normal;
  text-align: left;
}
.datatable table td div.justify-content-end, .treetable table td div.justify-content-end {
  white-space: normal;
  text-align: right;
}
.datatable table td:has(.btn-primary), .datatable table td:has(.btn-secondary), .treetable table td:has(.btn-primary), .treetable table td:has(.btn-secondary) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.datatable table td:first-child:has(.ico), .treetable table td:first-child:has(.ico) {
  width: 12rem;
  min-width: 12rem;
}
.datatable table td:first-child:has(.ico):has(.justify-content-start), .treetable table td:first-child:has(.ico):has(.justify-content-start) {
  width: fit-content;
  max-width: none;
}
.datatable table td input[type=number], .treetable table td input[type=number] {
  max-width: 10rem;
}
.datatable table tbody tr:last-child, .treetable table tbody tr:last-child {
  height: auto;
}
.datatable table:has(.datatable-row-checkbox) th:first-child:has(.form-check), .datatable table:has(.datatable-row-checkbox) td:first-child:has(.form-check), .treetable table:has(.datatable-row-checkbox) th:first-child:has(.form-check), .treetable table:has(.datatable-row-checkbox) td:first-child:has(.form-check) {
  width: min-content;
}
.datatable table:has(.datatable-row-checkbox) th .form-check, .datatable table:has(.datatable-row-checkbox) td .form-check, .treetable table:has(.datatable-row-checkbox) th .form-check, .treetable table:has(.datatable-row-checkbox) td .form-check {
  height: auto;
  margin: 0 auto;
}
.datatable table:has(.datatable-row-checkbox) th .form-check .form-check-input, .datatable table:has(.datatable-row-checkbox) td .form-check .form-check-input, .treetable table:has(.datatable-row-checkbox) th .form-check .form-check-input, .treetable table:has(.datatable-row-checkbox) td .form-check .form-check-input {
  margin-right: 0;
}
.datatable.datatable-grey thead th, .datatable .datatable-grey thead th, .treetable.datatable-grey thead th, .treetable .datatable-grey thead th {
  background-color: #DCDDDF;
}
.datatable.datatable-grey td, .datatable .datatable-grey td, .treetable.datatable-grey td, .treetable .datatable-grey td {
  border-color: #EDEDED !important;
}

.datatable-pagination {
  --mdb-datatable-pagination-nav-font-size: rem(14);
  --mdb-datatable-select-wrapper-font-size: rem(14);
  border: none;
  padding: 0.5rem 0;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .datatable-pagination {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .datatable-pagination {
    margin-top: 0;
  }
}
.datatable-pagination .datatable-pagination-buttons {
  margin-left: 2rem;
}
@media (max-width: 991.98px) {
  .datatable-pagination .datatable-pagination-buttons {
    margin-left: 0;
    margin-top: -3.5rem;
    width: 50%;
    max-width: 25rem;
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 992px) {
  .datatable-pagination .datatable-pagination-buttons {
    padding-bottom: 0.4rem;
  }
}
.datatable-pagination .datatable-pagination-buttons i {
  margin: 0;
}
@media (max-width: 991.98px) {
  .datatable-pagination .datatable-select-wrapper {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .datatable-pagination .datatable-select-wrapper {
    padding-right: 3rem;
  }
}
.datatable-pagination .datatable-select-wrapper .datatable-select-text {
  color: #323232;
}
.datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline {
  margin-top: 0;
}
.datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-control {
  padding: 0 0.5rem;
  height: auto;
  line-height: normal;
  color: #106AA5 !important;
}
.datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-notch {
  border: none;
}

.no-padination .datatable-pagination {
  display: none;
}

.datatable-list-like {
  --mdb-datatable-table-th-td-padding-x: 0.5rem;
  --mdb-datatable-table-th-td-padding-y: 0.5rem;
}
@media (min-width: 992px) {
  .datatable-list-like {
    --mdb-datatable-table-th-td-padding-x: 1rem;
    --mdb-datatable-table-th-td-padding-y: 1rem;
  }
}
.datatable-list-like table {
  margin: 0;
  min-width: 10rem;
}
.datatable-list-like table thead {
  display: none;
  height: 0;
}
.datatable-list-like table thead th {
  padding: 0;
  border-bottom: 1px solid #A2D9F7;
}
.datatable-list-like table td {
  text-align: left;
  width: 100%;
  border-left: none;
  border-right: none !important;
  white-space: nowrap;
}
.datatable-list-like table td[data-mdb-field=field_0] {
  background-color: #F0F9FF;
  width: auto;
  font-weight: 600;
}
.datatable-list-like table td[data-mdb-field=field_0] [class*=fa-] {
  margin-right: 1rem;
}
.datatable-list-like table td[data-mdb-field=field_0]:has(> div) {
  white-space: normal;
  min-width: 45%;
}
.datatable-list-like table td[data-mdb-field=field_0] > div {
  justify-content: flex-start;
}
.datatable-list-like table td[data-mdb-field=field_0] > div [class*=fa-], .datatable-list-like table td[data-mdb-field=field_0] > div .ico {
  margin-right: 0.5rem;
}
.datatable-list-like table td[data-mdb-field=field_1] {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

.collapse-row:not(.show) > td {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.collapse-row > td, .grey-row > td {
  transition: all 0.2s ease-in-out;
  background-color: #F9F9F9 !important;
  border-color: #EDEDED !important;
}
.collapse-row > td:not(:first-child), .grey-row > td:not(:first-child) {
  border-left: none;
}

.collapsing-table .table .fa-angle-down {
  cursor: pointer;
}
.collapsing-table .table .fa-angle-down:before {
  transition: all 0.2s ease-in-out;
}

.mobile-mode #conclusionsTable th:last-child {
  display: none;
}
.mobile-mode #conclusionsTable th:nth-last-child(2) {
  border-radius: 0 1rem 0 0;
}
.mobile-mode #conclusionsTable td:last-child {
  display: none;
}
.mobile-mode #conclusionsTable td:nth-last-child(2) {
  border-right: 1px solid #A2D9F7;
}
.desktop-mode #conclusionsTable th:nth-child(2), .large-mode #conclusionsTable th:nth-child(2) {
  display: none;
}
.desktop-mode #conclusionsTable [data-mdb-field=field_1], .large-mode #conclusionsTable [data-mdb-field=field_1] {
  display: none;
}

.mobile-mode #testResultsTable th:last-child {
  display: none;
}
.mobile-mode #testResultsTable th:nth-last-child(2) {
  border-radius: 0 1rem 0 0;
}
.mobile-mode #testResultsTable td:last-child {
  display: none;
}
.mobile-mode #testResultsTable td:nth-last-child(2) {
  border-right: 1px solid #A2D9F7;
}
.desktop-mode #testResultsTable th:nth-child(3), .desktop-mode #testResultsTable td:nth-child(3), .large-mode #testResultsTable th:nth-child(3), .large-mode #testResultsTable td:nth-child(3) {
  display: none;
}

.footer {
  background-color: #106AA5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  color: #fff;
  z-index: 0;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 2.0833333333vw;
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.footer .logo-hor img {
  width: 100%;
  max-width: 58rem;
}
@media (min-width: 992px) {
  .footer .logo-hor img {
    width: 30.2083333333vw;
  }
}
@media (max-width: 991.98px) {
  .legal-entity .footer .logo-hor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .hashtag {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer .hashtag {
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  .footer .hashtag {
    font-size: 0.8333333333vw;
  }
}
.footer .footer-nav {
  display: flex;
  flex-direction: column;
}
.footer .contacts {
  max-width: 45rem;
}
.footer .contacts h3 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .footer .contacts h3 {
    padding-top: 0;
  }
}
.footer .contacts > .row > div {
  white-space: nowrap;
}
.footer .contacts a[href^="tel:"] span {
  border-color: #fff;
}
.footer .contacts .week {
  width: min-content;
  display: flex;
  flex-wrap: nowrap;
}
.footer .contacts .week > div {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #fff;
  margin-right: 0.3rem;
}
.footer .contacts .week > div.weekend {
  background-color: #FC3D21;
}
.footer .contacts .socials {
  display: flex;
}
@media (max-width: 991.98px) {
  .footer .contacts .socials {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer .contacts .socials {
    padding-top: 1rem;
  }
}
.footer .contacts .socials [class*=btn-icon-] {
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .footer .contacts .socials [class*=btn-icon-] {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    margin: 0 1.5rem;
  }
}
.footer .copyright {
  font-size: 0.875em;
}
@media (max-width: 991.98px) {
  .footer .copyright {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .footer .copyright {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1920px) {
  .footer .copyright {
    font-size: 0.875em;
  }
}
.legal-entity .footer .copyright {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .legal-entity .footer .copyright {
    text-align: right;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

/* ------- SPECIAL MODE RULES --------------- */
[class*=special-only-] {
  display: none !important;
}

.special-mode.fs-16 {
  font-size: 10px;
}
.special-mode.fs-18 {
  font-size: calc(10px + 1.25px);
}
.special-mode.fs-20 {
  font-size: calc(10px + 2.5px);
}
.special-mode.fs-22 {
  font-size: calc(10px + 3.75px);
}
.special-mode.fs-24 {
  font-size: calc(10px + 5px);
}
.special-mode .not-for-special {
  display: none !important;
}
.special-mode .special-only-block {
  display: block !important;
}
.special-mode .special-only-flex {
  display: flex !important;
}
.special-mode.pic-off img {
  display: none !important;
}
@media (max-width: 991.98px) {
  .special-mode .sidenav {
    top: 8rem;
    height: calc(100vh - 4rem * 2) !important;
  }
}
.special-mode.color-off img {
  filter: grayscale(100%);
}
.special-mode.color-off h1 {
  color: #000;
}
.special-mode.color-off h2 {
  color: #000;
}
.special-mode.color-off h3 {
  color: #000;
}
.special-mode.color-off h4 {
  color: #000;
}
.special-mode.color-off h5 {
  color: #000;
}
.special-mode.color-off h6 {
  color: #000;
}
.special-mode.color-off body {
  color: #000;
}
.special-mode.color-off [class*=carousel-control-] {
  opacity: 1;
}
.special-mode.color-off [class*=carousel-control-]:before {
  background-color: #000;
}
.special-mode.color-off [class*=carousel-control-]:after {
  color: #fff;
}
.special-mode.color-off .btn-text, .special-mode.color-off .btn-link, .special-mode.color-off [class*=fa-], .special-mode.color-off p, .special-mode.color-off a:not(.btn), .special-mode.color-off li, .special-mode.color-off div, .special-mode.color-off .price-off {
  color: #000 !important;
}
.special-mode.color-off .btn-primary, .special-mode.color-off .btn-cta {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.special-mode.color-off .btn-primary [class*=fa-], .special-mode.color-off .btn-cta [class*=fa-] {
  color: #fff !important;
}
.special-mode.color-off .btn-primary:hover, .special-mode.color-off .btn-cta:hover {
  background-color: #fff;
  border-color: #000;
  color: #000 !important;
}
.special-mode.color-off .btn-primary:hover [class*=fa-], .special-mode.color-off .btn-cta:hover [class*=fa-] {
  color: #000 !important;
}
.special-mode.color-off .btn-secondary {
  background-color: #fff;
  border-color: #000;
  color: #000 !important;
}
.special-mode.color-off .btn-secondary [class*=fa-] {
  color: #000 !important;
}
.special-mode.color-off .btn-secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.special-mode.color-off .slim-toggler [class*=fa-] {
  color: #fff !important;
}
.special-mode.color-off .slim-toggler:hover [class*=fa-] {
  color: #000 !important;
}
.special-mode.color-off .bg-grey-grad,
.special-mode.color-off .carousel-main .multi-carousel-item,
.special-mode.color-off .ribbon-item,
.special-mode.color-off .sidenav,
.special-mode.color-off .accordion-body {
  background: #fff;
  border: 1px solid #000;
}
.special-mode.color-off .ready .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='ico-print-all' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-19.998 -2.975)'%3E%3Cpath id='Subtraction_20' data-name='Subtraction 20' d='M1582.578-548.125h-170.41a24.033,24.033,0,0,1-9.4-1.9,24.09,24.09,0,0,1-7.684-5.173,24.007,24.007,0,0,1-7.086-17.1,23.627,23.627,0,0,1,3.857-13.037c8.893-13.82,17.882-27.807,27.4-42.617,12.329-19.187,25.078-39.028,38.471-59.825a4.035,4.035,0,0,0,.635-2.1v-100.44h-11.719a3.911,3.911,0,0,1-3.907-3.906,3.911,3.911,0,0,1,3.907-3.906h101.514a3.91,3.91,0,0,1,3.906,3.906,3.91,3.91,0,0,1-3.906,3.906h-11.719v100.44a3.663,3.663,0,0,0,.635,2.1l34.521,53.711,4.194,6.53-24.864,34.076-21.837-21.837a13.046,13.046,0,0,0-9.292-3.839,13.049,13.049,0,0,0-9.291,3.839,13.046,13.046,0,0,0-3.839,9.292,13.045,13.045,0,0,0,3.839,9.291l32.8,32.8a13.829,13.829,0,0,0,9.825,3.646h.059a12.917,12.917,0,0,0,9.845-5.334l27.94-38.284,11.917,18.554a24.246,24.246,0,0,1,3.857,13.037,24.028,24.028,0,0,1-1.9,9.4,24.086,24.086,0,0,1-5.173,7.683A24.008,24.008,0,0,1,1582.578-548.125ZM1466.123-790.361v100.439a11.734,11.734,0,0,1-1.856,6.348l-26.806,41.7h119.824l-26.806-41.7a11.741,11.741,0,0,1-1.856-6.348V-790.361Z' transform='translate(-1387 799)' fill='%23000000'/%3E%3Cpath id='Path_59' data-name='Path 59' d='M168.044,224.979a5.139,5.139,0,0,1,1.094,7.2l-67.256,92.154a4.921,4.921,0,0,1-3.731,2.058,5.568,5.568,0,0,1-4.052-1.479L61.471,292.288a5.14,5.14,0,1,1,7.269-7.269l28.447,28.447,63.718-87.33a5.139,5.139,0,0,1,7.2-1.094Z' transform='translate(67.69 -95.655)' fill='%23000000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.special-mode.color-off .in-progress .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166.111' height='159.005' viewBox='0 0 166.111 159.005'%3E%3Cpath id='Path_4' data-name='Path 4' d='M58.608,162.245l-20.38,31.7a9.8,9.8,0,0,0,8.246,15.088h56.14l1.842,3.3c.263.468.556.936.848,1.374H46.474A14.469,14.469,0,0,1,32,199.233a14.188,14.188,0,0,1,2.31-7.807Q52.6,163.005,73.754,130.081a2.433,2.433,0,0,0,.38-1.257V68.678H67.117a2.339,2.339,0,1,1,0-4.678h60.789a2.339,2.339,0,1,1,0,4.678h-7.017v60.146a2.559,2.559,0,0,0,.058.468,22.446,22.446,0,0,0-4.591.936,7.624,7.624,0,0,1-.146-1.4V68.678H78.783v60.146a7.03,7.03,0,0,1-1.111,3.8L61.62,157.6H95.654a21.17,21.17,0,0,0-.468,4.678Zm102.075-28.1H146.648a2.346,2.346,0,0,0-2.339,2.339v1.725a12.913,12.913,0,0,1-18.918,10.906l-1.4-.819a2.348,2.348,0,0,0-3.216.877l-6.579,11.784a2.326,2.326,0,0,0,.819,3.129l1.316.819a12.578,12.578,0,0,1,5.731,10.965v.731a12.606,12.606,0,0,1-5.76,10.965l-1.287.789a2.353,2.353,0,0,0-.819,3.129l6.579,11.813a2.323,2.323,0,0,0,3.216.877l1.4-.819a12.913,12.913,0,0,1,18.918,10.906v1.725a2.346,2.346,0,0,0,2.339,2.339h14.035a2.346,2.346,0,0,0,2.339-2.339V214.2a12.448,12.448,0,0,1,6.433-10.643,12.32,12.32,0,0,1,12.427-.234l1.433.848a2.348,2.348,0,0,0,3.216-.877l6.55-11.813a2.353,2.353,0,0,0-.819-3.129l-1.345-.848a12.663,12.663,0,0,1-5.731-10.936V175.9a12.568,12.568,0,0,1,5.7-10.936l1.374-.848a2.337,2.337,0,0,0,.789-3.129l-6.55-11.754a2.323,2.323,0,0,0-3.216-.877l-1.462.848a12.868,12.868,0,0,1-18.859-10.877v-1.784a2.346,2.346,0,0,0-2.339-2.339Zm-14.035-4.678h14.035a7,7,0,0,1,7.017,7.017v1.784a7.847,7.847,0,0,0,4.094,6.608,7.665,7.665,0,0,0,7.748.234l1.462-.848a7.028,7.028,0,0,1,9.649,2.661l6.55,11.754a7.02,7.02,0,0,1-2.4,9.357l-1.374.848a7.935,7.935,0,0,0-3.509,6.93v.789a7.928,7.928,0,0,0,3.538,6.93l1.345.848a7.029,7.029,0,0,1,2.427,9.357l-6.55,11.813a7,7,0,0,1-9.649,2.661l-1.433-.848a8.2,8.2,0,0,0-11.842,6.842v1.784A7,7,0,0,1,160.742,223H146.707a7,7,0,0,1-7.017-7.017v-1.725a7.886,7.886,0,0,0-4.123-6.637,7.719,7.719,0,0,0-7.778-.234l-1.4.819a7.035,7.035,0,0,1-9.649-2.661l-6.579-11.813a7.008,7.008,0,0,1,2.427-9.386l1.287-.789a7.994,7.994,0,0,0,3.538-6.93v-.848a7.894,7.894,0,0,0-3.538-6.93l-1.316-.819a7.036,7.036,0,0,1-2.427-9.386l6.579-11.784a7,7,0,0,1,9.62-2.661l1.4.819a8.246,8.246,0,0,0,11.9-6.871v-1.725a7,7,0,0,1,7.017-7.017Zm-9.386,46.754A16.374,16.374,0,1,1,153.636,192.6,16.385,16.385,0,0,1,137.262,176.221Zm16.374,11.7a11.7,11.7,0,1,0-11.7-11.7A11.693,11.693,0,0,0,153.636,187.917Z' transform='translate(-32 -64)' fill='%23000000'/%3E%3C/svg%3E%0A") !important;
}
.special-mode.color-off .on-hold .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='165.5' height='173.5' viewBox='0 0 165.5 173.5'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-365 -392)'%3E%3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M73.828,159H15.372A15.367,15.367,0,0,1,0,143.628a15.028,15.028,0,0,1,2.453-8.292c5.594-8.693,11.276-17.536,17.292-26.9l.022-.035c7.889-12.278,16.047-24.974,24.578-38.22a2.571,2.571,0,0,0,.4-1.336V4.969H37.3A2.484,2.484,0,1,1,37.3,0h64.562a2.484,2.484,0,0,1,0,4.969H94.406V68.848a2.336,2.336,0,0,0,.4,1.336l3.792,5.9c-1.539.628-3.072,1.336-4.555,2.1l-3.429-5.334a7.466,7.466,0,0,1-1.18-4.036V4.937H49.687v63.88a7.459,7.459,0,0,1-1.18,4.036L31.459,99.375H71.668a55.623,55.623,0,0,0-2.6,4.968H28.26L6.615,138.007a10.3,10.3,0,0,0-1.646,5.621,10.415,10.415,0,0,0,10.4,10.4h55.39A55.8,55.8,0,0,0,73.826,159Z' transform='translate(365 392)' fill='%23000000'/%3E%3Cpath id='Subtraction_5' data-name='Subtraction 5' d='M47,93A46,46,0,1,1,93,47,46.052,46.052,0,0,1,47,93ZM47,5.812A41.2,41.2,0,0,0,30.969,84.95,41.2,41.2,0,0,0,63.032,9.05,40.941,40.941,0,0,0,47,5.812ZM64.435,61.029a2.417,2.417,0,0,1-1.336-.4L45.663,49a2.428,2.428,0,0,1-1.069-2V20.844a2.406,2.406,0,1,1,4.812,0V45.706L65.776,56.624a2.4,2.4,0,0,1-1.341,4.4Z' transform='translate(437.5 472.5)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.special-mode.color-off .ico-on-hold {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='176' viewBox='0 0 170 176'%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(-179 -392)'%3E%3Cpath id='Subtraction_3' data-name='Subtraction 3' d='M75.818,158.986h0l-59.08-.018A16.75,16.75,0,0,1,2.2,133.913l18.288-31.981a.646.646,0,0,1,.046-.077.644.644,0,0,0,.046-.077L39.742,68.245V9.936H34.774a4.968,4.968,0,0,1,0-9.936h69.549a4.968,4.968,0,1,1,0,9.936H99.356V68.245l3.906,6.833a55.408,55.408,0,0,0-9.08,4.122L90.072,72a4.936,4.936,0,0,1-.652-2.452V9.936H49.678V69.549A4.8,4.8,0,0,1,49.026,72L33.408,99.356H73.679a55.386,55.386,0,0,0-4.612,9.936H27.726l-16.89,29.558a6.8,6.8,0,0,0,5.9,10.184H70.347a55.572,55.572,0,0,0,5.469,9.951Z' transform='translate(179 392)' fill='%23000000'/%3E%3Cpath id='Union_1' data-name='Union 1' d='M29.62,93.188A48.657,48.657,0,1,1,48.5,97,48.332,48.332,0,0,1,29.62,93.188ZM2,48.5a46.5,46.5,0,0,0,93,0,46.5,46.5,0,0,1-93,0Zm7.813,0A38.687,38.687,0,1,0,48.5,9.813,38.731,38.731,0,0,0,9.813,48.5Zm79.375,0a40.687,40.687,0,1,0-81.374,0,40.687,40.687,0,1,1,81.374,0ZM63.217,64.209l-.005,0L45.757,52.568A4.927,4.927,0,0,1,43.593,48.5V22.343a4.906,4.906,0,0,1,9.813,0V45.868L68.669,56.048a4.907,4.907,0,0,1-5.452,8.16ZM45.594,48.5a2.916,2.916,0,0,0,1.29,2.416L64.321,62.541a2.914,2.914,0,0,0,4.032-.8,2.874,2.874,0,0,0,.488-1.624,2.874,2.874,0,0,1-.488,1.624,2.914,2.914,0,0,1-4.032.8L46.884,50.916A2.916,2.916,0,0,1,45.594,48.5Zm5.812-1.562v0Z' transform='translate(252 471)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .ico-in-progress {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167.832' height='159' viewBox='0 0 167.832 159'%3E%3Cpath id='Path_9' data-name='Path 9' d='M64.747,64a4.678,4.678,0,1,0,0,9.356h4.678v54.91l-18.07,31.607c-.029.058-.058.088-.088.146L34.076,190.106A15.774,15.774,0,0,0,47.76,213.7h57.512c-.292-.439-.585-.906-.848-1.374l-4.415-7.982H47.76a6.405,6.405,0,0,1-5.555-9.59L58.11,166.92H95.77a21.043,21.043,0,0,1-.117-9.356H63.432L78.139,131.8a4.632,4.632,0,0,0,.614-2.31V73.356h37.426v53.8h9.356v-53.8h4.678A4.678,4.678,0,0,0,130.242,64Zm81.927,74.734h14.035v3.1a12.843,12.843,0,0,0,19.181,11.081l2.69-1.55,7.017,12.163-2.719,1.579a12.8,12.8,0,0,0,0,22.1l2.719,1.579-7.017,12.163-2.69-1.55a12.843,12.843,0,0,0-19.181,11.081v3.1H146.674v-3.041a12.917,12.917,0,0,0-19.268-11.14l-2.632,1.52-7.017-12.163,2.6-1.491a12.922,12.922,0,0,0,0-22.28l-2.6-1.491,7.017-12.163,2.632,1.52a12.917,12.917,0,0,0,19.268-11.14v-2.982Zm-2.339-9.356a7,7,0,0,0-7.017,7.017v5.38a3.506,3.506,0,0,1-1.784,2.982,3.394,3.394,0,0,1-3.45.058l-4.649-2.69a7.022,7.022,0,0,0-9.59,2.573l-9.356,16.2a7.022,7.022,0,0,0,2.573,9.59l4.62,2.661a3.574,3.574,0,0,1,0,6.082l-4.62,2.661a7.022,7.022,0,0,0-2.573,9.59l9.356,16.2a7.022,7.022,0,0,0,9.59,2.573l4.649-2.69a3.392,3.392,0,0,1,3.45.058,3.532,3.532,0,0,1,1.784,2.982v5.38A7,7,0,0,0,144.335,223h18.713a7,7,0,0,0,7.017-7.017v-5.438a3.52,3.52,0,0,1,5.175-2.982l4.707,2.719a7.022,7.022,0,0,0,9.59-2.573l9.356-16.2a7.022,7.022,0,0,0-2.573-9.59l-4.766-2.748a3.45,3.45,0,0,1,0-5.906l4.766-2.748a7.022,7.022,0,0,0,2.573-9.59l-9.356-16.2a7.022,7.022,0,0,0-9.59-2.573l-4.707,2.719a3.408,3.408,0,0,1-3.421-.058,3.446,3.446,0,0,1-1.754-2.924v-5.438a7,7,0,0,0-7.017-7.017H144.335Zm25.672,46.84a16.374,16.374,0,1,0-16.374,16.374A16.384,16.384,0,0,0,170.007,176.218ZM153.633,169.2a7.017,7.017,0,1,1-7.017,7.017A7,7,0,0,1,153.633,169.2Z' transform='translate(-32 -64)' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.special-mode.color-off .ico-ready {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='236.756' height='249.999' viewBox='0 0 236.756 249.999'%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(-0.998 -0.876)'%3E%3Cpath id='Subtraction_16' data-name='Subtraction 16' d='M876.442-548.125l-166.13-.049a26.19,26.19,0,0,1-10.249-2.066,26.19,26.19,0,0,1-8.363-5.635,26.189,26.189,0,0,1-5.636-8.363A26.19,26.19,0,0,1,684-574.487a26.347,26.347,0,0,1,3.466-13.083l28.755-50.283a1.059,1.059,0,0,1,.073-.123,1.088,1.088,0,0,0,.073-.121l30.121-52.725V-782.5h-7.811a7.82,7.82,0,0,1-7.811-7.811,7.819,7.819,0,0,1,7.811-7.81H848.029a7.819,7.819,0,0,1,7.811,7.81,7.82,7.82,0,0,1-7.811,7.811h-7.811v91.681l28.9,50.556-23.036,31.7L832.8-621.977a23.408,23.408,0,0,0-15.919-6.226,23.408,23.408,0,0,0-15.919,6.226l-.848.848c-8.381,9.079-8.2,22.952.415,32.27L832.5-556.888l.845.782a23.914,23.914,0,0,0,15.491,5.9l1.6-.039.825-.092a23.924,23.924,0,0,0,15.477-8.393l.39-.455L894.2-596.421l5.089,8.9a26.34,26.34,0,0,1,3.467,13.084,26.189,26.189,0,0,1-2.066,10.249,26.189,26.189,0,0,1-5.636,8.363,26.193,26.193,0,0,1-8.363,5.635A26.19,26.19,0,0,1,876.442-548.125ZM762.108-782.5v93.732a7.658,7.658,0,0,1-1.025,3.857l-24.556,43.009H850.177l-24.556-43.009a7.758,7.758,0,0,1-1.025-3.857V-782.5H762.108Z' transform='translate(-683 799)' fill='%23000000'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M121.652,9.724a8.274,8.274,0,0,1,1.749,11.24l-63.942,87.92a8.987,8.987,0,0,1-5.745,3.247,8.653,8.653,0,0,1-6.495-2.248L15.248,77.912a8.465,8.465,0,0,1,0-11.49,8.465,8.465,0,0,1,11.49,0L51.965,91.9l58.447-80.428A8.274,8.274,0,0,1,121.652,9.724Z' transform='translate(112.883 121.622)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .ico-doc-eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(19 2.1)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='250' height='250' transform='translate(-19 -2.1)' fill='none'/%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-19 10.9)'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M140.607,224.974H28.12A28.32,28.32,0,0,1,0,196.846V28.12A28.312,28.312,0,0,1,28.12,0H87a27.865,27.865,0,0,1,19.77,8.35l53.607,53.607a29.167,29.167,0,0,1,8.35,20.208v28.706a70.06,70.06,0,0,0-14.059,4.5V84.368h-42.18A28.32,28.32,0,0,1,84.368,56.24V14.06H28.12A13.91,13.91,0,0,0,14.06,28.12V196.846a13.914,13.914,0,0,0,14.06,14.068h103.2l.319.3.064.064a88.408,88.408,0,0,0,17.158,12.436A27.592,27.592,0,0,1,140.607,224.974ZM98.428,19.77h0V56.24a13.91,13.91,0,0,0,14.06,14.06h36.469Z' transform='translate(0 0)' fill='%23000000'/%3E%3Cpath id='eye' d='M22.2,86.2A94.513,94.513,0,0,1,.617,55.795L.6,55.745a8.9,8.9,0,0,1,0-6.43l.016-.049a94.492,94.492,0,0,1,21.575-30.4C35.856,6.342,51,0,67.215,0c20.548,0,35.822,10.262,45.014,18.871a94.363,94.363,0,0,1,21.576,30.4l.016.049a8.894,8.894,0,0,1,0,6.43l-.016.049a94.369,94.369,0,0,1-21.576,30.4c-9.192,8.609-24.467,18.87-45.014,18.87C51,105.06,35.856,98.719,22.2,86.2ZM31.572,28.84A85.429,85.429,0,0,0,14.094,52.53,82.394,82.394,0,0,0,31.572,76.212C39.039,83.145,51.293,91.4,67.215,91.4s28.168-8.253,35.636-15.178a82.55,82.55,0,0,0,17.478-23.69,85.476,85.476,0,0,0-17.486-23.7c-7.46-6.916-19.7-15.169-35.628-15.169S39.039,21.916,31.572,28.84ZM47.794,76.252A30.348,30.348,0,0,1,37.33,58.969a29.868,29.868,0,0,1-.713-6.439,27.06,27.06,0,0,1,.915-7.507v-.446l.049-.178a30.957,30.957,0,0,1,21.5-21.268,30.158,30.158,0,0,1,8.131-1.2,27.271,27.271,0,0,1,6.082.689h.227l.137.033a30.592,30.592,0,1,1-25.868,53.6Zm6.082-13.387a16.683,16.683,0,0,0,13.339,6.592A16.945,16.945,0,0,0,84.142,52.53a16.7,16.7,0,0,0-6.593-13.339A26.976,26.976,0,0,1,53.876,62.865ZM48.936,50.7Zm1.749-1.345h.073A13.451,13.451,0,0,0,64.032,36.081v-.267A16.758,16.758,0,0,0,50.685,49.356Z' transform='translate(115.577 118.448)' fill='%23000000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .tooltip .tooltip-inner {
  background-color: #000;
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .special-mode.color-off .sidenav {
    border: none;
  }
}
.special-mode.color-off .sidenav .sidenav-item .sidenav-link.active [class*=fa-], .special-mode.color-off .sidenav .sidenav-item .sidenav-link:hover [class*=fa-] {
  color: #fff !important;
}
.special-mode.color-off .sidenav .sidenav-item .sidenav-link:before {
  background-color: #000;
}
.special-mode.color-off .sidenav .sidenav-menu {
  background: none;
}
.special-mode.color-off .footer,
.special-mode.color-off .top-bar,
.special-mode.color-off .button-bar {
  background-color: #000;
}
.special-mode.color-off .footer *, .special-mode.color-off .footer a,
.special-mode.color-off .top-bar *,
.special-mode.color-off .top-bar a,
.special-mode.color-off .button-bar *,
.special-mode.color-off .button-bar a {
  color: #fff !important;
}
.special-mode.color-off .footer .week > div,
.special-mode.color-off .top-bar .week > div,
.special-mode.color-off .button-bar .week > div {
  background-color: #000;
  border: 1px solid #fff;
}
.special-mode.color-off .footer .week > div:nth-child(6), .special-mode.color-off .footer .week > div:nth-child(7),
.special-mode.color-off .top-bar .week > div:nth-child(6),
.special-mode.color-off .top-bar .week > div:nth-child(7),
.special-mode.color-off .button-bar .week > div:nth-child(6),
.special-mode.color-off .button-bar .week > div:nth-child(7) {
  background-color: #fff;
}
.special-mode.color-off .logo-main {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256.318' height='149.838' viewBox='0 0 256.318 149.838'%3E%3Cg id='logo-main-blk' transform='translate(-0.507)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M36.369,20.625a1.939,1.939,0,0,1,1.482-.4,20.849,20.849,0,0,1,4.385.723c1.011.274,1.909.24,1.9.86-.116.639-1.284,2.633-1.658,3.891a27.144,27.144,0,0,1-1.263,3.5c-.47.744-.812.766-1.241,1.854-.628,1.486-1.851,1.532-2.208.561-.413-.992-.955-1.9-.6-2.393.87-1.215,1.293-1.215,1.11-3.256A11.123,11.123,0,0,0,36.6,22.084c-.229-.284-.5-1.131-.229-1.457Zm-9.441,5.81a6.786,6.786,0,0,0-.088,1.251,6.194,6.194,0,0,0-.767-1.652,15.8,15.8,0,0,1-1.509-3.569c-.241-.929-.428-1.812-.428-1.812a4.279,4.279,0,0,0,1.283,1.188,8.677,8.677,0,0,1,1.794,2.414s-.143.917-.285,2.181Z' fill-rule='evenodd'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M38.278,25.961c.183,2.041-.241,2.041-1.11,3.256-.358.492.184,1.4.6,2.393.357.971,1.806,1.244,2.351-.22.515-1.126,1.809-4.452,2.36-5.688.5-1.2,1.541-3.251,1.658-3.891.011-.62-.841-.763-1.766-.988a32.408,32.408,0,0,0-4.518-.595,1.945,1.945,0,0,0-1.483.4c-.268.326,0,1.173.229,1.457a11.123,11.123,0,0,1,1.682,3.878Z' fill-rule='evenodd'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M25.42,21.842a4.256,4.256,0,0,1-1.283-1.188s.187.883.428,1.812a15.714,15.714,0,0,0,1.509,3.569,6.189,6.189,0,0,1,.767,1.652,6.786,6.786,0,0,1,.088-1.251c.142-1.265.284-2.18.284-2.18a8.7,8.7,0,0,0-1.793-2.414Z' fill-rule='evenodd'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M49.43,88.47c-1.4.911-9.957,7.036-12.85-2.186-1.291-4.08,1.5-8.708,4.145-13.79,4.485-8.6,6.906-21,6.167-35.3-.727-14.344,3.361-21.624,3.237-21.8-.346-.495-4.75-.956-8.822-.286A47.4,47.4,0,0,0,32.2,18S26.629,10.69,21.916,7.642A53.063,53.063,0,0,0,3.117,0,24.587,24.587,0,0,1,5.663,11.362c0,8.909-4.17,23.02-5.156,36.161v9.893C3.115,85,26.7,95.891,38.777,98.6l.138-.618C28.276,94.725,8.09,82.4,4.241,54.217c-1.17-8.485-.272-19.979,1.739-32.362A69.043,69.043,0,0,0,6.133,3.18s7.748,3.247,12.361,15.509c5.983,15.909,7.678,28.67,6.72,40.5a83.692,83.692,0,0,0,.6,16.864s.937-.177,1.162-.241a40.368,40.368,0,0,1-1.109-7.931c-.427-4.539,1.056-10.167,2.565-12.317,2.24-3.31,3.746-2.679,4.672-3.6,1.566-2.409.7-4.636.116-6.148-.6-1.61-1.668-2.233-4.245-5.919a44.959,44.959,0,0,1-3.761-5.958,34.614,34.614,0,0,1-4.524-13.7,5.472,5.472,0,0,1,.512-2.994,1.347,1.347,0,0,1,1.054-.935c1.565-.074,4.03,2.923,4.613,3.648.6.763,1.254,1.447,1.254,1.447a4.888,4.888,0,0,1,2.637-2.025,23.177,23.177,0,0,1,4.884-.883c1.223-.092,4.055-.29,6.846-.272,2.463.007,4.033.181,4.4.535.37.37.455,1.754.029,4.417-.114.756-.257,1.478-.4,2.112-.885,3.515-2.392,8.454-2.552,9.339-.187.836.922,2.817,1.6,3.611.654.811.753.9.868,1.364.356,2.978-2.266,3.632-2.266,4.381a33.714,33.714,0,0,1-1.138,15.331C39.172,71.1,30.714,77.155,30.47,85.638c-.184,7.586,8.574,7.625,11.551,7.415,1.251-.093,3.616-.91,3.644.345.1,1.461,0,6.1,0,6.1a26.8,26.8,0,0,1-14.8-.354c-6.893-2.352-14.912-7.619-20.818-7.757-.046.118-.142.5-.358.556,6.349.293,13.842,7.343,23.556,10.651,6.023,2.027,14.027.812,16.216.134L49.422,88.47Z' fill-rule='evenodd'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M87.368,33.617c.686,0,1.4-.118,2.195-.155V67.286c-.8-.043-1.51-.156-2.195-.156-.714,0-1.494.113-2.176.156V50.275c-3.577-.1-7.006-.23-10.53-.23-3.488,0-6.889.13-10.5.23v17.01c-.808-.043-1.522-.156-2.176-.156-.785,0-1.51.113-2.208.156V33.462c.7.036,1.422.155,2.208.155.654,0,1.368-.118,2.176-.155v14.2c3.6.109,7.112.237,10.5.237,3.524,0,6.953-.128,10.53-.237v-14.2C85.874,33.5,86.654,33.617,87.368,33.617Z' fill-rule='evenodd'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M120.121,34.755C116.362,47.2,103.5,59.3,103.5,59.3h-.53V33.464c-.623.036-1.693.155-2.205.155a10.743,10.743,0,0,1-2.178-.155V67.287h1.5c.541-.685,16.491-16.285,20.835-32.2A1.58,1.58,0,0,1,120.121,34.755Z' fill-rule='evenodd'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M127.628,33.462,107.105,63.186l.455.437,17.364-23.335h.5v27c.542-.043,1.739-.156,2.206-.156.485,0,1.756.113,2.181.156V33.462Z' fill-rule='evenodd'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M181.32,72.659c-3.8,12.46-16.665,24.508-16.665,24.508h-.484V71.373c-.667.057-1.736.131-2.206.131a12.525,12.525,0,0,1-2.18-.131v33.813h1.492c.544-.66,16.538-16.3,20.839-32.192a1.792,1.792,0,0,1-.8-.335Z' fill-rule='evenodd'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M188.964,71.373l-20.506,29.688.429.455,17.4-23.316h.487v26.986c.5-.046,1.722-.143,2.189-.143.487,0,1.739.1,2.209.143V71.373h-2.207Z' fill-rule='evenodd'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M147.153,48.489c3.987,4.568,8.287,8.92,12.131,13.592l4.035,4.972v.234c-.983-.043-1.853-.156-2.738-.156-.955,0-1.892.113-2.786.156a55.057,55.057,0,0,0-3.422-4.511l-10.95-12.6c-.184-.187-.811-.346-.811-.13V67.288c-.8-.043-1.5-.156-2.21-.156-.727,0-1.51.113-2.178.156V33.465c.666.036,1.451.155,2.178.155.708,0,1.41-.118,2.21-.155V48.744c.066.3.767.1,1.268-.3a33.452,33.452,0,0,0,2.634-2.411l12.273-12.571c.64.036,1.3.155,2.011.155.584,0,1.238-.118,1.935-.155l-11.31,10.8-4.27,4.224Z' fill-rule='evenodd'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M179.465,39.216l5.53,12.635H174ZM196.2,67.286,181.233,32.713h-1.14L164.532,67.286c.554-.043,1.078-.156,1.735-.156.6,0,1.166.113,1.852.156,1.362-4.661,3.188-8.992,4.909-13.337h12.724c1.963,4.494,3.771,9.237,5.239,13.337.84-.043,1.637-.156,2.621-.156.88,0,1.635.113,2.591.156Z' fill-rule='evenodd'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M122.846,104.869c-.784-.043-1.513-.158-2.209-.158-.745,0-1.47.113-2.179.158V73.5c-3.565-.1-7-.135-10.469-.135s-6.961.035-10.535.135v31.365c-.8-.043-1.484-.158-2.184-.158-.767,0-1.517.113-2.208.158V71.036h29.784Z' fill-rule='evenodd'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M136.242,87.418V72.962a64.544,64.544,0,0,1,7.181.039c3.962.368,5.638,3.029,5.638,6.394,0,4.4-2.877,7.513-7.875,8.024a27.544,27.544,0,0,1-4.944,0Zm0,17.451V89.338a35.243,35.243,0,0,0,6.748-.1c7.041-1.376,10.7-4.1,10.7-10.084s-3.2-8.116-12.89-8.116h-8.94v33.833c.7-.043,1.457-.157,2.237-.157.68,0,1.39.113,2.145.157Z' fill-rule='evenodd'/%3E%3Cpath id='Path_14' data-name='Path 14' d='M227.875,71.186c.683,0,1.393-.085,2.192-.15v33.833c-.8-.043-1.51-.158-2.192-.158-.739,0-1.5.113-2.194.158V87.86c-3.519-.106-6.994-.256-10.5-.256-3.464,0-6.935.15-10.495.256v17.009c-.8-.043-1.541-.158-2.21-.158-.755,0-1.48.113-2.179.158V71.036c.7.065,1.423.15,2.179.15.669,0,1.409-.085,2.21-.15v14.2c3.56.089,7.063.24,10.495.24,3.5,0,6.976-.15,10.5-.24v-14.2C226.377,71.1,227.137,71.186,227.875,71.186Z' fill-rule='evenodd'/%3E%3Cpath id='Path_15' data-name='Path 15' d='M256.822,71.036c-.026.561-.139.993-.139,1.491,0,.474.112.978.139,1.491a29.485,29.485,0,0,0-4.485-.574l-5.012-.074h-3.83v31.457c-.784-.07-1.495-.113-2.192-.113a21.7,21.7,0,0,0-2.178.113V71.036h17.7Z' fill-rule='evenodd'/%3E%3Cpath id='Path_16' data-name='Path 16' d='M73.81,103.673c-11.635.246-13.71-17.566-3.276-22.173a2.977,2.977,0,0,1-.34-1.454C63.7,83.23,61.208,93.177,63.956,99.581c-1.865-2.253-2.878-5.67-2.679-10.88.343-8.4,5.34-16.519,14.51-16.519a13.465,13.465,0,0,1,9.542,4.25l.344-.043a20.433,20.433,0,0,1,1.026-3.81,27.522,27.522,0,0,0-10.71-2.272c-10.511,0-18.814,6.324-18.814,17.447,0,10.831,6.593,17.69,17.573,17.69,3.789,0,7.878-.731,11.024-2.8L86,99.525a19.488,19.488,0,0,1-10.083,4.059c-.869.091-2.05.063-2.11.091Z' fill-rule='evenodd'/%3E%3Cpath id='Path_17' data-name='Path 17' d='M18.238,129l.138,1.832a8.792,8.792,0,0,1-2.793.463,6.712,6.712,0,0,1-2.164-.347,5.207,5.207,0,0,1-1.8-1.042A4.755,4.755,0,0,1,10.4,128.18a5.952,5.952,0,0,1-.434-2.34,6.127,6.127,0,0,1,.414-2.3,4.876,4.876,0,0,1,1.2-1.768,5.206,5.206,0,0,1,1.9-1.122,7.584,7.584,0,0,1,2.5-.387,7.9,7.9,0,0,1,2.39.369l-.093,1.85a5.681,5.681,0,0,0-2.143-.4,4.413,4.413,0,0,0-1.986.436A3.241,3.241,0,0,0,12.78,123.8a3.885,3.885,0,0,0-.5,2.014,3.8,3.8,0,0,0,.54,2.121,3.054,3.054,0,0,0,1.378,1.182,4.482,4.482,0,0,0,1.786.36A5.355,5.355,0,0,0,18.235,129Z'/%3E%3Cpath id='Path_18' data-name='Path 18' d='M20.066,120.387H26.51v1.91H22.256v2.434h3.867v1.77H22.256v2.757h4.255v1.91H20.066Z'/%3E%3Cpath id='Path_19' data-name='Path 19' d='M27.513,120.387h8.422v1.91H32.82v8.871H30.63V122.3H27.513Z'/%3E%3Cpath id='Path_20' data-name='Path 20' d='M39.433,120.387v4.035h1.513a4.879,4.879,0,0,1,2.318.479,2.921,2.921,0,0,1,1.275,1.217,3.369,3.369,0,0,1,.383,1.569,3.809,3.809,0,0,1-.237,1.362,3,3,0,0,1-.72,1.1,3.393,3.393,0,0,1-1.269.747,5.513,5.513,0,0,1-1.817.272H37.243v-10.78Zm0,5.729v3.357h1.446A1.8,1.8,0,0,0,42.2,129a1.62,1.62,0,0,0,.483-1.207,1.8,1.8,0,0,0-.421-1.157,1.913,1.913,0,0,0-1.552-.521Z'/%3E%3Cpath id='Path_21' data-name='Path 21' d='M59.509,131.168H57.427l-2.62-7.7-.5-1.542h-.046l.031,1.666v7.577H52.1V120.387h3.7l2.156,6.269.478,1.908h.046l.478-1.908,2.16-6.269h3.7v10.781H62.636v-7.577l.031-1.666H62.62l-.494,1.542Z'/%3E%3Cpath id='Path_22' data-name='Path 22' d='M66.985,120.387h6.444v1.91H69.175v2.434h3.867v1.77H69.175v2.757H73.43v1.91H66.985Z'/%3E%3Cpath id='Path_23' data-name='Path 23' d='M77.055,120.387h7.03v8.87h1.233v4.173H83.159v-2.263h-6.49v2.263H74.51v-4.173h1.236a8.74,8.74,0,0,0,1.213-3.551,16.911,16.911,0,0,0,.1-1.871v-3.448Zm4.84,1.91h-2.76v1.538q0,1.17-.07,2.01a9.064,9.064,0,0,1-.314,1.7,7.588,7.588,0,0,1-.727,1.712H81.9Z'/%3E%3Cpath id='Path_24' data-name='Path 24' d='M86.707,120.387H88.9v5.542l-.046,2.62H88.9l.771-1.57,3.779-6.592h2.619v10.781H93.875v-5.56l.049-2.6h-.049l-.738,1.632-3.81,6.531h-2.62Z'/%3E%3Cpath id='Path_25' data-name='Path 25' d='M98.223,120.387h2.188v8.871h4.379v-8.871h2.19v8.871h1.248v4.128h-1.989v-2.218H98.223Z'/%3E%3Cpath id='Path_26' data-name='Path 26' d='M109.616,120.387h2.189v5.542l-.046,2.62h.046l.771-1.57,3.779-6.592h2.618v10.781h-2.188v-5.56l.049-2.6h-.049l-.738,1.632-3.811,6.531h-2.62Z'/%3E%3Cpath id='Path_27' data-name='Path 27' d='M121.132,120.387h2.189v4.344H127.7v-4.344h2.19v10.781H127.7V126.5h-4.379v4.667h-2.189Z'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M139.928,129l.138,1.832a8.793,8.793,0,0,1-2.793.463,6.718,6.718,0,0,1-2.165-.347,5.211,5.211,0,0,1-1.8-1.042,4.751,4.751,0,0,1-1.213-1.722,5.936,5.936,0,0,1-.434-2.34,6.131,6.131,0,0,1,.414-2.3,4.876,4.876,0,0,1,1.2-1.768,5.2,5.2,0,0,1,1.9-1.122,7.585,7.585,0,0,1,2.5-.387,7.9,7.9,0,0,1,2.39.369l-.093,1.85a5.682,5.682,0,0,0-2.144-.4,4.408,4.408,0,0,0-1.985.436,3.243,3.243,0,0,0-1.376,1.277,3.893,3.893,0,0,0-.5,2.014,3.8,3.8,0,0,0,.54,2.121,3.053,3.053,0,0,0,1.378,1.182,4.478,4.478,0,0,0,1.786.36,5.356,5.356,0,0,0,2.251-.478Z'/%3E%3Cpath id='Path_29' data-name='Path 29' d='M141.757,120.387h2.19V125h.047l3.9-4.609h2.6l-4.5,4.883,4.782,5.9H148l-4.007-5.358h-.047v5.358h-2.19Z'/%3E%3Cpath id='Path_30' data-name='Path 30' d='M151.966,120.387h2.189v5.542l-.046,2.62h.046l.771-1.57,3.78-6.592h2.617v10.781h-2.188v-5.56l.049-2.6h-.049l-.738,1.632-3.811,6.531h-2.62Z'/%3E%3Cpath id='Path_31' data-name='Path 31' d='M163.036,120.387h2.589l1.727,3.007.494.9h.046l.493-.9,1.773-3.007h2.389l-3.282,5.145,3.607,5.636h-2.591l-2.066-3.418-.463-.831h-.046l-.461.831-2.144,3.418h-2.39l3.606-5.636Z'/%3E%3Cpath id='Path_32' data-name='Path 32' d='M179.67,120.387h2.19v8.871h4.377v-8.871h2.19v8.871h1.249v4.128h-1.99v-2.218H179.67Z'/%3E%3Cpath id='Path_33' data-name='Path 33' d='M191.064,120.387h6.443v1.91h-4.255v2.434h3.867v1.77h-3.867v2.757h4.255v1.91h-6.443Z'/%3E%3Cpath id='Path_34' data-name='Path 34' d='M199.36,120.387h2.189v4.344h4.378v-4.344h2.189v10.781h-2.189V126.5h-4.378v4.667H199.36Z'/%3E%3Cpath id='Path_35' data-name='Path 35' d='M209.425,120.387h8.421v1.91h-3.115v8.871h-2.19V122.3h-3.116Z'/%3E%3Cpath id='Path_36' data-name='Path 36' d='M219.156,120.387h3.193q2.379,0,3.261,1.081a3.574,3.574,0,0,1,.884,2.292,3.364,3.364,0,0,1-.416,1.627,3.13,3.13,0,0,1-1.266,1.25,4.137,4.137,0,0,1-2.064.48h-1.4v4.05h-2.189Zm2.189,5.036h1a1.794,1.794,0,0,0,1.352-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.84,1.84,0,0,0-1.391-.464h-1Z'/%3E%3Cpath id='Path_37' data-name='Path 37' d='M233.092,120.265a5.689,5.689,0,0,1,2.72.639,4.556,4.556,0,0,1,1.885,1.886,6.873,6.873,0,0,1,0,5.974,4.552,4.552,0,0,1-1.885,1.889,6.117,6.117,0,0,1-5.444,0,4.575,4.575,0,0,1-1.881-1.888,6.866,6.866,0,0,1,0-5.975,4.559,4.559,0,0,1,1.881-1.886A5.7,5.7,0,0,1,233.092,120.265Zm0,1.539a3.16,3.16,0,0,0-1.363.32,2.643,2.643,0,0,0-1.138,1.2,6.589,6.589,0,0,0,0,4.9,2.648,2.648,0,0,0,1.138,1.2,3.128,3.128,0,0,0,1.363.32,3.187,3.187,0,0,0,1-.164,2.515,2.515,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,6.016,6.016,0,0,0,.284-1.994,5.247,5.247,0,0,0-.472-2.449,2.644,2.644,0,0,0-1.141-1.2,3.148,3.148,0,0,0-1.366-.32Z'/%3E%3Cpath id='Path_38' data-name='Path 38' d='M240.151,120.387H243.7a7.084,7.084,0,0,1,1.526.172,3.033,3.033,0,0,1,1.428.767,2.247,2.247,0,0,1,.637,1.722,2.4,2.4,0,0,1-.534,1.694,2.807,2.807,0,0,1-1.223.788v.031a2.687,2.687,0,0,1,1.625.826,2.45,2.45,0,0,1,.643,1.746,3.11,3.11,0,0,1-.338,1.389,2.755,2.755,0,0,1-1.281,1.163,5.869,5.869,0,0,1-2.621.482h-3.407v-10.78Zm2.189,1.694v2.68h1.067a1.649,1.649,0,0,0,1.321-.431,1.409,1.409,0,0,0,.357-.906,1.37,1.37,0,0,0-.363-.923,1.832,1.832,0,0,0-1.41-.418h-.97Zm0,4.374v3.019h1.219a2.633,2.633,0,0,0,1.053-.189,1.463,1.463,0,0,0,.653-.532,1.427,1.427,0,0,0,.22-.789q0-1.509-1.927-1.509Z'/%3E%3Cpath id='Path_39' data-name='Path 39' d='M62.987,138.932h2.189v5.541l-.046,2.62h.046l.771-1.57,3.779-6.591h2.618v10.78H70.156v-5.559l.049-2.6h-.049l-.738,1.633-3.811,6.53h-2.62Z'/%3E%3Cpath id='Path_40' data-name='Path 40' d='M81.133,138.932h7.091v10.779H86.035V140.84H83.183v2.154q0,1.869-.079,3.013a7.741,7.741,0,0,1-.378,2.011,2.7,2.7,0,0,1-.943,1.343,2.88,2.88,0,0,1-1.747.473,6.072,6.072,0,0,1-1.046-.124l.094-1.71a3.368,3.368,0,0,0,.583.079,1.192,1.192,0,0,0,1.187-1.021,10.552,10.552,0,0,0,.293-2.8q0-.327-.007-.939c-.006-.411-.007-.7-.007-.878Z'/%3E%3Cpath id='Path_41' data-name='Path 41' d='M93.836,138.932h2.5l4.283,10.779H98.155l-.912-2.418H92.79l-.909,2.418H89.535Zm-.351,6.575H96.6l-1.586-4.4h-.033l-1.494,4.4Z'/%3E%3Cpath id='Path_42' data-name='Path 42' d='M101.93,138.932h6.906v1.909h-4.718v2.249h1.757a4.449,4.449,0,0,1,2.241.5,2.914,2.914,0,0,1,1.229,1.289,3.93,3.93,0,0,1,.371,1.691,3.112,3.112,0,0,1-.208,1.109,2.875,2.875,0,0,1-.658,1.011,3.292,3.292,0,0,1-1.2.743,5.087,5.087,0,0,1-1.774.282H101.93V138.933Zm2.19,5.852v3.234h1.356a2.8,2.8,0,0,0,1.324-.32,1.692,1.692,0,0,0,0-2.592,2.772,2.772,0,0,0-1.324-.321H104.12Z'/%3E%3Cpath id='Path_43' data-name='Path 43' d='M116.622,138.809a5.693,5.693,0,0,1,2.721.639,4.562,4.562,0,0,1,1.884,1.887,6.871,6.871,0,0,1,0,5.973,4.55,4.55,0,0,1-1.884,1.889,6.119,6.119,0,0,1-5.445,0,4.57,4.57,0,0,1-1.881-1.888,6.873,6.873,0,0,1,0-5.974,4.567,4.567,0,0,1,1.881-1.887,5.705,5.705,0,0,1,2.724-.639Zm0,1.539a3.14,3.14,0,0,0-1.362.321,2.63,2.63,0,0,0-1.138,1.2,6.576,6.576,0,0,0,0,4.9,2.633,2.633,0,0,0,1.138,1.2,3.121,3.121,0,0,0,1.362.32,3.186,3.186,0,0,0,1-.164,2.5,2.5,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,5.99,5.99,0,0,0,.284-1.994,5.247,5.247,0,0,0-.472-2.449,2.641,2.641,0,0,0-1.141-1.2,3.141,3.141,0,0,0-1.365-.321Z'/%3E%3Cpath id='Path_44' data-name='Path 44' d='M123.681,138.932h3.194q2.378,0,3.26,1.081a3.564,3.564,0,0,1,.884,2.291,3.368,3.368,0,0,1-.415,1.627,3.139,3.139,0,0,1-1.267,1.25,4.134,4.134,0,0,1-2.064.48h-1.4v4.05h-2.19Zm2.19,5.035h1a1.793,1.793,0,0,0,1.351-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.843,1.843,0,0,0-1.39-.464h-1Z'/%3E%3Cpath id='Path_45' data-name='Path 45' d='M136.168,138.932h2.5l4.282,10.779h-2.464l-.912-2.418h-4.453l-.909,2.418h-2.346Zm-.351,6.575h3.111l-1.586-4.4h-.033l-1.494,4.4Z'/%3E%3Cpath id='Path_46' data-name='Path 46' d='M143.411,138.932h8.424v1.909h-3.117v8.871h-2.19v-8.871h-3.117Z'/%3E%3Cpath id='Path_47' data-name='Path 47' d='M158.045,138.809a5.689,5.689,0,0,1,2.72.639,4.551,4.551,0,0,1,1.884,1.887,6.862,6.862,0,0,1,0,5.973,4.538,4.538,0,0,1-1.884,1.889,6.117,6.117,0,0,1-5.444,0,4.57,4.57,0,0,1-1.881-1.888,6.864,6.864,0,0,1,0-5.974,4.561,4.561,0,0,1,1.881-1.887,5.7,5.7,0,0,1,2.724-.639Zm0,1.539a3.147,3.147,0,0,0-1.363.321,2.64,2.64,0,0,0-1.138,1.2,6.589,6.589,0,0,0,0,4.9,2.638,2.638,0,0,0,1.138,1.2,3.128,3.128,0,0,0,1.363.32,3.188,3.188,0,0,0,1-.164,2.5,2.5,0,0,0,.955-.594,3.1,3.1,0,0,0,.741-1.224,6.016,6.016,0,0,0,.284-1.994,5.234,5.234,0,0,0-.473-2.449,2.64,2.64,0,0,0-1.14-1.2,3.149,3.149,0,0,0-1.366-.321Z'/%3E%3Cpath id='Path_48' data-name='Path 48' d='M165.1,138.932h3.2q2.379,0,3.261,1.081a3.57,3.57,0,0,1,.884,2.291,3.358,3.358,0,0,1-.416,1.627,3.13,3.13,0,0,1-1.266,1.25,4.134,4.134,0,0,1-2.064.48h-1.4v4.05h-2.2Zm2.189,5.035h1a1.794,1.794,0,0,0,1.352-.5,1.7,1.7,0,0,0,.481-1.23,1.6,1.6,0,0,0-.442-1.152,1.844,1.844,0,0,0-1.391-.464h-1Z'/%3E%3Cpath id='Path_49' data-name='Path 49' d='M174.138,138.932h2.189v5.541l-.047,2.62h.047l.77-1.57,3.781-6.591H183.5v10.78h-2.188v-5.559l.048-2.6h-.048l-.737,1.633-3.812,6.53h-2.62Z'/%3E%3Cpath id='Path_50' data-name='Path 50' d='M185.654,138.932h2.19v5.541l-.046,2.62h.046l.771-1.57,3.779-6.591h2.618v10.779h-2.19v-5.56l.049-2.6h-.049l-.738,1.633-3.811,6.529h-2.62V138.932Zm6.292-3.157,1.126.6a3.162,3.162,0,0,1-5.707,0l1.126-.6a1.99,1.99,0,0,0,3.455,0Z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .btn-icon-tg:not(.inv) {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2535 21.013L23.9857 3.46284C24.1265 1.90121 22.9727 1.93116 22.3782 2.14135L0.52028 10.5557C-0.417686 11.2416 0.129461 11.7631 0.52028 11.9381L6.26881 13.7225C10.4211 11.1372 18.8217 5.86864 19.2892 5.62555C19.6106 5.45846 19.9543 5.70401 19.7193 5.96663L9.38739 15.2306L8.9879 20.7852C9.43124 20.7852 9.72251 20.622 9.81273 20.5404L12.7728 17.6959C13.8243 18.4667 16.3168 20.2923 17.8752 21.4284C19.4336 22.5645 20.1101 21.6249 20.2535 21.013Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.special-mode.color-off .btn-icon-vk:not(.inv) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='319' height='250' viewBox='0 0 319 250'%3E%3Cg id='Group_46' data-name='Group 46' transform='translate(-122 -476)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='319' height='250' transform='translate(122 476)' fill='none'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M75.606,168.306h54.108c1.8,90.532,41.719,128.863,73.379,136.8v-136.8h51.037v78.038c31.236-3.388,64.061-38.966,75.073-78.038h51.037a150.447,150.447,0,0,1-69.461,98.368,155.759,155.759,0,0,1,81.214,99H335.873a97.505,97.505,0,0,0-81.85-70.52v70.52h-6.141c-108.109,0-169.735-74.12-172.382-197.477Z' transform='translate(49 333.8)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .btn-icon-max:not(.inv) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'%3E%3Cg id='Group_51' data-name='Group 51' transform='translate(-122 -471)'%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='250' height='250' transform='translate(122 471)' fill='none'/%3E%3Cpath id='Path_57' data-name='Path 57' d='M231.382,174.445c-28.238-1.481-50.275,18.114-55.134,48.782-4.024,25.4,3.111,56.345,9.213,57.9,2.588.661,8.817-4.1,13.349-8.377a2.6,2.6,0,0,1,3.139-.328c7.064,4.32,15.063,7.566,23.88,8.028,28.99,1.52,54.681-21.169,56.2-50.161S260.372,175.965,231.382,174.445ZM184.095,321.68a2.7,2.7,0,0,0-3.516.413c-12.247,13.062-43.591,22.225-45.026,4.4,0-13.968-3.137-25.739-6.592-38.7-4.231-15.873-8.937-33.529-8.937-59.19,0-61.193,50.186-107.213,109.689-107.213S335.87,169.654,335.87,229.195,287.732,335.813,230.276,335.813C209.893,335.813,200,332.942,184.095,321.68Z' transform='translate(18.976 366.612)' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.special-mode.color-off .btn-icon-viber:not(.inv) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.447' height='22.677' viewBox='0 0 20.447 22.677'%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.014,20.913H15.7A7.89,7.89,0,0,0,23,14.077V8.866a7.9,7.9,0,0,0-6.989-7.2H9.818a7.963,7.963,0,0,0-7.265,7.2v4.812A8.5,8.5,0,0,0,7.09,20.146v3.9c.071.155.283.419.567.233S10.013,21.956,11.014,20.913ZM9.56,6.28l1.812,1.812a1.162,1.162,0,0,1-.358,1.71c-.522.186-.878.525-.878.9.027,1.937,1.925,3.144,2.878,3.539a1.232,1.232,0,0,0,1.439-.423,1.638,1.638,0,0,1,.322-.627,1.157,1.157,0,0,1,1.541,0c.435.446,1.405,1.449,1.812,1.9s.1,1.134-.1,1.422a15.211,15.211,0,0,1-1.372,1.321,2.265,2.265,0,0,1-1.761.152A13.473,13.473,0,0,1,6.546,9.531a2.183,2.183,0,0,1,.2-2C7,7.267,7.64,6.625,8.155,6.178A1.086,1.086,0,0,1,9.56,6.28Zm5.791,3.861a1.6,1.6,0,0,0-1.659-1.609.445.445,0,0,1,0-.728,2.114,2.114,0,0,1,2.371,2.337C15.751,10.628,15.458,10.343,15.351,10.14Zm1.456.322c.054-3.088-2.314-3.578-3.505-3.437a.463.463,0,0,1,0-.745,3.682,3.682,0,0,1,4.233,4.182C17.437,10.953,16.8,10.716,16.807,10.462Zm1.422.833c.685-4.82-3-5.9-4.927-5.831a.461.461,0,0,1-.235-.388.386.386,0,0,1,.235-.355c5.509.062,6.077,4.409,5.672,6.574a.411.411,0,0,1-.744,0Z' transform='translate(-2.553 -1.662)' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.special-mode.color-off .btn-icon-whatsapp:not(.inv) {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6961 1.71428C6.73273 1.71428 1.83893 6.35051 1.83893 12C1.83893 13.8645 2.36956 15.6796 3.37582 17.2676L1.83893 22.2857L7.13579 20.8297C8.81201 21.783 10.7279 22.2857 12.6961 22.2857C18.6594 22.2857 23.5532 17.6495 23.5532 12C23.5532 6.35051 18.6594 1.71428 12.6961 1.71428ZM19.4841 16.346L18.979 16.8246C18.2643 17.5016 16.6207 17.448 15.5646 17.2548C12.053 16.6122 7.95883 12.8527 7.16926 9.59697C6.77829 7.98418 6.99415 6.58201 7.55874 6.04697L8.06386 5.56844C8.34268 5.30445 8.79561 5.30477 9.0741 5.56844L11.0949 7.48304C11.2298 7.6108 11.3036 7.78014 11.3036 7.96142C11.3036 8.14269 11.2298 8.3122 11.0949 8.43948L10.5899 8.91849C10.0333 9.44708 10.0333 10.3057 10.5899 10.8331L13.927 13.9529C14.4853 14.4818 15.3888 14.4824 15.9479 13.9529L16.4531 13.4745C16.7138 13.2261 17.2009 13.2253 17.4638 13.4745L19.4841 15.3885C19.7584 15.6473 19.7689 16.0761 19.4841 16.346Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.special-mode.color-off .datatable table thead th {
  background-color: #000;
  color: #fff;
}
.special-mode.color-off .datatable table td {
  border-color: #000;
}
.special-mode.color-off .datatable.datatable-list-like table thead th {
  border-color: #000;
}
.special-mode.color-off .datatable.datatable-list-like table [data-mdb-field=field_0] {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.special-mode.color-off .datatable.datatable-list-like table [data-mdb-field=field_0] [class*=fa-] {
  color: #fff !important;
}
.special-mode.color-off .form-outline .form-control,
.special-mode.color-off .datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-control {
  color: #000 !important;
}
.special-mode.color-off .form-outline .form-control ~ .form-notch,
.special-mode.color-off .datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-control ~ .form-notch {
  border-color: #000;
}
.special-mode.color-off .form-outline .form-control.select-input:not([disabled]) ~ .select-arrow:after,
.special-mode.color-off .datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-control.select-input:not([disabled]) ~ .select-arrow:after {
  color: #000;
}
.special-mode.color-off .form-outline .form-label,
.special-mode.color-off .datatable-pagination .datatable-select-wrapper .select-wrapper .form-outline .form-label {
  color: #000 !important;
}
.special-mode.color-off .select-option {
  background-color: #fff !important;
  border-color: #000;
}
.special-mode.color-off .form-check-input[type=checkbox] {
  border-color: #000 !important;
}
.special-mode.color-off .form-check-input[type=checkbox]:checked::after {
  border-color: #000 !important;
}
.special-mode.color-off .highlight {
  background: #000;
  color: #fff !important;
}
.special-mode.color-off .accordion-borderless .accordion-item .accordion-button {
  background: #000 !important;
}
.special-mode.color-off .accordion-borderless .accordion-item .accordion-button .date, .special-mode.color-off .accordion-borderless .accordion-item .accordion-button .title {
  color: #fff !important;
}
.special-mode.color-off .accordion-borderless .accordion-item .accordion-button:after {
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --mdb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

/* ---------- PRINT ---------- */
@page {
  margin: 0mm;
}
@media print {
  body {
    margin: 0;
  }
  .print-area {
    padding: 20mm 0mm;
  }
  .page-break {
    page-break-before: always; /* или after / inside */
    break-before: page;
  }
  .content, .header, .footer, .modal-footer, .modal-header {
    display: none !important;
  }
  .modal-content {
    box-shadow: none;
  }
  .modal-dialog-centered {
    align-items: flex-start;
  }
  .modal-body {
    padding: 0 !important;
    gap: 7mm;
  }
}
.modal-content:has(.to-print) {
  background-color: #fff !important;
  background-blend-mode: difference !important;
}

.to-print {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0 !important;
  gap: 1.5625vw;
  color: #000;
}
@media (min-width: 992px) {
  .to-print {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1400px) {
  .to-print {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
@media (min-width: 1920px) {
  .to-print {
    padding-left: 15rem;
    padding-right: 15rem;
    gap: 3rem;
  }
}
.to-print p, .to-print div, .to-print th, .to-print td, .to-print h1, .to-print .h1, .to-print h2, .to-print .h2, .to-print h3, .to-print .h3, .to-print h4, .to-print .h4, .to-print h5, .to-print .h5, .to-print .list-group-item {
  color: #323232 !important;
}
.to-print .print-header {
  gap: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-header {
    gap: 2rem;
  }
}
.to-print .print-header .print-logo-main svg {
  width: 9.8958333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-header .print-logo-main svg {
    width: 19rem;
  }
}
@media print {
  .to-print .print-header .print-logo-main svg {
    width: 50mm;
  }
}
.to-print .print-header .print-hashtag {
  display: flex;
  align-items: center;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-header .print-hashtag {
    font-size: 1.6rem;
  }
}
@media print {
  .to-print .print-header .print-hashtag {
    font-size: 3.5mm;
  }
}
.to-print .print-header .print-contacts {
  gap: 0.5208333333vw;
  margin-left: auto;
  justify-content: center;
  flex-grow: 0;
}
@media (min-width: 1920px) {
  .to-print .print-header .print-contacts {
    gap: 1rem;
  }
}
.to-print .print-header .print-contacts h5 {
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-header .print-contacts h5 {
    font-size: 1.6rem;
  }
}
@media print {
  .to-print .print-header .print-contacts h5 {
    font-size: 3.5mm;
  }
}
.to-print .print-header .print-contacts p {
  font-size: 0.7291666667vw;
  margin-top: 0;
}
@media (min-width: 1920px) {
  .to-print .print-header .print-contacts p {
    font-size: 1.4rem;
  }
}
@media print {
  .to-print .print-header .print-contacts p {
    font-size: 3mm;
  }
}
.to-print .print-info {
  gap: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-info {
    gap: 1rem;
  }
}
@media print {
  .to-print .print-info {
    gap: 3mm;
  }
}
.to-print .print-info h3 {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-info h3 {
    font-size: 2rem;
  }
}
@media print {
  .to-print .print-info h3 {
    font-size: 4.5mm;
  }
}
.to-print .print-info .code {
  display: flex;
  align-self: stretch;
}
.to-print .print-info .code svg {
  height: 100%;
}
.to-print .print-result {
  gap: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-result {
    gap: 1rem;
  }
}
@media print {
  .to-print .print-result {
    gap: 2mm;
  }
}
.to-print .print-result h3 {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-result h3 {
    font-size: 2rem;
  }
}
@media print {
  .to-print .print-result h3 {
    font-size: 4.5mm;
  }
}
.to-print .print-result h4 {
  background-color: #E8ECF0;
  padding: 0.2604166667vw 0.78125vw;
  font-size: 0.9375vw;
  line-height: normal;
}
@media (min-width: 1920px) {
  .to-print .print-result h4 {
    padding: 0.5rem 1.5rem;
    font-size: 1.8rem;
  }
}
@media print {
  .to-print .print-result h4 {
    font-size: 3.5mm;
    border: 1px solid #000;
  }
}
.to-print .print-result .icon-plus {
  width: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .to-print .print-result .icon-plus {
    width: 1.7rem;
  }
}
@media print {
  .to-print .print-result .icon-plus {
    width: 4mm;
  }
}
.to-print .print-result .res-table table {
  width: 100%;
}
.to-print .print-result .res-table table th {
  background-color: #F9F9F9;
  border-bottom: 1px solid #DCDDDF;
  padding: 0.390625vw 0.78125vw;
  font-size: 0.7291666667vw;
  text-align: center !important;
  font-weight: 400;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table th {
    padding: 0.75rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media print {
  .to-print .print-result .res-table table th {
    font-size: 3mm;
  }
}
.to-print .print-result .res-table table th.ref {
  background-color: #E8ECF0;
  width: 15%;
}
.to-print .print-result .res-table table td {
  padding: 0.390625vw 0.78125vw;
  text-align: center;
  font-size: 0.7291666667vw;
  border-bottom: 1px solid #DCDDDF;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td {
    padding: 0.75rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media print {
  .to-print .print-result .res-table table td {
    font-size: 3mm;
    padding-top: 2mm;
    padding-bottom: 2mm;
  }
}
.to-print .print-result .res-table table td.text-lg {
  font-size: 0.8333333333vw;
  font-weight: 600;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td.text-lg {
    font-size: 1.6rem;
  }
}
@media print {
  .to-print .print-result .res-table table td.text-lg {
    font-size: 3.5mm;
  }
}
.to-print .print-result .res-table table td:has(.ref) {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.to-print .print-result .res-table table td:has(.ref) .slider {
  position: absolute;
  bottom: -0.2604166667vw;
  width: 0.3645833333vw;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td:has(.ref) .slider {
    width: 0.7rem;
    bottom: -0.5rem;
  }
}
@media print {
  .to-print .print-result .res-table table td:has(.ref) .slider {
    width: 1.5mm;
    bottom: -1.3mm;
  }
}
.to-print .print-result .res-table table td .ref {
  position: relative;
}
.to-print .print-result .res-table table td .ref:before {
  width: 100%;
  height: 0.2083333333vw;
  background-image: linear-gradient(to right, #EA00FF, #0095FF, #00FF1E, #FFD900, #FF0000);
  border-radius: 0.4rem;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td .ref:before {
    height: 0.4rem;
  }
}
@media print {
  .to-print .print-result .res-table table td .ref:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.to-print .print-result .res-table table td [class*=ref-] {
  width: 33.333%;
  padding: 0.4166666667vw 0.3rem;
  z-index: 1;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td [class*=ref-] {
    padding: 0.8rem 0.3rem;
  }
}
@media print {
  .to-print .print-result .res-table table td [class*=ref-] {
    padding: 2mm 1mm;
  }
}
.to-print .print-result .res-table table td [class*=ref-].ref-negative {
  text-align: right;
  color: #106AA5 !important;
  border-right: 1px solid #000;
}
.to-print .print-result .res-table table td [class*=ref-].ref-normal {
  color: #21B87B !important;
}
.to-print .print-result .res-table table td [class*=ref-].ref-positive {
  text-align: left;
  color: #FC3D21 !important;
  border-left: 1px solid #000;
}
.to-print .print-result .res-table table td:has(.diagnosis) {
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td:has(.diagnosis) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .to-print .print-result .res-table table td:has(.diagnosis) {
    padding-top: 4mm;
  }
}
.to-print .print-result .res-table table td .diagnosis {
  gap: 0.78125vw;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td .diagnosis {
    gap: 1.5rem;
  }
}
@media print {
  .to-print .print-result .res-table table td .diagnosis {
    gap: 4mm;
  }
}
.to-print .print-result .res-table table td .list-group-item {
  text-align: left;
  font-size: 0.7291666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-result .res-table table td .list-group-item {
    font-size: 1.4rem;
  }
}
@media print {
  .to-print .print-result .res-table table td .list-group-item {
    font-size: 3mm;
  }
}
.to-print .sign-row {
  justify-content: space-between;
  font-size: 0.7291666667vw;
  margin-top: 1.5625vw;
}
@media (min-width: 1920px) {
  .to-print .sign-row {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
@media print {
  .to-print .sign-row {
    margin-top: 15mm;
    font-size: 3mm;
  }
}
.to-print .sign-row .sign-stamp {
  position: relative;
  display: inline-block;
  width: 8.8541666667vw;
  border-bottom: 1px solid #000;
}
@media (min-width: 1920px) {
  .to-print .sign-row .sign-stamp {
    width: 17rem;
  }
}
@media print {
  .to-print .sign-row .sign-stamp {
    width: 80mm;
  }
}
.to-print .sign-row .sign-stamp img {
  position: absolute;
  margin-top: -30%;
  width: 4.6875vw;
}
@media (min-width: 1920px) {
  .to-print .sign-row .sign-stamp img {
    width: 9rem;
  }
}
@media print {
  .to-print .sign-row .sign-stamp img {
    width: 40mm;
  }
}
.to-print .sign-row .sign-stamp img + img {
  margin-left: 40%;
  width: 5.2083333333vw;
}
@media (min-width: 1920px) {
  .to-print .sign-row .sign-stamp img + img {
    width: 10rem;
  }
}
@media print {
  .to-print .sign-row .sign-stamp img + img {
    width: 40mm;
    margin-top: -25%;
    margin-left: 45%;
  }
}
.to-print .sign-row .licence {
  font-size: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .sign-row .licence {
    font-size: 1rem;
  }
}
@media print {
  .to-print .sign-row .licence {
    font-size: 2mm;
  }
}
.to-print .print-legend {
  gap: 1.0416666667vw;
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend {
    gap: 2rem;
    margin-top: 1rem;
  }
}
.to-print .print-legend .lab-info, .to-print .print-legend .res-note {
  font-size: 0.7291666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend .lab-info, .to-print .print-legend .res-note {
    font-size: 1.4rem;
  }
}
@media print {
  .to-print .print-legend .lab-info, .to-print .print-legend .res-note {
    margin-top: 10mm;
    font-size: 3mm;
  }
}
.to-print .print-legend .logos {
  justify-content: center;
  gap: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend .logos {
    gap: 2rem;
  }
}
.to-print .print-legend .logos img {
  height: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend .logos img {
    height: 8rem;
  }
}
@media print {
  .to-print .print-legend .logos img {
    height: 15mm;
  }
}
.to-print .print-legend .legend .list-group {
  width: fit-content;
}
.to-print .print-legend .legend .list-group-item {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  font-size: 0.625vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend .legend .list-group-item {
    font-size: 1.2rem;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print {
  .to-print .print-legend .legend .list-group-item {
    font-size: 2.5mm;
  }
}
.to-print .print-legend .legend .list-group-item svg {
  width: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .to-print .print-legend .legend .list-group-item svg {
    width: 1.7rem;
  }
}
@media print {
  .to-print .print-legend .legend .list-group-item svg {
    width: 4mm;
  }
}
.to-print .print-footer {
  padding-top: 6.25vw;
  padding-bottom: 2.0833333333vw;
  font-size: 0.625vw;
}
@media (min-width: 1920px) {
  .to-print .print-footer {
    padding-top: 12rem;
    padding-top: 4rem;
    font-size: 1.2rem;
  }
}
@media print {
  .to-print .print-footer {
    font-size: 2.5mm;
  }
}
.to-print .datatable-list-like {
  margin-top: 0.5208333333vw;
  background-color: transparent;
}
@media (min-width: 1920px) {
  .to-print .datatable-list-like {
    margin-top: 1rem;
  }
}
.to-print .datatable-list-like table th, .to-print .datatable-list-like table td {
  font-size: 0.8333333333vw;
  padding: 0.2604166667vw 0.78125vw;
}
@media (min-width: 1920px) {
  .to-print .datatable-list-like table th, .to-print .datatable-list-like table td {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}
@media print {
  .to-print .datatable-list-like table th, .to-print .datatable-list-like table td {
    font-size: 3mm;
    padding: 1mm 3mm;
  }
}
.to-print .datatable-list-like table td {
  border-color: #DCDDDF;
  background-color: transparent;
}
.to-print .datatable-list-like table td[data-mdb-field=field_0] {
  background-color: #F9F9F9;
  min-width: 30%;
}
@media print {
  .to-print .datatable-list-like table td[data-mdb-field=field_0] {
    padding-left: 0;
  }
}

.brdr {
  border: 1px solid red !important;
}

.brdg {
  border: 1px solid green !important;
}

.brdb {
  border: 1px solid blue !important;
}

.brdy {
  border: 1px solid yellow !important;
}
