/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(68, 79, 90);
  --body-font: "CerebriSansPro", sans-serif;
  --h1-font: "CodeSaver", sans-serif;
  --h2-font: "CodeSaver", sans-serif;
  --h3-font: "CodeSaver", sans-serif;
  --h4-font: "CodeSaver", sans-serif;
  --text-primary: rgb(0, 0, 0);
  --text-secondary: rgb(255, 255, 0);
  --cookie-background: rgb(255, 255, 255);
  --cookie-text-color: rgb(0, 0, 0);
  --button-background: rgb(0, 0, 0);
  --quickinquiry-background: rgb(238, 238, 238);
  --quickinquiry-color: rgb(68, 68, 68);
  --quickinquiry-tab-background: rgb(68, 68, 68);
  --navbar-hamburguer-icon-color: rgb(255, 255, 255);
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: rgba(0, 0, 0, 0.5);
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: rgb(68, 68, 68);
  --navlink-mobile-bordercolor: rgb(102, 102, 102);
  --nav-link-color-mobile: rgb(255, 255, 255);
  --nav-link-color: rgb(0, 0, 0);
  --footer-background: rgb(0, 0, 0);
  --footer-textcolor: rgb(255, 255, 255);
  --sticky-header-text-color: rgb(255, 255, 255);
  --required_color: rgb(255, 0, 0);
  --h1-fontsize: 80px;
  --h2-fontsize: 50px;
  --h3-fontsize: 30px;
  --h4-fontsize: 24px;
  --h1-fontweight: normal;
  --h2-fontweight: normal;
  --h3-fontweight: normal;
  --h4-fontweight: normal;
  --header_promo_line_bgcolor: #000;
  --header_promo_line_textcolor: rgb(255, 255, 255);
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
  --dgray: #56636d;
  --blockgap: 90px;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  margin-top: 60px;
  font-family: var(--body-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

h1,
.h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-fontsize);
  font-weight: var(--h1-fontweight);
  line-height: var(--h1-fontsize);
  color: #55626d;
}

h2,
.h2 {
  font-family: var(--h2-font);
  font-size: var(--h2-fontsize);
  font-weight: var(--h2-fontweight);
  color: #55626d;
  letter-spacing: -1px;
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-fontsize);
  font-weight: var(--h3-fontweight);
  color: #55626d;
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-fontsize);
  font-weight: var(--h4-fontweight);
  color: #55626d;
}

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 70px;
    line-height: 70px;
  }

  h2,
  .h2 {
    font-size: 44px;
    line-height: 44px;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 28px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }

  h2,
  .h2 {
    font-size: 38px;
    line-height: 38px;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 28px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

.form-control {
  min-height: var(--input_height);
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  padding: 19px 58px 15px;
  border-radius: 0px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

button:hover,
button:active,
button:focus,
button:focus-within {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  padding: 5px 15px;
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  transition: 0.2s all;
  background-color: #fff;
  color: #000;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #000;
  color: #fff;
}

.btn-share {
  position: relative;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-share span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}

@media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  right: -400px;
  width: 400px;
  min-height: 300px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
  cursor: pointer;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 200px;
  background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
  text-align: center;
  position: relative;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  right: 70px;
  top: 90px;
  width: 180px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE9+ */
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  resize: none;
  height: 108px;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}

.form .tickbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
  margin-bottom: 0;
}

.form .radio-multi>label {
  display: none;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.form input[type="checkbox"]+label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 150px;
}

form input[type="checkbox"]+label+.form-error {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

form .checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

form .checkbox+label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

form .checkbox+label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
}

form .checkbox:checked+label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 5px;
  color: rgb(0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.form .required-star {
  color: rgb(255, 0, 0);
}

form .tickbox.has-error label:before {
  color: var(--required_color);
  border-color: var(--required_color);
}

.form .form-group {
  position: relative;
}

.form select.valid,
.form input.valid {
  background-image: url("/images/default/success-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #4a4a4a;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border: 2px solid #ff0000;
  background-color: #ffeded;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error+div.error,
.form .form-group.has-error div.error {
  color: #f00;
  position: absolute;
  right: 0;
  bottom: -22px;
  margin: 0;
}

.form .captcha .error+div.error,
.form .form-group.captcha.has-error div.error {
  position: static;
}

.form .form-group.has-error.tickbox div.error {
  display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
  background-color: rgb(255, 244, 244);
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #f00;
  border-width: 2px;
}

form .has-error div.error {
  color: #f00;
}

#slideOut .form-error {
  display: none;
}

#slideOut .bottom-box {
  position: relative;
  margin-bottom: 0px !important;
}

#slideOut .bottom-box .required {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: rgb(68, 68, 68);
}

.right-tab {
  display: none;
  position: fixed;
  top: 200px;
  width: 370px;
  right: -370px;
  background: var(--quickinquiry-background);
  z-index: 99;
  color: var(--quickinquiry-color);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
  border: none;
  width: 100%;
  height: 350px;
}

.right-tab-button {
  background: var(--quickinquiry-tab-background);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -40px;
}

.right-tab-button>i {
  line-height: 40px;
}

#facebook-feed {
  top: 405px;
  z-index: 9998;
}

#twitter-feed {
  top: 450px;
  z-index: 9997;
}

#instagram-feed {
  top: 495px;
  z-index: 9996;
}

.right-tab-content {
  padding: 15px;
}

/* Cookie Warning */
#cookie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
}

#cookie .container {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 999;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

#cookie-content {
  width: 100%;
  max-width: 100%;
  position: static;
  background-color: var(--cookie-background);
  color: var(--cookie-text-color);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

#cookie-content .text {
  width: 100%;
}

#cookie .cookie-text {
  padding-bottom: 0;
  font-size: 18px;
  width: 100%;
}

#cookie .cookie_learn_more {
  padding-bottom: 0px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #ef8f36;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  background: -webkit-linear-gradient(#ef8f36, #fcbc51);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;

  background: linear-gradient(to right,
      rgb(235, 146, 81) 0%,
      rgb(249, 193, 109) 40%) padding-box text;
  -webkit-text-fill-color: transparent;
}

