:root {
  color-scheme: only light;
}

.feedbackforms-attachFiles-list, .resetList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feedbackforms-attachFiles-list li::before, .resetList li::before {
  display: none;
}

* {
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
}

.gutters-10.row {
  margin-left: -10px;
  margin-right: -10px;
}
.gutters-10.row > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.gutters-10 [class^=col] .form-control {
  margin-bottom: 10px;
}
.gutters-10 .oneField-container-inner {
  margin-bottom: 10px;
}
.gutters-10 .oneField-container-inner .form-control {
  margin-bottom: 0;
}
.gutters-5.row {
  margin-left: -5px;
  margin-right: -5px;
}
.gutters-5.row > [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.gutters-5 [class^=col] .form-control {
  margin-bottom: 5px;
}
.gutters-5 .oneField-container-inner {
  margin-bottom: 5px;
}
.gutters-5 .oneField-container-inner .form-control {
  margin-bottom: 0;
}
.gutters-0.row {
  margin-left: 0px;
  margin-right: 0px;
}
.gutters-0.row > [class^=col] {
  padding-left: 0px;
  padding-right: 0px;
}
.gutters-06r {
  --gutter: calc(var(--base) * .24);
}
.gutters-06r.row {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}
.gutters-06r.row > [class^=col] {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  overflow-x: unset;
}

/* layout */
.body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  padding-top: calc((var(--headerMainH_mob) + var(--bodyInnerSpace_mob)) * 1px);
}
@media (min-width: 992px) {
  .body-inner {
    padding-top: calc((var(--headerMainH_tabl) + var(--bodyInnerSpace_tabl)) * 1px);
  }
}
@media (min-width: 1200px) {
  .body-inner {
    padding-top: calc((var(--headerMainH) + var(--bodyInnerSpace)) * 1px);
  }
}

/* /layout */
.uline {
  cursor: pointer;
  text-decoration: underline;
}
.uline:hover {
  text-decoration: none;
}
.uline-hover:hover {
  text-decoration: underline;
}

.nouline {
  text-decoration: none;
}
.nouline:hover {
  text-decoration: underline;
}
.nouline-hover:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .limitWidth-80 {
    max-width: 81%;
  }
}
@media (min-width: 1200px) {
  .limitWidth-70 {
    max-width: 77%;
  }
}
@media (min-width: 1200px) {
  .limitWidth-60 {
    max-width: 67%;
  }
}
@media (min-width: 1200px) {
  .limitWidth-50 {
    max-width: 54%;
  }
}

p,
ol,
ul {
  line-height: inherit;
  font-size: inherit;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}
p + p, p + ul, p + ol {
  margin-top: 20px;
}

ul + ul, ul + ol, ul + p {
  margin-top: 20px;
}

ol + ul, ol + ol, ol + p {
  margin-top: 20px;
}

p + h1,
p + .h1 {
  margin-top: calc(var(--base) * 2);
}

p + h2,
p + .h2 {
  margin-top: calc(var(--base) * 2);
}

p + h3, p + h4, p + h5, p + h6,
p + .h3, p + .h4, p + .h5, p + .h6 {
  margin-top: calc(var(--base) * 1.6);
}

img {
  max-width: 100%;
}