#cookie .cookie_preferences_button button {
  width: 100%;
  border-radius: 0;
  white-space: nowrap;
  min-width: 240px;
  width: 240px;
  background: none;
  border: 1px solid #55626d;
  color: #55626d;
  margin-right: 10px;
}

#cookie #cookie-content .cookie-button-container>.btn {
  width: auto;
  border-radius: 0;
  white-space: nowrap;
  min-width: 240px;
  width: 240px;
  border: 2px solid var(--yellow);
  background-color: #55626d;
  height: 60px;
}

.cookie-button-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #cookie-content {
    flex-direction: column;
  }

  #cookie .cookie_preferences_button,
  #cookie #cookie-content>.btn {
    width: 100%;
  }
}

.cookie_preferences_block .submit_cookie_form {
  border: 1px solid #55626d;
  color: #55626d;
}

/* Hamburger */
.hamburger {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition: opacity, filter linear 0.15s;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  position: absolute;
  transition: transform ease 0.15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.page404 .content-01 {
  text-align: center;
  padding: 45px 0px;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  body {
    margin-top: 125px;
  }

  .right-tab {
    display: block;
  }
}

@media (max-height: 750px) {
  #slideOut {
    top: 20vh;
  }

  #facebook-feed {
    top: calc(20vh + 205px);
  }

  #twitter-feed {
    top: calc(20vh + 250px);
  }

  #instagram-feed {
    top: calc(20vh + 295px);
  }
}

@media (max-height: 650px) {
  .right-tab {
    display: none;
  }
}

.bootbox .bootbox-close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none !important;
  outline: none !important;
  background-color: transparent;
}

.bootbox.popup-login.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bootbox.popup-login .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  margin: 0;
  max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
  padding-top: 0px;
}

.bootbox.popup-login.show .spin-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
  color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
  position: relative;
  margin-bottom: 30px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password {
  position: absolute;
  bottom: -25px;
  left: 15px;
  cursor: pointer;
  font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
  text-decoration: underline;
}

.bootbox.popup-login .modal-content {
  border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
  padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  background: #b9b9b9;
  margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
  color: #000;
  padding: 15px 0px;
  display: block;
}

.bootbox.popup-login #loginform button.btn[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.account_popup_dialog {
  position: absolute;
  top: calc(100% + 15px);
  right: -60px;
  width: 240px;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
}

.account_popup_dialog:before {
  content: "";
  position: absolute;
  right: 60px;
  width: 20px;
  height: 40px;
  top: -40px;
}

.account_popup_dialog .item a {
  color: #000;
  display: block;
  width: 100%;
  padding: 2px 15px;
  transition: all 0.1s;
  text-decoration: none;
}

.account_popup_dialog .item a i {
  margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
  background: #000;
  color: #fff;
}

.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  color: rgb(185, 74, 72);
}

.message-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message-container .messagepopupmessage {
  position: relative;
  background: #d7d7d7;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  width: 100%;
}

.message-container .messagepopupmessage .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  cursor: pointer;
  transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
  opacity: 1;
}

@media (max-width: 575px) {
  .message-container {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .message-container .messagepopupmessage {
    width: 100%;
    margin-top: 5px;
  }

  .message-container .messagepopupmessage .close {
    font-size: 20px;
  }
}

#modal_backdrop.invisible {
  -webkit-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
  display: none;
}

#modal_backdrop .modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
  animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
  opacity: 0.7;
  color: #fff;
  z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
  width: auto;
}

.select2-container--default .select2-selection--single {
  min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
  line-height: 38px !important;
}

.captcha.captcha-image img {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 150px;
  height: 40px;
}

.captcha-image-reload {
  display: flex;
}

.captcha_whatis {
  cursor: pointer;
  font-size: small;
}

.sash_image {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: -1px;
  margin-left: -1px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.d-empty:after {
  content: "\00a0";
}

.sash-svg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
  position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
  transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
  transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
  transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
  transform: rotate(270deg);
}

.modal-header>*:first-letter {
  text-transform: capitalize;
}

.loading-wrapper {
  position: relative;
}

.loading-wrapper .loading-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
  content: "";
  background-image: url("/images/default/dots_loading_w.svg");
  width: 110px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination li {
  cursor: pointer;
}

.pagination>* {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .pagination-input {
  position: relative;
}

.pagination .onpageclick {
  padding: 5px 0px;
  text-align: center;
  min-width: 36px;
}

.pagination .onpageclick>* {
  pointer-events: none;
}

.pagination .onpageclick.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pagination .pagination-input label {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}

.pagination input[type="number"] {
  border: none !important;
  outline: none !important;
  width: 90px;
  position: relative;
  z-index: 1;
  -moz-appearance: textfield;
  text-align: center;
}

.pagination input[type="number"]:focus+label {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

@media (max-width: 767px) {
  .pagination .pagination-input input[type="number"] {
    width: 100%;
  }

  .pagination .pagination-input {
    width: 100%;
  }
}

.bottom-control {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 400;
  z-index: 1100;
}

.bottom-control>*~* {
  margin-top: 5px;
}

/* @media (min-width: 768px) {
  .bottom-control {
    opacity: 0.4;
    transition: 0.2s all;
  }

  .bottom-control:hover {
    opacity: 1;
  }
} */

.backtotop {
  height: 50px;
  width: 50px;
  border-radius: 0;
  color: #fff;
  background-color: var(--dgray);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1031;
}

.backtotop.show {
  opacity: 1;
  transition: 0.4s all;
  pointer-events: all;
}

.mobile-fixed-email-button {
  height: 50px;
  width: 50px;
  border-radius: 0;
  color: #fff;
  background-color: var(--dgray);
  background-image: url("/images/default/email-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-decoration: none;
}

.mobile-fixed-email-button:hover {
  color: #fff;
}

@keyframes bounce_border {
  0% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  17% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  22% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  25% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  30% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  35% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

.cookiepref h2.title {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

.cookiepref div.company_name {
  font-size: 14px;
}

.cookiepref .nav a {
  font-size: 14px;
  color: #000 !important;
  padding: 5px 15px !important;
}

.cookiepref .nav a.active {
  color: #fff !important;
  background-color: #000;
  border-radius: 0;
}

.cookiepref .main-body {
  display: flex;
  flex-direction: column;
}

.cookiepref .main-body .tabs .tab-pane:not(.active) {
  display: none;
}

.cookiepref .main-body .tabs .text {
  font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
  color: var(--body-color);
}

.cookiepref .main-body .tabs .text>*:last-child {
  margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
  font-weight: 400;
}

.cookiepref .line {
  position: relative;
  margin-top: 15px;
}

.cookiepref .line~.line {
  margin-top: 10px;
}

.cookiepref .line input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookiepref .line input+label,
.cookiepref .line.forced label {
  padding-left: 45px;
  cursor: pointer;
  transform: translateY(0px);
  display: inline;
}

.cookiepref .line input+label:before,
.cookiepref .line.forced label:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-color: #f38787;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  transition: 0.2s all;
}

.cookiepref .line input+label:after,
.cookiepref .line.forced label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: 0.2s all;
}

.cookiepref .line input:checked+label:before,
.cookiepref .line.forced label:before {
  background-color: #61a746;
}

.cookiepref .line input:checked+label:after,
.cookiepref .line.forced label:after {
  left: 20px;
}

body.backdrop-open {
  overflow: hidden;
}

.form_plr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-container,
.leaflet-container * {
  outline: none !important;
}

.fixed-top {
  transition: 0.3s all;
}

ol.bigdot_ol {
  column-count: 2;
  gap: 80px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.bigdot_ol li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  padding-right: 30px;
  min-width: 100%;
  margin-bottom: 20px;
}

ol.bigdot_ol li:before {
  content: counter(item) "  ";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #1d1d1d;
  border-radius: 50%;
  counter-increment: item;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .hf-100-d {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .hf-100-m {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .cookiepref .main-body {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .CookiePreferencesPopup .modal-dialog {
    min-width: 700px;
  }

  .cookiepref .nav {
    width: 200px;
  }

  .cookiepref .nav a {
    width: 200px;
    max-width: 200px;
    transition: 0.2s all;
    padding: 20px 15px !important;
  }

  .cookiepref .nav a:not(.active):hover {
    background-color: #dfdfdf;
  }

  .cookiepref .main-body .tabs {
    border-left: 1px solid #000;
  }

  .CookiePreferencesPopup .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.block_subtitle {
  color: #9aa7b3;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 1399px) {
  #cookie-content {
    align-items: start;
  }
}

@media (max-width: 1199px) {
  :root {
    --blockgap: 75px;
  }
}

@media (max-width: 991px) {
  :root {
    --blockgap: 45px;
  }

  .cookie-button-container {
    flex-flow: column;
  }

  #cookie .cookie_preferences_button button {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .cookie-button-container {
    flex-flow: row;
  }

  #cookie .cookie_preferences_button button {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {

  .cookie-button-container {
    flex-flow: column;
    width: 100%;
  }

  #cookie .cookie_preferences_button button {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    min-width: unset;
    padding-inline: 0;
  }

  #cookie #cookie-content .cookie-button-container>.btn {
    width: 100%;
    margin-right: 0;
    min-width: unset;
    padding-inline: 0;
  }
}

main>* {
  scroll-margin: 96px;
}

.whatsapplink {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 0;
  color: #fff !important;
  background-color: var(--dgray);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 0 4px rgba(168, 168, 168, 0.3);
  -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: bounce_border 5s ease-out 1.5s infinite;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-decoration: none;
  font-size: 28px;
}

@media (max-width: 767px) {

  .backtotop,
  .mobile-fixed-email-button,
  .whatsapplink {
    height: 45px;
    width: 45px;
  }

  .backtotop {
    font-size: 18px;
  }

  .mobile-fixed-email-button {
    font-size: 16px;
  }

  .whatsapplink {
    font-size: 22px;
  }

  .bottom-control {
    right: 10px;
    bottom: 10px;
  }

}

@media (max-width: 575px) {

  .bottom-control>*~* {
    margin-top: 0;
    margin-left: 5px;
  }

  .bottom-control {
    right: 5px;
    bottom: 5px;
    flex-flow: row;
    display: flex;
  }
}



/* .whatsapplink:hover {
  text-decoration: none;
  color: #fff;
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
  }
} */

i.cico {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

i.cico::after {
  content: "";
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
}

i.ci-switch::after {
  background-image: url("../images/systemIcons/ci-switch-icon.png");
}

i.ci-remote::after {
  background-image: url("../images/systemIcons/ci-remote-icon.png");
}

i.ci-phone::after {
  background-image: url("../images/systemIcons/ci-phone-icon.png");
}

i.ci-sensor::after {
  background-image: url("../images/systemIcons/ci-sensor-icon.png");
}
/* === globalheader === */.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === */.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }


    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup .product_card .product_attr table .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

/* === addtobasket_popup === */body {
    margin-top: 96px;
}

* {
    scroll-margin-top: 96px;
}

.navbar.nav-01,
.nav-01 .navbar-container {
    height: 96px;
    background-color: #fff;
}

.nav-01 .container {
    position: relative;
}

.navbar-collapse {
    flex-grow: 0;
}

.nav-01 .navbar-brand {
    height: 96px;
    width: 96px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--dgray)
}

.nav-01 .navbar-brand .logo {
    height: 61px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.nav-01 .logo_text {
    position: absolute;
    top: 50%;
    left: calc(96px + 29px);
    transform: translateY(-50%);
    z-index: 1;
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    float: left;
    margin: 10px -10px 0 10px;
    padding: 3px 5px;
}

.navbar-nav {
    background-color: var(--nav-mobile-backgroundcolor);
    width: auto;
}

.nav-link {
    color: rgb(255, 255, 255);
    padding-left: 10px;
    border-bottom: 1px solid var(--navlink-mobile-bordercolor);
}

.dropdown-item-menu .nav-link {
    color: #fff;
}

.item-dropdown {
    position: relative;
}

.item-dropdown .dropdown-item-menu {
    display: none;
}

.item-dropdown.show>.dropdown-item-menu {
    display: block;
    background: rgb(68, 68, 68)
}

.navbar-phone {
    position: absolute;
    color: var(--navbar-phone-color);
    text-align: right;
    right: 15px;
    top: 20px;
    z-index: 99999;
}

.navbar-phone-button {
    float: right;
    margin: 10px 10px 0 -10px;
    padding: 2px 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: var(--navbar-phone-icon);
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ccc;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    vertical-align: middle;
}

.fixed-top.scrolled {
    transition: all 0.8s ease;
}

.fixed-top.scrolled #navbar-menu {
    margin-top: 0px;
}

.fixed-top.scrolled .navbar-phone {
    display: none;
}

.fixed-top.scrolled .logo {
    width: 100px;
    margin-top: 0;
}

@media(min-width: 1200px) {

    .navbar.nav-01,
    .nav-01 .navbar-container {
        border-bottom: 1px solid #fff;
        transition: 0.4s all;
    }

    .navbar.nav-01.fixed-top.scrolled,
    .nav-01.fixed-top.scrolled .navbar-container {
        border-bottom: 1px solid #e7e7e7;
    }

    .nav-item.item-dropdown.lvl2>.dropdown-switch:after {
        content: "\f0da";
    }

    .nav-item.item-dropdown.show.lvl2>.dropdown-switch:after {
        content: "\f0d9";
    }


    .nav-01 .dropdown-image-wrapper {
        height: 100%;
        width: 50%;
        flex-grow: 1;
    }

    .nav-01 .dropdown-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nav-item .nav-link {
        padding: 5px 15px;
    }

    .item-dropdown.show.lvl1>.dropdown-item-menu {
        position: absolute;
        left: 0px;
        top: 100%;
        margin-top: 0px;
        border-radius: 0px;
        min-width: 200px;
        background-color: #efeeee;
        display: flex;
        flex-direction: row;
        padding: 35px;
        padding-left: 0;
        height: 360px;
        display: flex;
    }

    .nav-01 .container-links {
        margin: 0;
        padding-left: var(--xpad);
        min-width: 220px;
        flex-grow: 0;
    }

    /* .item-dropdown.show.lvl1 > .dropdown-item-menu:after {
            content: "\f0d8";
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            color: var(--nav-mobile-backgroundcolor);
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            width: 100%;
            text-align: left;
            padding: 0px 15px;
            font-weight: 600;
        }*/

    .item-dropdown.show.lvl1>.dropdown-item-menu .nav-item.lvl2 .nav-link {
        font-size: 16px;
        color: #444f5a;
        padding-left: 0 !important;
    }

    .item-dropdown.show.lvl2>.dropdown-item-menu {
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 180px;
        border-radius: 5px;
    }

    .logo {
        width: 250px;
        margin-top: 15px;
    }

    .navbar-nav {
        background: transparent;
    }

    #navbar-menu {
        margin: 0;
    }

    .navbar-nav .dropdown-item-menu,
    .nav-link,
    .nav-link:active,
    .nav-link:focus,
    .nav-link:hover {
        --xpad: 15px;
    }

    .nav-link,
    .nav-link:active,
    .nav-link:focus,
    .nav-link:hover {
        color: #56636d;
        border: none;
        padding: 0px var(--xpad) 12px !important;
        font-size: 18px;
        position: relative;
        cursor: pointer;
    }

    .nav-item.lvl1>.nav-link {
        padding: 0px var(--xpad) !important;
        height: 96px;
        display: flex;
        align-items: center;
    }

    .nav-item.lvl1>.nav-link:not(.dropdown-switch):not(.currentpage):hover,
    .nav-item.lvl1>.nav-link:not(.dropdown-switch).currentpage {
        color: #8a97a4;
    }

    .nav-item.lvl1>.nav-link:not(.dropdown-switch):after {
        content: "";
        background-color: #fcbc51;
        position: absolute;
        left: 50%;
        height: 2px;
        top: calc(100% - 30px);
        opacity: 0;
        width: 0px;
        transition: 0.3s all;
    }

    .nav-item.lvl1>.nav-link:not(.dropdown-switch).currentpage:after {
        left: var(--xpad);
        width: calc(100% - var(--xpad) - var(--xpad));
        opacity: 1;
    }

    .nav-item.lvl1>.nav-link:not(.dropdown-switch):not(.currentpage):hover:after {
        left: var(--xpad);
        width: calc(100% - var(--xpad) - var(--xpad));
        opacity: 0.6;
    }

    .nav-item.lvl1.show>.nav-link {
        background-color: #efeeee;
    }

    .nav-item.lvl1.show>.nav-link::before {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        width: calc(100% - (var(--xpad) * 2));
        background-color: #dadada;
        z-index: 2;
    }

    .nav-item.lvl1.show>.nav-link:after {
        float: right;
        background-color: #ddd;
        height: 1px;
        position: absolute;
        width: calc(100% - 30px);
        bottom: 0;
        left: 15px;
    }

    .navbar-nav .dropdown-item-menu,
    .navbar-expand-xl .navbar-nav .nav-link {
        --xpad: 26px;
    }

    .dropdown-menu {
        margin-top: 15px;
        background: #000;
    }

    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -19px;
        height: 20px;
        left: 0;
        right: 0;
    }

    .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -19px;
        left: 20px;
        border: 10px solid transparent;
        border-bottom: 9px solid #000;
    }

    .dropdown-item {
        color: #fff;
    }

    .dropdown-item:hover {
        background: #ff9900;
    }

    .nav-item.item-dropdown.lvl1>.dropdown-switch:after,
    .nav-item.item-dropdown.lvl2>.dropdown-switch:after {
        float: right;
    }

    .navbar .back_button,
    .navbar .parent_name {
        display: none;
    }
}