.objectFit-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxShadow {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.position-relative {
  position: relative;
}

.zoom-hover {
  overflow: hidden;
}
.zoom-hover img {
  -webkit-transition: -webkit-transform 9s;
  transition: -webkit-transform 9s;
  -o-transition: transform 9s;
  transition: transform 9s;
  transition: transform 9s, -webkit-transform 9s;
}
.zoom-hover:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.circle {
  border-radius: 50%;
  overflow: hidden;
}

.tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tooltip:has(.tooltip-button-text) {
  margin-left: 0;
}
.tooltip-button-text {
  color: var(--color-blue-light);
  font-size: 16px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: unset;
  height: unset;
  background: none;
}
.tooltip-container {
  font-size: 14px;
  z-index: 10;
}

.breadcrumb {
  color: var(--color-blue-dark);
  font-size: 14px;
  margin-top: 13px;
  padding: 4px 0;
  overflow-x: auto;
  text-align: center;
  line-height: 1.5;
}
.breadcrumb a, .breadcrumb > span {
  white-space: nowrap;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #BFC2C9;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-blue-light);
}
.breadcrumb a::after {
  content: "/";
  padding: 0 5px;
}

.btn.disabled {
  pointer-events: none;
  background-color: #E2E2E2;
  color: #B8B8B8;
}

.loading {
  position: relative;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  width: 70px;
  height: 70px;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.loading-message::after {
  display: none;
}
.loading-message-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  color: #fff;
  font-size: 24px;
  font-weight: var(--fw-600);
}
@media (max-width: 575.98px) {
  .loading-message-txt {
    width: 80%;
  }
  .loading-message-txt span.loading-txt {
    font-size: 20px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  15% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  30% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  45% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  60% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  75% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  90% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  15% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  30% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  45% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  60% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  75% {
    -webkit-box-shadow: 0 0 1px 2px transparent;
            box-shadow: 0 0 1px 2px transparent;
  }
  90% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 2px var(--red);
            box-shadow: 0 0 1px 2px var(--red);
  }
}
.feedbackforms-container {
  --borderField: #D9DAED;
  margin-top: 25px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .feedbackforms-container h1, .feedbackforms-container .h1 {
    text-align: center;
  }
}
.feedbackforms-firstStep .btn {
  margin-top: 30px;
}
.feedbackforms-firstStep-1, .feedbackforms-firstStep-2 {
  margin-top: 30px;
}
.feedbackforms-fieldContainer {
  margin-top: 35px;
}
.feedbackforms-label {
  font-size: 18px;
  font-weight: bold;
}
.feedbackforms-label.required::after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  font-size: 21px;
  line-height: 0.1px;
}
.feedbackforms-label + .tooltip {
  margin-top: 5px;
}
.feedbackforms-subLabel {
  font-size: 16px;
  color: #898989;
}
.feedbackforms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
.feedbackforms-box-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedbackforms-box-txt {
  font-size: 18px;
}
.feedbackforms-box-flag {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
  border: 2px solid var(--color-blue-light);
}
.feedbackforms-box-input {
  display: none;
}
.feedbackforms-box-input[type=radio]:checked ~ .feedbackforms-box-flag {
  -webkit-box-shadow: 0 0 0 5px var(--color-blue-light) inset;
          box-shadow: 0 0 0 5px var(--color-blue-light) inset;
}
.feedbackforms-box-input[type=checkbox]:checked ~ .feedbackforms-box-flag {
  background-color: var(--color-blue-light);
}
.feedbackforms-box-input[type=radio] ~ .feedbackforms-box-flag {
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.feedbackforms-box-input[type=checkbox] ~ .feedbackforms-box-flag {
  border-radius: 4px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.feedbackforms-box-input[type=checkbox] ~ .feedbackforms-box-flag::after {
  content: "";
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feedbackforms-box, .feedbackforms-input, .feedbackforms-textarea {
  margin-top: 12px;
}
.feedbackforms-input, .feedbackforms-textarea {
  padding: 18px 16px !important;
  border-radius: 16px !important;
  border: 1px solid var(--borderField) !important;
}
.feedbackforms-input {
  height: auto !important;
}
.feedbackforms-textarea {
  height: 120px;
  min-height: 56px;
  max-height: 250px;
  resize: vertical;
}
.feedbackforms-mapAddress {
  margin-top: 35px;
  aspect-ratio: 29/16;
  border-radius: 16px;
  overflow: hidden;
}
.feedbackforms-mapAddress iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.feedbackforms-attachFiles {
  margin-top: 25px;
}
.feedbackforms-attachFiles [type=file] {
  display: none;
}
.feedbackforms-attachFiles-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.feedbackforms-attachFiles-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8px 35px 8px 16px;
  background-color: #F4F4F4;
  line-height: 1;
  min-height: 40px;
  border-radius: 12px;
}
.feedbackforms-attachFiles-fileDelete {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-image: url("../img/times.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  opacity: 0.5;
}
.feedbackforms-attachFiles-fileDelete:hover {
  opacity: 1;
}

.aside-stiky {
  text-align: center;
}
@media (max-width: 991.98px) {
  .aside-stiky {
    margin-bottom: 25px;
  }
  .aside-stiky-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .aside-stiky img {
    max-width: 50%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .aside-stiky {
    position: sticky;
    top: 46px;
    width: 100%;
  }
  .aside-stiky img {
    max-width: 100%;
    height: auto;
  }
}

.custom-select-container {
  --radius-panel: 12px;
  --radius-opener: 16px;
  --bg-focus: #f2f2f2;
  font-size: 16px;
}
.custom-select-container + .custom-select-container {
  margin-top: 15px;
}
.custom-select-container.is-open .custom-select-panel {
  opacity: 1;
}
.custom-select-container.is-open .custom-select-opener::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-select-opener {
  border-radius: var(--radius-opener);
  background-color: #fff;
  border: 1px solid var(--borderField);
  padding: 0 16px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.custom-select-opener::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 25%;
      -ms-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  right: 16px;
  height: 7px;
  width: 12px;
  background-image: url("../img/shevron.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.custom-select-opener .custom-select-imgOption {
  width: 38px;
  height: 38px;
}
.custom-select-panel {
  border-radius: var(--radius-panel);
  margin-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.custom-select-option {
  color: var(--color-blue-light);
  padding: 12px 10px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-select-option:first-child {
  margin-top: 0;
}
.custom-select-option.has-focus {
  background-color: var(--bg-focus);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.custom-select-option.is-selected {
  background-color: var(--bg-focus);
}
.custom-select-option::before {
  display: none;
}
.custom-select-option .custom-select-imgOption {
  width: 50px;
  height: 50px;
}
.custom-select-imgOption {
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.custom-select-imgOption img {
  max-width: 100%;
  max-height: 100%;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.ff-base {
  font-family: var(--ff-base);
}
.ff-title {
  font-family: var(--ff-title);
}

.fw-400 {
  font-weight: var(--fw-400);
}
.fw-700 {
  font-weight: var(--fw-700);
}

.fs-15 {
  font-size: 15px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}

.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}

.c-black {
  color: var(--color-black);
}

.c-navy {
  color: var(--color-blue-dark);
}

.c-blue {
  color: var(--color-blue-light);
}

.c-red {
  color: var(--color-red);
}

.lh-10 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}

.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}