@media(max-width:1449.97px) {

    .navbar-nav .dropdown-item-menu,
    .navbar-expand-xl .navbar-nav .nav-link {
        --xpad: 11px;
    }

}

@media(max-width:1299px) {

    .nav-01 .logo_text img {
        width: 180px;
    }

}

@media(max-width:1199px) {

    .nav-01 .logo_text img {
        width: unset;
    }

    .nav-01 .container {
        position: static;
    }

    .hamburger {
        margin: 0;
        padding: 0;
        padding: 15px;
        left: auto;
        right: 15px;
    }

    .hamburger-box {
        width: 30px;
        height: 18px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 2px;
        background-color: #55626d;
        border-radius: 9px;
        transition: 0.2s all;
    }

    .navbar-toggler .hamburger-inner::before {
        top: -8px;
    }

    .navbar-toggler:not(.is-active) .hamburger-inner::before {
        top: -8px;
        width: 25px;
        right: 0;
    }

    .navbar-toggler .hamburger-inner::after {
        top: -16px;
    }

    .navbar-toggler {
        float: none;
        border-radius: 0;
        margin: 0;
        right: 15px;
    }

    #navbar-menu {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 340px;
        height: 100%;
        background-color: #fff;
        transition: 0.4s all;
        transform: translateX(-100%);
        pointer-events: none;
        padding: 96px 32px 32px 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 11;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav {
        width: 100%;
        height: 100%;
        background: none;
    }

    #navbar-menu.show {
        transform: translateX(0%);
        pointer-events: all;
    }

    .navbar-nav .nav-link {
        color: #55626d;
        font-size: 18px;
        padding: 12px 0px;
        padding-right: 50px;
        border: none;
        position: relative;
    }

    .navbar-nav .nav-link.currentpage,
    .navbar-nav .nav-link:hover {
        color: #8a97a4;
    }

    .navbar-nav .nav-link .dd_caret {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: right;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 18px;
        padding: 12px 0px;
        height: 100%;
    }

    .navbar-nav .nav-link .dd_caret:after {
        content: "\f061";
        /*position: absolute;*/
    }

    .navbar .item-dropdown>.dropdown-item-menu {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 340px;
        height: 100%;
        background-color: #fff;
        transition: 0.4s all;
        transform: translateX(-100%);
        pointer-events: none;
        padding: 96px 32px 32px 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 12;
    }

    .navbar .item-dropdown.show>.dropdown-item-menu {
        transform: translateX(0%);
        pointer-events: all;
    }

    .navbar .dropdown-image-wrapper {
        display: none;
    }

    .navbar .parent_name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 97px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 72px;
        color: #9aa7b3;
        text-transform: uppercase;
        letter-spacing: 2px;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 30px;
        border-bottom: 1px solid #ddd;
    }

    .navbar .parent_name>div {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .navbar .back_button {
        font-size: 30px;
        padding: 0;
        outline: none;
        background: none;
        border: none;
        top: 0;
        height: 96px;
        position: absolute;
        left: 0;
        width: 68px;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 32px;
        padding-right: 0;
    }

    .navbar .back_button button {
        border: none;
        background: none;
        outline: none;
        padding: 0;
        height: 40px;
        color: #9aa7b3;
    }

    .navbar .back_button button i {
        font-family: "Font Awesome 6 Sharp";
    }

    .navbar-nav .nav-item.lvl2 .nav-link {
        font-size: 16px;
    }

    .navbar .navlinks-wrapper {
        padding-top: 20px;
    }


    @media(min-width: 575.03px) {

        .navbar-toggler {
            width: 96px;
            height: 96px;
            padding: 0;
            right: 0;
            transition: 0.3s all 1s ease, 1s right;
            z-index: 5;
        }

        .navbar-toggler.is-active {
            background-color: #55626d;
            position: absolute;
            right: calc(100% - 340px - 96px);
            transition: 0.3s all 0.3s ease, 1s right;
        }

        .navbar-toggler .hamburger-inner,
        .navbar-toggler .hamburger-inner::before,
        .navbar-toggler .hamburger-inner::after {
            transition: 0.3s all 1s ease;
        }

        .navbar-toggler.is-active .hamburger-inner,
        .navbar-toggler.is-active .hamburger-inner::before,
        .navbar-toggler.is-active .hamburger-inner::after {
            background-color: #fff;
            transition: 0.3s all 0.3s ease;
        }

    }

    .hamburger-box {
        width: 28px;
        height: 24px;
    }
}

@media(max-width: 575px) {
    body {
        margin-top: 70px;
    }

    * {
        scroll-margin-top: 70px;
    }

    .navbar-toggler {
        width: 70px;
        height: 70px;
        padding: 0;
        right: 0;
    }

    .navbar-toggler.is-active {
        background-color: #55626d;
    }

    .navbar-toggler.is-active .hamburger-inner,
    .navbar-toggler.is-active .hamburger-inner::before,
    .navbar-toggler.is-active .hamburger-inner::after {
        background-color: #fff;
    }

    .navbar.nav-01,
    .nav-01 .navbar-container {
        height: 70px;
    }

    .nav-01 .navbar-brand {
        width: 70px;
        height: 70px;
    }

    .nav-01 .navbar-brand .logo {
        height: 45px;
    }

    .nav-01 .logo_text {
        left: calc(60px + 29px);
    }

    .nav-01 .logo_text img {
        max-height: 32px;
    }


    #navbar-menu,
    .navbar .item-dropdown>.dropdown-item-menu {
        padding: 70px 32px 32px 32px;
        width: calc(100vw - 70px);
    }

    .navbar .parent_name,
    .navbar .back_button {
        height: 70px;
    }
}


@media (max-width: 430px) {

    .nav-01 .logo_text img {
        width: calc(100vw - 180px);
        object-fit: contain;
        object-position: left;
    }
}
/* === nav-01 === */.carousel-01 {
    --desktoph: 800px;
    --tableth: 700px;
    --mobileh: calc(100vh - 70px);
    position: relative;
}

.carousel-01 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}

.carousel-01 .carousel-caption {
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 50px;
    text-align: inherit;
}

.carousel-01 .carousel-caption-title {
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0px 0px 20px #2f2f2f;
}

.carousel-01 .carousel-caption-text {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0px 0px 14px #2f2f2f;
}

.carousel-01 .carousel-caption .btn {
    margin-top: 10px;
}

.carousel-01 .carousel-item {
    overflow: hidden;
}

.carousel-01 .carousel-inner .prev-slide,
.carousel-01 .carousel-inner .next-slide {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.carousel-01 .carousel-inner .prev-slide:hover,
.carousel-01 .carousel-inner .next-slide:hover {
    opacity: 0.8;
}

.carousel-01 .carousel-inner .prev-slide {
    left: 45px;
}

.carousel-01 .carousel-inner .next-slide {
    right: 45px;
}

.carousel-01 .carousel-inner .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
}

.carousel-01 .carousel-inner .slick-dots>li {
    cursor: pointer;
    font-weight: 600;
}

.carousel-01 .carousel-inner .slick-dots>li button {
    display: none;
}

.carousel-01 .carousel-inner .slick-dots>li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    opacity: 0.2;
    padding: 5px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.carousel-01 .carousel-inner .slick-dots>li:hover:before {
    opacity: 0.6;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
    opacity: 0.8;
}

.carousel-01 .carousel-item {
    height: var(--desktoph);
    position: relative;
}

.carousel-01:not(.main-page) .carousel-item {
    height: calc(var(--desktoph) * .7);
}

.carousel-01 .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 1px);
    width: calc(100% + 1px);
    object-fit: cover;
}

.carousel-01 .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.carousel-01:not(.main-page) .scroll-carousel {
    display: none;
}

.carousel-01 .scroll-carousel {
    position: absolute;
    bottom: 50px;
    right: -15px;
    color: #fff;
    font-size: 12px;
    transform: rotate(90deg);
    padding: 19px 0px;
    pointer-events: none;
    z-index: 2;
}

.carousel-01 .scroll-carousel:before {
    content: "";
    background-color: #d8d7d7;
    position: absolute;
    left: -20px;
    bottom: -5px;
    width: calc(100% + 110px);
    height: 1px;
}

header.page404 .carousel-01 .scroll-carousel {
    display: none;
}

header.page404 .carousel-01 .carousel-caption-text {
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .carousel-01 .carousel-item {
        height: 700px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-01 .carousel-item {
        height: var(--tableth);
    }

    .carousel-01:not(.main-page) .carousel-item {
        height: calc(var(--tableth) * .7);
    }

    .carousel-01 .carousel-caption-title {
        font-size: 58px;
        line-height: 66px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-01 .carousel-item {
        height: var(--mobileh);
    }

    .carousel-01:not(.main-page) .carousel-item {
        height: calc(var(--mobileh) * .7);
    }

    .carousel-01 .carousel-inner .prev-slide {
        left: 15px;
    }

    .carousel-01 .carousel-inner .next-slide {
        right: 15px;
    }
}

@media screen and (max-width: 575px) {

    .carousel-01 .carousel-caption {
        left: 30px;
        right: 30px;
    }

    .carousel-01 .carousel-caption .btn {
        padding: 19px 38px;
    }

    .carousel-01 .carousel-item {
        height: var(--mobileh);
    }

    .carousel-01 {
        overflow-x: clip;
    }

    .carousel-01 .carousel-item:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

    .carousel-01 .carousel-caption .btn {
        width: 100%;
    }

    .carousel-01 .carousel-caption-title {
        font-size: 41px;
        line-height: 50px;
        margin-bottom: 22px;
    }
}


.carousel-01 .hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

@media(max-width:1199px) {
    .carousel-01 .scroll-carousel {
        display: none;
    }
}
/* === carousel-01 === */.content-01 {
    padding: var(--blockgap) 0 var(--blockgap);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
}

.content-01 .content-01-title {
    margin-bottom: 20px;
}

.content-01 h3.content-01-title {
    font-style: italic;
}

.content-01 .title-wrapper {
    position: absolute;
}

.content-01 li {
    list-style-image: url(/images/icon-fire.svg);
}

.content-01 li::marker {
    font-size: 22px;
    line-height: 1;
}

.content-01-text {
    font-size: 24px;
    line-height: 32px;
}

@media(max-width: 1399px) {
    .title-wrapper {
        position: relative;
    }

    .content-01-title br {
        display: none;
    }
}

@media(max-width: 767px) {
    .content-01 {
        padding: 60px 0;
    }
}

@media(max-width: 575px), (max-height: 768px) {
    .content-01 {
        padding: 45px 0;
    }
}

/* Base styling for .content-01 to establish layout and color scheme */
.content-01 {
    padding: var(--blockgap) 0;
    text-align: var(--content-01-text-align, left);
    background-color: var(--content-01-background, #fff);
    color: var(--content-01-color, #333);
}

.content-01 b,
.content-01 strong {
    font-weight: 400;
    color: var(--content-01-color, rgb(33, 33, 33)f5a);
}

.content-01 {
    font-size: 18px;
    color: #444f5a;
    font-weight: 300;
}



.content-01-title {
    margin-bottom: 20px;
    font-style: italic;
}

.content-01 h3 {
    border-bottom: 2px solid #dbdbdb;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 44px;
    line-height: 76px;
}


.content-01 p {
    margin-bottom: 8px;
}


.content-01 table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-01 th,
.content-01 td {
    padding: 20px 15px;
}

.content-01 tr:first-child {
    border-top: 1px solid #ebeef2;
}

.content-01 tr {
    border-bottom: 1px solid #dee2e6;
}

.content-01 th {
    background-color: #f8f9fa;
}

.content-01 a {
    background: -webkit-linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 60%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    text-decoration: none;
}

.content-01 a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .title-wrapper {
        position: relative;
    }

    .content-01-title br {
        display: none;
    }

    .content-01 {
        padding: 50px 15px;
    }
}

@media (max-width: 768px) {

    .content-01 tr {
        display: flex;
        flex-flow: column;
    }


    .content-01 td {
        padding: 14px;
        padding-left: 0;
    }

    .content-01 tr td:first-child {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 575px) {
    .content-01 h3 {
        font-size: 36px;
        line-height: 42px;
    }
}
/* === content-01 === */.footer-05-brochure {
    color: #fff;
    position: relative;
    padding-top: 100px;
    background-color: #252b2f;
    overflow-x: clip;
    padding-bottom: 40px;
    z-index: 1;
}

.footer-05-brochure .row {
    --bs-gutter-x: 60px;
}

.footer-05-brochure.noform {
    padding-top: 0;
}

.footer-05-brochure:before {
    content: "";
    background-image: url(/images/default/footer_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 0% 300%;
}

.footer-05-brochure.noform:before {
    background-repeat: no-repeat;
    background-position: 75% -596px;
    background-size: 1200px auto;
}

.footer-05-brochure>.container {
    position: relative;
    z-index: 1;
}

.footer-05-brochure .footer-05-top-title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 4px dashed #fff;
    margin-bottom: 25px;
    max-width: 40%;
}

.footer-05-brochure .footer-05-main-title h2 {
    margin-bottom: 0px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-05-brochure .footer-05-main-text {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

.footer-05-brochure .footer-05-main-text p {
    margin-bottom: 5px;
    font-size: 22px;
}

.footer-05-brochure .footer-05-main-text p:last-child {
    margin-bottom: 0;
}

.footer-05-brochure .footer-05-form {
    margin-top: 40px;
}

.footer-05-brochure input,
.footer-05-brochure select,
.footer-05-brochure textarea {
    background-color: #fff;
    border-radius: 0;
    border: none !important;
    min-height: 60px;
}

.footer-05-brochure .has-error input.error,
.footer-05-brochure .has-error select.error,
.footer-05-brochure .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer-05-brochure .required-star {
    color: #fff;
}

.footer-05-brochure .footer-05-form .col-form-label {
    padding-top: 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: #e9e9e2;
    font-weight: 300;
}

.footer-05-brochure .footer-05-form .checkbox+label {
    padding-left: 34px !important;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #edede8;
}

.footer-05-brochure .form>.row {
    --bs-gutter-x: 36px;
}

.footer-05-brochure .footer-05-form .checkbox+label::before {
    content: "";
    background-color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    top: 0;
    border: none !important;
    border-radius: 0;
}

.footer-05-brochure .footer-05-form .tickbox.has-error label::before {
    background-color: rgb(255, 0, 0);
}

.footer-05-brochure .footer-05-form .checkbox:checked+label:before {
    content: "";
}

.footer-05-brochure .footer-05-form .checkbox:checked+label:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 14px;
}

.footer-05-brochure .footer-05-form .required {
    display: none;
}

.footer-05-brochure .footer-05-grid {
    display: grid;
}

.footer-05-brochure .footer-05-grid .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    column-gap: 12px;
}

.footer-05-brochure .content-wrapper:nth-child(2) {
    margin-top: 20px;
}

.footer-05-brochure .content-wrapper:nth-child(2) .icon-link a {
    color: #fff;
}

.footer-05-brochure .icon {
    font-size: 20px;
    color: var(--button-background);
}

.footer-05-brochure .icon-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-05-brochure .icon-link {
    font-size: 18px;
    white-space: nowrap;
}

.footer-05-brochure .icon-link a {
    text-decoration: none;
}

.footer-05-brochure .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 134px;
}

.footer-05-brochure .social-links a {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s all;
    overflow: hidden;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;

    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    min-width: calc(50% - 10px);
    aspect-ratio: 1/1;
}

.footer-05-brochure .social-links a:active {
    background-color: #fff;
    color: #000;
}

.footer-05-brochure .social-links a i {
    font-size: 22px;
}

.footer-05-brochure .social-links a img,
.footer-05-brochure .social-links a svg {
    width: 24px;
    height: auto;
    fill: currentColor;
}

.footer-05-brochure .social {
    padding-left: 0;
    margin-top: 35px;
}

.footer-05-brochure .social-links a svg g>* {
    transition: 0.3s fill, 0.3s stroke;
}

.footer-05-brochure .social-links a:active svg g>* {
    fill: #000 !important;
    stroke: #000 !important;
}

.footer-05-brochure .reg-info {
    font-size: 18px;
    line-height: 26px;
    display: grid;
    grid-template-columns: auto auto;
}

.footer-05-brochure .reg-info .full {
    grid-column: 1/3;
    line-height: 24px;
}

.footer-05-brochure .reg-info .full p {
    line-height: 24px;
}

.footer-05-brochure .reg-info .full p:not(:nth-last-child(2)):after {
    content: ",";
}

.footer-05-brochure .reg-info div>p {
    display: inline;
    margin-bottom: 0;
}

.footer-05-brochure .reg-info div>p+p {
    margin-left: 10px;
}

.footer-05-brochure .reg-info .company-name {
    font-size: 24px;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}

.footer-05-brochure a.view-on-map-link {
    color: var(--button-background) !important;
    text-decoration: none;
}

.footer-05-brochure .reg-info>p {
    margin-bottom: 0;
    line-height: 18px;
}

.footer-05-brochure .reload-captcha.btn {
    color: #282828;
    border: 1px solid #282828;
}

.footer-05-brochure .content .tel {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background: -webkit-linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.footer-05-brochure .content .email {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background: -webkit-linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.footer-05-brochure .content .what3words {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background: -webkit-linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(235, 146, 81) 0%, rgb(249, 193, 109) 60%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.footer-05-brochure .captcha-whatis {
    text-decoration: none;
    color: #282828;
}

.footer-05-brochure .footer-registration-img {
    width: 73%;
}

.footer-05-form .row:nth-child(2) .form-group:last-child {
    margin-top: 20px;
}

.footer-05-form .form-group {
    margin-bottom: 13px;
}

.footer-05-form .form-group.bottom-box {
    margin-top: 15px;
}

.footer-05-brochure .email-contact .icon-link a,
.footer-05-brochure .call-contact .icon-link a {
    color: #fff !important;
}

.footer-05-brochure .email-contact,
.footer-05-brochure .call-contact {
    display: grid;
    gap: 30px;
}

.footer-05-brochure .call-contact {
    margin-top: 36px;
}

.footer-05-brochure .content-title {
    font-size: 24px;
    letter-spacing: -.025em;
    color: var(--yellow);
    line-height: 1;
    margin-bottom: 4px;
}

.footer-05-brochure .footer-registration-wrapper {
    margin-top: 55px;
}

.footer-05-brochure .form textarea.form-control {
    height: 230px;
}

.footer-05-brochure .footer_links_row {
    margin-top: 100px;
    margin-bottom: 80px;
}

.footer-05-brochure .footer_links_row h3 {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.footer-05-brochure.noform .footer_links_row {
    margin-top: 80px;
}

.footer-05-brochure .footer_links_row a {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.footer-05-brochure .footer_links {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-05-brochure .footer_links_pdf {

    font-family: var(--body-font);

    display: flex;
    flex-direction: column;
    align-items: start;

    background: -webkit-linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 60%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;

}

.footer-05-brochure .footer_links_row .footer_links_pdf i {
    padding-right: 2px;
    font-family: 'Font Awesome 6 Light';
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
}

.footer-05-brochure .bottom_part {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.footer-05-brochure .bottom_part .separator {
    font-style: normal;
}

.footer-05-brochure .bottom_part a {
    color: #fff;
    text-decoration: none;
}

.footer-05-brochure .bottom_part .advansys {
    font-family: "Arial";
    font-weight: 600;

    background: -webkit-linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(249, 193, 109) 0%, rgb(235, 146, 81) 80%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;


    font-size: 16px;
    line-height: 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-moz-document url-prefix() {
    .footer-05-brochure select {
        padding-top: 19px;
    }
}

.footer-05-brochure .footer_logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
    margin-top: auto;
}

.footer-05-brochure .form .form-group:last-child {
    margin-bottom: 0;
}

.footer-05-brochure .form>.row+.row {
    margin-top: 20px;
}

@media(min-width: 567px) {
    .footer-05-brochure .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media(max-width: 1399.98px) {
    .footer-05-brochure .footer-05-main-text br {
        display: none;
    }

    .footer-05-brochure .address {
        margin-top: 24px;
    }
}

@media(max-height: 567px), (max-height: 600px) {
    .footer-05-brochure {
        padding: 45px 0 30px 0;
    }

    .footer-05-form .form-group {
        margin-bottom: 10px;
    }
}

@media(max-width: 1199.98px) {
    .footer-05-brochure {
        padding-top: 105px;
        padding-bottom: 50px;
    }

    .footer-05-brochure .footer-05-grid .content {
        margin-top: 0px;
    }

    .footer-05-brochure .footer_links_row {
        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media(max-width: 991.98px) {

    .footer-05-brochure .footer-05-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
    }

    .footer-05-brochure .content:first-child {
        margin-top: 0;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        grid-column: 2/3;
        margin-top: 0px;
    }

    .footer-05-brochure .social {
        margin-top: 10px;
        grid-column: 2;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 60px;
    }

    .footer-05-brochure button[type="submit"] {
        margin-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        grid-column: 1/2;
    }

    .footer-05-brochure .footer-05-main-address {
        grid-column: 2/3;
        grid-row: 2;
        --bs-gutter-x: 0px;
    }

    .footer-05-brochure .social {
        /* padding-left: 18px; */
        margin-top: 4px;
    }

    .footer-05-brochure .footer-05-main-address {
        /* padding-left: 18px; */
    }

    .footer-05-brochure .form>.row {
        --bs-gutter-x: 24px;
    }


    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 0;
        grid-row: 3 / span 3;
    }

    .footer-05-brochure .address {
        margin-top: 14px;
    }

    .footer-05-brochure .form-group.bottom-box {
        text-align: left;
    }

    .footer-05-brochure .footer-registration-img {
        width: 100%;
    }

    .footer-05-brochure .footer-05-grid .content {
        grid-column: 2/3;
        margin-bottom: 10px;
    }

    .footer-05-brochure {
        padding-bottom: 50px;
    }

    .footer-05-brochure::before {
        background-position: 0% 100%;
    }

    .footer-05-brochure .footer-05-main-text p {
        margin-right: 5px;
        display: inline;
    }

    .footer-05-brochure .footer_links_row {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

@media(max-width: 767.98px) {

    .footer-05-brochure .footer_links_row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer-05-brochure .footer_links {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-05-brochure {
        padding: 80px 0 50px;
    }

    .footer-05-brochure .footer-05-main-title {
        grid-column: span 2;
    }

    .footer-05-brochure .footer-05-main-title h2 {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-top-title {
        margin: 0 auto 25px;
    }

    .footer-05-brochure .content {
        margin-top: 0;
        padding-bottom: 0%;
        position: static;
    }

    .footer-05-brochure .address {
        padding-left: 0px;
        grid-column: 1;
        grid-row: span 3;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .footer-05-brochure .social {
        margin-top: 0px;
        padding-left: 9px;
    }

    .footer-05-brochure .reg-info {
        padding-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        grid-column: span 2;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .footer-05-brochure .bottom-box {
        text-align: center;
    }

    .footer-05-brochure .footer-registration-wrapper {
        grid-row: 6;
        margin-top: 16px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 10px;
    }

    .footer-05-brochure .footer-05-grid {
        row-gap: 0;
        grid-template-rows: repeat(4, auto) 1fr;
    }

    .footer-05-brochure .social {
        padding-left: 0;
        margin-top: 22px;
    }

    .footer-05-brochure .footer-05-main-address {
        grid-column: 1/3;
        grid-row: 3;
    }

    .footer-05-brochure .footer-05-grid .content {
        grid-column: 1/3;
    }

    .footer-05-brochure .footer_links_row {
        margin-top: 75px;
    }

}

@media(max-width: 575.98px) {
    .footer-05-brochure .content {
        padding-bottom: 0%;
        width: 100%;
        grid-column: 1;
        margin-top: 20px;
        width: 100%;
    }

    .footer-05-brochure .form .bottom-box {
        text-align: center;
    }

    .footer-05-brochure .social-links {
        justify-content: start;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding: 0;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 26px;
    }

    .footer-05-brochure button[type="submit"] {
        width: 100%;
    }

    .footer-05-brochure .footer-05-grid {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .footer-05-brochure .footer-05-grid .content {
        margin-bottom: 20px;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact,
    .footer-05-brochure .social {
        grid-column: 1;
    }

    .footer-05-brochure .footer-05-main-text {
        margin-bottom: 20px;
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        color: #fff;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .footer-05-brochure .social {
        margin-top: 10px;
        padding-left: 0px;
    }

    .footer-05-form .form-group {
        margin-bottom: 12px;
    }


    .footer-05-brochure .footer-05-main-title {
        grid-column: span 2;
    }

    .footer-05-brochure .footer-registration-wrapper {
        grid-row: unset;
    }

    .footer-05-brochure .call-contact+.email-contact {
        margin-top: 0;
    }

    .footer-05-brochure .footer_logos {
        gap: 0px;
        justify-content: space-between;
    }

    .footer-05-brochure .footer_logos img {
        display: block;
        max-width: 100px;
    }

    .footer-05-brochure .footer_links {
        flex-direction: column;
        text-align: left;
    }

    .footer-05-brochure .footer_links_pdf a {
        width: 100%;
        font-size: 20px;
    }

    .footer-05-brochure .bottom_part {
        text-align: left;
    }
}
/* === footer-05-brochure === */