@font-face {
  font-family: "RescueW01-SemiBold";
  src: url(../font/rescue.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "RescueW01-Bold";
  src: url(../font/RescueW01-Bold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "The Sans Mono";
  src: url(../font/TheSansMono-ExtraBold.otf) format("woff");
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  color: #596075;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: normal;
}
@media (min-width: 768px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  * {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 20px;
  }
}

body {
  transition: 0.5s ease all;
  overflow-x: hidden;
}

.container-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 94.062%;
}
@media (min-width: 992px) {
  .container-header {
    max-width: 91.062%;
  }
}

.banner-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .banner-container {
    max-width: 1216px;
  }
}

.container-short {
  margin-right: auto;
  margin-left: auto;
  max-width: 85%;
}
@media (min-width: 992px) {
  .container-short {
    max-width: 74.163%;
  }
}

.container-ctn {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 88.685%;
  }
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 87.99%;
  }
}
ul {
  padding: 0;
  margin: 0;
}

button {
  height: -moz-fit-content;
  height: fit-content;
  background: unset;
  border: unset;
}

a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.commonPadding-80 {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .commonPadding-80 {
    padding: 65px 0px;
  }
}
@media (min-width: 992px) {
  .commonPadding-80 {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-80 {
    padding: 75px 0px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-80 {
    padding: 80px 0px;
  }
}

.position, .contact-information-box::before, .contact-information-box::after, .blog-info li + li::before,
.blog-info li + div::before,
.blog-info div + li::before,
.blog-info div + div::before, .policy nav ul li::after, .about-long-description .row > div:nth-child(even)::after, section.cta-footer::after, section.cta-footer::before, .testimonial-content > p::after, .testimonial-content > p::before, .features .features-col > div:first-child::before, .features .features-col > div:first-child::after, .our-products .col-right::after, .our-products::before, .offer::after, .breadcrumb ul::before, .inner-banner picture::after, .inner-banner picture::before, footer .copyright ul::after, .drop-downs::after, header .site-logo a + a::before, header::before, .blog-btn::after, .arrow-btn::after, label.error::after, .details ul li::before {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
  transform: translateY(-50%);
  align-items: self-end;
  top: 38%;
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 100%;
  }
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: -28px;
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}
.slick-dots li {
  margin: 0;
  display: flex;
  width: auto;
  justify-content: center;
}
.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background-color: #c1c1c1;
}
.slick-dots li button::before {
  font-size: 0;
  width: auto;
}
.slick-dots li.slick-active button {
  width: 35px;
  transition: 0.4s ease all;
  background: #ECCF96;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100% !important;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F56523;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #F56523;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0; /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.details ul {
  padding-left: 10px;
}
@media (min-width: 576px) {
  .details ul {
    padding-left: 31px;
  }
}
.details ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .details ul li {
    padding-left: 41px;
  }
}
.details ul li::before {
  background: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="11.4889" cy="11.8203" rx="11.4889" ry="11.5" fill="white"/><path d="M8.41063 7.32031L7.36719 8.49531L10.7565 12.3203L7.36719 16.1453L8.41063 17.3203L12.8508 12.3203L8.41063 7.32031Z" fill="%2300562C"/><path d="M11.9653 7.32031L10.9219 8.49531L14.3112 12.3203L10.9219 16.1453L11.9653 17.3203L16.4055 12.3203L11.9653 7.32031Z" fill="%2300562C"/></svg>');
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
@media (min-width: 576px) {
  .details ul li::before {
    width: 23px;
    height: 23px;
  }
}

.list ul li {
  position: relative;
  line-height: 175%;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .list ul li {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .list ul li {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .list ul li {
    padding-left: 35px;
  }
}
@media (min-width: 1360px) {
  .list ul li {
    padding-left: 38px;
  }
}
@media (min-width: 1440px) {
  .list ul li {
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .list ul li {
    padding-left: 42.5px;
  }
}
@media (min-width: 1900px) {
  .list ul li {
    padding-left: 45px;
  }
}
.list ul li::before {
  content: "";
  font-weight: 600;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.75C9.54675 2.75 7.19397 3.72455 5.45926 5.45926C3.72455 7.19397 2.75 9.54675 2.75 12C2.75 14.4533 3.72455 16.806 5.45926 18.5407C7.19397 20.2754 9.54675 21.25 12 21.25C14.4533 21.25 16.806 20.2754 18.5407 18.5407C20.2754 16.806 21.25 14.4533 21.25 12C21.25 9.54675 20.2754 7.19397 18.5407 5.45926C16.806 3.72455 14.4533 2.75 12 2.75ZM1.25 12C1.25 6.063 6.063 1.25 12 1.25C17.937 1.25 22.75 6.063 22.75 12C22.75 17.937 17.937 22.75 12 22.75C6.063 22.75 1.25 17.937 1.25 12ZM12.47 8.47C12.6106 8.32955 12.8012 8.25066 13 8.25066C13.1988 8.25066 13.3894 8.32955 13.53 8.47L16.53 11.47C16.6705 11.6106 16.7493 11.8012 16.7493 12C16.7493 12.1988 16.6705 12.3894 16.53 12.53L13.53 15.53C13.4613 15.6037 13.3785 15.6628 13.2865 15.7038C13.1945 15.7448 13.0952 15.7668 12.9945 15.7686C12.8938 15.7704 12.7938 15.7518 12.7004 15.7141C12.607 15.6764 12.5222 15.6203 12.451 15.549C12.3797 15.4778 12.3236 15.393 12.2859 15.2996C12.2482 15.2062 12.2296 15.1062 12.2314 15.0055C12.2332 14.9048 12.2552 14.8055 12.2962 14.7135C12.3372 14.6215 12.3963 14.5387 12.47 14.47L14.19 12.75H8C7.80109 12.75 7.61032 12.671 7.46967 12.5303C7.32902 12.3897 7.25 12.1989 7.25 12C7.25 11.8011 7.32902 11.6103 7.46967 11.4697C7.61032 11.329 7.80109 11.25 8 11.25H14.19L12.47 9.53C12.3295 9.38937 12.2507 9.19875 12.2507 9C12.2507 8.80125 12.3295 8.61063 12.47 8.47Z" fill="%23A2864F"/></svg>');
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .list ul li::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .list ul li::before {
    width: 28px;
    height: 28px;
  }
}
.list ul li + li {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .list ul li + li {
    margin-top: 9px;
  }
}
@media (min-width: 1200px) {
  .list ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1350px) {
  .list ul li + li {
    margin-top: 11px;
  }
}
@media (min-width: 1440px) {
  .list ul li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1600px) {
  .list ul li + li {
    margin-top: 15px;
  }
}
@media (min-width: 1900px) {
  .list ul li + li {
    margin-top: 18px;
  }
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: none;
  font-size: 12px;
  bottom: -20px;
  left: 0;
  line-height: normal;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 71px;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
  border: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: unset;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 90%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
select:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.file-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #ECCF96;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #007bff;
  text-decoration: none;
}

.file-label:hover {
  background-color: #ECCF96;
}
.file-label:hover span {
  color: white;
}

.file-input {
  display: none;
}

.file-info {
  font-size: 0.9em;
  color: #555;
}

.file-name {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
  word-wrap: break-word;
}

.file-icon {
  margin-right: 10px;
}

.file-cta {
  display: flex;
  align-items: center;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth transition */
}

/* Class to change opacity to 1 */
.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

.custom-radio {
  display: inline-block;
  cursor: pointer;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio input[type=radio]:checked + .radio-content {
  border-color: #007bff;
}

.tabb-content {
  display: none;
}

.tabb-content.active {
  display: block;
}

.w700 {
  font-weight: 700;
}

input.error, textarea.error {
  border: 1px solid #FF4040 !important;
}

label.error {
  color: #FF4040 !important;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
label.error::after {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.33333 8C1.33333 4.3181 4.3181 1.33333 8 1.33333C11.6819 1.33333 14.6667 4.3181 14.6667 8C14.6667 11.6819 11.6819 14.6667 8 14.6667C4.3181 14.6667 1.33333 11.6819 1.33333 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM5.74485 5.74477C5.96282 5.52681 6.31621 5.52681 6.53418 5.74477L7.99999 7.21058L9.46578 5.74479C9.68375 5.52682 10.0371 5.52682 10.2551 5.74479C10.4731 5.96276 10.4731 6.31615 10.2551 6.53412L8.78932 7.99991L10.2551 9.46569C10.4731 9.68366 10.4731 10.0371 10.2551 10.255C10.0371 10.473 9.68373 10.473 9.46576 10.255L7.99999 8.78924L6.53419 10.255C6.31623 10.473 5.96283 10.473 5.74487 10.255C5.5269 10.0371 5.5269 9.68367 5.74487 9.4657L7.21066 7.99991L5.74485 6.5341C5.52688 6.31613 5.52688 5.96274 5.74485 5.74477Z" fill="%23FF4040"/></svg>');
  background-size: cover;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.gap-sm-5 {
  gap: 10px;
}

@media (min-width: 992px) {
  .gap-6-md {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .gap-9-lg {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .gap-10-xl {
    gap: 10px;
  }
}
/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.custom-checkbox {
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: relative;
  background-color: transparent;
  border: 1px solid #CFCFD2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; /* Add this for rounded corners */
  height: 17px;
  width: 17px;
}
@media (min-width: 992px) {
  .custom-checkbox .checkmark {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .custom-checkbox .checkmark {
    margin-right: 9px;
    height: 19px;
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .custom-checkbox .checkmark {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox .checkmark {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
  }
}

.custom-checkbox input:checked ~ .checkmark::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 18px;
  border: solid #00C2AE;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: -6px;
  right: 0px;
}
@media (min-width: 1440px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 9px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 11px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 13px;
    height: 22px;
  }
}

.hidden {
  display: none;
}

.show {
  display: block;
}

/* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161B22;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader Content */
.loader-content {
  text-align: center;
}

.spinner {
  height: 42.03px;
  margin-bottom: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Text */
.loader-content p {
  background: linear-gradient(90deg, #3412E0 0%, #7928E5 47.91%, #07B4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  line-height: normal;
  font-size: 19px;
  font-weight: 900;
  color: #007acc; /* Same blue as spinner */
}
@media (max-width: 575px) {
  .loader-content p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .loader-content p {
    font-size: 19px;
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .loader-content p {
    font-size: 20px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .loader-content p {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .loader-content p {
    font-size: 24px;
    margin-bottom: 72px;
  }
}
.loader-content span {
  font-size: 16.898px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .loader-content span {
    font-size: 16.898px;
  }
}
@media (min-width: 992px) {
  .loader-content span {
    font-size: 18.898px;
  }
}
@media (min-width: 1200px) {
  .loader-content span {
    font-size: 21.898px;
  }
}
@media (min-width: 1440px) {
  .loader-content span {
    font-size: 22.898px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.dropdown-menu {
  width: 100%;
  margin: auto !important;
  background: unset;
}
.dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
  border-radius: 8px;
  background: #ECCF96;
  font-size: 16px;
  line-height: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 8px;
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #979A9C;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  padding: 4px 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

.enquiryBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #F56523;
  padding: 2.948% 11.205%;
}

.slick-track {
  margin-left: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: none;
}

.fancybox-navigation .fancybox-button div {
  background: rgb(255, 255, 255);
}

.fancybox-container {
  z-index: 100000000000000000;
}

.fancybox-button {
  background: rgb(255, 255, 255);
}

.p-26 {
  font-weight: 400;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  line-height: 138.462%;
}
@media (min-width: 768px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .p-26 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .p-26 {
    font-size: 17px;
  }
}
@media (min-width: 1360px) {
  .p-26 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .p-26 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .p-26 {
    font-size: 26px;
  }
}

.btn-theme {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  border-radius: 80px;
  padding: 1px 11px;
  font-size: 12px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .btn-theme {
    font-size: 11px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .btn-theme {
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .btn-theme {
    font-size: 12px;
    line-height: 28px;
  }
}
@media (min-width: 1350px) {
  .btn-theme {
    font-size: 13px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .btn-theme {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .btn-theme {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (min-width: 1900px) {
  .btn-theme {
    padding: 1px 13px;
    font-size: 18px;
    line-height: 36px;
  }
}
.btn-theme.btn-border {
  line-height: 177.778%;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 16px;
}
@media (min-width: 992px) {
  .btn-theme.btn-border {
    padding: 8px 22px;
  }
}
.btn-theme.btn-border:hover {
  background-color: #fff;
  color: #A2864F;
}
.btn-theme.btn-orange {
  background: #F56523;
  color: #fff;
}
.btn-theme.btn-orange:hover {
  background: #000;
}
.btn-theme.btn-gold {
  background: #E3B882;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .btn-theme.btn-gold {
    height: 34px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1200px) {
  .btn-theme.btn-gold {
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .btn-theme.btn-gold {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1350px) {
  .btn-theme.btn-gold {
    height: 42px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1440px) {
  .btn-theme.btn-gold {
    height: 44px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.btn-theme.btn-gold svg {
  width: 14px;
}
@media (min-width: 992px) {
  .btn-theme.btn-gold svg {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .btn-theme.btn-gold svg {
    width: 17px;
  }
}
@media (min-width: 1440px) {
  .btn-theme.btn-gold svg {
    width: 18px;
  }
}
.btn-theme.btn-gold:hover {
  background: #000;
}
.btn-theme.btnBorder {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616161;
  color: #616161;
}
.btn-theme.btnBorder:hover {
  background-color: #616161;
  color: #fff;
}
.btn-theme.btnBorder:hover path {
  fill: #fff;
}

.arrow-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #F56523;
  font-weight: 600;
  padding-right: 14px;
}
@media (max-width: 767px) {
  .arrow-btn {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .arrow-btn {
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  .arrow-btn {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .arrow-btn {
    padding-right: 33.4px;
  }
}
.arrow-btn::after {
  transition: 0.5s ease all;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="12" viewBox="0 0 17 12" fill="none"><path d="M0.75 5.26H13.94L9.97 1.29C9.9 1.22 9.84 1.14 9.8 1.05C9.76 0.960003 9.74 0.860002 9.74 0.760002C9.74 0.660002 9.76 0.560001 9.8 0.470001C9.84 0.380001 9.89 0.290001 9.96 0.220001C10.03 0.150001 10.11 0.0900052 10.21 0.0600052C10.3 0.0200052 10.4 0 10.5 0C10.6 0 10.7 0.0200052 10.79 0.0600052C10.88 0.100005 10.96 0.160003 11.03 0.230003L16.28 5.48C16.42 5.62 16.5 5.81 16.5 6.01C16.5 6.21 16.42 6.4 16.28 6.54L11.03 11.79C10.89 11.93 10.7 12 10.5 12C10.3 12 10.12 11.92 9.98 11.78C9.84 11.64 9.76 11.45 9.76 11.26C9.76 11.07 9.83 10.87 9.97 10.73L13.94 6.76H0.75C0.55 6.76 0.360001 6.68 0.220001 6.54C0.0800012 6.4 0 6.21 0 6.01C0 5.81 0.0800012 5.62 0.220001 5.48C0.360001 5.34 0.55 5.26 0.75 5.26Z" fill="%23F47200"/></svg>');
  width: 12px;
  height: 7px;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .arrow-btn::after {
    width: 17px;
    height: 12px;
  }
}
.arrow-btn:hover {
  color: #000;
}
.arrow-btn:hover::after {
  right: -5px;
  transition: 0.5s ease all;
  filter: brightness(0);
}

.slick-nav {
  justify-content: space-between;
  margin-left: auto;
  position: absolute;
  z-index: 0;
}
.slick-nav div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-nav div svg {
  height: auto;
  width: 16px;
}
@media (min-width: 1440px) {
  .slick-nav div svg {
    width: 16px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div svg {
    width: 18px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div svg {
    width: 20px;
  }
}
.slick-nav div svg:hover path {
  fill: #B39775;
}

.head {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .head {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .head {
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .head {
    margin-bottom: 38px;
  }
}
@media (min-width: 1350px) {
  .head {
    margin-bottom: 41px;
  }
}
@media (min-width: 1440px) {
  .head {
    margin-bottom: 43px;
  }
}
@media (min-width: 1600px) {
  .head {
    margin-bottom: 48px;
  }
}
@media (min-width: 1900px) {
  .head {
    margin-bottom: 53px;
  }
}
.head h2 {
  font-family: RescueW01-SemiBold;
  color: #000;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .head h2 {
    font-size: 24px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .head h2 {
    font-size: 28px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .head h2 {
    font-size: 32px;
    line-height: 24px;
  }
}
@media (min-width: 1350px) {
  .head h2 {
    font-size: 34px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .head h2 {
    font-size: 38px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .head h2 {
    font-size: 41px;
    line-height: 35px;
  }
}
.head p {
  color: #000;
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .head p {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .head p {
    width: 68.323%;
  }
}
@media (min-width: 1440px) {
  .head p {
    width: 74.323%;
  }
}
@media (min-width: 1600px) {
  .head p {
    width: 64.323%;
  }
}

.modal-backdrop.show {
  opacity: 1;
  background: rgb(25, 33, 60) !important;
  opacity: 0.53;
}

.product-btn {
  font-weight: 500;
  color: #ECCF96;
  gap: 8.14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .product-btn {
    font-size: 12.5px;
  }
}
@media (min-width: 1440px) {
  .product-btn {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .product-btn {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .product-btn {
    font-size: 17px;
  }
}
.product-btn i {
  background-color: #A5A5DF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .product-btn i {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .product-btn i {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .product-btn i {
    width: 30.174px;
    height: 30.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 33.174px;
    height: 33.66px;
  }
}
@media (min-width: 1600px) {
  .product-btn i {
    width: 36.174px;
    height: 36.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 39.174px;
    height: 39.66px;
  }
}
.product-btn i svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .product-btn i svg {
    width: 10.5px;
  }
}
@media (min-width: 1200px) {
  .product-btn i svg {
    width: 11.5px;
  }
}
@media (min-width: 1280px) {
  .product-btn i svg {
    width: 12px;
  }
}
@media (min-width: 1440px) {
  .product-btn i svg {
    width: 12.6px;
  }
}
@media (min-width: 1600px) {
  .product-btn i svg {
    width: 14.6px;
  }
}
@media (min-width: 1900px) {
  .product-btn i svg {
    width: 16.6px;
  }
}
.product-btn:hover i {
  background-color: #ECCF96;
}
.product-btn:hover i svg {
  animation: arrowExitEnter 0.5s ease-in-out;
}

.load {
  line-height: 128.571%;
  color: #A5A5DF;
  font-weight: 600;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.mobile-menu button {
  margin: 0;
  padding: 6px 19px;
  border: 1px solid #d6dffa;
  border-radius: 8px;
  color: rgba(46, 49, 146, 0.6588235294);
}

.title h1 span {
  font-weight: 400;
  color: #414A66;
}

.enquire-btn {
  font-weight: 500;
  line-height: 100%;
  color: #A2864F;
  border-radius: 3px;
  border: 1px solid #A3864F;
  padding: 5px 7px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .enquire-btn {
    padding: 5px 7px;
    font-size: 12.5px;
  }
}
@media (min-width: 992px) {
  .enquire-btn {
    padding: 7px 12px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .enquire-btn {
    padding: 8px 13px;
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .enquire-btn {
    padding: 9px 14px;
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .enquire-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .enquire-btn {
    padding: 11px 16px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .enquire-btn {
    padding: 12px 17px;
    font-size: 18px;
  }
}
.enquire-btn:hover {
  background: #A3864F;
  color: #fff;
}

.blog-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 100%;
  color: #A3864F;
  padding-right: 24px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .blog-btn {
    padding-right: 24px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .blog-btn {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-btn {
    padding-right: 21px;
    font-size: 11px;
  }
}
@media (min-width: 1350px) {
  .blog-btn {
    padding-right: 22px;
  }
}
@media (min-width: 1440px) {
  .blog-btn {
    padding-right: 24px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .blog-btn {
    padding-right: 26px;
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .blog-btn {
    padding-right: 28px;
    font-size: 16px;
  }
}
.blog-btn::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M12.6665 8L8.6665 4M12.6665 8L8.6665 12M12.6665 8L3.33317 8" stroke="%23A3864F" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease all;
  width: 16px;
  height: 16px;
}
.blog-btn:hover {
  color: #000;
  transition: 0.5s ease all;
}
.blog-btn:hover::after {
  right: -5px;
  transition: 0.5s ease all;
}

header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 0px;
}
@media (min-width: 1200px) {
  header {
    padding: 22px 0px;
  }
}
@media (min-width: 1350px) {
  header {
    padding: 25px 0px;
  }
}
@media (min-width: 1440px) {
  header {
    padding: 27px 0px;
  }
}
@media (min-width: 1600px) {
  header {
    padding: 32px 0px;
  }
}
@media (min-width: 1900px) {
  header {
    padding: 37px 0px;
  }
}
header::before {
  width: 100%;
  height: 100%;
  background: rgba(10, 9, 9, 0.63);
  filter: blur(15px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  left: 0;
  top: 0;
  z-index: -1;
}
header .site-logo a + a {
  position: relative;
  padding-left: 8.71px;
  margin-left: 11.5px;
}
@media (min-width: 768px) {
  header .site-logo a + a {
    padding-left: 18.71px;
    margin-left: 15.5px;
  }
}
@media (min-width: 1200px) {
  header .site-logo a + a {
    padding-left: 20.71px;
    margin-left: 17.5px;
  }
}
@media (min-width: 1350px) {
  header .site-logo a + a {
    padding-left: 22.71px;
    margin-left: 19.5px;
  }
}
@media (min-width: 1440px) {
  header .site-logo a + a {
    padding-left: 25.71px;
    margin-left: 22.5px;
  }
}
@media (min-width: 1600px) {
  header .site-logo a + a {
    padding-left: 28.71px;
    margin-left: 25.5px;
  }
}
@media (min-width: 1900px) {
  header .site-logo a + a {
    padding-left: 31.71px;
    margin-left: 28.5px;
  }
}
header .site-logo a + a::before {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.19);
  left: 0;
  top: 0;
}
header nav ul {
  gap: 20px;
}
@media (min-width: 992px) {
  header nav ul {
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  header nav ul {
    gap: 28px;
  }
}
@media (min-width: 1350px) {
  header nav ul {
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  header nav ul {
    gap: 34px;
  }
}
@media (min-width: 1600px) {
  header nav ul {
    gap: 38px;
  }
}
@media (min-width: 1900px) {
  header nav ul {
    gap: 42px;
  }
}
header nav a {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 992px) {
  header nav a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header nav a {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  header nav a {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  header nav a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  header nav a {
    font-size: 17px;
  }
}
header nav a:hover, header nav a.active {
  color: #A3864F;
}
header.scrolled {
  background-color: #000;
}

.call-button {
  cursor: pointer;
  gap: 4px;
}
@media (min-width: 768px) {
  .call-button {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .call-button {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .call-button {
    gap: 7px;
  }
}
@media (min-width: 1440px) {
  .call-button {
    gap: 8px;
  }
}
@media (min-width: 1600px) {
  .call-button {
    gap: 10px;
  }
}
@media (min-width: 1900px) {
  .call-button {
    gap: 12px;
  }
}
.call-button i {
  transition: 0.5s ease all;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9CE8A;
  border-radius: 5px;
  padding: 4.5px;
}
@media (min-width: 1350px) {
  .call-button i {
    padding: 5px;
  }
}
@media (min-width: 1440px) {
  .call-button i {
    padding: 6px;
  }
}
@media (min-width: 1600px) {
  .call-button i {
    padding: 8px;
  }
}
@media (min-width: 1900px) {
  .call-button i {
    padding: 10px;
  }
}
.call-button i svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .call-button i svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .call-button i svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .call-button i svg {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1350px) {
  .call-button i svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1440px) {
  .call-button i svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .call-button i svg {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .call-button i svg {
    width: 28px;
    height: 28px;
  }
}
.call-button p, .call-button span {
  color: #FFF;
  line-height: normal;
  font-size: 14px;
}
@media (max-width: 575px) {
  .call-button p, .call-button span {
    font-size: 0;
  }
}
@media (min-width: 1200px) {
  .call-button p, .call-button span {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  .call-button p, .call-button span {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .call-button p, .call-button span {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .call-button p, .call-button span {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .call-button p, .call-button span {
    font-size: 17px;
  }
}
.call-button span {
  font-weight: 300;
  display: block;
}
.call-button p {
  font-weight: 600;
}
.call-button:hover i {
  background-color: #A3864F;
  transition: 0.5s ease all;
}
.call-button:hover i svg {
  animation: ring 0.6s ease-in-out infinite;
}

.site-logo {
  width: 65%;
}
@media (min-width: 576px) {
  .site-logo {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .site-logo {
    width: 40.71%;
  }
}
@media (min-width: 992px) {
  .site-logo {
    width: 26.71%;
  }
}
.site-logo a {
  display: block;
}
.site-logo img {
  width: 100%;
  height: auto;
}

.header-button {
  align-items: center;
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .header-button {
    width: 30%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .header-button {
    gap: 2%;
    width: 50%;
  }
}

.navbar-toggler {
  padding-right: 0;
}

.drop-downs {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 1600px) {
  .drop-downs {
    padding-right: 25px;
  }
}
@media (min-width: 1900px) {
  .drop-downs {
    padding-right: 30px;
  }
}
.drop-downs::after {
  background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.431969 1.13119C0.596056 0.967151 0.818576 0.875 1.05059 0.875C1.28261 0.875 1.50513 0.967151 1.66922 1.13119L6.00047 5.46244L10.3317 1.13119C10.4967 0.9718 10.7178 0.883605 10.9472 0.885598C11.1766 0.887592 11.3961 0.979615 11.5583 1.14185C11.7205 1.30408 11.8126 1.52354 11.8146 1.75296C11.8166 1.98238 11.7284 2.20341 11.569 2.36844L6.61909 7.31831C6.45501 7.48235 6.23249 7.5745 6.00047 7.5745C5.76845 7.5745 5.54593 7.48235 5.38184 7.31831L0.431969 2.36844C0.267932 2.20435 0.175781 1.98183 0.175781 1.74981C0.175781 1.51779 0.267932 1.29527 0.431969 1.13119Z" fill="%23fff"/></svg>');
  width: 12px;
  height: 12px;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (min-width: 1440px) {
  .drop-downs::after {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1900px) {
  .drop-downs::after {
    width: 16px;
    height: 16px;
  }
}
.drop-downs:hover .product-sidebar {
  display: block;
}

.mobDropDown {
  position: relative;
}
.mobDropDown button {
  background-color: #ECCF96;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobDropDown button svg {
  filter: invert(1);
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.mobDropDown button.show svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
.mobDropDown .dropdown-menu {
  position: unset !important;
  transform: translate(0) !important;
  border: unset;
  padding-left: 25px;
  background: unset;
}
.mobDropDown .dropdown-menu li {
  margin-bottom: 10px;
}

.submenu > ul {
  padding-left: 20px;
}

header .product-menu {
  background: #171616;
  padding: 28px;
  width: 47.323%;
}
header .top-brands {
  background: #0b0b0b;
  padding: 28px;
  width: 52.6%;
}
header .product-sidebar {
  top: 18px;
  padding-top: 33px;
  position: absolute;
  width: 672px;
  display: none;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  left: 10%;
  transform: translateX(-50%);
}
header .product-sidebar p {
  color: #414A66;
  line-height: normal;
  padding-bottom: 13px;
  margin-bottom: 17px;
  color: #fff;
  border-bottom: 1px solid rgba(129, 141, 166, 0.22);
}
@media (min-width: 1440px) {
  header .product-sidebar {
    padding-top: 43px;
  }
}
@media (min-width: 1440px) {
  header .product-sidebar {
    width: 672px;
  }
}
@media (min-width: 1600px) {
  header .product-sidebar {
    padding-top: 40px;
    width: 700px;
    top: 24px;
  }
}
@media (min-width: 1900px) {
  header .product-sidebar {
    width: 800px;
  }
}
header .product-sidebar .d-flex {
  background: #f7f8fc;
}
header .product-sidebar .icon {
  display: flex;
}
header .product-sidebar .icon svg {
  height: auto;
  width: 18px;
}
header .accordion-item {
  overflow: hidden;
  border-radius: 3px !important;
  background: rgba(233, 206, 138, 0.3);
  border: unset;
}
header .accordion-item.active button {
  color: #ECCF96;
}
header .accordion-item.active button path {
  stroke: #ECCF96;
}
header .accordion-item.active .submenu {
  display: block;
}
header .accordion-item.active .accordion-toggle .arrow {
  transform: rotate(180deg);
}
header .accordion-item + div {
  margin-top: 10px;
}
header .accordion-toggle {
  color: #c3c3c3;
  gap: 8px;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
  display: flex;
  cursor: pointer;
  position: relative;
}
header .accordion-toggle::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 13px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1.43197 4.63143C1.59606 4.4674 1.81858 4.37524 2.05059 4.37524C2.28261 4.37524 2.50513 4.4674 2.66922 4.63143L7.00047 8.96268L11.3317 4.63143C11.4967 4.47204 11.7178 4.38385 11.9472 4.38584C12.1766 4.38784 12.3961 4.47986 12.5583 4.64209C12.7205 4.80432 12.8126 5.02378 12.8146 5.25321C12.8166 5.48263 12.7284 5.70366 12.569 5.86868L7.61909 10.8186C7.45501 10.9826 7.23249 11.0747 7.00047 11.0747C6.76845 11.0747 6.54593 10.9826 6.38184 10.8186L1.43197 5.86868C1.26793 5.7046 1.17578 5.48208 1.17578 5.25006C1.17578 5.01804 1.26793 4.79552 1.43197 4.63143Z" fill="%23414A66"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  filter: invert(1);
}
header .accordion-item.active .accordion-toggle::after {
  transform: rotate(180deg);
}
header .submenu {
  list-style: none;
  margin: 0;
  padding: 0 0px 0px 25px;
  display: none;
  max-height: 139px;
  overflow-y: auto;
  margin-right: 19px;
  margin-bottom: 10px;
}
header .submenu::-webkit-scrollbar {
  width: 2px;
}
header .submenu::-webkit-scrollbar-thumb {
  background: #ECCF96;
}
header .submenu li + li {
  margin-top: 14px;
}
header .submenu li, header .submenu a {
  line-height: normal;
  font-size: 13px;
}
header .submenu a {
  color: #fff;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.brands-grid a {
  display: flex;
  width: 48%;
}
.brands-grid picture {
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background: #FBF8ED;
  padding: 48px 0px 58px 0px;
}
@media (min-width: 1440px) {
  footer {
    padding: 78px 0px 68px 0px;
  }
}
@media (min-width: 1600px) {
  footer {
    padding: 82px 0px 72px 0px;
  }
}
@media (min-width: 1900px) {
  footer {
    padding: 86px 0px 76px 0px;
  }
}
footer strong {
  display: block;
  color: #000;
  line-height: 160%;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer strong {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  footer strong {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  footer strong {
    font-size: 18px;
  }
}
@media (min-width: 1350px) {
  footer strong {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  footer strong {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  footer strong {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  footer strong {
    font-size: 24px;
  }
}
footer .copyright {
  align-items: center;
  margin-top: 20px;
  max-width: 95.344%;
  margin-left: auto;
}
@media (min-width: 768px) {
  footer .copyright {
    max-width: 94.344%;
    margin-top: 39px;
  }
}
footer .copyright p {
  font-weight: 500;
  color: #3B3B3B;
  line-height: 228.571%;
  font-size: 12px;
}
@media (min-width: 768px) {
  footer .copyright p {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  footer .copyright p {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  footer .copyright p {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  footer .copyright p {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  footer .copyright p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  footer .copyright p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  footer .copyright p {
    font-size: 18px;
  }
}
footer .copyright ul {
  position: relative;
  gap: 4.15%;
  width: 42.434%;
}
@media (min-width: 768px) {
  footer .copyright ul {
    width: 65.434%;
  }
}
footer .copyright ul::after {
  width: 40.58%;
  right: 0;
  height: 1px;
  top: 50%;
  transform: translateY(50%);
  background: #865900;
}
@media (min-width: 768px) {
  footer .copyright ul::after {
    width: 78.58%;
  }
}
@media (min-width: 992px) {
  footer .copyright ul::after {
    width: 82.58%;
  }
}
footer .copyright ul a {
  font-weight: 500;
  color: #865900;
  line-height: normal;
  font-size: 11px;
}
@media (min-width: 768px) {
  footer .copyright ul a {
    font-size: 10.5px;
  }
}
@media (min-width: 992px) {
  footer .copyright ul a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  footer .copyright ul a {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  footer .copyright ul a {
    font-size: 12.5px;
  }
}
@media (min-width: 1440px) {
  footer .copyright ul a {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  footer .copyright ul a {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  footer .copyright ul a {
    font-size: 15px;
  }
}
footer .copyright ul a:hover {
  color: #000;
}

.quick-links {
  width: 48%;
}
@media (max-width: 767px) {
  .quick-links {
    margin: 5px 0px;
  }
  .quick-links:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .quick-links {
    width: 18.81%;
  }
}
.quick-links a {
  display: block;
}
.quick-links p, .quick-links a {
  color: #3B3B3B;
  line-height: 137.5%;
  font-size: 14px;
}
@media (max-width: 575px) {
  .quick-links p + a, .quick-links a + a {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .quick-links p, .quick-links a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .quick-links p, .quick-links a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .quick-links p, .quick-links a {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .quick-links p, .quick-links a {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .quick-links p, .quick-links a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .quick-links p, .quick-links a {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .quick-links p, .quick-links a {
    font-size: 20px;
  }
}

.site-info {
  width: 100%;
}
@media (max-width: 767px) {
  .site-info {
    margin-bottom: 15px;
  }
  .site-info img {
    height: auto;
    width: 145px;
  }
}
@media (min-width: 768px) {
  .site-info {
    width: 29%;
  }
}
.site-info svg {
  border-radius: 50%;
  height: auto;
  width: 30px;
}
.site-info svg:hover {
  background: #ECCF96;
}
.site-info svg:hover path {
  fill: #fff;
}
@media (min-width: 768px) {
  .site-info svg {
    width: 28px;
  }
}
@media (min-width: 992px) {
  .site-info svg {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .site-info svg {
    width: 32px;
  }
}
@media (min-width: 1350px) {
  .site-info svg {
    width: 34px;
  }
}
@media (min-width: 1440px) {
  .site-info svg {
    width: 36px;
  }
}
.site-info ul {
  gap: 2.2%;
}
@media (min-width: 768px) {
  .site-info ul {
    gap: 5.2%;
  }
}
.site-info picture {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .site-info picture {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .site-info picture {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .site-info picture {
    margin-bottom: 25px;
  }
}
@media (min-width: 1350px) {
  .site-info picture {
    margin-bottom: 27px;
  }
}
@media (min-width: 1440px) {
  .site-info picture {
    margin-bottom: 29px;
  }
}
@media (min-width: 1600px) {
  .site-info picture {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .site-info picture {
    margin-bottom: 39px;
  }
}

.offcanvas {
  width: 100%;
  z-index: 9999999;
}

.searchOffcanvas {
  height: -moz-fit-content;
  height: fit-content;
}
.searchOffcanvas .offcanvas-header {
  background: #ebe5f0;
}
@media (min-width: 992px) {
  .searchOffcanvas .offcanvas-header {
    padding: 12px 60px;
  }
}
@media (min-width: 1200px) {
  .searchOffcanvas .offcanvas-header {
    padding: 15px 70px;
  }
}
@media (min-width: 1600px) {
  .searchOffcanvas .offcanvas-header {
    padding: 20px 100px;
  }
}
.searchOffcanvas .searchButton {
  height: 100%;
  display: block;
  padding: 0px 20px;
  border-radius: 5px;
}
.searchOffcanvas .search {
  background: #ECCF96;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.searchOffcanvas div#searchOffcanvasLabel {
  width: 95%;
}
.searchOffcanvas input {
  border: unset;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  padding-left: 20px;
  color: #ECCF96;
}
.searchOffcanvas .btn-close:focus {
  box-shadow: unset;
}

.mobile_left_menu {
  background: #3B3B3B;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px 16px 16px 0px;
  box-shadow: 0px 2px 4px 0px rgba(22, 40, 2, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: 25%;
  }
}
.mobile_left_menu nav {
  padding-left: 20px;
}
.mobile_left_menu nav a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 575px) {
  .mobile_left_menu nav {
    height: 380px;
    align-items: flex-start;
  }
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.mobile_left_menu ul {
  width: 100%;
}
.mobile_left_menu .social {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.mobile_left_menu .social .btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 8px 0px;
  margin-bottom: 15px;
}
.mobile_left_menu .social .btn:last-child {
  border: 1px solid #fff;
}
.mobile_left_menu .social .btn:last-child:hover {
  background-color: #F56523;
  border-color: #F56523;
}
.mobile_left_menu .social ul {
  display: flex;
  justify-content: space-between;
}
.mobile_left_menu .social ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  gap: 5px;
}
.mobile_left_menu .social ul svg {
  width: 22px;
  height: auto;
}
.mobile_left_menu .offcanvas-header > div {
  width: 70%;
  padding-top: 11px;
}
.mobile_left_menu .offcanvas-header div {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .mobile_left_menu .offcanvas-header div {
    gap: 34px;
  }
}
.mobile_left_menu .btn-close {
  opacity: 1;
  width: 26px;
  height: 26px;
}
.mobile_left_menu .btn-close path {
  fill: #fff;
  stroke: #fff;
}
.mobile_left_menu ul li {
  margin-bottom: 10px;
}
.mobile_left_menu ul li a {
  font-size: 18px;
}
.mobile_left_menu .btn-close {
  margin-right: 0;
}
.mobile_left_menu .offcanvas-header {
  padding-bottom: 0;
  padding-top: 15px;
}
.mobile_left_menu .offcanvas-body {
  margin-top: 30px;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.siteEnquiryForm .modal-dialog, .enquiryForm .modal-dialog {
  margin: auto;
  max-width: 95%;
}
.siteEnquiryForm .modal-content, .enquiryForm .modal-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 10px rgba(54, 54, 54, 0.11);
  padding: 30px 20px 20px 20px;
}
.siteEnquiryForm .formGroup, .enquiryForm .formGroup {
  padding: 0;
}
.siteEnquiryForm .row, .enquiryForm .row {
  gap: 12px;
}
@media (min-width: 768px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 13px;
  }
}
@media (min-width: 1280px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 14px;
  }
}
@media (min-width: 1360px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 16px;
  }
}
.siteEnquiryForm .col--6, .enquiryForm .col--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .siteEnquiryForm .col--6, .enquiryForm .col--6 {
    width: 49%;
  }
}
.siteEnquiryForm .col--4, .enquiryForm .col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.7%;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.8%;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.9%;
  }
}
.siteEnquiryForm .title, .enquiryForm .title {
  font-weight: 600;
  color: #3B3B3B;
  line-height: 110%;
  font-size: 20px;
  margin-bottom: 34px;
}
.siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
  gap: 17px;
}
@media (min-width: 768px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 14px;
  }
}
@media (min-width: 1350px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 15.5px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 16px;
  }
}
.siteEnquiryForm .buttonGroup, .enquiryForm .buttonGroup {
  gap: 12px;
}
.siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
  text-transform: capitalize;
  padding: 0px 15px;
  min-width: 119px;
  min-height: 38px;
}
@media (min-width: 768px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 40px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 42px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 44px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 46px;
  }
}
.siteEnquiryForm .buttonGroup .btn-cancel, .enquiryForm .buttonGroup .btn-cancel {
  border: 1px solid #E0E0E0;
}
.siteEnquiryForm .buttonGroup .btn-cancel:hover, .enquiryForm .buttonGroup .btn-cancel:hover {
  background-color: #F56523;
  color: #fff;
}

textarea {
  padding: 9px 10px;
}
@media (min-width: 992px) {
  textarea {
    padding: 11px 13px;
  }
}
@media (min-width: 1200px) {
  textarea {
    padding: 12px 14px;
  }
}
@media (min-width: 1440px) {
  textarea {
    padding: 14px 16px;
  }
}

input, select {
  padding: 0px 10px;
}
@media (min-width: 992px) {
  input, select {
    padding: 0px 13px;
  }
}
@media (min-width: 1200px) {
  input, select {
    padding: 0px 14px;
  }
}
@media (min-width: 1440px) {
  input, select {
    padding: 0px 16px;
  }
}

input, textarea, select {
  color: #595959;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  font-size: 13px;
  height: 30px;
}
@media (min-width: 768px) {
  input, textarea, select {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  input, textarea, select {
    font-size: 12px;
    height: 38px;
  }
}
@media (min-width: 1350px) {
  input, textarea, select {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  input, textarea, select {
    font-size: 14px;
    height: 42px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #595959;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #595959;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #DADDE4;
}

textarea {
  height: 110px;
}
@media (min-width: 768px) {
  textarea {
    height: 120px;
  }
}
@media (min-width: 992px) {
  textarea {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 140px;
  }
}
@media (min-width: 1440px) {
  textarea {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .siteEnquiryForm .modal-dialog {
    max-width: 58.403%;
  }
}
.siteEnquiryForm .btn-close {
  background-image: unset;
  position: absolute;
  right: 20px;
  background-color: #E3E5E9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .siteEnquiryForm .btn-close {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .btn-close {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .btn-close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
  .siteEnquiryForm .btn-close svg {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  .siteEnquiryForm .btn-close svg {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1900px) {
  .siteEnquiryForm .btn-close svg {
    width: 14px;
    height: 14px;
  }
}
.siteEnquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}

.enquiryForm {
  /* Tabs */
  /* Form controls */
  /* Footer buttons */
  /* Hide all tab contents first */
}
.enquiryForm .modal-dialog {
  max-width: 95%;
}
@media (min-width: 768px) {
  .enquiryForm .modal-dialog {
    max-width: 60.681%;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-dialog {
    max-width: 50.681%;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-dialog {
    max-width: 38.681%;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-dialog {
    max-width: 557px;
  }
}
.enquiryForm .btn-close {
  background-image: unset;
  position: absolute;
  right: 20px;
  background-color: #E3E5E9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 2;
}
.enquiryForm .btn-close svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .enquiryForm .btn-close {
    width: 35px;
    height: 35px;
  }
}
.enquiryForm .btn-close svg {
  width: 19px;
  height: 19px;
}
@media (min-width: 992px) {
  .enquiryForm .btn-close {
    width: 38px;
    height: 38px;
  }
  .enquiryForm .btn-close svg {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close {
    width: 40px;
    height: 40px;
  }
  .enquiryForm .btn-close svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
  .enquiryForm .btn-close svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .btn-close svg {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .btn-close svg {
    width: 28px;
    height: 28px;
  }
}
.enquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.enquiryForm .tabs {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D9D9D9;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.enquiryForm .tab {
  background: #E3E5E9;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
  color: #3B3B3B;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  line-height: 70%;
  padding: 9px 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .enquiryForm .tab {
    padding: 12px 11px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .tab {
    padding: 14px 13px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .tab {
    padding: 15px 16px;
    min-width: 108px;
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .tab {
    padding: 16px 18px;
    min-width: 108px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .tab {
    padding: 16px 20px;
    min-width: 108px;
    font-size: 20px;
  }
}
.enquiryForm .tab.active {
  background: #fff;
  color: #A3864F;
}
.enquiryForm .form-group {
  margin-bottom: 12px;
}
.enquiryForm .select-wrap {
  position: relative;
}
.enquiryForm .select-wrap::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17 10L12 15L7 10" stroke="%23595959" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #6b7280;
  pointer-events: none;
}
.enquiryForm textarea {
  min-height: 110px;
  resize: vertical;
}
.enquiryForm .modal-footer {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 20px;
}
.enquiryForm .btn-primary {
  background: var(--accent);
  border: none;
  color: white;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.15s;
}
.enquiryForm .btn-primary:hover {
  opacity: 0.9;
}
.enquiryForm .tab-panel {
  display: none;
}
.enquiryForm .tab-panel.active {
  display: block;
}

.banner-text {
  top: 57%;
  transform: translateY(-50%);
}
.banner-text h1, .banner-text .h1 {
  font-family: RescueW01-SemiBold;
  color: #fff;
  line-height: normal;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 50px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 65px;
    margin-top: 35px;
  }
}
@media (min-width: 1350px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 75px;
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 78px;
    margin-top: 43px;
  }
}
@media (min-width: 1600px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 88px;
    margin-top: 48px;
  }
}
@media (min-width: 1900px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 98px;
    margin-top: 53px;
  }
}
.banner-text svg {
  height: auto;
}
@media (min-width: 1440px) {
  .banner-text svg {
    width: 65px;
  }
}
@media (min-width: 1600px) {
  .banner-text svg {
    width: 75px;
  }
}
@media (min-width: 1900px) {
  .banner-text svg {
    width: 85px;
  }
}

.inner-banner ~ section h2 {
  color: #302F30;
  font-family: RescueW01-SemiBold;
  line-height: normal;
  font-size: 25px;
}
@media (min-width: 768px) {
  .inner-banner ~ section h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .inner-banner ~ section h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .inner-banner ~ section h2 {
    font-size: 32px;
  }
}
@media (min-width: 1350px) {
  .inner-banner ~ section h2 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .inner-banner ~ section h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .inner-banner ~ section h2 {
    font-size: 38px;
  }
}
@media (min-width: 1900px) {
  .inner-banner ~ section h2 {
    font-size: 40px;
  }
}
.inner-banner ~ section p {
  line-height: 200%;
}
.inner-banner ~ section p, .inner-banner ~ section strong, .inner-banner ~ section span, .inner-banner ~ section li {
  color: #3B3B3B;
}
.inner-banner picture {
  position: relative;
}
.inner-banner picture::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(16, 15, 15, 0.72);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.inner-banner picture::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../images/watermark.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .inner-banner picture::after {
    background-size: 35%;
  }
}
@media (max-width: 767px) {
  .inner-banner img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.breadcrumb {
  margin: 0;
  border-bottom: 1px solid rgba(232, 206, 135, 0.26);
  padding: 8px 0px;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 7px 0px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    padding: 8px 0px;
  }
}
@media (min-width: 1350px) {
  .breadcrumb {
    padding: 10px 0px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    padding: 12px 0px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb {
    padding: 16px 0px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb {
    padding: 20px 0px;
  }
}
.breadcrumb > div {
  width: 100%;
}
.breadcrumb ul {
  display: flex;
  position: relative;
  padding-left: 22px;
}
@media (min-width: 992px) {
  .breadcrumb ul {
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb ul {
    padding-left: 31px;
  }
}
@media (min-width: 1350px) {
  .breadcrumb ul {
    padding-left: 34px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb ul {
    padding-left: 36px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul {
    padding-left: 39px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb ul {
    padding-left: 42px;
  }
}
.breadcrumb ul::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7.5 15.75H16.5M3.75 9V20.25H20.25V9L12 3.75L3.75 9Z" stroke="%23616161" stroke-width="1.5" stroke-linejoin="round"/></svg>');
  background-size: cover;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .breadcrumb ul::before {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 992px) {
  .breadcrumb ul::before {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb ul::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1350px) {
  .breadcrumb ul::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb ul::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul::before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb ul::before {
    width: 28px;
    height: 28px;
  }
}
.breadcrumb ul li, .breadcrumb ul a {
  color: #616161;
  font-size: 10px;
}
@media (min-width: 768px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 18px;
  }
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li + li {
  margin-left: 5px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .breadcrumb ul li + li {
    margin-left: 7px;
    padding-left: 14px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb ul li + li {
    margin-left: 9px;
    padding-left: 16px;
  }
}
@media (min-width: 1350px) {
  .breadcrumb ul li + li {
    margin-left: 11px;
    padding-left: 18px;
  }
}
@media (min-width: 1440px) {
  .breadcrumb ul li + li {
    margin-left: 12px;
    padding-left: 19px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul li + li {
    margin-left: 15px;
    padding-left: 22px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb ul li + li {
    margin-left: 18px;
    padding-left: 25px;
  }
}
.breadcrumb ul li + li::before {
  content: "/";
  position: absolute;
  left: 0;
}
.breadcrumb ul li:last-child a {
  color: #A3864F;
  font-weight: 600;
}

.subtitle {
  color: #616161;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 10px;
  line-height: normal;
  font-size: 11px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .subtitle {
    gap: 11px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .subtitle {
    gap: 12px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    gap: 13px;
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .subtitle {
    gap: 14px;
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .subtitle {
    gap: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .subtitle {
    gap: 17px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .subtitle {
    gap: 19px;
    font-size: 18px;
  }
}
.subtitle svg {
  height: auto;
  width: 19px;
}
@media (min-width: 992px) {
  .subtitle svg {
    width: 21px;
  }
}
@media (min-width: 1200px) {
  .subtitle svg {
    width: 22px;
  }
}
@media (min-width: 1350px) {
  .subtitle svg {
    width: 24px;
  }
}
@media (min-width: 1440px) {
  .subtitle svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .subtitle svg {
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .subtitle svg {
    width: 28px;
  }
}

.banner .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.banner .video-banner button {
  opacity: 0;
  transition: 0.5s ease all;
}
.banner .video-banner:hover button {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s ease all;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner .image-banner {
    padding-top: 50px;
    background: #1f1f1f;
  }
  .banner video {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner button img {
    width: 60px;
    height: auto;
  }
}

.about {
  background: #000;
  margin-top: -1px;
}
.about picture {
  width: 100%;
}
@media (min-width: 768px) {
  .about picture {
    width: 53.632%;
  }
}
.about img {
  width: 100%;
  height: auto;
}
.about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg-2.png);
  background-size: contain;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  width: 72.95px;
  height: 94.73px;
}
@media (min-width: 768px) {
  .about::after {
    width: 92.95px;
    height: 86.73px;
  }
}
@media (min-width: 992px) {
  .about::after {
    width: 112.95px;
    height: 167.73px;
  }
}
@media (min-width: 1200px) {
  .about::after {
    width: 422.95px;
    height: 222.73px;
  }
}
@media (min-width: 1350px) {
  .about::after {
    width: 442.95px;
    height: 242.73px;
  }
}
@media (min-width: 1440px) {
  .about::after {
    width: 462.95px;
    height: 262.73px;
  }
}
@media (min-width: 1600px) {
  .about::after {
    width: 482.95px;
    height: 282.73px;
  }
}
@media (min-width: 1900px) {
  .about::after {
    width: 502.95px;
    height: 302.73px;
  }
}
.about h2,
.about h2 strong {
  font-family: RescueW01-Bold;
}
.about h2 {
  color: #fff;
  line-height: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .about h2 {
    width: 44%;
    position: absolute;
    right: 10px;
    top: 10%;
  }
}
@media (min-width: 992px) {
  .about h2 {
    width: 32.14%;
  }
}
.about h2 strong {
  color: #EBCE90;
}
.about h2 strong {
  line-height: normal;
  display: inline-flex;
}
.about h2 strong::after {
  content: ".";
  font-family: Lato;
  font-size: 50px;
  line-height: 20px;
  border-radius: 50%;
  color: #D9C124;
}
@media (min-width: 992px) {
  .about h2 strong::after {
    font-size: 96px;
    line-height: 40px;
  }
}
.about p {
  color: #878382;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .about p {
    line-height: 25px;
  }
}
@media (min-width: 1350px) {
  .about p {
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .about p {
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .about p {
    line-height: 36px;
  }
}
@media (min-width: 1900px) {
  .about p {
    line-height: 40px;
  }
}
.about .about-container {
  z-index: 1;
}
@media (max-width: 767px) {
  .about .about-container {
    padding: 20px 20px 50px;
  }
}
@media (min-width: 768px) {
  .about .about-container {
    top: 50%;
    right: 6.4%;
    width: 58.241%;
    position: absolute;
    transform: translate(0%, -50%);
  }
}
.about .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .about .content {
    width: 55.276%;
  }
}
.about > span {
  z-index: 0;
  width: 54.82%;
  height: 55.09%;
  border-radius: 785px;
  background: #3B3A03;
  filter: blur(75px);
  position: absolute;
  bottom: -15%;
  right: 14.176%;
}

.category {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 39px 0px;
}
@media (min-width: 1440px) {
  .category {
    padding: 39px 0px;
  }
}
@media (min-width: 1600px) {
  .category {
    padding: 44px 0px;
  }
}
@media (min-width: 1900px) {
  .category {
    padding: 49px 0px;
  }
}
.category .head {
  margin-bottom: 39px;
}
.category .container-ctn > .d-flex {
  gap: 15px;
}
.category h3 {
  color: #000;
  font-family: RescueW01-SemiBold;
  line-height: 26px;
}
@media (max-width: 767px) {
  .category h3 {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category h3 {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .category h3 {
    line-height: 26px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .category h3 {
    line-height: 28px;
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .category h3 {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .category h3 {
    line-height: 32px;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .category h3 {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (min-width: 1900px) {
  .category h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
.category-card {
  justify-content: space-between;
  border-radius: 10px;
  background: #EFEFEF;
  padding: 20px;
  width: 85%;
}
@media (min-width: 768px) {
  .category-card {
    width: 26.576%;
  }
}
@media (min-width: 992px) {
  .category-card {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .category-card {
    padding: 18px;
  }
}
@media (min-width: 1350px) {
  .category-card {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .category-card {
    padding: 22px;
  }
}
@media (min-width: 1600px) {
  .category-card {
    padding: 27px;
  }
}
@media (min-width: 1900px) {
  .category-card {
    padding: 32px;
  }
}
.category-card:nth-child(2) {
  background: #D7EFFA;
}
.category-card:nth-child(3) {
  background: #F2E7E4;
}
.category-card .left {
  display: flex;
  flex-direction: column;
  width: 48%;
  justify-content: center;
}
@media (min-width: 768px) {
  .category-card .left {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .category-card .left {
    padding: 10px 0px 20px 0px;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .category-card .left {
    padding: 13px 0px 26px 0px;
  }
}
.category-card .right {
  width: 44%;
}
@media (min-width: 768px) {
  .category-card .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .category-card .right {
    order: -1;
  }
}
@media (min-width: 992px) {
  .category-card .right {
    width: 45.89%;
  }
}
@media (min-width: 992px) {
  .category-card:nth-child(1) {
    width: 32.576%;
  }
}
@media (min-width: 992px) {
  .category-card:nth-child(1) .left {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .category-card:nth-child(1) .left {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .category-card:nth-child(2), .category-card:nth-child(3) {
    width: 29.06%;
  }
}
@media (min-width: 1200px) {
  .category-card:nth-child(2), .category-card:nth-child(3) {
    width: 22.06%;
  }
}
@media (min-width: 1440px) {
  .category-card:nth-child(2), .category-card:nth-child(3) {
    width: 20.06%;
  }
}
.category-card:nth-child(2) .left, .category-card:nth-child(3) .left {
  padding-top: 0;
}
.category-card img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .category-card {
    flex-wrap: wrap;
  }
}

.innovation {
  background: #F8F6F1;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .innovation {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .innovation {
    padding-top: 111px;
  }
}
@media (min-width: 1350px) {
  .innovation {
    padding-top: 121px;
  }
}
@media (min-width: 1440px) {
  .innovation {
    padding-top: 131px;
  }
}
@media (min-width: 1600px) {
  .innovation {
    padding-top: 141px;
  }
}
@media (min-width: 1900px) {
  .innovation {
    padding-top: 151px;
  }
}
@media (min-width: 992px) {
  .innovation {
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .innovation {
    padding-bottom: 70px;
  }
}
@media (min-width: 1350px) {
  .innovation {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .innovation {
    padding-bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .innovation {
    padding-bottom: 100px;
  }
}
@media (min-width: 1900px) {
  .innovation {
    padding-bottom: 110px;
  }
}
.innovation-content {
  width: 100%;
}
@media (max-width: 767px) {
  .innovation-content {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .innovation-content {
    width: 42.562%;
  }
}
.innovation-content h2,
.innovation-content h2 strong {
  display: block;
  color: #000;
  width: 75.948%;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1350px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 44px;
    line-height: 51px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 49px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1900px) {
  .innovation-content h2,
  .innovation-content h2 strong {
    width: 75.948%;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 45px;
  }
}
.innovation-content h2 strong,
.innovation-content h2 strong strong {
  color: #ECCF96;
}
.innovation-content p {
  color: #000;
}
.innovation-media {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 768px) {
  .innovation-media {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .innovation-media {
    width: 45.858%;
  }
}
.innovation-media video {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 575px) {
  .innovation-media video {
    height: 220px;
  }
}
@media (min-width: 1900px) {
  .innovation-media video {
    height: 449px;
  }
}
.innovation-media button {
  transition: 0.5s ease all;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .innovation-media button img {
    width: 40px;
    height: 40px;
  }
}
.innovation-media:hover button {
  opacity: 1;
  transition: 0.5s ease all;
}

.counter-row {
  margin-left: auto;
  margin-right: auto;
  width: 97.929%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .counter-row {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .counter-row {
    margin-top: 35px;
  }
}
@media (min-width: 1350px) {
  .counter-row {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .counter-row {
    margin-top: 49px;
  }
}
@media (min-width: 1600px) {
  .counter-row {
    margin-top: 54px;
  }
}
@media (min-width: 1900px) {
  .counter-row {
    margin-top: 59px;
  }
}
.counter-row strong,
.counter-row span {
  color: #E8CE87;
  display: inline-block;
  padding-top: 10px;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 18px;
    font-size: 55px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 21px;
    font-size: 65px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 25px;
    font-size: 75px;
    line-height: 75px;
  }
}
@media (min-width: 1350px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 30px;
    font-size: 85px;
    line-height: 85px;
  }
}
@media (min-width: 1440px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 34px;
    font-size: 89px;
    line-height: 89px;
  }
}
@media (min-width: 1600px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 39px;
    font-size: 94px;
    line-height: 94px;
  }
}
@media (min-width: 1900px) {
  .counter-row strong,
  .counter-row span {
    padding-top: 54px;
    font-size: 109px;
    line-height: 109px;
  }
}
.counter-row span {
  font-weight: 500;
}
.counter-row p {
  color: #000;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 768px) {
  .counter-row p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .counter-row p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .counter-row p {
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .counter-row p {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .counter-row p {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .counter-row p {
    font-size: 21px;
  }
}
@media (min-width: 1900px) {
  .counter-row p {
    font-size: 23px;
  }
}

.machines {
  padding: 50px 0px;
}
@media (min-width: 992px) {
  .machines {
    padding: 65px 0px;
  }
}
@media (min-width: 1200px) {
  .machines {
    padding: 70px 0px;
  }
}
@media (min-width: 1350px) {
  .machines {
    padding: 80px 0px;
  }
}
@media (min-width: 1440px) {
  .machines {
    padding: 90px 0px;
  }
}
@media (min-width: 1600px) {
  .machines {
    padding: 100px 0px;
  }
}
@media (min-width: 1900px) {
  .machines {
    padding: 110px 0px;
  }
}
.machines h2 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .machines h2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .machines h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .machines h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1350px) {
  .machines h2 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1440px) {
  .machines h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .machines h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1900px) {
  .machines h2 {
    margin-bottom: 32px;
  }
}

.mechines-slider {
  width: 94.274%;
  margin-left: auto;
}
.mechines-slider .slick-slide {
  margin: 0px 5px;
}
@media (min-width: 768px) {
  .mechines-slider .slick-slide {
    margin: 0px 8px;
  }
}
@media (min-width: 992px) {
  .mechines-slider .slick-slide {
    margin: 0px 9.5px;
  }
}
@media (min-width: 1200px) {
  .mechines-slider .slick-slide {
    margin: 0px 10.5px;
  }
}
@media (min-width: 1350px) {
  .mechines-slider .slick-slide {
    margin: 0px 12.5px;
  }
}
@media (min-width: 1440px) {
  .mechines-slider .slick-slide {
    margin: 0px 13.5px;
  }
}
@media (min-width: 1600px) {
  .mechines-slider .slick-slide {
    margin: 0px 15.5px;
  }
}
@media (min-width: 1900px) {
  .mechines-slider .slick-slide {
    margin: 0px 17.5px;
  }
}

.mechines-slider-item {
  width: 263px;
}
@media (min-width: 768px) {
  .mechines-slider-item {
    width: 285px;
  }
}
@media (min-width: 992px) {
  .mechines-slider-item {
    width: 285px;
  }
}
@media (min-width: 1200px) {
  .mechines-slider-item {
    width: 346px;
  }
}
@media (min-width: 1280px) {
  .mechines-slider-item {
    width: 372px;
  }
}
@media (min-width: 1350px) {
  .mechines-slider-item {
    width: 391px;
  }
}
@media (min-width: 1440px) {
  .mechines-slider-item {
    width: 413px;
  }
}
@media (min-width: 1600px) {
  .mechines-slider-item {
    width: 463px;
  }
}
@media (min-width: 1900px) {
  .mechines-slider-item {
    width: 554px;
  }
}
.mechines-slider-item h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 1350px) {
  .mechines-slider-item h3 {
    margin-bottom: 7px;
  }
}
@media (min-width: 1440px) {
  .mechines-slider-item h3 {
    margin-bottom: 9px;
  }
}
@media (min-width: 1600px) {
  .mechines-slider-item h3 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1900px) {
  .mechines-slider-item h3 {
    margin-bottom: 17px;
  }
}
.mechines-slider-item h3,
.mechines-slider-item p {
  color: #000;
}
.mechines-slider-item a {
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mechines-slider-item a {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .mechines-slider-item a {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .mechines-slider-item a {
    margin-top: 18px;
  }
}
@media (min-width: 1350px) {
  .mechines-slider-item a {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .mechines-slider-item a {
    margin-top: 22px;
  }
}
@media (min-width: 1600px) {
  .mechines-slider-item a {
    margin-top: 27px;
  }
}
@media (min-width: 1900px) {
  .mechines-slider-item a {
    margin-top: 32px;
  }
}
.mechines-slider-item > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 18px;
}
@media (min-width: 768px) {
  .mechines-slider-item > div {
    border-radius: 15px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .mechines-slider-item > div {
    padding: 23px;
  }
}
@media (min-width: 1200px) {
  .mechines-slider-item > div {
    border-radius: 20px;
    padding: 42px 24px;
  }
}
@media (min-width: 1350px) {
  .mechines-slider-item > div {
    padding: 46px 28px;
  }
}
@media (min-width: 1440px) {
  .mechines-slider-item > div {
    padding: 48px 30px;
  }
}
@media (min-width: 1600px) {
  .mechines-slider-item > div {
    padding: 53px 35px;
  }
}
@media (min-width: 1900px) {
  .mechines-slider-item > div {
    padding: 58px 40px;
  }
}
.mechines-slider-item picture {
  width: 34.996%;
}
@media (min-width: 768px) {
  .mechines-slider-item picture {
    width: 38.996%;
  }
}
.mechines-slider-item picture img {
  width: 100%;
  height: auto;
}

.mechines-details {
  width: 58.01%;
}
@media (min-width: 768px) {
  .mechines-details {
    width: 49.01%;
  }
}

.mid {
  padding: 40px 0px;
}
.mid .d-flex {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mid .d-flex {
    width: 80.568%;
  }
}
@media (min-width: 992px) {
  .mid .d-flex {
    width: 70.568%;
  }
}
@media (min-width: 1200px) {
  .mid .d-flex {
    width: 67.568%;
  }
}
.mid .d-flex picture {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .mid .d-flex picture {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    width: 79px;
    height: 79px;
  }
}
@media (min-width: 992px) {
  .mid .d-flex picture {
    margin-bottom: 18px;
    width: 84px;
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .mid .d-flex picture {
    margin-bottom: 21px;
    width: 87px;
    height: 87px;
  }
}
@media (min-width: 1280px) {
  .mid .d-flex picture {
    margin-bottom: 24px;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1350px) {
  .mid .d-flex picture {
    margin-bottom: 27px;
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1440px) {
  .mid .d-flex picture {
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .mid .d-flex picture {
    margin-bottom: 33px;
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 1900px) {
  .mid .d-flex picture {
    margin-bottom: 36px;
    width: 110px;
    height: 110px;
  }
}
.mid .d-flex picture img {
  height: auto;
  width: 30px;
}
@media (min-width: 768px) {
  .mid .d-flex picture img {
    width: 39px;
  }
}
@media (min-width: 992px) {
  .mid .d-flex picture img {
    width: 42px;
  }
}
@media (min-width: 1200px) {
  .mid .d-flex picture img {
    width: 45px;
  }
}
@media (min-width: 1280px) {
  .mid .d-flex picture img {
    width: 48px;
  }
}
@media (min-width: 1350px) {
  .mid .d-flex picture img {
    width: 51px;
  }
}
@media (min-width: 1440px) {
  .mid .d-flex picture img {
    width: 54px;
  }
}
@media (min-width: 1600px) {
  .mid .d-flex picture img {
    width: 57px;
  }
}
@media (min-width: 1900px) {
  .mid .d-flex picture img {
    width: 60px;
  }
}
.mid .d-flex > div {
  text-align: center;
}
@media (max-width: 767px) {
  .mid .d-flex > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.mid .d-flex > div:nth-child(1) picture {
  background: #ECBBBB;
}
.mid .d-flex > div:nth-child(2) picture {
  background: #F7E3C2;
}
.mid .d-flex > div:nth-child(3) picture {
  background: #BFE8D9;
}
@media (min-width: 768px) {
  .mid .d-flex a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .mid .d-flex a {
    margin-top: 15px;
  }
}
@media (min-width: 1280px) {
  .mid .d-flex a {
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  .mid .d-flex a {
    margin-top: 23px;
  }
}
@media (min-width: 1440px) {
  .mid .d-flex a {
    margin-top: 23px;
  }
}
@media (min-width: 1600px) {
  .mid .d-flex a {
    margin-top: 26px;
  }
}
@media (min-width: 1900px) {
  .mid .d-flex a {
    margin-top: 29px;
  }
}
.mid h3 {
  color: #3D3C3E;
  font-family: RescueW01-SemiBold;
}

.cta {
  background-color: #F8F6F1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 575px) {
  .cta {
    padding-top: 62px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .cta {
    padding-top: 72px;
    padding-bottom: 82px;
  }
}
@media (min-width: 992px) {
  .cta {
    padding-top: 82px;
    padding-bottom: 92px;
  }
}
@media (min-width: 1280px) {
  .cta {
    padding-top: 92px;
    padding-bottom: 102px;
  }
}
@media (min-width: 1350px) {
  .cta {
    padding-top: 102px;
    padding-bottom: 112px;
  }
}
@media (min-width: 1440px) {
  .cta {
    padding-top: 112px;
    padding-bottom: 122px;
  }
}
@media (min-width: 1600px) {
  .cta {
    padding-top: 122px;
    padding-bottom: 132px;
  }
}
@media (min-width: 1900px) {
  .cta {
    padding-top: 132px;
    padding-bottom: 142px;
  }
}
.cta-content {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-content {
    width: 37%;
  }
}
@media (min-width: 992px) {
  .cta-content {
    width: 25.254%;
  }
}
@media (min-width: 1200px) {
  .cta-content {
    width: 23.254%;
  }
}
.cta-content p,
.cta-content strong {
  font-family: RescueW01-Bold;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cta-content p,
  .cta-content strong {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cta-content p,
  .cta-content strong {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .cta-content p,
  .cta-content strong {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1350px) {
  .cta-content p,
  .cta-content strong {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .cta-content p,
  .cta-content strong {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1600px) {
  .cta-content p,
  .cta-content strong {
    font-size: 27px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1900px) {
  .cta-content p,
  .cta-content strong {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 43px;
  }
}
.cta-content p {
  color: #000;
}
.cta-content p strong {
  color: #AF7709;
}
.cta picture {
  width: 100%;
}
@media (max-width: 767px) {
  .cta picture {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .cta picture {
    width: 59.841%;
  }
}
.cta img {
  width: 100%;
  height: auto;
}
.cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg-2.png);
  background-size: contain;
  background-position: 100% 34px;
  background-repeat: no-repeat;
  width: 72.95px;
  height: 94.73px;
}
@media (min-width: 768px) {
  .cta::after {
    width: 92.95px;
    height: 86.73px;
  }
}
@media (min-width: 992px) {
  .cta::after {
    background-position: 100% 65px;
    width: 112.95px;
    height: 167.73px;
  }
}
@media (min-width: 1200px) {
  .cta::after {
    width: 422.95px;
    height: 222.73px;
  }
}
@media (min-width: 1350px) {
  .cta::after {
    width: 442.95px;
    height: 242.73px;
  }
}
@media (min-width: 1440px) {
  .cta::after {
    width: 462.95px;
    height: 262.73px;
  }
}
@media (min-width: 1600px) {
  .cta::after {
    width: 482.95px;
    height: 282.73px;
  }
}
@media (min-width: 1900px) {
  .cta::after {
    width: 502.95px;
    height: 302.73px;
  }
}

.latest-mechines {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .latest-mechines {
    padding-top: 70px;
    padding-bottom: 42px;
  }
}
@media (min-width: 1200px) {
  .latest-mechines {
    padding-top: 90px;
    padding-bottom: 62px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines {
    padding-top: 111px;
    padding-bottom: 82px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines {
    padding-top: 121px;
    padding-bottom: 92px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines {
    padding-top: 136px;
    padding-bottom: 107px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines {
    padding-top: 151px;
    padding-bottom: 122px;
  }
}
.latest-mechines .head {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .latest-mechines .head {
    margin-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .latest-mechines .head {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .latest-mechines .head {
    margin-bottom: 52px;
  }
}
@media (min-width: 12000px) {
  .latest-mechines .head {
    margin-bottom: 56px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines .head {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines .head {
    margin-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines .head {
    margin-bottom: 68px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines .head {
    margin-bottom: 72px;
  }
}
.latest-mechines .finance {
  position: relative;
  border-radius: 10px;
  width: 100%;
  background: #F5F0DF;
  padding: 25px 25px 0px 25px;
}
@media (min-width: 576px) {
  .latest-mechines .finance {
    padding: 30px 30px 0px 30px;
  }
}
@media (min-width: 768px) {
  .latest-mechines .finance {
    padding: 33px 33px 0px 33px;
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .latest-mechines .finance {
    padding: 38px 38px 0px 38px;
    width: 49.206%;
  }
}
@media (min-width: 1200px) {
  .latest-mechines .finance {
    padding: 42px 42px 0px 42px;
    border-radius: 20px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines .finance {
    padding: 48px 48px 0px 48px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines .finance {
    padding: 52px 52px 0px 52px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines .finance {
    padding: 56px 50px 0px 50px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines .finance {
    padding: 60px 60px 0px 60px;
  }
}
.latest-mechines .finance h3 {
  font-weight: 600;
  color: #000;
}
.latest-mechines .finance h3 + h3 {
  margin-top: 13px;
}

.finance .content {
  width: 41%;
  position: absolute;
  right: 5%;
  bottom: 7%;
}
@media (min-width: 768px) {
  .finance .content {
    bottom: 13.6%;
  }
}
.finance .content p {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .finance .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .finance .content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .finance .content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .finance .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .finance .content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .finance .content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1900px) {
  .finance .content p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 39px;
  }
}

.finance-image {
  position: relative;
  width: 48.45%;
  padding-top: 50px;
}
@media (min-width: 576px) {
  .finance-image {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .finance-image {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .finance-image {
    padding-top: 65px;
  }
}
@media (min-width: 1200px) {
  .finance-image {
    padding-top: 70px;
  }
}
@media (min-width: 1350px) {
  .finance-image {
    padding-top: 75px;
  }
}
@media (min-width: 1440px) {
  .finance-image {
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .finance-image {
    padding-top: 95px;
    width: 43.45%;
  }
}
@media (min-width: 1900px) {
  .finance-image {
    padding-top: 100px;
    width: 37.45%;
  }
}
.finance-image img {
  width: 100%;
  height: auto;
}
.finance-image > div {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.finance-image > div strong,
.finance-image > div span {
  text-align: center;
}
.finance-image > div strong {
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .finance-image > div strong {
    line-height: 16px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .finance-image > div strong {
    line-height: 17px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .finance-image > div strong {
    line-height: 18px;
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .finance-image > div strong {
    line-height: 20px;
    font-size: 28px;
  }
}
@media (min-width: 1350px) {
  .finance-image > div strong {
    line-height: 22px;
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .finance-image > div strong {
    line-height: 24px;
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .finance-image > div strong {
    line-height: 26px;
    font-size: 36px;
  }
}
@media (min-width: 1900px) {
  .finance-image > div strong {
    line-height: 28px;
    font-size: 40px;
  }
}
.finance-image > div span {
  margin-left: auto;
  margin-right: auto;
  width: 64%;
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .finance-image > div span {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .finance-image > div span {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1350px) {
  .finance-image > div span {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .finance-image > div span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .finance-image > div span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1900px) {
  .finance-image > div span {
    font-size: 18px;
    line-height: 28px;
  }
}
.finance-image .loan {
  background-color: #008647;
  width: 100px;
  height: 100px;
  right: -26.2%;
  top: 7.5%;
}
@media (min-width: 576px) {
  .finance-image .loan {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 768px) {
  .finance-image .loan {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  .finance-image .loan {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .finance-image .loan {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1350px) {
  .finance-image .loan {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 1440px) {
  .finance-image .loan {
    width: 149px;
    height: 149px;
  }
}
@media (min-width: 1600px) {
  .finance-image .loan {
    width: 159px;
    height: 159px;
  }
}
@media (min-width: 1900px) {
  .finance-image .loan {
    width: 169px;
    height: 169px;
  }
}
.finance-image .loan strong,
.finance-image .loan span {
  color: #fff;
}
.finance-image .interest {
  background-color: #fff;
  right: -41.8%;
  top: 22.2%;
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) {
  .finance-image .interest {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .finance-image .interest {
    width: 95px;
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .finance-image .interest {
    width: 106px;
    height: 106px;
  }
}
@media (min-width: 1350px) {
  .finance-image .interest {
    width: 111px;
    height: 111px;
  }
}
@media (min-width: 1440px) {
  .finance-image .interest {
    width: 116px;
    height: 116px;
  }
}
@media (min-width: 1600px) {
  .finance-image .interest {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1900px) {
  .finance-image .interest {
    width: 128px;
    height: 128px;
  }
}
.finance-image .interest strong,
.finance-image .interest span {
  color: #000;
}

.latest-mechines-list {
  width: 100%;
  gap: 10px;
}
@media (max-width: 991px) {
  .latest-mechines-list {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .latest-mechines-list {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .latest-mechines-list {
    gap: 13px;
    width: 49.206%;
  }
}
@media (min-width: 1200px) {
  .latest-mechines-list {
    gap: 16px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines-list {
    gap: 18px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines-list {
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines-list {
    gap: 22px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines-list {
    gap: 24px;
  }
}
.latest-mechines-list > div {
  width: 48.389%;
  border-radius: 20px;
  background-color: #EFF1F5;
  padding: 15px;
}
@media (min-width: 768px) {
  .latest-mechines-list > div {
    padding: 24px 20px;
  }
}
@media (min-width: 992px) {
  .latest-mechines-list > div {
    padding: 26px 22px;
  }
}
@media (min-width: 1200px) {
  .latest-mechines-list > div {
    padding: 28px 24px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines-list > div {
    padding: 30px 26px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines-list > div {
    padding: 32px 28px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines-list > div {
    padding: 35px 31px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines-list > div {
    padding: 38px 34px;
  }
}
.latest-mechines-list h3 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .latest-mechines-list h3 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .latest-mechines-list h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .latest-mechines-list h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines-list h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines-list h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines-list h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines-list h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
.latest-mechines-list p {
  color: #000;
}
.latest-mechines-list a {
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .latest-mechines-list a {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .latest-mechines-list a {
    margin-top: 10px;
  }
}
@media (min-width: 1350px) {
  .latest-mechines-list a {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) {
  .latest-mechines-list a {
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .latest-mechines-list a {
    margin-top: 16px;
  }
}
@media (min-width: 1900px) {
  .latest-mechines-list a {
    margin-top: 18px;
  }
}
.latest-mechines-list picture {
  margin-left: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .latest-mechines-list picture {
    width: 59.43%;
    margin-bottom: -9.5%;
    margin-right: -11.5%;
  }
}
.latest-mechines-list img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.latest-mechines-list .content {
  width: 100%;
}
@media (min-width: 992px) {
  .latest-mechines-list .content {
    width: 80%;
  }
}

.offer {
  background-image: url(../images/offer-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 67px 0px 34px 0px;
}
@media (min-width: 576px) {
  .offer {
    padding: 72px 0px 39px 0px;
  }
}
@media (min-width: 768px) {
  .offer {
    padding: 77px 0px 44px 0px;
  }
}
@media (min-width: 992px) {
  .offer {
    padding: 82px 0px 49px 0px;
  }
}
@media (min-width: 1200px) {
  .offer {
    padding: 87px 0px 54px 0px;
  }
}
@media (min-width: 1350px) {
  .offer {
    padding: 92px 0px 59px 0px;
  }
}
@media (min-width: 1440px) {
  .offer {
    padding: 97px 0px 64px 0px;
  }
}
@media (min-width: 1600px) {
  .offer {
    padding: 102px 0px 69px 0px;
  }
}
@media (min-width: 1900px) {
  .offer {
    padding: 107px 0px 74px 0px;
  }
}
.offer::after {
  width: 100%;
  height: 100%;
  background-color: #3A2100;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 0;
}
.offer > picture {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 0;
  display: flex;
  width: 75px;
}
@media (min-width: 768px) {
  .offer > picture {
    bottom: 11%;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .offer > picture {
    width: 86px;
  }
}
@media (min-width: 1200px) {
  .offer > picture {
    width: 89px;
  }
}
@media (min-width: 1280px) {
  .offer > picture {
    width: 92px;
  }
}
@media (min-width: 1350px) {
  .offer > picture {
    width: 95px;
  }
}
@media (min-width: 1440px) {
  .offer > picture {
    width: 97px;
  }
}
@media (min-width: 1600px) {
  .offer > picture {
    width: 102px;
  }
}
@media (min-width: 1900px) {
  .offer > picture {
    width: 110px;
  }
}
.offer > picture img {
  width: 100%;
  height: auto;
}
.offer > div {
  z-index: 1;
  position: relative;
}
.offer-content {
  color: #CFCFCF;
  width: 100%;
}
@media (min-width: 768px) {
  .offer-content {
    width: 48.469%;
  }
}
@media (min-width: 992px) {
  .offer-content {
    width: 33.469%;
  }
}
.offer-content h2 {
  text-transform: capitalize;
  font-family: RescueW01-Bold;
  color: #fff;
}
.offer-content .h2,
.offer-content span {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  color: #ECCF96;
  line-height: 0px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 13px;
  }
}
@media (min-width: 992px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 19px;
  }
}
@media (min-width: 1280px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 21px;
  }
}
@media (min-width: 1350px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 25px;
  }
}
@media (min-width: 1440px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 27px;
  }
}
@media (min-width: 1600px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 30px;
  }
}
@media (min-width: 1900px) {
  .offer-content .h2,
  .offer-content span {
    margin-top: 33px;
  }
}
.offer-content .h2 {
  font-family: "The Sans Mono";
}
.offer-content span {
  font-style: italic;
}
.offer-content p {
  color: #CFCFCF;
  font-weight: 300;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .offer-content p {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .offer-content p {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .offer-content p {
    margin-top: 45px;
  }
}
@media (min-width: 1280px) {
  .offer-content p {
    margin-top: 50px;
  }
}
@media (min-width: 1350px) {
  .offer-content p {
    margin-top: 55px;
  }
}
@media (min-width: 1440px) {
  .offer-content p {
    margin-top: 60px;
  }
}
.offer-product-image {
  width: 100%;
}
@media (max-width: 767px) {
  .offer-product-image {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .offer-product-image {
    width: 40.746%;
  }
}
@media (min-width: 992px) {
  .offer-product-image {
    width: 36.746%;
  }
}
.offer-product-image img {
  width: 100%;
  height: auto;
}

.our-products {
  position: relative;
  overflow: hidden;
}
.our-products::before {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: 50px;
}
@media (min-width: 768px) {
  .our-products::before {
    background-size: 65px;
  }
}
@media (min-width: 992px) {
  .our-products::before {
    background-size: 70px;
  }
}
@media (min-width: 1200px) {
  .our-products::before {
    background-size: 85px;
  }
}
@media (min-width: 1280px) {
  .our-products::before {
    background-size: 90px;
  }
}
@media (min-width: 1350px) {
  .our-products::before {
    background-size: 100px;
  }
}
@media (min-width: 1440px) {
  .our-products::before {
    background-size: 112px;
  }
}
@media (min-width: 992px) {
  .our-products > div {
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .our-products > div {
    margin-left: 90px;
  }
}
.our-products .col-left {
  width: 100%;
}
@media (max-width: 991px) {
  .our-products .col-left {
    padding: 40px 27px;
  }
}
@media (max-width: 767px) {
  .our-products .col-left {
    padding: 40px 15px 0px 15px;
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  .our-products .col-left {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .our-products .col-left {
    width: 39.679%;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .our-products .col-left {
    width: 34.679%;
    padding-top: 60px;
  }
}
@media (min-width: 1350px) {
  .our-products .col-left {
    width: 29.679%;
    padding-top: 50px;
  }
}
.our-products .col-left p {
  color: #000;
}
.our-products .col-left .slider-nav {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .our-products .col-left .slider-nav {
    margin-top: 20px;
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .our-products .col-left .slider-nav {
    margin-top: 25px;
    width: 89%;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left .slider-nav {
    width: 88%;
    margin-top: 40px;
  }
}
.our-products .col-left img {
  height: auto;
  width: 37px;
}
@media (min-width: 768px) {
  .our-products .col-left img {
    width: 52px;
  }
}
@media (min-width: 992px) {
  .our-products .col-left img {
    width: 31px;
  }
}
@media (min-width: 1200px) {
  .our-products .col-left img {
    width: 27px;
  }
}
@media (min-width: 1350px) {
  .our-products .col-left img {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .our-products .col-left img {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .our-products .col-left img {
    width: 37px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left img {
    width: 43px;
  }
}
.our-products .col-left .slick-slide {
  cursor: pointer;
  padding: 30px 0px;
}
.our-products .col-left .slick-slide p {
  color: #302F30;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .our-products .col-left .slick-slide p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .our-products .col-left .slick-slide p {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .our-products .col-left .slick-slide p {
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left .slick-slide p {
    font-size: 15px;
  }
}
.our-products .col-left .slick-slide:nth-child(1) picture {
  background-color: #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(2) picture {
  background-color: #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(3) picture {
  background-color: rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(4) picture {
  background-color: #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(4) .imageWrapper {
  border: 0px solid #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(5) picture {
  background-color: #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(5) .imageWrapper {
  border: 0px solid #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(6) picture {
  background-color: rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(6) .imageWrapper {
  border: 0px solid rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(7) picture {
  background-color: #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(7) .imageWrapper {
  border: 0px solid #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(8) picture {
  background-color: #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(8) .imageWrapper {
  border: 0px solid #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(9) picture {
  background-color: rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(9) .imageWrapper {
  border: 0px solid rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(10) picture {
  background-color: #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(10) .imageWrapper {
  border: 0px solid #D7EFFA;
}
.our-products .col-left .slick-slide:nth-child(11) picture {
  background-color: #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(11) .imageWrapper {
  border: 0px solid #F2E7E4;
}
.our-products .col-left .slick-slide:nth-child(12) picture {
  background-color: rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide:nth-child(12) .imageWrapper {
  border: 0px solid rgba(230, 207, 130, 0.42);
}
.our-products .col-left .slick-slide.slick-current .imageWrapper {
  border-width: 1px;
  transform: scale(1.154);
}
@media (min-width: 992px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper {
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper {
    transform: scale(1.154);
  }
}
.our-products .col-left .slick-slide.slick-current .imageWrapper img {
  width: 49px;
}
@media (min-width: 992px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper img {
    width: 36px;
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper img {
    width: 35px;
    transform: scale(1.154);
  }
}
@media (min-width: 1600px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper img {
    width: 40px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left .slick-slide.slick-current .imageWrapper img {
    width: 50px;
  }
}
.our-products .col-left .imageWrapper {
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  min-height: 77px;
}
@media (min-width: 992px) {
  .our-products .col-left .imageWrapper {
    min-height: 84px;
  }
}
@media (min-width: 1200px) {
  .our-products .col-left .imageWrapper {
    min-height: 81px;
  }
}
@media (min-width: 1440px) {
  .our-products .col-left .imageWrapper {
    min-height: 92px;
  }
}
@media (min-width: 1600px) {
  .our-products .col-left .imageWrapper {
    min-height: 112px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left .imageWrapper {
    min-height: 132px;
  }
}
.our-products .col-left picture {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  height: 100px;
  width: 100px;
}
@media (min-width: 768px) {
  .our-products .col-left picture {
    margin: 10px;
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 992px) {
  .our-products .col-left picture {
    height: 75px;
    width: 75px;
    margin: 7px;
  }
}
@media (min-width: 1200px) {
  .our-products .col-left picture {
    height: 70px;
    width: 70px;
    margin: 8px;
  }
}
@media (min-width: 1350px) {
  .our-products .col-left picture {
    height: 75px;
    width: 75px;
    margin: 9px;
  }
}
@media (min-width: 1440px) {
  .our-products .col-left picture {
    height: 80px;
    width: 80px;
    margin: 10px;
  }
}
@media (min-width: 1600px) {
  .our-products .col-left picture {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-left picture {
    height: 120px;
    width: 120px;
  }
}
.our-products .col-left picture img {
  margin: auto;
}
.our-products .col-right {
  position: relative;
  width: 100%;
  padding: 32px 20px 32px 20px;
}
@media (min-width: 992px) {
  .our-products .col-right {
    width: 58.311%;
    padding: 32px 0px 52.45px 0px;
  }
}
@media (min-width: 1200px) {
  .our-products .col-right {
    padding: 22px 0px 37px 0px;
  }
}
@media (min-width: 1350px) {
  .our-products .col-right {
    padding: 27px 0px 42px 0px;
  }
}
@media (min-width: 1440px) {
  .our-products .col-right {
    padding: 32px 0px 52.45px 0px;
  }
}
@media (min-width: 1600px) {
  .our-products .col-right {
    padding: 42px 0px 62px 0px;
  }
}
@media (min-width: 1900px) {
  .our-products .col-right {
    padding: 45px 0px 60px 0px;
  }
}
.our-products .col-right::after {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background: rgba(232, 206, 135, 0.53);
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .our-products .col-right::after {
    width: 86%;
  }
}
.our-products .col-right .d-flex {
  gap: 20px;
}
@media (min-width: 992px) {
  .our-products .col-right .d-flex {
    gap: 47px;
  }
}
.our-products .col-right picture {
  width: 38%;
}
@media (max-width: 991px) {
  .our-products .col-right picture {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .our-products .col-right picture {
    width: 27.55%;
  }
}
@media (min-width: 1440px) {
  .our-products .col-right picture {
    width: 27.55%;
  }
}
.our-products .col-right picture img {
  width: 100%;
  height: auto;
}
.our-products .col-right .product-details {
  width: 100%;
}
@media (min-width: 992px) {
  .our-products .col-right .product-details {
    padding-top: 73px;
    width: 42.21%;
  }
}
@media (min-width: 1200px) {
  .our-products .col-right .product-details {
    width: 40.21%;
  }
}
@media (min-width: 1350px) {
  .our-products .col-right .product-details {
    width: 35.21%;
  }
}
.our-products .col-right .product-details p {
  color: #000;
}
.our-products h2 {
  color: #000;
  font-family: RescueW01-SemiBold;
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .our-products h2 {
    width: 81%;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .our-products h2 {
    width: 85%;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .our-products h2 {
    width: 70%;
  }
}
@media (min-width: 1350px) {
  .our-products h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .our-products h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .our-products h2 {
    width: 80%;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .our-products h2 {
    width: 68%;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 38px;
  }
}
.our-products a {
  display: block;
  margin-top: 27px;
}

.features {
  background: #FBF8ED;
  padding: 40px 0px 40px 0px;
}
@media (min-width: 768px) {
  .features {
    padding: 55px 0px 55px 0px;
  }
}
@media (min-width: 992px) {
  .features {
    padding: 70px 0px 70px 0px;
  }
}
@media (min-width: 1200px) {
  .features {
    padding: 80px 0px 80px 0px;
  }
}
@media (min-width: 1350px) {
  .features {
    padding: 88px 0px 84px 0px;
  }
}
@media (min-width: 1440px) {
  .features {
    padding: 93px 0px 89px 0px;
  }
}
@media (min-width: 1600px) {
  .features {
    padding: 113px 0px 99px 0px;
  }
}
@media (min-width: 1900px) {
  .features {
    padding: 123px 0px 109px 0px;
  }
}
.features h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .features h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .features h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .features h2 {
    margin-bottom: 34px;
  }
}
@media (min-width: 1350px) {
  .features h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1440px) {
  .features h2 {
    margin-bottom: 38px;
  }
}
@media (min-width: 1600px) {
  .features h2 {
    margin-bottom: 42px;
  }
}
@media (min-width: 1900px) {
  .features h2 {
    margin-bottom: 46px;
  }
}
.features .features-col {
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .features .features-col {
    width: 31.51%;
  }
}
.features .features-col > div:first-child {
  position: relative;
  padding-bottom: 8.32px;
}
@media (min-width: 576px) {
  .features .features-col > div:first-child {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .features .features-col > div:first-child {
    padding-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .features .features-col > div:first-child {
    padding-bottom: 7.32px;
  }
}
@media (min-width: 1350px) {
  .features .features-col > div:first-child {
    padding-bottom: 8.32px;
  }
}
@media (min-width: 1440px) {
  .features .features-col > div:first-child {
    padding-bottom: 10.32px;
  }
}
@media (min-width: 1600px) {
  .features .features-col > div:first-child {
    padding-bottom: 12.32px;
  }
}
@media (min-width: 1900px) {
  .features .features-col > div:first-child {
    padding-bottom: 14.32px;
  }
}
.features .features-col > div:first-child::after {
  width: 100%;
  height: 1px;
  background: #FFBF40;
  bottom: 0;
  left: 0;
}
.features .features-col > div:first-child::before {
  width: 0%;
  height: 4px;
  background: #FFBF40;
  bottom: 0;
  left: 0;
}
.features .features-col:hover > div::before {
  width: 100%;
  transition: 0.5s ease all;
}
.features div,
.features strong {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .features div,
  .features strong {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .features div,
  .features strong {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 1350px) {
  .features div,
  .features strong {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .features div,
  .features strong {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .features div,
  .features strong {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 1900px) {
  .features div,
  .features strong {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .features .features-details {
    padding: 30px 0px;
  }
}
@media (min-width: 576px) {
  .features .features-details {
    padding-top: 30.68px;
  }
}
@media (min-width: 992px) {
  .features .features-details {
    padding-top: 33.68px;
  }
}
@media (min-width: 1200px) {
  .features .features-details {
    padding-top: 35.68px;
  }
}
@media (min-width: 1350px) {
  .features .features-details {
    padding-top: 38.68px;
  }
}
@media (min-width: 1440px) {
  .features .features-details {
    padding-top: 41.68px;
  }
}
@media (min-width: 1600px) {
  .features .features-details {
    padding-top: 45.68px;
  }
}
@media (min-width: 1900px) {
  .features .features-details {
    padding-top: 49.68px;
  }
}
.features .features-details picture {
  margin-left: auto;
  margin-right: auto;
  width: 42px;
}
@media (min-width: 768px) {
  .features .features-details picture {
    width: 44px;
  }
}
@media (min-width: 992px) {
  .features .features-details picture {
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .features .features-details picture {
    width: 50px;
  }
}
@media (min-width: 1350px) {
  .features .features-details picture {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .features .features-details picture {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .features .features-details picture {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .features .features-details picture {
    width: 60px;
  }
}
.features .features-details picture img {
  width: 100%;
  height: auto;
}
.features .features-details p {
  width: 73.3%;
  margin-left: auto;
  margin-right: auto;
}
.features picture {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .features picture {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .features picture {
    margin-bottom: 17px;
  }
}
@media (min-width: 1350px) {
  .features picture {
    margin-bottom: 19px;
  }
}
@media (min-width: 1440px) {
  .features picture {
    margin-bottom: 21px;
  }
}
@media (min-width: 1600px) {
  .features picture {
    margin-bottom: 25px;
  }
}
@media (min-width: 1900px) {
  .features picture {
    margin-bottom: 29px;
  }
}
.features strong {
  margin-bottom: 6px;
}
.features .head {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .features .head {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .features .head {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .features .head {
    margin-bottom: 65px;
  }
}
@media (min-width: 1350px) {
  .features .head {
    margin-bottom: 74px;
  }
}
@media (min-width: 1440px) {
  .features .head {
    margin-bottom: 79px;
  }
}
@media (min-width: 1600px) {
  .features .head {
    margin-bottom: 85px;
  }
}
@media (min-width: 1900px) {
  .features .head {
    margin-bottom: 90px;
  }
}

.blog {
  padding: 40px 0px;
}
@media (min-width: 992px) {
  .blog {
    padding: 60px 0px;
  }
}
@media (min-width: 1200px) {
  .blog {
    padding: 84px 0px 110px 0px;
  }
}
@media (min-width: 1280px) {
  .blog {
    padding: 94px 0px 120px 0px;
  }
}
@media (min-width: 1350px) {
  .blog {
    padding: 104px 0px 125px 0px;
  }
}
@media (min-width: 1440px) {
  .blog {
    padding: 114px 0px 130px 0px;
  }
}
@media (min-width: 1600px) {
  .blog {
    padding: 124px 0px 135px 0px;
  }
}
@media (min-width: 1900px) {
  .blog {
    padding: 134px 0px 140px 0px;
  }
}
.blog-head {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-head {
    width: 33.334%;
  }
}
.blog-listing {
  width: 100%;
}
@media (max-width: 991px) {
  .blog-listing {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .blog-listing {
    width: 54.762%;
  }
}
.blog-card {
  width: 47.538%;
}
.blog-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.blog-card picture {
  margin-bottom: 13.52px;
}
.blog-card h3 {
  font-weight: 600;
  color: #000;
  line-height: 177.778%;
  font-size: 13px;
}
@media (min-width: 576px) {
  .blog-card h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blog-card h3 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .blog-card h3 {
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .blog-card h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .blog-card h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .blog-card h3 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .blog-card h3 {
    font-size: 24px;
  }
}
.blog-card p {
  line-height: 160%;
  font-size: 11px;
}
@media (min-width: 992px) {
  .blog-card p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .blog-card p {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  .blog-card p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .blog-card p {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .blog-card p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .blog-card p {
    font-size: 17px;
  }
}
.blog-card a {
  display: block;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .blog-card a {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .blog-card a {
    margin-top: 11px;
  }
}
@media (min-width: 1440px) {
  .blog-card a {
    margin-top: 13px;
  }
}
@media (min-width: 1600px) {
  .blog-card a {
    margin-top: 16px;
  }
}
@media (min-width: 1900px) {
  .blog-card a {
    margin-top: 20px;
  }
}
.blog h2 {
  color: #000;
  font-family: RescueW01-Bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .blog h2 {
    margin-bottom: 44px;
  }
}
@media (min-width: 1350px) {
  .blog h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .blog h2 {
    margin-bottom: 51px;
  }
}
@media (min-width: 1600px) {
  .blog h2 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1900px) {
  .blog h2 {
    margin-bottom: 61px;
  }
}
.blog h2 strong {
  font-family: RescueW01-Bold;
  color: #ECCF96;
}

.testimonial {
  overflow-x: hidden;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .testimonial {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .testimonial {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .testimonial {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .testimonial {
    padding-bottom: 110px;
  }
}
@media (min-width: 1350px) {
  .testimonial {
    padding-bottom: 127px;
  }
}
@media (min-width: 1440px) {
  .testimonial {
    padding-bottom: 132px;
  }
}
@media (min-width: 1600px) {
  .testimonial {
    padding-bottom: 137px;
  }
}
@media (min-width: 1900px) {
  .testimonial {
    padding-bottom: 142px;
  }
}
.testimonial .head {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .testimonial .head {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .testimonial .head {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .testimonial .head {
    margin-bottom: 55px;
  }
}
@media (min-width: 1350px) {
  .testimonial .head {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .testimonial .head {
    margin-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  .testimonial .head {
    margin-bottom: 70px;
  }
}
@media (min-width: 1900px) {
  .testimonial .head {
    margin-bottom: 75px;
  }
}
.testimonial .container-fluid {
  max-width: 98%;
}
.testimonial .slick-list {
  margin: 0px -14px;
}
.testimonial-item {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  background: #F0F2F1;
  border-radius: 20px;
  padding: 20px 27px 0px 25px;
  width: 350px;
  margin-left: 8px;
  margin-right: 8px;
}
.testimonial-item.slick-current {
  background: #FAF5E7;
}
@media (min-width: 768px) {
  .testimonial-item {
    width: 450px;
    padding: 24px 31px 0px 29px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .testimonial-item {
    width: 500px;
    padding: 20px 25px 0px 25px;
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media (min-width: 1200px) {
  .testimonial-item {
    width: 610px;
    padding: 30px 37px 0px 35px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1350px) {
  .testimonial-item {
    width: 650px;
    padding: 34px 41px 0px 39px;
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (min-width: 1440px) {
  .testimonial-item {
    width: 690px;
    padding: 36px 43px 0px 41px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 1600px) {
  .testimonial-item {
    width: 761px;
    padding: 40px 47px 0px 45px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1900px) {
  .testimonial-item {
    width: 850px;
    padding: 45px 52px 0px 50px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
.testimonial-content {
  width: 100%;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .testimonial-content {
    padding-bottom: 24px;
    width: 56.272%;
  }
}
@media (min-width: 992px) {
  .testimonial-content {
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .testimonial-content {
    padding-bottom: 36px;
  }
}
@media (min-width: 1350px) {
  .testimonial-content {
    padding-bottom: 38px;
  }
}
@media (min-width: 1440px) {
  .testimonial-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .testimonial-content {
    padding-bottom: 44px;
  }
}
@media (min-width: 1900px) {
  .testimonial-content {
    padding-bottom: 48px;
  }
}
.testimonial-content > p {
  line-height: 155.556%;
  position: relative;
  color: #3B3B3B;
  font-weight: 300;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .testimonial-content > p {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .testimonial-content > p {
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .testimonial-content > p {
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 29px;
  }
}
@media (min-width: 1350px) {
  .testimonial-content > p {
    font-size: 17px;
    padding-top: 26px;
    padding-bottom: 31px;
  }
}
@media (min-width: 1440px) {
  .testimonial-content > p {
    font-size: 18px;
    padding-top: 29px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1600px) {
  .testimonial-content > p {
    font-size: 20px;
    padding-top: 31px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1900px) {
  .testimonial-content > p {
    font-size: 22px;
    padding-top: 34px;
    padding-bottom: 39px;
  }
}
.testimonial-content > p::after, .testimonial-content > p::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="21" viewBox="0 0 29 21" fill="none"><path d="M22.4952 8.37C22.1752 8.37 21.8652 8.42 21.5552 8.46C21.6552 8.13 21.7553 7.8 21.9253 7.51C22.0853 7.08 22.3453 6.7 22.6053 6.33C22.8153 5.92 23.1953 5.65 23.4753 5.3C23.7653 4.96 24.1653 4.73 24.4753 4.45C24.7853 4.16 25.1853 4.01 25.5053 3.8C25.8453 3.61 26.1353 3.41 26.4453 3.31L27.2253 3L27.9153 2.72L27.2152 0L26.3553 0.200001C26.0753 0.270001 25.7453 0.349999 25.3553 0.439999C24.9653 0.509999 24.5453 0.700001 24.0753 0.880001C23.6153 1.08 23.0852 1.21 22.5852 1.54C22.0852 1.85 21.5153 2.1 21.0053 2.51C20.5153 2.93 19.9253 3.3 19.4853 3.83C19.0053 4.33 18.5353 4.86 18.1753 5.46C17.7553 6.03 17.4653 6.66 17.1653 7.28C16.8953 7.9 16.6653 8.54 16.4853 9.15C16.1453 10.39 15.9853 11.56 15.9253 12.57C15.8753 13.58 15.9052 14.41 15.9652 15.02C15.9852 15.31 16.0252 15.58 16.0552 15.78L16.0952 16.02H16.1353C16.3953 17.18 16.9852 18.25 17.8452 19.1C18.7052 19.95 19.7953 20.55 20.9853 20.83C22.1753 21.11 23.4352 21.05 24.5952 20.67C25.7552 20.29 26.7852 19.59 27.5552 18.66C28.3252 17.73 28.8153 16.61 28.9553 15.43C29.0953 14.25 28.8952 13.05 28.3652 11.97C27.8352 10.89 27.0052 9.99 25.9652 9.35C24.9252 8.71 23.7252 8.38 22.4952 8.38V8.37ZM6.59525 8.37C6.27525 8.37 5.96525 8.42 5.65525 8.46C5.75525 8.13 5.85524 7.8 6.02524 7.51C6.18524 7.08 6.44526 6.7 6.70526 6.33C6.91526 5.92 7.29526 5.65 7.57526 5.3C7.86526 4.96 8.26526 4.73 8.57526 4.45C8.88526 4.16 9.28526 4.01 9.60526 3.8C9.94526 3.61 10.2353 3.41 10.5453 3.31L11.3253 3L12.0153 2.72L11.3153 0L10.4553 0.200001C10.1753 0.270001 9.84527 0.349999 9.45527 0.439999C9.06526 0.509999 8.64527 0.700001 8.17527 0.880001C7.71527 1.08 7.18525 1.21 6.68525 1.53C6.18525 1.84 5.61526 2.09 5.10526 2.5C4.61526 2.92 4.02524 3.29 3.58524 3.83C3.10524 4.33 2.63524 4.86 2.27524 5.46C1.85524 6.03 1.56526 6.66 1.26526 7.28C0.995262 7.9 0.765239 8.54 0.585239 9.15C0.245239 10.39 0.0852415 11.56 0.0252415 12.57C-0.0247585 13.58 0.00525006 14.41 0.0652501 15.02C0.0852501 15.31 0.125246 15.58 0.155246 15.78L0.195255 16.02H0.235263C0.495263 17.18 1.08525 18.25 1.94525 19.1C2.80525 19.95 3.89524 20.55 5.08524 20.83C6.27524 21.11 7.53526 21.05 8.69526 20.67C9.85526 20.29 10.8852 19.59 11.6552 18.66C12.4252 17.73 12.9152 16.61 13.0552 15.43C13.1952 14.25 12.9952 13.05 12.4652 11.97C11.9352 10.89 11.1053 9.99 10.0653 9.35C9.02525 8.71 7.82525 8.38 6.59525 8.38V8.37Z" fill="%23E19728"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.999px;
  height: 13.004px;
}
@media (min-width: 992px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 22.999px;
    height: 15.004px;
  }
}
@media (min-width: 1200px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 24.999px;
    height: 17.004px;
  }
}
@media (min-width: 1350px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 26.999px;
    height: 19.004px;
  }
}
@media (min-width: 1440px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 28.999px;
    height: 21.004px;
  }
}
@media (min-width: 1600px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 30.999px;
    height: 23.004px;
  }
}
@media (min-width: 1900px) {
  .testimonial-content > p::after, .testimonial-content > p::before {
    width: 32.999px;
    height: 25.004px;
  }
}
.testimonial-content > p::after {
  right: 0;
  top: 0;
}
.testimonial-content > p::before {
  left: 0;
  bottom: 0;
}
.testimonial-info {
  margin-top: 31px;
}
.testimonial-info p {
  color: #000;
  line-height: 200%;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 992px) {
  .testimonial-info p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .testimonial-info p {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .testimonial-info p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .testimonial-info p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .testimonial-info p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .testimonial-info p {
    font-size: 20px;
  }
}
.testimonial-info span {
  font-weight: 300;
  display: block;
  color: #3B3B3B;
  line-height: 200%;
  font-size: 12px;
}
@media (min-width: 992px) {
  .testimonial-info span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .testimonial-info span {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .testimonial-info span {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .testimonial-info span {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .testimonial-info span {
    font-size: 18px;
  }
}
.testimonial picture {
  width: 30%;
}
@media (max-width: 767px) {
  .testimonial picture {
    margin-left: auto;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) {
  .testimonial picture {
    width: 37.459%;
  }
}
.testimonial picture img {
  width: 100%;
  height: auto;
}

.partners {
  overflow-x: hidden;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .partners {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .partners {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .partners {
    padding-bottom: 95px;
  }
}
@media (min-width: 1280px) {
  .partners {
    padding-bottom: 102px;
  }
}
@media (min-width: 1350px) {
  .partners {
    padding-bottom: 112px;
  }
}
@media (min-width: 1440px) {
  .partners {
    padding-bottom: 122px;
  }
}
@media (min-width: 1600px) {
  .partners {
    padding-bottom: 132px;
  }
}
.partners h2 {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .partners h2 {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .partners h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .partners h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .partners h2 {
    margin-bottom: 31px;
  }
}
@media (min-width: 1440px) {
  .partners h2 {
    margin-bottom: 33px;
  }
}
@media (min-width: 1600px) {
  .partners h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1900px) {
  .partners h2 {
    margin-bottom: 39px;
  }
}

@media (min-width: 992px) {
  .partners-slider {
    width: 88.548%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .partners-slider .slick-list {
    margin: 0px -24px;
  }
}
@media (max-width: 767px) {
  .partners-slider picture {
    margin: 0px 24px;
  }
}
@media (min-width: 768px) {
  .partners-slider picture {
    width: 180px;
    margin: 0px 25px;
  }
}
@media (min-width: 992px) {
  .partners-slider picture {
    width: 200px;
    margin: 0px 25px;
  }
}
@media (min-width: 1200px) {
  .partners-slider picture {
    width: 225px;
    margin: 0px 30px;
  }
}
@media (min-width: 1280px) {
  .partners-slider picture {
    width: 235px;
    margin: 0px 35px;
  }
}
@media (min-width: 1350px) {
  .partners-slider picture {
    width: 220px;
    margin: 0px 30px;
  }
}
@media (min-width: 1440px) {
  .partners-slider picture {
    width: 180px;
    margin: 0px 60px;
  }
}
@media (min-width: 1600px) {
  .partners-slider picture {
    width: 200px;
    margin: 0px 65px;
  }
}
@media (min-width: 1900px) {
  .partners-slider picture {
    width: 205px;
    margin: 0px 100px;
  }
}
.partners-slider picture img {
  width: 100%;
  height: auto;
}

section.cta-footer {
  overflow: hidden;
  position: relative;
  background: #A2864F;
  padding: 54px 0px;
}
@media (min-width: 768px) {
  section.cta-footer {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  section.cta-footer {
    padding: 40px 0px;
  }
}
@media (min-width: 1200px) {
  section.cta-footer {
    padding: 45px 0px;
  }
}
@media (min-width: 1350px) {
  section.cta-footer {
    padding: 50px 0px;
  }
}
@media (min-width: 1440px) {
  section.cta-footer {
    padding: 54px 0px;
  }
}
@media (min-width: 1600px) {
  section.cta-footer {
    padding: 59px 0px;
  }
}
@media (min-width: 1900px) {
  section.cta-footer {
    padding: 64px 0px;
  }
}
section.cta-footer::before {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/vector-1.webp);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: -2.5% 0px;
  top: 21px;
}
@media (max-width: 767px) {
  section.cta-footer::before {
    top: 0;
    background-size: 70px;
  }
}
@media (min-width: 1440px) {
  section.cta-footer::before {
    background-position: -2.7% 0px;
  }
}
@media (min-width: 1440px) {
  section.cta-footer::before {
    background-position: -2.5% 0px;
  }
}
@media (min-width: 1900px) {
  section.cta-footer::before {
    background-position: -2% 0px;
  }
}
section.cta-footer::after {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/vector-2.webp);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 103.6% 100%;
  bottom: 17px;
  right: 0;
}
@media (max-width: 767px) {
  section.cta-footer::after {
    bottom: 0;
    background-size: 100px;
  }
}
@media (min-width: 1350px) {
  section.cta-footer::after {
    background-position: 103.8% 100%;
  }
}
@media (min-width: 1440px) {
  section.cta-footer::after {
    background-position: 103.6% 100%;
  }
}
@media (min-width: 1600px) {
  section.cta-footer::after {
    background-position: 102.7% 100%;
  }
}
section.cta-footer h2 {
  font-family: RescueW01-SemiBold;
  color: #fff;
  margin-bottom: 13px;
}
section.cta-footer p {
  color: #fff !important;
  font-weight: 300;
}
@media (min-width: 1440px) {
  section.cta-footer p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  section.cta-footer p {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  section.cta-footer p {
    font-size: 22px;
  }
}
section.cta-footer-content {
  width: 100%;
}
@media (max-width: 991px) {
  section.cta-footer-content p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  section.cta-footer-content {
    width: 85.49%;
  }
}
section.cta-footer .d-flex {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  section.cta-footer .d-flex {
    gap: 20px;
  }
}
@media (min-width: 576px) {
  section.cta-footer .d-flex {
    padding-right: 10.608%;
    padding-left: 14.864%;
  }
}
@media (min-width: 992px) {
  section.cta-footer .d-flex {
    padding-right: 10.08%;
    padding-left: 12.864%;
  }
}
@media (min-width: 1200px) {
  section.cta-footer .d-flex {
    padding-right: 10.608%;
    padding-left: 14.864%;
  }
}

.about-company {
  padding: 40px 0px 40px 0px;
}
@media (min-width: 768px) {
  .about-company {
    padding: 44px 0px 25px 0px;
  }
}
@media (min-width: 992px) {
  .about-company {
    padding: 48px 0px 30px 0px;
  }
}
@media (min-width: 1200px) {
  .about-company {
    padding: 52px 0px 74px 0px;
  }
}
@media (min-width: 1350px) {
  .about-company {
    padding: 56px 0px 78px 0px;
  }
}
@media (min-width: 1440px) {
  .about-company {
    padding: 60px 0px 35px 0px;
  }
}
@media (min-width: 1600px) {
  .about-company {
    padding: 65px 0px 38px 0px;
  }
}
@media (min-width: 1900px) {
  .about-company {
    padding: 70px 0px 42px 0px;
  }
}
.about-company-featured {
  width: 100%;
}
@media (min-width: 992px) {
  .about-company-featured {
    width: 32.54%;
  }
}
.about-company-featured h2 {
  margin-top: 7px;
}
.about-company-featured picture {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .about-company-featured picture {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .about-company-featured picture {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .about-company-featured picture {
    margin-top: 29px;
  }
}
@media (min-width: 1350px) {
  .about-company-featured picture {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .about-company-featured picture {
    margin-top: 35px;
  }
}
@media (min-width: 1600px) {
  .about-company-featured picture {
    margin-top: 38px;
  }
}
@media (min-width: 1900px) {
  .about-company-featured picture {
    margin-top: 41px;
  }
}
.about-company-featured picture img {
  width: 100%;
  height: auto;
}
.about-company-featured .since {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E9CE8A;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="122" height="122" viewBox="0 0 122 122" fill="none"><circle cx="61" cy="61" r="60" stroke="white" stroke-width="2" stroke-dasharray="2 4"/></svg>');
  background-size: 80%;
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 105px;
  height: 105px;
}
@media (min-width: 768px) {
  .about-company-featured .since {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  .about-company-featured .since {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 1200px) {
  .about-company-featured .since {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1350px) {
  .about-company-featured .since {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .about-company-featured .since {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .about-company-featured .since {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1900px) {
  .about-company-featured .since {
    width: 170px;
    height: 170px;
  }
}
.about-company-featured .since span,
.about-company-featured .since strong {
  color: #fff;
}
.about-company-featured .since strong {
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 4px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .about-company-featured .since strong {
    margin-bottom: 6px;
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .about-company-featured .since strong {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .about-company-featured .since strong {
    margin-bottom: 10px;
    font-size: 29px;
  }
}
@media (min-width: 1350px) {
  .about-company-featured .since strong {
    margin-bottom: 11px;
    font-size: 31px;
  }
}
@media (min-width: 1440px) {
  .about-company-featured .since strong {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .about-company-featured .since strong {
    margin-bottom: 14px;
    font-size: 34px;
  }
}
@media (min-width: 1900px) {
  .about-company-featured .since strong {
    margin-bottom: 16px;
    font-size: 36px;
  }
}
.about-company-description {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .about-company-description {
    padding-top: 29px;
  }
}
@media (min-width: 992px) {
  .about-company-description {
    width: 65.031%;
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .about-company-description {
    padding-top: 35px;
  }
}
@media (min-width: 1350px) {
  .about-company-description {
    padding-top: 38px;
  }
}
@media (min-width: 1440px) {
  .about-company-description {
    padding-top: 40px;
  }
}
@media (min-width: 1600px) {
  .about-company-description {
    padding-top: 45px;
  }
}
@media (min-width: 1900px) {
  .about-company-description {
    padding-top: 50px;
  }
}
.about-company-description strong,
.about-company-description p strong {
  font-weight: 600;
}
.about-company-description p + p {
  margin-top: 7px;
}
@media (min-width: 576px) {
  .about-company-description p + p {
    margin-top: 9px;
  }
}
@media (min-width: 992px) {
  .about-company-description p + p {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .about-company-description p + p {
    margin-top: 13px;
  }
}
@media (min-width: 1350px) {
  .about-company-description p + p {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) {
  .about-company-description p + p {
    margin-top: 17px;
  }
}
@media (min-width: 1600px) {
  .about-company-description p + p {
    margin-top: 20px;
  }
}
@media (min-width: 1900px) {
  .about-company-description p + p {
    margin-top: 23px;
  }
}
.about-company-description p {
  line-height: 200%;
}
.about-company-image-box {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .about-company-image-box {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .about-company-image-box {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .about-company-image-box {
    padding-bottom: 55px;
  }
}
@media (min-width: 1350px) {
  .about-company-image-box {
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .about-company-image-box {
    padding-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .about-company-image-box {
    padding-bottom: 68px;
  }
}
@media (min-width: 1900px) {
  .about-company-image-box {
    padding-bottom: 72px;
  }
}

.about-long-description {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .about-long-description {
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .about-long-description {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .about-long-description {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .about-long-description {
    padding-bottom: 60px;
  }
}
@media (min-width: 1350px) {
  .about-long-description {
    padding-bottom: 65px;
  }
}
@media (min-width: 1440px) {
  .about-long-description {
    padding-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .about-long-description {
    padding-bottom: 80px;
  }
}
@media (min-width: 1900px) {
  .about-long-description {
    padding-bottom: 90px;
  }
}
.about-long-description .row > div {
  padding: 25px;
}
@media (min-width: 992px) {
  .about-long-description .row > div {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .about-long-description .row > div {
    padding: 45px;
  }
}
@media (min-width: 1280px) {
  .about-long-description .row > div {
    padding: 50px;
  }
}
@media (min-width: 1350px) {
  .about-long-description .row > div {
    padding: 55px;
  }
}
@media (min-width: 1440px) {
  .about-long-description .row > div {
    padding: 61px;
  }
}
@media (min-width: 1600px) {
  .about-long-description .row > div {
    padding: 66px;
  }
}
@media (min-width: 1900px) {
  .about-long-description .row > div {
    padding: 71px;
  }
}
.about-long-description .row > div:nth-child(odd) {
  background: #F8F6F1;
}
.about-long-description .row > div:nth-child(even) {
  background: #F4F1E9;
}
.about-long-description .row > div:nth-child(even)::after {
  width: 100%;
  height: 100%;
  background: url(../images/watermark-2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: 60.5%;
}
@media (min-width: 768px) {
  .about-long-description .row > div:nth-child(even)::after {
    background-size: 34.5%;
  }
}
.about-long-description .row > div p + P {
  margin-top: 18px;
}

.vision {
  background: #F8F6F1;
  padding: 35px 0px;
}
@media (max-width: 767px) {
  .vision .d-flex {
    gap: 20px 0px;
  }
}
.vision-col {
  width: 100%;
}
@media (min-width: 768px) {
  .vision-col {
    width: 34.203%;
  }
}
.vision picture {
  width: 35.175%;
}
@media (min-width: 768px) {
  .vision picture {
    width: 18.175%;
  }
}
.vision picture img {
  width: 100%;
  height: auto;
}

section.core-value {
  background: #1D1C1C;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.core-value {
    padding-bottom: 40px;
  }
}
section.core-value > picture {
  background: #A3864F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
section.core-value > picture img {
  height: auto;
  width: 30px;
}
@media (max-width: 767px) {
  section.core-value > picture {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}
@media (min-width: 768px) {
  section.core-value > picture {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
  }
  section.core-value > picture img {
    width: 30px;
  }
}
@media (min-width: 992px) {
  section.core-value > picture {
    width: 85px;
    height: 85px;
  }
  section.core-value > picture img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  section.core-value > picture {
    width: 90px;
    height: 90px;
  }
  section.core-value > picture img {
    width: 45px;
  }
}
@media (min-width: 1350px) {
  section.core-value > picture {
    width: 95px;
    height: 95px;
  }
  section.core-value > picture img {
    width: 50px;
  }
}
@media (min-width: 1440px) {
  section.core-value > picture {
    width: 100px;
    height: 100px;
  }
  section.core-value > picture img {
    width: 55px;
  }
}
@media (min-width: 1600px) {
  section.core-value > picture {
    width: 110px;
    height: 110px;
  }
  section.core-value > picture img {
    width: 60px;
  }
}
@media (min-width: 1900px) {
  section.core-value > picture {
    width: 120px;
    height: 120px;
  }
  section.core-value > picture img {
    width: 65px;
  }
}
section.core-value span {
  color: #616161;
  margin-bottom: 4px;
  display: block;
}
section.core-value h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section.core-value h2 {
    margin-bottom: 19px;
  }
}
@media (min-width: 992px) {
  section.core-value h2 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  section.core-value h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 1280px) {
  section.core-value h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1350px) {
  section.core-value h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1440px) {
  section.core-value h2 {
    margin-bottom: 29px;
  }
}
section.core-value h2,
section.core-value p {
  color: #FFF;
}

.core-value-content {
  padding: 40px 0px 20px 0px;
}
@media (min-width: 768px) {
  .core-value-content {
    padding: 50px 0px;
  }
}
@media (min-width: 768px) {
  .core-value-content p {
    width: 80%;
  }
}

.core-value-image {
  padding: 0;
  width: 100%;
  right: 0;
}
@media (min-width: 768px) {
  .core-value-image {
    width: 50%;
    height: 100%;
    position: absolute;
  }
}
.core-value-image picture {
  width: 100%;
  height: 100%;
}
.core-value-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-core-value {
  max-width: 95%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container-core-value {
    max-width: 85%;
    margin-right: auto;
  }
}

.history {
  padding: 35px 0px 50px 0px;
}
@media (min-width: 768px) {
  .history {
    padding: 40px 0px 90px 0px;
  }
}
@media (min-width: 992px) {
  .history {
    padding: 45px 0px 110px 0px;
  }
}
@media (min-width: 1200px) {
  .history {
    padding: 50px 0px 130px 0px;
  }
}
@media (min-width: 1350px) {
  .history {
    padding: 54px 0px 134px 0px;
  }
}
@media (min-width: 1440px) {
  .history {
    padding: 58px 0px 138px 0px;
  }
}
@media (min-width: 1600px) {
  .history {
    padding: 62px 0px 142px 0px;
  }
}
@media (min-width: 1440px) {
  .history {
    padding: 66px 0px 146px 0px;
  }
}
.history aside {
  width: 100%;
}
@media (min-width: 768px) {
  .history aside {
    width: 37.04%;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 100px;
  }
}
.history aside picture {
  margin-bottom: 26px;
}
.history aside p + p {
  margin-top: 13px;
}

.history-timeline {
  width: 100%;
}
@media (min-width: 768px) {
  .history-timeline {
    width: 58.681%;
  }
}
@media (min-width: 992px) {
  .history-timeline {
    width: 53.681%;
  }
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font: normal 16px/26px Open Sans Condensed, sans-serif;
  color: #fff;
  padding: 100px 20px 200px;
  box-sizing: border-box;
}

.block {
  z-index: 1;
  position: relative;
  padding-top: 32px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .block {
    padding-top: 52px;
    margin-top: 48px;
  }
}
.block::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #E3B882;
  background-color: #E3B882;
  top: 0;
  transform: translateX(60%) rotate(45deg);
  left: 12px;
}
@media (min-width: 768px) {
  .block::after {
    left: unset;
    right: 50%;
  }
}
.block:before {
  content: "";
  position: absolute;
  height: calc(100% - 0px);
  width: 2px;
  background-color: #E3B882;
  left: 20px;
  margin-top: 0;
  top: 0;
}
@media (min-width: 768px) {
  .block:before {
    left: 50%;
  }
}

.each-year {
  position: relative;
}
@media (min-width: 768px) {
  .each-year {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .each-year {
    padding-bottom: 70px;
  }
}
.each-year::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #E3B882;
  background-color: #E3B882;
  bottom: 0;
  left: 12px;
  transform: translateX(60%) rotate(45deg);
}
@media (min-width: 768px) {
  .each-year::after {
    left: unset;
    right: 50%;
  }
}

.each-event {
  border-radius: 0px 20px 20px 20px;
  background-color: #ECCF96;
  color: #3B3B3B;
  margin: 60px 0px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  padding: 15px 15px 21px 15px;
  width: 85.286%;
}
@media (min-width: 768px) {
  .each-event {
    margin: 25px 0px;
    width: 46.286%;
  }
}
@media (min-width: 1440px) {
  .each-event {
    padding: 15px 15px 21px 15px;
  }
}
@media (min-width: 1350px) {
  .each-event {
    padding: 17px 17px 23px 17px;
  }
}
@media (min-width: 1440px) {
  .each-event {
    padding: 19px 19px 25px 19px;
  }
}
@media (min-width: 1600px) {
  .each-event {
    padding: 21px 21px 27px 21px;
  }
}
.each-event:before {
  content: "";
  position: absolute;
  top: calc(-6% - 8px);
  left: -29px;
  border-radius: 50%;
  background-color: #ECCF96;
  background-image: url(../images/log.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
  z-index: 1;
  width: 20px;
  height: 20px;
}
@media (min-width: 1900px) {
  .each-event:before {
    width: 30px;
    height: 30px;
    left: -44px;
  }
}
.each-event:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: calc(-6% - 13px);
  left: -34px;
  border: 1px solid #ECCF96;
  background: #fff;
  z-index: 0;
  width: 30px;
  height: 30px;
}
@media (min-width: 1900px) {
  .each-event:after {
    width: 40px;
    height: 40px;
    left: -49px;
  }
}
.each-event:nth-child(odd) {
  margin-left: 39px;
}
@media (min-width: 768px) {
  .each-event:nth-child(odd) {
    margin-left: calc(50% + 20px);
  }
}
@media (min-width: 1900px) {
  .each-event:nth-child(odd) {
    margin-left: calc(50% + 30px);
  }
}
.each-event:nth-child(even) {
  margin-left: 39px;
}
@media (min-width: 768px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% - 8px);
  }
}
@media (min-width: 992px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% - 6px);
  }
}
@media (min-width: 1200px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% - 0px);
  }
}
@media (min-width: 1350px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% + 2px);
  }
}
@media (min-width: 1440px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% - 0px);
  }
}
@media (min-width: 1600px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% + 5px);
  }
}
@media (min-width: 1900px) {
  .each-event:nth-child(even) {
    margin-left: calc(0% + 6px);
  }
}
@media (min-width: 768px) {
  .each-event:nth-child(even):before {
    left: calc(100% + 14px);
  }
}
@media (min-width: 768px) {
  .each-event:nth-child(even):after {
    left: calc(100% + 9px);
  }
}
.each-event .year {
  font-family: RescueW01-Bold;
  position: absolute;
  top: -27px;
  background-image: url(../images/bg-curve.png);
  padding: 8px 10px 3px 0px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 60%;
  color: #FFF;
  font-weight: 700;
  width: 74px;
  text-align: center;
}
@media (max-width: 575px) {
  .each-event .year {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .each-event .year {
    padding: 5px 13px 7px 14px;
    background-position: 100% 0%;
    top: -26px;
  }
}
@media (min-width: 992px) {
  .each-event .year {
    padding: 7px 7px 6px 14px;
    background-position: 100% 35%;
    top: -26px;
  }
}
@media (min-width: 1200px) {
  .each-event .year {
    padding: 5px 13px 3px 14px;
    background-position: 100% 0%;
    top: -26px;
  }
}
@media (min-width: 1350px) {
  .each-event .year {
    background-position: 100% 0%;
  }
}
@media (min-width: 1440px) {
  .each-event .year {
    top: -27px;
    background-position: 100% 15%;
  }
}
@media (min-width: 1600px) {
  .each-event .year {
    padding: 5px 13px 3px 10px;
    top: -27px;
    background-position: 100% 30%;
  }
}
@media (min-width: 1900px) {
  .each-event .year {
    background-position: 100% 20%;
    width: 86px;
    top: -31px;
  }
}

.title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}

@media (min-width: 768px) {
  .each-event.non-focus {
    color: #d2d2d2;
    background: #e6e6e6;
    margin-top: 90px;
    transform: rotateZ(45deg);
    transition: all 0.8s ease-in-out;
  }
  .each-event.non-focus .year {
    color: #3B3B3B;
    background-image: url(../images/bg-curve-2.png);
  }
  .each-event.non-focus:before {
    opacity: 0;
  }
  .each-event.non-focus::after {
    border: 1px solid #aaa;
  }
}

.event-description {
  color: #3B3B3B;
  font-size: 13px;
}
.event-description h3 {
  color: #000;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .event-description {
    font-size: 11px;
  }
  .event-description h3 {
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  .event-description {
    font-size: 12px;
  }
  .event-description h3 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .event-description {
    font-size: 13px;
  }
  .event-description h3 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .event-description {
    font-size: 15px;
  }
  .event-description h3 {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .event-description {
    font-size: 17px;
  }
  .event-description h3 {
    font-size: 19px;
  }
}

.product-listing {
  padding: 16px 0px 34px 0px;
}
@media (min-width: 768px) {
  .product-listing {
    padding: 18px 0px 36px 0px;
  }
}
@media (min-width: 992px) {
  .product-listing {
    padding: 22px 0px 40px 0px;
  }
}
@media (min-width: 1200px) {
  .product-listing {
    padding: 26px 0px 44px 0px;
  }
}
@media (min-width: 1280px) {
  .product-listing {
    padding: 28px 0px 46px 0px;
  }
}
@media (min-width: 1350px) {
  .product-listing {
    padding: 30px 0px 48px 0px;
  }
}
@media (min-width: 1440px) {
  .product-listing {
    padding: 32px 0px 50px 0px;
  }
}
@media (min-width: 1600px) {
  .product-listing {
    padding: 36px 0px 54px 0px;
  }
}
@media (min-width: 1440px) {
  .product-listing {
    padding: 40px 0px 58px 0px;
  }
}
@media (max-width: 575px) {
  .product-listing-header {
    position: fixed;
    bottom: 0;
    background: #f3f3f3;
    padding: 11px;
    z-index: 9;
    width: 100%;
    left: 0;
    bottom: 44px;
  }
}
.product-listing-header .dropdown-menu {
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  position: absolute;
  bottom: 120%;
  min-width: 190px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .product-listing-header .dropdown-menu {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .product-listing-header .dropdown-menu {
    min-width: 240px;
  }
}
.product-listing-header .sort-container .dropdown-menu {
  left: 0;
}
@media (min-width: 576px) {
  .product-listing-header .search-container {
    position: relative;
  }
}
.product-listing-header .search-container .dropdown-menu {
  right: 0;
  bottom: 44px;
}
.product-listing-header .dropdown-menu button,
.product-listing-header .dropdown-menu input {
  display: block;
  width: 100%;
  padding: 8px;
  border: none;
  background: #f9f9f9;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 12px;
  color: #000;
}
@media (min-width: 992px) {
  .product-listing-header .dropdown-menu button,
  .product-listing-header .dropdown-menu input {
    font-size: 14px;
  }
}
.product-listing-header .dropdown-menu button:last-child,
.product-listing-header .dropdown-menu input:last-child {
  margin-bottom: 0;
}
.product-listing-header .dropdown-menu button:hover {
  background: #E9CE8A;
  color: #000;
}
@media (min-width: 576px) {
  .product-listing-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .product-listing-header {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .product-listing-header {
    margin-bottom: 40px;
  }
}
.product-listing-header button {
  display: flex;
  gap: 8px;
}
.product-listing-header button:hover {
  color: #9a855b;
}
.product-listing-header button:hover path {
  fill: #9a855b;
  stroke: #9a855b;
}
.product-listing-header svg {
  width: 20px;
}
@media (min-width: 1350px) {
  .product-listing-header svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .product-listing-header svg {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .product-listing-header svg {
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .product-listing-header svg {
    width: 28px;
  }
}
.product-listing-body {
  width: 100%;
}
@media (min-width: 992px) {
  .product-listing-body {
    width: 69.786%;
  }
}
.product-listing-body .d-flex {
  gap: 10px;
}
@media (min-width: 768px) {
  .product-listing-body .d-flex {
    gap: 11px;
  }
}
@media (min-width: 992px) {
  .product-listing-body .d-flex {
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .product-listing-body .d-flex {
    gap: 17px;
  }
}
@media (min-width: 1350px) {
  .product-listing-body .d-flex {
    gap: 19px;
  }
}
@media (min-width: 1440px) {
  .product-listing-body .d-flex {
    gap: 21px;
  }
}
@media (min-width: 1600px) {
  .product-listing-body .d-flex {
    gap: 23px;
  }
}
@media (min-width: 1900px) {
  .product-listing-body .d-flex {
    gap: 25px;
  }
}
.product-listing .product-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  width: 48%;
  padding: 7px;
}
@media (min-width: 576px) {
  .product-listing .product-card {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .product-listing .product-card {
    width: 32.3%;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .product-listing .product-card {
    width: 31.759%;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-card {
    padding: 8px 8px 11px 8px;
  }
}
@media (min-width: 1440px) {
  .product-listing .product-card {
    padding: 10px 10px 13px 10px;
  }
}
@media (min-width: 1600px) {
  .product-listing .product-card {
    padding: 12px 12px 15px 12px;
  }
}
@media (min-width: 1900px) {
  .product-listing .product-card {
    padding: 14px 14px 17px 14px;
  }
}
.product-listing .product-card picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(192, 192, 192, 0.15);
  border-radius: 10px;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .product-listing .product-card picture {
    padding: 6px 0px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-card picture {
    border-radius: 20px;
    padding: 8px 0px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1440px) {
  .product-listing .product-card picture {
    padding: 10px 0px;
    margin-bottom: 25px;
    height: 151px;
  }
}
@media (min-width: 1600px) {
  .product-listing .product-card picture {
    padding: 12px 0px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1900px) {
  .product-listing .product-card picture {
    padding: 14px 0px;
    margin-bottom: 29px;
  }
}
.product-listing .product-card h3 {
  font-family: RescueW01-SemiBold;
  color: #000;
  line-height: 77.778%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .product-listing .product-card h3 {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .product-listing .product-card h3 {
    font-size: 15px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1350px) {
  .product-listing .product-card h3 {
    font-size: 17px;
    margin-bottom: 13px;
  }
}
@media (min-width: 1440px) {
  .product-listing .product-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  .product-listing .product-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .product-listing .product-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.product-listing .product-card p {
  line-height: 169.231%;
  font-size: 11px;
}
@media (min-width: 768px) {
  .product-listing .product-card p {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-card p {
    font-size: 11px;
  }
}
@media (min-width: 1350px) {
  .product-listing .product-card p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .product-listing .product-card p {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .product-listing .product-card p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .product-listing .product-card p {
    font-size: 19px;
  }
}
.product-listing .product-details {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-listing .product-details {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-details {
    margin-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .product-listing .product-details {
    margin-bottom: 11px;
  }
}
@media (min-width: 1440px) {
  .product-listing .product-details {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .product-listing .product-details {
    margin-bottom: 14px;
  }
}
@media (min-width: 1900px) {
  .product-listing .product-details {
    margin-bottom: 16px;
  }
}
.product-listing .product-button-wrap {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product-listing .product-button-wrap {
    flex-wrap: wrap;
  }
}

aside.filter-card {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
  color: var(--text);
  background: rgba(217, 217, 217, 0.24);
  padding: 26px 26px 23.99px 26px;
  width: 100%;
}
@media (min-width: 768px) {
  aside.filter-card {
    padding: 18px 18px 15.99px 18px;
  }
}
@media (max-width: 991px) {
  aside.filter-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  aside.filter-card {
    position: sticky;
    top: 90px;
    width: 29.461%;
    padding: 20px 20px 17.99px 20px;
  }
}
@media (min-width: 1200px) {
  aside.filter-card {
    width: 25.461%;
    padding: 22px 22px 19.99px 22px;
  }
}
@media (min-width: 1350px) {
  aside.filter-card {
    padding: 24px 24px 21.99px 24px;
  }
}
@media (min-width: 1440px) {
  aside.filter-card {
    padding: 26px 26px 23.99px 26px;
  }
}
@media (min-width: 1600px) {
  aside.filter-card {
    padding: 28px 28px 25.99px 29px;
  }
}
@media (min-width: 1900px) {
  aside.filter-card {
    padding: 30px 30px 27.99px 31px;
  }
}
aside.filter-card p {
  color: #000;
  font-family: RescueW01-SemiBold;
  line-height: 87.5%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  aside.filter-card p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  aside.filter-card p {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  aside.filter-card p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  aside.filter-card p {
    margin-bottom: 32px;
  }
}

/* Category block */
.filter-group {
  margin: 0;
  border: 0;
  padding: 0;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 12px;
  border: 1px solid transparent;
  border-bottom-color: #E0E0E0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* First item has a blue outline in your mock */
/* Hide native radio but keep it accessible */
.filter-option > input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Custom radio (square to match screenshot) */
.fake-radio {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  /* square-ish */
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
@media (min-width: 768px) {
  .fake-radio {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
  }
}
@media (min-width: 992px) {
  .fake-radio {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .fake-radio {
    width: 13px;
    height: 13px;
    flex: 0 0 12px;
  }
}
@media (min-width: 1350px) {
  .fake-radio {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }
}
@media (min-width: 1440px) {
  .fake-radio {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
}
@media (min-width: 1600px) {
  .fake-radio {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
}
@media (min-width: 1440px) {
  .fake-radio {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
}

/* Checked state */
.filter-option > input[type=radio]:checked + .fake-radio {
  border-color: #ECCF96;
}

.filter-option > input[type=radio]:checked + .fake-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #ECCF96;
  border-radius: 4px;
}

.filter-option > input[type=radio]:checked ~ .label-text {
  font-weight: 600;
}

/* Keyboard focus */
/* Brands block */
.brands {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .brands {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .brands {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .brands {
    margin-top: 19px;
  }
}
@media (min-width: 1350px) {
  .brands {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .brands {
    margin-top: 22px;
  }
}
@media (min-width: 1600px) {
  .brands {
    margin-top: 24px;
  }
}
@media (min-width: 1900px) {
  .brands {
    margin-top: 26px;
  }
}

.brand-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logos a {
  width: 43.695%;
}

.brand img {
  display: block;
}

/* Optional: compact on very small screens */
@media (max-width: 420px) {
  .filter-card {
    padding: 18px;
  }
  .filter-option {
    padding: 10px 5px;
  }
  .label-text {
    font-size: 12px;
  }
}
/* ---------- Mobile Offcanvas ---------- */
@media (max-width: 991px) {
  .filter-toggle {
    display: flex;
    margin-bottom: 15px;
  }
  .filter-card {
    background: #D9D9D9;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  }
  .filter-card.active {
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    z-index: 9;
    left: 0;
    width: 83%;
    top: 68px;
    border-radius: 0;
    height: 100vh;
  }
  .filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  .filter-overlay.active {
    display: block;
  }
  .close-filter {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #333;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
}
@media (max-width: 575px) {
  .search-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
.load-more {
  display: block;
  border: 1px solid #A2864F;
  color: #000;
  line-height: 157.143%;
  padding: 6px;
  font-size: 11px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .load-more {
    padding: 5px;
    font-size: 10px;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .load-more {
    padding: 6px;
    font-size: 11px;
    margin-top: 46px;
  }
}
@media (min-width: 1350px) {
  .load-more {
    padding: 8px;
    font-size: 12px;
    margin-top: 48px;
  }
}
@media (min-width: 1440px) {
  .load-more {
    padding: 10px;
    font-size: 14px;
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .load-more {
    padding: 12px;
    font-size: 16px;
    margin-top: 52px;
  }
}
@media (min-width: 1900px) {
  .load-more {
    padding: 14px;
    font-size: 18px;
    margin-top: 54px;
  }
}
.load-more:hover {
  background-color: #A2864F;
  color: #fff;
}

.product-detail {
  padding: 19px 0px 68px 0px;
}
@media (min-width: 768px) {
  .product-detail {
    padding: 22px 0px 71px 0px;
  }
}
@media (min-width: 992px) {
  .product-detail {
    padding: 25px 0px 74px 0px;
  }
}
@media (min-width: 1200px) {
  .product-detail {
    padding: 28px 0px 77px 0px;
  }
}
@media (min-width: 1350px) {
  .product-detail {
    padding: 31px 0px 80px 0px;
  }
}
@media (min-width: 1440px) {
  .product-detail {
    padding: 34px 0px 83px 0px;
  }
}
@media (min-width: 1600px) {
  .product-detail {
    padding: 37px 0px 86px 0px;
  }
}
@media (min-width: 1900px) {
  .product-detail {
    padding: 40px 0px 89px 0px;
  }
}
.product-detail-image {
  border-radius: 20px;
  text-align: center;
  width: 100%;
  padding: 18px 0px;
  background: #F6F6F6;
}
@media (min-width: 768px) {
  .product-detail-image {
    padding: 21px 0px;
  }
}
@media (min-width: 992px) {
  .product-detail-image {
    padding: 24px 0px;
  }
}
.product-detail-image-nav {
  margin-top: 17px;
}
@media (min-width: 1440px) {
  .product-detail-image-nav {
    margin-top: 17px;
  }
}
@media (min-width: 1600px) {
  .product-detail-image-nav {
    margin-top: 19px;
  }
}
@media (min-width: 1900px) {
  .product-detail-image-nav {
    margin-top: 21px;
  }
}
.product-detail-image-nav .slick-slide {
  cursor: pointer;
  margin: 0px 8px;
}
@media (min-width: 768px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 9px;
  }
}
@media (min-width: 992px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 9.5px;
  }
}
@media (min-width: 1200px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 10.5px;
  }
}
@media (min-width: 1350px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 11.5px;
  }
}
@media (min-width: 1440px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 12.5px;
  }
}
@media (min-width: 1600px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 14.5px;
  }
}
@media (min-width: 1900px) {
  .product-detail-image-nav .slick-slide {
    margin: 0px 16.5px;
  }
}
.product-detail-image-nav .slick-list {
  margin: 0px -8px;
}
@media (min-width: 768px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -9px;
  }
}
@media (min-width: 992px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -9.5px;
  }
}
@media (min-width: 1200px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -10.5px;
  }
}
@media (min-width: 1350px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -11.5px;
  }
}
@media (min-width: 1440px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -12.5px;
  }
}
@media (min-width: 1600px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -14.5px;
  }
}
@media (min-width: 1900px) {
  .product-detail-image-nav .slick-list {
    margin: 0px -16.5px;
  }
}
.product-detail-image-nav .slick-track {
  transform: none !important;
  transition: transform 0.4s ease !important;
}
.product-detail-image-nav picture {
  border: 1px solid #edecec;
  border-radius: 4.23px;
  background: rgba(246, 246, 246, 0.87);
  padding: 4px 15px;
}
@media (min-width: 768px) {
  .product-detail-image-nav picture {
    padding: 10px 35px;
  }
}
@media (min-width: 992px) {
  .product-detail-image-nav picture {
    padding: 10px 18px;
  }
}
@media (min-width: 1200px) {
  .product-detail-image-nav picture {
    padding: 8px 22px;
  }
}
@media (min-width: 1350px) {
  .product-detail-image-nav picture {
    padding: 10px 26px;
  }
}
@media (min-width: 1440px) {
  .product-detail-image-nav picture {
    padding: 12px 28px;
  }
}
.product-detail-image-nav picture img {
  width: 95.92% !important;
  opacity: 0.2;
}
.product-detail-image-nav .slick-current.slick-active {
  border: 1px solid #A3864F;
  background: #F6F6F6;
}
.product-detail-image-nav .slick-current.slick-active img {
  opacity: 1;
}
.product-detail-featured {
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .product-detail-featured {
    position: sticky;
    top: 100px;
    width: 45.323%;
  }
}
.product-detail-featured picture {
  width: 100%;
  margin: auto;
}
.product-detail-featured picture img {
  width: 59.9%;
  margin: auto;
  height: auto;
}
.product-detail-content {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .product-detail-content {
    padding-top: 0;
    width: 50.694%;
  }
}
@media (min-width: 1600px) {
  .product-detail-content {
    padding-top: 9px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content {
    padding-top: 12px;
  }
}
.product-detail-content h2, .product-detail-long-description h2 {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 22.5px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content h2, .product-detail-long-description h2 {
    margin-bottom: 29px;
  }
}
.product-detail-content > span, .product-detail-long-description > span {
  display: block;
  color: #616161 !important;
  font-family: RescueW01-SemiBold;
  font-weight: 600;
  line-height: 87.5%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 16px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 22px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content > span, .product-detail-long-description > span {
    margin-bottom: 24px;
  }
}
.product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
  margin: 25px 0px 35px 0px;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 12px;
    margin: 30px 0px 45px 0px;
  }
}
@media (min-width: 992px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 15px;
    margin: 30px 0px 46px 0px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 17px;
    margin: 33px 0px 49px 0px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 19px;
    margin: 36px 0px 52px 0px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 21px;
    margin: 38px 0px 54px 0px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 23px;
    margin: 40px 0px 56px 0px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content .buttonGroup, .product-detail-long-description .buttonGroup {
    gap: 25px;
    margin: 42px 0px 58px 0px;
  }
}
.product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
  min-width: 120px;
  height: 40px;
  padding: 0 12.5px;
}
.product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
  height: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    min-width: 160px;
    height: 42px;
    padding: 0 16.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    min-width: 170px;
    height: 45px;
    padding: 0 18.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 21px;
    width: 21px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    min-width: 180px;
    height: 50px;
    padding: 0 20.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    min-width: 190px;
    height: 54px;
    padding: 0 22.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 23px;
    width: 23px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    min-width: 204px;
    height: 56px;
    padding: 0 24.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    height: 58px;
    padding: 0 26.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 26px;
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content .buttonGroup button, .product-detail-content .buttonGroup a, .product-detail-long-description .buttonGroup button, .product-detail-long-description .buttonGroup a {
    height: 60px;
    padding: 0 28.5px;
  }
  .product-detail-content .buttonGroup button svg, .product-detail-content .buttonGroup a svg, .product-detail-long-description .buttonGroup button svg, .product-detail-long-description .buttonGroup a svg {
    height: 28px;
    width: 28px;
  }
}
.product-detail-content .buttonGroup button.btnBorder, .product-detail-content .buttonGroup a.btnBorder, .product-detail-long-description .buttonGroup button.btnBorder, .product-detail-long-description .buttonGroup a.btnBorder {
  color: #A3864F;
}
.product-detail-content .buttonGroup button.btnBorder:hover, .product-detail-content .buttonGroup a.btnBorder:hover, .product-detail-long-description .buttonGroup button.btnBorder:hover, .product-detail-long-description .buttonGroup a.btnBorder:hover {
  color: #fff;
}
.product-detail-content h3, .product-detail-long-description h3 {
  color: #000;
  font-family: RescueW01-SemiBold;
}
@media (min-width: 992px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    line-height: 70%;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    font-size: 20px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content h3, .product-detail-long-description h3 {
    font-size: 24px;
    margin-bottom: 27px;
  }
}
.product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 31px;
  }
}
@media (min-width: 992px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 37px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 43px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 46px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content p + h3, .product-detail-content p + h2, .product-detail-content ul + h3, .product-detail-content ul + h2, .product-detail-long-description p + h3, .product-detail-long-description p + h2, .product-detail-long-description ul + h3, .product-detail-long-description ul + h2 {
    margin-top: 49px;
  }
}
.product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 19px;
  }
}
@media (min-width: 1350px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 23px;
  }
}
@media (min-width: 1600px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 26px;
  }
}
@media (min-width: 1900px) {
  .product-detail-content p + p, .product-detail-content ul + p, .product-detail-long-description p + p, .product-detail-long-description ul + p {
    margin-top: 29px;
  }
}
.product-detail-long-description {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .product-detail-long-description {
    margin-top: 38px;
  }
}
@media (min-width: 992px) {
  .product-detail-long-description {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .product-detail-long-description {
    margin-top: 46px;
  }
}
@media (min-width: 1280px) {
  .product-detail-long-description {
    margin-top: 51px;
  }
}
@media (min-width: 1350px) {
  .product-detail-long-description {
    margin-top: 56px;
  }
}
@media (min-width: 1440px) {
  .product-detail-long-description {
    margin-top: 61px;
  }
}
@media (min-width: 1600px) {
  .product-detail-long-description {
    margin-top: 66px;
  }
}
@media (min-width: 1900px) {
  .product-detail-long-description {
    margin-top: 71px;
  }
}

section.related-products {
  background: rgba(251, 248, 237, 0.6);
  padding: 20px 0px 50px 0px;
}
@media (min-width: 768px) {
  section.related-products {
    padding: 25px 0px 65px 0px;
  }
}
@media (min-width: 992px) {
  section.related-products {
    padding: 25px 0px 72px 0px;
  }
}
@media (min-width: 1200px) {
  section.related-products {
    padding: 27px 0px 76px 0px;
  }
}
@media (min-width: 1350px) {
  section.related-products {
    padding: 29px 0px 78px 0px;
  }
}
@media (min-width: 1440px) {
  section.related-products {
    padding: 31px 0px 80px 0px;
  }
}
@media (min-width: 1600px) {
  section.related-products {
    padding: 34px 0px 83px 0px;
  }
}
@media (min-width: 1900px) {
  section.related-products {
    padding: 37px 0px 86px 0px;
  }
}
section.related-products h2 {
  color: #000;
  font-family: RescueW01-SemiBold;
  margin: 0;
  font-size: 18px;
}
@media (min-width: 992px) {
  section.related-products h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  section.related-products h2 {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  section.related-products h2 {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  section.related-products h2 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  section.related-products h2 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  section.related-products h2 {
    font-size: 24px;
  }
}
section.related-products .product-listing {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  section.related-products .product-listing {
    width: 93.559%;
  }
}
section.related-products .slick-slide {
  margin: 0px 4px;
}
@media (min-width: 992px) {
  section.related-products .slick-slide {
    margin: 0px 8px;
  }
}
@media (min-width: 1200px) {
  section.related-products .slick-slide {
    margin: 0px 8px;
  }
}
@media (min-width: 1350px) {
  section.related-products .slick-slide {
    margin: 0px 10px;
  }
}
@media (min-width: 1440px) {
  section.related-products .slick-slide {
    margin: 0px 11px;
  }
}
@media (min-width: 1600px) {
  section.related-products .slick-slide {
    margin: 0px 13px;
  }
}
@media (min-width: 1900px) {
  section.related-products .slick-slide {
    margin: 0px 15px;
  }
}
section.related-products .slick-list {
  margin: 0px -4px;
}
@media (min-width: 992px) {
  section.related-products .slick-list {
    margin: 0px -7px;
  }
}
@media (min-width: 1200px) {
  section.related-products .slick-list {
    margin: 0px -8px;
  }
}
@media (min-width: 1350px) {
  section.related-products .slick-list {
    margin: 0px -10px;
  }
}
@media (min-width: 1440px) {
  section.related-products .slick-list {
    margin: 0px -11px;
  }
}
@media (min-width: 1600px) {
  section.related-products .slick-list {
    margin: 0px -13px;
  }
}
@media (min-width: 1900px) {
  section.related-products .slick-list {
    margin: 0px -15px;
  }
}
section.related-products .slick-nav {
  top: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  section.related-products .slick-nav {
    width: -moz-fit-content;
    width: fit-content;
    top: -10px !important;
    right: 0;
  }
}
section.related-products .slick-nav svg {
  width: 20px;
}
@media (min-width: 992px) {
  section.related-products .slick-nav svg {
    width: 19px;
    height: 19px;
  }
}
@media (min-width: 1200px) {
  section.related-products .slick-nav svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1350px) {
  section.related-products .slick-nav svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1440px) {
  section.related-products .slick-nav svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  section.related-products .slick-nav svg {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1440px) {
  section.related-products .slick-nav svg {
    width: 28px;
    height: 28px;
  }
}

.spec-title {
  font-size: 22px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 14px;
}

.spec-table {
  width: 100%;
  max-width: 1100px;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-table thead th {
  background: var(--header-bg);
  text-align: left;
  padding: 16px 18px;
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
}

.spec-table thead th:first-child {
  width: 34%;
  border-right: 1px solid var(--border);
}

.spec-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.spec-table tbody td {
  padding: 16px 18px;
  font-size: 14px;
  color: var(--text);
}

/* alternating bg like screenshot */
.spec-table tbody tr:nth-child(odd) td:last-child {
  background: var(--row-alt);
}

/* round bottom corners */
.spec-table tfoot td:first-child {
  border-bottom-left-radius: var(--radius);
}

.spec-table tfoot td:last-child {
  border-bottom-right-radius: var(--radius);
}

@media (max-width: 680px) {
  .spec-table thead {
    display: none;
  }
  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td {
    display: block;
    width: 100%;
  }
  .spec-table tr {
    margin-bottom: 14px;
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    overflow: hidden;
  }
  .spec-table td {
    padding: 10px 14px;
  }
  .spec-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .spec-table tbody tr:nth-child(odd) td:last-child {
    background: transparent;
  }
}
.specifications {
  overflow: hidden;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .specifications {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .specifications {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .specifications {
    margin-top: 40px;
  }
}
@media (min-width: 1350px) {
  .specifications {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .specifications {
    margin-top: 55px;
  }
}
@media (min-width: 1600px) {
  .specifications {
    margin-top: 60px;
  }
}
@media (min-width: 1900px) {
  .specifications {
    margin-top: 65px;
  }
}
.specifications h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .specifications h3 {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .specifications h3 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .specifications h3 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1350px) {
  .specifications h3 {
    margin-bottom: 31px;
  }
}
@media (min-width: 1440px) {
  .specifications h3 {
    margin-bottom: 34px;
  }
}
@media (min-width: 1600px) {
  .specifications h3 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1900px) {
  .specifications h3 {
    margin-bottom: 38px;
  }
}
.specifications-row {
  border: 1px solid #616161;
  background: #FFF;
}
@media (min-width: 768px) {
  .specifications-row {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .specifications-row {
    overflow-x: auto;
  }
  .specifications-row > div:first-child div {
    width: 250px;
  }
  .specifications-row > div:last-child div {
    width: 600px;
  }
  .specifications-row::-webkit-scrollbar {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .specifications-row > div:first-child div:last-child {
    border-radius: 0px 0px 0px 20px;
  }
}
.specifications-row > div:first-child div:nth-child(odd) {
  background: #F5F4F3;
}
.specifications-row > div:first-child div:first-child {
  background: #DDDFE6;
}
@media (min-width: 768px) {
  .specifications-row > div:first-child div:first-child {
    border-radius: 20px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .specifications-row > div:last-child div:last-child {
    border-radius: 0px 0px 20px 0px;
  }
}
.specifications-row > div:last-child div:nth-child(odd) {
  background: #EAE7E2;
}
.specifications-row > div:last-child div:first-child {
  background: #C4C6CE;
}
@media (min-width: 768px) {
  .specifications-row > div:last-child div:first-child {
    border-radius: 0px 20px 0px 0px;
  }
}
.specifications-row > div div {
  text-transform: capitalize;
  color: #616161;
  font-weight: 500;
  line-height: 93.333%;
  padding: 15px 24px;
  font-size: 15px;
}
.specifications-row > div div:first-child {
  color: #302F30;
  font-weight: 600;
  font-size: 14px;
  padding: 20px;
}
@media (min-width: 992px) {
  .specifications-row > div div:first-child {
    font-size: 11px;
    padding: 18px;
  }
}
@media (min-width: 1200px) {
  .specifications-row > div div:first-child {
    font-size: 13px;
    padding: 20px;
  }
}
@media (min-width: 1350px) {
  .specifications-row > div div:first-child {
    font-size: 14px;
    padding: 22px;
  }
}
@media (min-width: 1440px) {
  .specifications-row > div div:first-child {
    font-size: 16px;
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  .specifications-row > div div:first-child {
    font-size: 18px;
    padding: 26px;
  }
}
@media (min-width: 1900px) {
  .specifications-row > div div:first-child {
    font-size: 20px;
    padding: 28px;
  }
}
@media (min-width: 992px) {
  .specifications-row > div div {
    padding: 11px 19px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .specifications-row > div div {
    padding: 12px 21px;
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  .specifications-row > div div {
    padding: 14px 23px;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .specifications-row > div div {
    padding: 15px 24px;
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .specifications-row > div div {
    padding: 17px 26px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .specifications-row > div div {
    padding: 19px 28px;
    font-size: 17px;
  }
}

.siteEnquiryForm .modal-dialog, .enquiryForm .modal-dialog {
  margin: auto;
  max-width: 95%;
}
.siteEnquiryForm .modal-content, .enquiryForm .modal-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 10px rgba(54, 54, 54, 0.11);
  padding: 30px 20px 20px 20px;
}
.siteEnquiryForm .formGroup, .enquiryForm .formGroup {
  padding: 0;
}
.siteEnquiryForm .row, .enquiryForm .row {
  gap: 12px;
}
@media (min-width: 768px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 13px;
  }
}
@media (min-width: 1280px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 14px;
  }
}
@media (min-width: 1360px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .row, .enquiryForm .row {
    gap: 16px;
  }
}
.siteEnquiryForm .col--6, .enquiryForm .col--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .siteEnquiryForm .col--6, .enquiryForm .col--6 {
    width: 49%;
  }
}
.siteEnquiryForm .col--4, .enquiryForm .col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.7%;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.8%;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .col--4, .enquiryForm .col--4 {
    width: 31.9%;
  }
}
.siteEnquiryForm .title, .enquiryForm .title {
  font-weight: 600;
  color: #3B3B3B;
  line-height: 110%;
  font-size: 20px;
  margin-bottom: 34px;
}
.siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
  gap: 17px;
}
@media (min-width: 768px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 14px;
  }
}
@media (min-width: 1350px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 15.5px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm form > .d-flex, .enquiryForm form > .d-flex {
    gap: 16px;
  }
}
.siteEnquiryForm .buttonGroup, .enquiryForm .buttonGroup {
  gap: 12px;
}
.siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
  text-transform: capitalize;
  padding: 0px 15px;
  min-width: 119px;
  min-height: 38px;
}
@media (min-width: 768px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 40px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 42px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 44px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .buttonGroup button, .enquiryForm .buttonGroup button {
    min-height: 46px;
  }
}
.siteEnquiryForm .buttonGroup .btn-cancel, .enquiryForm .buttonGroup .btn-cancel {
  border: 1px solid #E0E0E0;
}
.siteEnquiryForm .buttonGroup .btn-cancel:hover, .enquiryForm .buttonGroup .btn-cancel:hover {
  background-color: #F56523;
  color: #fff;
}

textarea {
  padding: 9px 10px;
}
@media (min-width: 992px) {
  textarea {
    padding: 11px 13px;
  }
}
@media (min-width: 1200px) {
  textarea {
    padding: 12px 14px;
  }
}
@media (min-width: 1440px) {
  textarea {
    padding: 14px 16px;
  }
}

input, select {
  padding: 0px 10px;
}
@media (min-width: 992px) {
  input, select {
    padding: 0px 13px;
  }
}
@media (min-width: 1200px) {
  input, select {
    padding: 0px 14px;
  }
}
@media (min-width: 1440px) {
  input, select {
    padding: 0px 16px;
  }
}

input, textarea, select {
  color: #595959;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  font-size: 13px;
  height: 30px;
}
@media (min-width: 768px) {
  input, textarea, select {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  input, textarea, select {
    font-size: 12px;
    height: 38px;
  }
}
@media (min-width: 1350px) {
  input, textarea, select {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  input, textarea, select {
    font-size: 14px;
    height: 42px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #595959;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #595959;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #DADDE4;
}

textarea {
  height: 110px;
}
@media (min-width: 768px) {
  textarea {
    height: 120px;
  }
}
@media (min-width: 992px) {
  textarea {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 140px;
  }
}
@media (min-width: 1440px) {
  textarea {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .siteEnquiryForm .modal-dialog {
    max-width: 58.403%;
  }
}
.siteEnquiryForm .btn-close {
  background-image: unset;
  position: absolute;
  right: 20px;
  background-color: #E3E5E9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .siteEnquiryForm .btn-close {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .siteEnquiryForm .btn-close {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .siteEnquiryForm .btn-close {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .siteEnquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
  .siteEnquiryForm .btn-close svg {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  .siteEnquiryForm .btn-close svg {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1900px) {
  .siteEnquiryForm .btn-close svg {
    width: 14px;
    height: 14px;
  }
}
.siteEnquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}

.enquiryForm {
  /* Tabs */
  /* Form controls */
  /* Footer buttons */
  /* Hide all tab contents first */
}
.enquiryForm .modal-dialog {
  max-width: 95%;
}
@media (min-width: 768px) {
  .enquiryForm .modal-dialog {
    max-width: 60.681%;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-dialog {
    max-width: 50.681%;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-dialog {
    max-width: 38.681%;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-dialog {
    max-width: 557px;
  }
}
.enquiryForm .btn-close {
  background-image: unset;
  position: absolute;
  right: 20px;
  background-color: #E3E5E9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 2;
}
.enquiryForm .btn-close svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .enquiryForm .btn-close {
    width: 35px;
    height: 35px;
  }
}
.enquiryForm .btn-close svg {
  width: 19px;
  height: 19px;
}
@media (min-width: 992px) {
  .enquiryForm .btn-close {
    width: 38px;
    height: 38px;
  }
  .enquiryForm .btn-close svg {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close {
    width: 40px;
    height: 40px;
  }
  .enquiryForm .btn-close svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
  .enquiryForm .btn-close svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .btn-close svg {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .btn-close svg {
    width: 28px;
    height: 28px;
  }
}
.enquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.enquiryForm .tabs {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D9D9D9;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.enquiryForm .tab {
  background: #E3E5E9;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
  color: #3B3B3B;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  line-height: 70%;
  padding: 9px 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .enquiryForm .tab {
    padding: 12px 11px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .tab {
    padding: 14px 13px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .tab {
    padding: 15px 16px;
    min-width: 108px;
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .enquiryForm .tab {
    padding: 16px 18px;
    min-width: 108px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .tab {
    padding: 16px 20px;
    min-width: 108px;
    font-size: 20px;
  }
}
.enquiryForm .tab.active {
  background: #fff;
  color: #A3864F;
}
.enquiryForm .form-group {
  margin-bottom: 12px;
}
.enquiryForm .select-wrap {
  position: relative;
}
.enquiryForm .select-wrap::after {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17 10L12 15L7 10" stroke="%23595959" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #6b7280;
  pointer-events: none;
}
.enquiryForm textarea {
  min-height: 110px;
  resize: vertical;
}
.enquiryForm .modal-footer {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 20px;
}
.enquiryForm .btn-primary {
  background: var(--accent);
  border: none;
  color: white;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.15s;
}
.enquiryForm .btn-primary:hover {
  opacity: 0.9;
}
.enquiryForm .tab-panel {
  display: none;
}
.enquiryForm .tab-panel.active {
  display: block;
}

.policy {
  padding: 22px 0px 40px 0px;
  /* Mobile behavior */
}
@media (min-width: 768px) {
  .policy {
    padding: 28px 0px 68px 0px;
  }
}
@media (min-width: 992px) {
  .policy {
    padding: 30px 0px 71px 0px;
  }
}
@media (min-width: 1200px) {
  .policy {
    padding: 32px 0px 73px 0px;
  }
}
@media (min-width: 1350px) {
  .policy {
    padding: 34px 0px 75px 0px;
  }
}
@media (min-width: 1440px) {
  .policy {
    padding: 36px 0px 77px 0px;
  }
}
@media (min-width: 1600px) {
  .policy {
    padding: 38px 0px 79px 0px;
  }
}
@media (min-width: 1900px) {
  .policy {
    padding: 40px 0px 81px 0px;
  }
}
.policy p a {
  color: #0391F0;
}
.policy nav {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (max-width: 767px) {
  .policy nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .policy nav {
    width: 24.387%;
    position: sticky;
    top: 110px;
  }
}
@media (min-width: 1200px) {
  .policy nav {
    width: 24.387%;
  }
}
@media (min-width: 1440px) {
  .policy nav {
    top: 110px;
  }
}
@media (min-width: 1600px) {
  .policy nav {
    top: 120px;
  }
}
@media (min-width: 1900px) {
  .policy nav {
    top: 130px;
  }
}
.policy nav ul {
  counter-reset: css-counter 0;
}
.policy nav ul li {
  counter-increment: css-counter 1;
  position: relative;
  padding-left: 36px;
}
.policy nav ul li::before {
  content: counter(css-counter) " ";
  position: absolute;
  left: 0;
  background: #E0E0E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media (min-width: 1440px) {
  .policy nav ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .policy nav ul li::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1440px) {
  .policy nav ul li::before {
    width: 26px;
    height: 26px;
  }
}
.policy nav ul li::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.955 1.8411C5.74409 2.05207 5.62561 2.33817 5.62561 2.63648C5.62561 2.93479 5.74409 3.22088 5.955 3.43185L11.5237 9.0006L5.955 14.5694C5.75007 14.7815 5.63668 15.0657 5.63924 15.3607C5.6418 15.6557 5.76012 15.9378 5.9687 16.1464C6.17729 16.355 6.45945 16.4733 6.75442 16.4759C7.04939 16.4784 7.33357 16.365 7.54575 16.1601L13.9099 9.79598C14.1208 9.58501 14.2393 9.29891 14.2393 9.0006C14.2393 8.70229 14.1208 8.4162 13.9099 8.20523L7.54575 1.8411C7.33478 1.6302 7.04868 1.51172 6.75037 1.51172C6.45206 1.51172 6.16597 1.6302 5.955 1.8411Z" fill="%23BAB5B0"/></svg>');
  width: 18px;
  height: 18px;
  right: 0;
  top: 2px;
}
.policy nav ul li + li {
  margin-top: 24px;
}
.policy nav li {
  color: #BAB5B0;
  line-height: 100%;
  font-size: 11px;
}
@media (min-width: 768px) {
  .policy nav li {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .policy nav li {
    font-size: 11x;
  }
}
@media (min-width: 1200px) {
  .policy nav li {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .policy nav li {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .policy nav li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .policy nav li {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .policy nav li {
    font-size: 18px;
  }
}
.policy nav .active, .policy nav:hover {
  color: #0391F0;
  font-weight: 600;
}
.policy nav .active::before, .policy nav:hover::before {
  background: #0391F0;
  color: #fff;
}
.policy nav .active::after, .policy nav:hover::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.955 1.8411C5.74409 2.05207 5.62561 2.33817 5.62561 2.63648C5.62561 2.93479 5.74409 3.22088 5.955 3.43185L11.5237 9.0006L5.955 14.5694C5.75007 14.7815 5.63668 15.0657 5.63924 15.3607C5.6418 15.6557 5.76012 15.9378 5.9687 16.1464C6.17729 16.355 6.45945 16.4733 6.75442 16.4759C7.04939 16.4784 7.33357 16.365 7.54575 16.1601L13.9099 9.79598C14.1208 9.58501 14.2393 9.29891 14.2393 9.0006C14.2393 8.70229 14.1208 8.4162 13.9099 8.20523L7.54575 1.8411C7.33478 1.6302 7.04868 1.51172 6.75037 1.51172C6.45206 1.51172 6.16597 1.6302 5.955 1.8411Z" fill="%230391F0"/></svg>');
}
.policy main {
  width: 100%;
}
@media (min-width: 768px) {
  .policy main {
    width: 63.013%;
  }
}
@media (min-width: 1200px) {
  .policy main {
    width: 71.013%;
  }
}
.policy main p + h3 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .policy main p + h3 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .policy main p + h3 {
    margin-top: 46px;
  }
}
@media (min-width: 1200px) {
  .policy main p + h3 {
    margin-top: 50px;
  }
}
@media (min-width: 1350px) {
  .policy main p + h3 {
    margin-top: 54px;
  }
}
@media (min-width: 1440px) {
  .policy main p + h3 {
    margin-top: 58px;
  }
}
@media (min-width: 1600px) {
  .policy main p + h3 {
    margin-top: 62px;
  }
}
@media (min-width: 1900px) {
  .policy main p + h3 {
    margin-top: 66px;
  }
}
.policy main h3 {
  line-height: 70%; /* 70% */
  color: #000;
  font-family: RescueW01-SemiBold;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .policy main h3 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .policy main h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .policy main h3 {
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .policy main h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .policy main h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .policy main h3 {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .policy main h3 {
    font-size: 28px;
  }
}
.policy .toc-dropdown {
  position: relative;
}
.policy .toc-toggle {
  display: none;
  width: 100%;
  color: #575454;
  font-weight: 500;
  border: none;
  padding: 7px 6px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #575454;
  cursor: pointer;
}
.policy #toc {
  display: block;
}
.policy #toc.open {
  display: block;
}
@media (max-width: 767px) {
  .policy .sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .policy .toc-toggle {
    display: block;
  }
  .policy #toc {
    display: none;
    background: #f8f9fa;
    margin-top: 8px;
    border-radius: 6px;
    padding: 17px 10px;
  }
  .policy #toc.open {
    display: block;
  }
  .policy .d-flex {
    flex-direction: column;
  }
}

.pulse-background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: auto;
}
@media (min-width: 768px) {
  .pulse-background {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .pulse-background {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .pulse-background {
    width: 218px;
  }
}
@media (min-width: 1350px) {
  .pulse-background {
    width: 238.669px;
  }
}
@media (min-width: 1440px) {
  .pulse-background {
    width: 248.669px;
  }
}

.pulse-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(163, 134, 79, 0.2823529412);
  animation: pulseRing 2.5s infinite ease-out;
}
.pulse-circle:nth-child(1) {
  animation-delay: 0.4s;
  background: rgba(163, 134, 79, 0.1764705882);
}
.pulse-circle:nth-child(2) {
  animation-delay: 0.8s;
}
.pulse-circle:nth-child(3) {
  animation-delay: 1.2s;
}
.pulse-circle:nth-child(4) {
  animation-delay: 1.6s;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .icon-wrapper {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .icon-wrapper {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .icon-wrapper {
    width: 135px;
    height: 135px;
  }
}
@media (min-width: 1280px) {
  .icon-wrapper {
    width: 135px;
    height: 135px;
  }
}
@media (min-width: 1350px) {
  .icon-wrapper {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .icon-wrapper {
    width: 148px;
    height: 148px;
  }
}
.icon-wrapper SVG {
  width: 100%;
  height: auto;
}

@keyframes pulseRing {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.thank-you {
  margin: 30px 0px 50px;
}
@media (min-width: 992px) {
  .thank-you {
    margin: 50px 0px 135px;
  }
}
@media (min-width: 1200px) {
  .thank-you {
    margin: 55px 0px 140px;
  }
}
@media (min-width: 1280px) {
  .thank-you {
    margin: 60px 0px 150px;
  }
}
@media (min-width: 1350px) {
  .thank-you {
    margin: 63px 0px 160px;
  }
}
@media (min-width: 1440px) {
  .thank-you {
    margin: 68px 0px 170px;
  }
}
.thank-you .btn-theme {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .thank-you .btn-theme {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .thank-you .btn-theme {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .thank-you .btn-theme {
    margin-top: 30px;
  }
}
@media (min-width: 1350px) {
  .thank-you .btn-theme {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .thank-you .btn-theme {
    margin-top: 34px;
  }
}

.blog-list {
  padding: 34px 0px 38px 0px;
}
@media (min-width: 768px) {
  .blog-list {
    padding: 36px 0px 42px 0px;
  }
}
@media (min-width: 992px) {
  .blog-list {
    padding: 38px 0px 44px 0px;
  }
}
@media (min-width: 1200px) {
  .blog-list {
    padding: 40px 0px 46px 0px;
  }
}
@media (min-width: 1350px) {
  .blog-list {
    padding: 42px 0px 48px 0px;
  }
}
@media (min-width: 1440px) {
  .blog-list {
    padding: 44px 0px 50px 0px;
  }
}
@media (min-width: 1600px) {
  .blog-list {
    padding: 46px 0px 52px 0px;
  }
}
@media (min-width: 1900px) {
  .blog-list {
    padding: 48px 0px 54px 0px;
  }
}
.blog-list-row {
  gap: 18px;
}
@media (min-width: 576px) {
  .blog-list-row {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .blog-list-row {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .blog-list-row {
    gap: 19px;
  }
}
@media (min-width: 1200px) {
  .blog-list-row {
    gap: 22px;
  }
}
@media (min-width: 1280px) {
  .blog-list-row {
    gap: 24px;
  }
}
@media (min-width: 1350px) {
  .blog-list-row {
    gap: 26px;
  }
}
@media (min-width: 1440px) {
  .blog-list-row {
    gap: 28px;
  }
}
@media (min-width: 1600px) {
  .blog-list-row {
    gap: 31px;
  }
}
@media (min-width: 1900px) {
  .blog-list-row {
    gap: 37px;
  }
}

.blog-list-card {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 12px 12px 12px;
}
@media (min-width: 768px) {
  .blog-list-card {
    width: 48.5%;
    padding: 12px 14px 14px 14px;
  }
}
@media (min-width: 992px) {
  .blog-list-card {
    padding: 14px 16px 16px 16px;
    width: 31.903%;
  }
}
@media (min-width: 1200px) {
  .blog-list-card {
    padding: 16px 18px 18px 18px;
  }
}
@media (min-width: 1350px) {
  .blog-list-card {
    padding: 18px 20px 20px 20px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card {
    padding: 20px 22px 22px 22px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card {
    padding: 22px 24px 24px 24px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card {
    padding: 24px 26px 26px 26px;
  }
}
.blog-list-card h3 {
  color: #000;
  font-weight: 600;
  line-height: 155.556%;
  font-family: RescueW01-SemiBold;
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .blog-list-card h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .blog-list-card h3 {
    margin-bottom: 9px;
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  .blog-list-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card h3 {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card h3 {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .blog-list-card h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.blog-list-card img {
  border-radius: 4.665px;
  width: 100%;
  height: auto;
}
.blog-list-card p {
  color: #616161;
  line-height: 183.333%;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .blog-list-card p {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card p {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .blog-list-card p {
    font-size: 16px;
  }
}
.blog-list-card .readMore {
  margin-top: auto;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1440px) {
  .blog-list-card .readMore {
    gap: 8px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card .readMore {
    gap: 9px;
  }
}
@media (min-width: 1900px) {
  .blog-list-card .readMore {
    gap: 10px;
  }
}
.blog-list-card .readMore:hover {
  color: #a3864f;
}
.blog-list-card .readMore svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .blog-list-card .readMore svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 992px) {
  .blog-list-card .readMore svg {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1200px) {
  .blog-list-card .readMore svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1350px) {
  .blog-list-card .readMore svg {
    width: 19px;
    height: 19px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card .readMore svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card .readMore svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card .readMore svg {
    width: 24px;
    height: 24px;
  }
}
.blog-list-card .blog-description {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog-list-card .blog-description {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .blog-list-card .blog-description {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .blog-list-card .blog-description {
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .blog-list-card .blog-description {
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .blog-list-card .blog-description {
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .blog-list-card .blog-description {
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .blog-list-card .blog-description {
    margin-bottom: 22px;
  }
}

.blog-info {
  margin: 15px 0px 12px 0px;
}
@media (min-width: 992px) {
  .blog-info {
    margin: 17px 0px 14px 0px;
  }
}
@media (min-width: 1200px) {
  .blog-info {
    margin: 18px 0px 15px 0px;
  }
}
@media (min-width: 1350px) {
  .blog-info {
    margin: 20px 0px 17px 0px;
  }
}
@media (min-width: 1440px) {
  .blog-info {
    margin: 22px 0px 19px 0px;
  }
}
@media (min-width: 1600px) {
  .blog-info {
    margin: 24px 0px 21px 0px;
  }
}
@media (min-width: 1900px) {
  .blog-info {
    margin: 26px 0px 23px 0px;
  }
}
.blog-info li,
.blog-info div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .blog-info li,
  .blog-info div {
    gap: 5px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .blog-info li,
  .blog-info div {
    gap: 6px;
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .blog-info li,
  .blog-info div {
    gap: 7px;
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .blog-info li,
  .blog-info div {
    gap: 8px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .blog-info li,
  .blog-info div {
    gap: 9px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .blog-info li,
  .blog-info div {
    gap: 10px;
    font-size: 18px;
  }
}
.blog-info li svg,
.blog-info div svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1440px) {
  .blog-info li svg,
  .blog-info div svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1600px) {
  .blog-info li svg,
  .blog-info div svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1900px) {
  .blog-info li svg,
  .blog-info div svg {
    width: 20px;
    height: 20px;
  }
}
.blog-info li + li,
.blog-info li + div,
.blog-info div + li,
.blog-info div + div {
  padding-left: 7px;
  margin-left: 7px;
}
@media (min-width: 768px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 9px;
    margin-left: 9px;
  }
}
@media (min-width: 1200px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1350px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 11px;
    margin-left: 11px;
  }
}
@media (min-width: 1440px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 1600px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 14px;
    margin-left: 14px;
  }
}
@media (min-width: 1900px) {
  .blog-info li + li,
  .blog-info li + div,
  .blog-info div + li,
  .blog-info div + div {
    padding-left: 16px;
    margin-left: 16px;
  }
}
.blog-info li + li::before,
.blog-info li + div::before,
.blog-info div + li::before,
.blog-info div + div::before {
  background: #616161;
  width: 1px;
  height: 85%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.latest-blog-post,
.blog-details {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 28px;
  }
}
@media (min-width: 1350px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 36px;
  }
}
@media (min-width: 1900px) {
  .latest-blog-post,
  .blog-details {
    margin-top: 40px;
  }
}

.latest-blog-post img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .latest-blog-post img {
    border-radius: 20px;
    height: auto;
  }
}
.latest-blog-post-head {
  transition: 0.54s ease all;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: rgba(0, 0, 0, 0.43);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px 15px 20px 15px;
}
@media (min-width: 992px) {
  .latest-blog-post-head {
    padding: 19px 19px 32px 19px;
  }
}
@media (min-width: 1200px) {
  .latest-blog-post-head {
    padding: 21px 21px 34px 21px;
  }
}
@media (min-width: 1350px) {
  .latest-blog-post-head {
    padding: 23px 23px 36px 23px;
  }
}
@media (min-width: 1440px) {
  .latest-blog-post-head {
    padding: 24px 24px 38px 24px;
  }
}
@media (min-width: 1600px) {
  .latest-blog-post-head {
    padding: 26px 26px 40px 26px;
  }
}
@media (min-width: 1440px) {
  .latest-blog-post-head {
    padding: 28px 28px 42px 28px;
  }
}
.latest-blog-post-head path {
  stroke: #fff;
  transition: 0.54s ease all;
}
.latest-blog-post-head > svg {
  position: absolute;
  right: 2%;
  bottom: 17%;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .latest-blog-post-head > svg {
    width: 39px;
    height: 39px;
  }
}
@media (min-width: 992px) {
  .latest-blog-post-head > svg {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .latest-blog-post-head > svg {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1350px) {
  .latest-blog-post-head > svg {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .latest-blog-post-head > svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .latest-blog-post-head > svg {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1900px) {
  .latest-blog-post-head > svg {
    width: 60px;
    height: 60px;
  }
}
.latest-blog-post-head ul {
  margin-bottom: 0;
}
.latest-blog-post-head:hover > svg circle {
  fill: #fff;
  transition: 0.54s ease all;
}
.latest-blog-post-head:hover > svg path {
  stroke: #000;
  transition: 0.54s ease all;
}
.latest-blog-post li::before {
  background: #fff !important;
}
.latest-blog-post h3,
.latest-blog-post a,
.latest-blog-post li {
  color: #fff !important;
}
.latest-blog-post h3 {
  font-family: RescueW01-Bold;
  margin: 0;
  font-weight: 700;
  line-height: normal;
  width: 95%;
  font-size: 18px;
}
@media (min-width: 576px) {
  .latest-blog-post h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .latest-blog-post h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .latest-blog-post h3 {
    font-size: 28px;
  }
}
@media (min-width: 1350px) {
  .latest-blog-post h3 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .latest-blog-post h3 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .latest-blog-post h3 {
    font-size: 35px;
  }
}
@media (min-width: 1900px) {
  .latest-blog-post h3 {
    font-size: 38px;
  }
}

section.blog-details {
  margin-bottom: 40.5px;
}
section.blog-details img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  section.blog-details {
    margin-bottom: 50.5px;
  }
}
@media (min-width: 992px) {
  section.blog-details {
    margin-bottom: 60.5px;
  }
}
@media (min-width: 1200px) {
  section.blog-details {
    margin-bottom: 65.5px;
  }
}
@media (min-width: 1350px) {
  section.blog-details {
    margin-bottom: 68.5px;
  }
}
@media (min-width: 1440px) {
  section.blog-details {
    margin-bottom: 70.5px;
  }
}
@media (min-width: 1600px) {
  section.blog-details {
    margin-bottom: 74.5px;
  }
}
@media (min-width: 1900px) {
  section.blog-details {
    margin-bottom: 79.5px;
  }
}
section.blog-details h1,
section.blog-details .h1 {
  font-family: RescueW01-Bold;
  color: #000;
  line-height: normal;
  font-size: 24px;
}
@media (min-width: 576px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 32px;
  }
}
@media (min-width: 1350px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 39px;
  }
}
@media (min-width: 1900px) {
  section.blog-details h1,
  section.blog-details .h1 {
    font-size: 42px;
  }
}
section.blog-details aside {
  width: 100%;
}
@media (min-width: 992px) {
  section.blog-details article {
    width: 61.81%;
  }
  section.blog-details aside {
    width: 36.59%;
  }
}
@media (min-width: 1200px) {
  section.blog-details aside {
    width: 33.59%;
  }
}
section.blog-details .blogHead {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  section.blog-details .blogHead {
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) {
  section.blog-details .blogHead {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  section.blog-details .blogHead {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  section.blog-details .blogHead {
    margin-bottom: 39px;
  }
}
@media (min-width: 1350px) {
  section.blog-details .blogHead {
    margin-bottom: 42px;
  }
}
@media (min-width: 1440px) {
  section.blog-details .blogHead {
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  section.blog-details .blogHead {
    margin-bottom: 48px;
  }
}
@media (min-width: 1900px) {
  section.blog-details .blogHead {
    margin-bottom: 51px;
  }
}
section.blog-details article h2 {
  color: #000;
  font-family: RescueW01-Bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.blog-details article h2 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  section.blog-details article h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article h2 {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article h2 {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article h2 {
    font-size: 26x;
  }
}
@media (min-width: 1900px) {
  section.blog-details article h2 {
    font-size: 28px;
  }
}
section.blog-details article .featured {
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  section.blog-details article .featured {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) {
  section.blog-details article .featured {
    margin-bottom: 39px;
  }
}
@media (min-width: 992px) {
  section.blog-details article .featured {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article .featured {
    margin-bottom: 49px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article .featured {
    margin-bottom: 54px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article .featured {
    margin-bottom: 59px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article .featured {
    margin-bottom: 64px;
  }
}
@media (min-width: 1900px) {
  section.blog-details article .featured {
    margin-bottom: 69px;
  }
}
section.blog-details article .featured button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s ease all;
}
section.blog-details article .featured button svg {
  transition: 0.5s ease all;
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  section.blog-details article .featured button svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  section.blog-details article .featured button svg {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article .featured button svg {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article .featured button svg {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article .featured button svg {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article .featured button svg {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 1900px) {
  section.blog-details article .featured button svg {
    width: 90px;
    height: 90px;
  }
}
section.blog-details article .featured button:hover svg {
  transform: scale(1.2);
  transition: 0.5s ease all;
}
section.blog-details article p + p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  section.blog-details article p + p {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  section.blog-details article p + p {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article p + p {
    margin-top: 16px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article p + p {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article p + p {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article p + p {
    margin-top: 24px;
  }
}
@media (min-width: 1900px) {
  section.blog-details article p + p {
    margin-top: 28px;
  }
}
section.blog-details article p + h3,
section.blog-details article p + ul,
section.blog-details article h2 + ul,
section.blog-details article h3 + ul,
section.blog-details article p + h2,
section.blog-details article div + h2,
section.blog-details article h2 + picture,
section.blog-details article h3 + picture,
section.blog-details article picture + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 20px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 22px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 26px;
  }
}
@media (min-width: 1900px) {
  section.blog-details article p + h3,
  section.blog-details article p + ul,
  section.blog-details article h2 + ul,
  section.blog-details article h3 + ul,
  section.blog-details article p + h2,
  section.blog-details article div + h2,
  section.blog-details article h2 + picture,
  section.blog-details article h3 + picture,
  section.blog-details article picture + p {
    margin-top: 28px;
  }
}
section.blog-details article p + h2,
section.blog-details article ul + h2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 32px;
  }
}
@media (min-width: 1350px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 34px;
  }
}
@media (min-width: 1440px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 36px;
  }
}
@media (min-width: 1600px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1900px) {
  section.blog-details article p + h2,
  section.blog-details article ul + h2 {
    margin-top: 44px;
  }
}
section.blog-details article img {
  border-radius: 10px;
}
section.blog-details article h3,
section.blog-details article h4 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
section.blog-details article ul li + li {
  margin-top: 24px;
}
section.blog-details .list ul li::before {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%23ECCF96" fill-opacity="0.45"/><path d="M9.63139 6.43197C9.46736 6.59606 9.37521 6.81858 9.37521 7.05059C9.37521 7.28261 9.46736 7.50513 9.63139 7.66922L13.9626 12.0005L9.63139 16.3317C9.47201 16.4967 9.38381 16.7178 9.3858 16.9472C9.3878 17.1766 9.47982 17.3961 9.64205 17.5583C9.80428 17.7205 10.0237 17.8126 10.2532 17.8146C10.4826 17.8166 10.7036 17.7284 10.8686 17.569L15.8185 12.6191C15.9826 12.455 16.0747 12.2325 16.0747 12.0005C16.0747 11.7685 15.9826 11.5459 15.8185 11.3818L10.8686 6.43197C10.7046 6.26793 10.482 6.17578 10.25 6.17578C10.018 6.17578 9.79548 6.26793 9.63139 6.43197Z" fill="%23A3864F"/></svg>');
  top: -1px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.blog-details aside {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 18px 14px;
}
@media (min-width: 768px) {
  section.blog-details aside {
    padding: 20px 16px;
  }
}
@media (min-width: 992px) {
  section.blog-details aside {
    padding: 22px 18px;
    position: sticky;
    top: 85px;
  }
}
@media (min-width: 1200px) {
  section.blog-details aside {
    padding: 24px 20px;
    top: 100px;
  }
}
@media (min-width: 1350px) {
  section.blog-details aside {
    padding: 26px 22px;
  }
}
@media (min-width: 1440px) {
  section.blog-details aside {
    padding: 28px 24px;
  }
}
@media (min-width: 1600px) {
  section.blog-details aside {
    padding: 32px 28px;
    top: 115px;
  }
}
@media (min-width: 1900px) {
  section.blog-details aside {
    padding: 36px 32px;
    top: 128px;
  }
}
section.blog-details h2 {
  font-family: RescueW01-SemiBold;
  line-height: 160%;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.blog-details h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  section.blog-details h2 {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  section.blog-details h2 {
    font-size: 21px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1350px) {
  section.blog-details h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  section.blog-details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  section.blog-details h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1900px) {
  section.blog-details h2 {
    font-size: 28px;
    margin-bottom: 21px;
  }
}
section.blog-details h4 {
  color: #302F30;
  font-family: RescueW01-SemiBold;
  font-size: 12px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  section.blog-details h4 {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  section.blog-details h4 {
    font-size: 12px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  section.blog-details h4 {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1350px) {
  section.blog-details h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media (min-width: 1440px) {
  section.blog-details h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  section.blog-details h4 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  section.blog-details h4 {
    font-size: 19px;
    margin-bottom: 18px;
  }
}
section.blog-details .recent-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  padding: 11px;
}
section.blog-details .recent-article picture {
  width: 27.475%;
}
section.blog-details .recent-article picture img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 59px;
}
@media (min-width: 768px) {
  section.blog-details .recent-article picture img {
    height: 65px;
  }
}
@media (min-width: 992px) {
  section.blog-details .recent-article picture img {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  section.blog-details .recent-article picture img {
    height: 73px;
  }
}
@media (min-width: 1350px) {
  section.blog-details .recent-article picture img {
    height: 76px;
  }
}
@media (min-width: 1440px) {
  section.blog-details .recent-article picture img {
    height: 79px;
  }
}
@media (min-width: 1600px) {
  section.blog-details .recent-article picture img {
    height: 85px;
  }
}
@media (min-width: 1900px) {
  section.blog-details .recent-article picture img {
    height: 90px;
  }
}
section.blog-details .recent-article > div {
  width: 66.21%;
}
section.blog-details .recent-article + div {
  margin-top: 12px;
}

.share-navigation {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  margin-top: 25px;
  padding: 15.5px 0px;
}
@media (max-width: 991px) {
  .share-navigation {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .share-navigation {
    margin-top: 30.5px;
    padding: 8px 0px;
  }
}
@media (min-width: 992px) {
  .share-navigation {
    margin-top: 35.5px;
    padding: 9.5px 0px;
  }
}
@media (min-width: 1200px) {
  .share-navigation {
    margin-top: 38.5px;
    padding: 10.5px 0px;
  }
}
@media (min-width: 1350px) {
  .share-navigation {
    margin-top: 41.5px;
    padding: 12.5px 0px;
  }
}
@media (min-width: 1440px) {
  .share-navigation {
    margin-top: 43.5px;
    padding: 14.5px 0px;
  }
}
@media (min-width: 1600px) {
  .share-navigation {
    margin-top: 46.5px;
    padding: 16.5px 0px;
  }
}
@media (min-width: 1440px) {
  .share-navigation {
    margin-top: 49.5px;
    padding: 18.5px 0px;
  }
}
.share-navigation .navigation {
  gap: 9px;
}
.share-navigation .navigation button {
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #C0C0C0;
  border: 1px solid #C0C0C0;
  gap: 8px;
  padding: 6px 20px;
}
@media (min-width: 768px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 8px 25px;
  }
}
@media (min-width: 992px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 9px 27px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 11px 29px;
  }
}
@media (min-width: 1350px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 13px 31px;
  }
}
@media (min-width: 1440px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 15px 33px;
  }
}
@media (min-width: 1600px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 17px 35px;
  }
}
@media (min-width: 1900px) {
  .share-navigation .navigation button {
    gap: 8px;
    padding: 19px 37px;
  }
}
.share-navigation .navigation button svg {
  width: 5px;
}
@media (min-width: 992px) {
  .share-navigation .navigation button svg {
    width: 6px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .navigation button svg {
    width: 7px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .navigation button svg {
    width: 7px;
  }
}
@media (min-width: 1440px) {
  .share-navigation .navigation button svg {
    width: 8px;
  }
}
.share-navigation .navigation button + button, .share-navigation .navigation button:hover {
  border: 1px solid #616161;
  background: #302F30;
  color: #fff;
}
.share-navigation .navigation button + button path, .share-navigation .navigation button:hover path {
  fill: #fff;
}
.share-navigation .share {
  gap: 5px;
}
@media (max-width: 767px) {
  .share-navigation .share {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .share-navigation .share {
    gap: 6px;
  }
}
@media (min-width: 992px) {
  .share-navigation .share {
    gap: 7px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .share {
    gap: 8px;
  }
}
@media (min-width: 1350px) {
  .share-navigation .share {
    gap: 9px;
  }
}
@media (min-width: 1440px) {
  .share-navigation .share {
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  .share-navigation .share {
    gap: 12px;
  }
}
@media (min-width: 1900px) {
  .share-navigation .share {
    gap: 14px;
  }
}
.share-navigation .share .d-flex {
  margin-left: 4px;
  gap: 10px;
}
@media (max-width: 767px) {
  .share-navigation .share .d-flex {
    width: 75%;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .share-navigation .share .d-flex {
    margin-left: 5px;
    gap: 13px;
  }
}
@media (min-width: 992px) {
  .share-navigation .share .d-flex {
    margin-left: 6px;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .share .d-flex {
    margin-left: 7px;
    gap: 17px;
  }
}
@media (min-width: 1350px) {
  .share-navigation .share .d-flex {
    margin-left: 8px;
    gap: 18px;
  }
}
@media (min-width: 1440px) {
  .share-navigation .share .d-flex {
    margin-left: 9px;
    gap: 19px;
  }
}
@media (min-width: 1600px) {
  .share-navigation .share .d-flex {
    margin-left: 12px;
    gap: 22px;
  }
}
@media (min-width: 1900px) {
  .share-navigation .share .d-flex {
    margin-left: 15px;
    gap: 25px;
  }
}
.share-navigation .share a svg {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.share-navigation .share a svg:hover {
  background: #ECCF96;
}
.share-navigation .share a svg:hover path {
  fill: #fff;
}
@media (min-width: 992px) {
  .share-navigation .share a svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .share-navigation .share a svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .share-navigation .share a svg {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1350px) {
  .share-navigation .share a svg {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1440px) {
  .share-navigation .share a svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1600px) {
  .share-navigation .share a svg {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1900px) {
  .share-navigation .share a svg {
    width: 40px;
    height: 40px;
  }
}

.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(25, 33, 60, 0.53);
  justify-content: center;
  align-items: center;
}
.video-popup video {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1700px) {
  .video-popup video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 660px;
  }
}

.video-popup-content {
  position: relative;
  width: 95%;
  max-height: 80%;
  background: white;
  box-shadow: 0 0 10px 10px rgba(54, 54, 54, 0.11);
  border-radius: 10px;
  padding: 5px 5px 0px 5px;
}
@media (min-width: 768px) {
  .video-popup-content {
    width: 73.795%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .video-popup-content {
    padding: 22px;
  }
}
@media (min-width: 1200px) {
  .video-popup-content {
    padding: 24px;
  }
}
@media (min-width: 1350px) {
  .video-popup-content {
    padding: 26px;
  }
}
@media (min-width: 1440px) {
  .video-popup-content {
    padding: 28px;
  }
}
@media (min-width: 1600px) {
  .video-popup-content {
    padding: 32px;
  }
}
@media (min-width: 1900px) {
  .video-popup-content {
    padding: 36px;
  }
}

.close-popup {
  z-index: 9;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  cursor: pointer;
  background: #E3E5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .close-popup {
    top: 20px;
    right: 20px;
  }
}
.close-popup:hover {
  background-color: #ECCF96;
}
@media (min-width: 768px) {
  .close-popup {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 992px) {
  .close-popup {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .close-popup {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1350px) {
  .close-popup {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .close-popup {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .close-popup {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1900px) {
  .close-popup {
    width: 46px;
    height: 46px;
  }
}
.close-popup svg {
  width: 15px;
}
@media (min-width: 576px) {
  .close-popup svg {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .close-popup svg {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .close-popup svg {
    width: 19px;
  }
}
@media (min-width: 1200px) {
  .close-popup svg {
    width: 21px;
  }
}
@media (min-width: 1350px) {
  .close-popup svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .close-popup svg {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .close-popup svg {
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .close-popup svg {
    width: 28px;
  }
}

.contact {
  padding: 40px 0px 60px 0px;
}
@media (min-width: 992px) {
  .contact {
    padding: 50px 0px 74px 0px;
  }
}
@media (min-width: 1350px) {
  .contact {
    padding: 55px 0px 79px 0px;
  }
}
@media (min-width: 1440px) {
  .contact {
    padding: 60px 0px 84px 0px;
  }
}
@media (min-width: 1600px) {
  .contact {
    padding: 65px 0px 89px 0px;
  }
}
@media (min-width: 1900px) {
  .contact {
    padding: 70px 0px 94px 0px;
  }
}
.contact-col {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-col {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .contact-col {
    width: 59.203%;
  }
}
@media (min-width: 1900px) {
  .contact-col {
    width: 62.203%;
  }
}
.contact-card {
  border-radius: 10px;
  background: #F8F6F1;
  padding: 24px;
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .contact-card {
    padding: 24px;
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .contact-card {
    padding: 28px;
    margin-top: 28px;
  }
}
@media (min-width: 1900px) {
  .contact-card {
    padding: 32px;
    margin-top: 32px;
  }
}
.contact-card p {
  line-height: 153.846% !important;
  font-size: 13px;
  margin-bottom: 28px;
  width: 80.449%;
}
@media (min-width: 992px) {
  .contact-card p {
    width: 49.449%;
  }
}
@media (min-width: 1200px) {
  .contact-card p {
    font-size: 11px;
  }
}
@media (min-width: 1350px) {
  .contact-card p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .contact-card p {
    font-size: 13px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .contact-card p {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1900px) {
  .contact-card p {
    width: 48.449%;
    font-size: 17px;
    margin-bottom: 36px;
  }
}
.contact-card h3 {
  color: #000;
  font-family: RescueW01-SemiBold;
  margin-bottom: 16px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .contact-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .contact-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1350px) {
  .contact-card h3 {
    font-size: 19px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .contact-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .contact-card h3 {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1900px) {
  .contact-card h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.contact .col-af-6 {
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .contact .col-af-6 {
    width: 48.897%;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .contact .col-af-6 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1350px) {
  .contact .col-af-6 {
    padding-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  .contact .col-af-6 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .contact .col-af-6 {
    padding-bottom: 27px;
  }
}
@media (min-width: 1900px) {
  .contact .col-af-6 {
    padding-bottom: 30px;
  }
}
.contact input, .contact textarea {
  border-radius: 5px;
  border: 1px solid #A2864F;
  background: #F8F6F1;
}
.contact input {
  height: 35px;
}
@media (min-width: 768px) {
  .contact input {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .contact input {
    height: 41px;
  }
}
@media (min-width: 1200px) {
  .contact input {
    height: 44px;
  }
}
@media (min-width: 1350px) {
  .contact input {
    height: 47px;
  }
}
@media (min-width: 1440px) {
  .contact input {
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .contact input {
    height: 53px;
  }
}
@media (min-width: 1900px) {
  .contact input {
    height: 56px;
  }
}
.contact textarea {
  height: 75px;
}
@media (min-width: 992px) {
  .contact textarea {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .contact textarea {
    height: 85px;
  }
}
@media (min-width: 1350px) {
  .contact textarea {
    height: 95px;
  }
}
@media (min-width: 1440px) {
  .contact textarea {
    height: 101px;
  }
}
@media (min-width: 1600px) {
  .contact textarea {
    height: 111px;
  }
}
@media (min-width: 1900px) {
  .contact textarea {
    height: 160px;
  }
}
.contact .form-footer {
  margin-top: 21px;
}
@media (min-width: 992px) {
  .contact .form-footer {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .contact .form-footer {
    margin-top: 27px;
  }
}
@media (min-width: 1350px) {
  .contact .form-footer {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .contact .form-footer {
    margin-top: 33px;
  }
}
@media (min-width: 1600px) {
  .contact .form-footer {
    margin-top: 36px;
  }
}
@media (min-width: 1900px) {
  .contact .form-footer {
    margin-top: 39px;
  }
}
.contact .form-footer button {
  line-height: 228.571%;
}
@media (min-width: 1440px) {
  .contact .form-footer button {
    height: 56px;
    padding: 2px 43.5px;
  }
}

.contact-information {
  z-index: 1;
  padding-right: 47px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-information {
    width: 37.04%;
  }
}
@media (min-width: 1900px) {
  .contact-information {
    width: 34.04%;
  }
}
.contact-information img, .contact-information picture {
  border-radius: 0 0 92px 0px;
}
@media (min-width: 992px) {
  .contact-information img, .contact-information picture {
    border-radius: 0 0 98px 0px;
  }
}
@media (min-width: 1440px) {
  .contact-information img, .contact-information picture {
    border-radius: 0 0 110px 0px;
  }
}
.contact-information img {
  width: 100%;
  height: auto;
}
.contact-information-box {
  position: absolute;
  top: 54px;
  right: 0;
  border-radius: 20px;
  padding: 30px 25px 25px 25px;
  z-index: 1;
}
.contact-information-box::before, .contact-information-box::after {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.contact-information-box::before {
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scale(1.1);
  z-index: -1;
}
.contact-information-box::after {
  background: #E9CE8A;
  top: 0;
  right: 0;
  z-index: -1;
}
.contact-information-box p, .contact-information-box a {
  color: #302F30 !important;
}
.contact-information-box p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-information-box p svg {
    width: 20px;
  }
}
@media (max-width: 1199px) {
  .contact-information-box p {
    font-size: 17px;
  }
}
.contact-information-box p svg {
  height: auto;
}
@media (min-width: 992px) {
  .contact-information-box p svg {
    width: 21px;
  }
}
@media (min-width: 1200px) {
  .contact-information-box p svg {
    width: 22px;
  }
}
@media (min-width: 1350px) {
  .contact-information-box p svg {
    width: 23px;
  }
}
@media (min-width: 1440px) {
  .contact-information-box p svg {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .contact-information-box p svg {
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .contact-information-box p svg {
    width: 28px;
  }
}
.contact-information-box a {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 992px) {
  .contact-information-box a {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .contact-information-box a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .contact-information-box a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-information-box a {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .contact-information-box a {
    font-size: 24px;
  }
}
.contact-information-box div + div {
  margin-top: 25px;
}

.locations h2 {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .locations h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .locations h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .locations h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .locations h2 {
    margin-bottom: 22px;
  }
}
@media (min-width: 1280px) {
  .locations h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1350px) {
  .locations h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .locations h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .locations h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .locations h2 {
    margin-bottom: 36px;
  }
}
.locations-wrapper {
  background: #F8F6F1;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .locations-wrapper {
    padding: 60px 0px;
  }
}
@media (min-width: 992px) {
  .locations-wrapper {
    padding: 65px 0px;
  }
}
@media (min-width: 1200px) {
  .locations-wrapper {
    padding: 70px 0px;
  }
}
@media (min-width: 1350px) {
  .locations-wrapper {
    padding: 75px 0px;
  }
}
@media (min-width: 1440px) {
  .locations-wrapper {
    padding: 80px 0px;
  }
}
@media (min-width: 1600px) {
  .locations-wrapper {
    padding: 90px 0px;
  }
}
@media (min-width: 1900px) {
  .locations-wrapper {
    padding: 100px 0px;
  }
}
.locations .container-header > .d-flex {
  gap: 5px;
}
@media (min-width: 576px) {
  .locations .container-header > .d-flex {
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .locations .container-header > .d-flex {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .locations .container-header > .d-flex {
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .locations .container-header > .d-flex {
    gap: 1.6%;
  }
}
.locations .country {
  gap: 5px;
  margin-bottom: 10px;
}
.locations .country picture {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .locations .country picture {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 992px) {
  .locations .country picture {
    width: 29px;
    height: 29px;
  }
}
@media (min-width: 1200px) {
  .locations .country picture {
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 1350px) {
  .locations .country picture {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1440px) {
  .locations .country picture {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1600px) {
  .locations .country picture {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1900px) {
  .locations .country picture {
    width: 41px;
    height: 41px;
  }
}
.locations .country picture img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .locations .country {
    gap: 7px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .locations .country {
    gap: 8px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .locations .country {
    gap: 9px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1350px) {
  .locations .country {
    gap: 10px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1440px) {
  .locations .country {
    gap: 12px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .locations .country {
    gap: 14px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1900px) {
  .locations .country {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.locations .country h3 {
  margin-bottom: 0;
  color: #302F30;
  font-size: 14px;
}
@media (min-width: 992px) {
  .locations .country h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .locations .country h3 {
    font-size: 18px;
  }
}
@media (min-width: 1350px) {
  .locations .country h3 {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .locations .country h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .locations .country h3 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .locations .country h3 {
    font-size: 24px;
  }
}
.locations-card {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 14px 9px 9px 9px;
  width: 49.2%;
}
@media (min-width: 576px) {
  .locations-card {
    width: 49.2%;
  }
}
@media (min-width: 768px) {
  .locations-card {
    width: 32.2%;
  }
}
@media (min-width: 992px) {
  .locations-card {
    width: 23.8%;
    padding: 16px 11px 11px 11px;
  }
}
@media (min-width: 1200px) {
  .locations-card {
    width: 18.712%;
    padding: 17px 12px 12px 12px;
  }
}
@media (min-width: 1350px) {
  .locations-card {
    padding: 19px 14px 14px 14px;
  }
}
@media (min-width: 1440px) {
  .locations-card {
    padding: 21px 16px 16px 16px;
  }
}
@media (min-width: 1600px) {
  .locations-card {
    padding: 24px 19px 19px 19px;
  }
}
@media (min-width: 1900px) {
  .locations-card {
    padding: 29px 24px 24px 24px;
  }
}
.locations-card span, .locations-card p, .locations-card a, .locations-card p a {
  line-height: 184.615%;
  font-size: 11px;
}
@media (min-width: 992px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 11px;
  }
}
@media (min-width: 1350px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .locations-card span, .locations-card p, .locations-card a, .locations-card p a {
    font-size: 17px;
  }
}
.locations-card span {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .locations-card span {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .locations-card span {
    margin-bottom: 6px;
  }
}
@media (min-width: 1350px) {
  .locations-card span {
    margin-bottom: 7px;
  }
}
@media (min-width: 1440px) {
  .locations-card span {
    margin-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  .locations-card span {
    margin-bottom: 10px;
  }
}
@media (min-width: 1900px) {
  .locations-card span {
    margin-bottom: 12px;
  }
}
.locations-card .map {
  display: block;
  border: 1px solid #D9D9D9;
  background: #FFF;
  border-radius: 3px;
  margin-top: auto;
  padding: 3px;
}
@media (min-width: 768px) {
  .locations-card .map {
    padding: 4px 12px 4px 4px;
  }
}
@media (min-width: 992px) {
  .locations-card .map {
    padding: 5px 15px 5px 5px;
  }
}
@media (min-width: 1200px) {
  .locations-card .map {
    padding: 6px 17px 6px 6px;
  }
}
@media (min-width: 1350px) {
  .locations-card .map {
    padding: 7px 19px 7px 7px;
  }
}
@media (min-width: 1440px) {
  .locations-card .map {
    padding: 8px 20px 8px 8px;
  }
}
@media (min-width: 1600px) {
  .locations-card .map {
    padding: 10px 22px 10px 10px;
  }
}
@media (min-width: 1900px) {
  .locations-card .map {
    padding: 10px 24px 12px 12px;
  }
}
.locations-card .map picture {
  width: 33px;
}
@media (min-width: 768px) {
  .locations-card .map picture {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .locations-card .map picture {
    width: 42px;
  }
}
@media (min-width: 1200px) {
  .locations-card .map picture {
    width: 44px;
  }
}
@media (min-width: 1360px) {
  .locations-card .map picture {
    width: 48px;
  }
}
@media (min-width: 1440px) {
  .locations-card .map picture {
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .locations-card .map picture {
    width: 54px;
  }
}
@media (min-width: 1900px) {
  .locations-card .map picture {
    width: 58px;
  }
}
.locations-card .map picture img {
  width: 100%;
  height: auto;
}
.locations-card .map svg, .locations-card .map path {
  transition: 0.5s ease all;
}
.locations-card .map p {
  position: relative;
  color: #0391F0;
  transition: 0.5s ease all;
}
.locations-card .map:hover p {
  color: #ECCF96;
  transition: 0.5s ease all;
}
.locations-card .map:hover svg {
  transition: 0.5s ease all;
}
.locations-card .map:hover path {
  transition: 0.5s ease all;
  fill: #ECCF96;
}
.locations-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .locations-details {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .locations-details {
    margin-bottom: 17px;
  }
}
@media (min-width: 1350px) {
  .locations-details {
    margin-bottom: 19px;
  }
}
@media (min-width: 1440px) {
  .locations-details {
    margin-bottom: 21px;
  }
}
@media (min-width: 1600px) {
  .locations-details {
    margin-bottom: 25px;
  }
}
@media (min-width: 1900px) {
  .locations-details {
    margin-bottom: 29px;
  }
}
.locations-details span {
  width: 100%;
}
.locations-details p {
  width: 100%;
  margin-bottom: 15px;
}
.locations-details > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.locations-details > div + div {
  margin-top: 10px;
}
@media (min-width: 1440px) {
  .locations-details > div {
    gap: 5px;
  }
}
@media (min-width: 1600px) {
  .locations-details > div {
    gap: 7px;
  }
}
@media (min-width: 1900px) {
  .locations-details > div {
    gap: 10px;
  }
}
.locations-details > div svg {
  border: 1px solid #eccf96;
  border-radius: 50%;
  padding: 3px;
  height: auto;
  width: 22px;
}
@media (min-width: 922px) {
  .locations-details > div svg {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .locations-details > div svg {
    width: 26px;
  }
}
@media (min-width: 1350px) {
  .locations-details > div svg {
    width: 27px;
  }
}
@media (min-width: 1440px) {
  .locations-details > div svg {
    width: 28px;
  }
}
@media (min-width: 1600px) {
  .locations-details > div svg {
    width: 29px;
  }
}
@media (min-width: 1900px) {
  .locations-details > div svg {
    width: 30px;
  }
}
.locations-details > div:hover svg {
  background-color: #eccf96;
}
.locations-details > div:hover svg path {
  fill: #fff;
}
.locations-details p, .locations-details a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: normal;
}

.not-found {
  padding: 40px 0px 40px 0px;
}
@media (min-width: 768px) {
  .not-found {
    padding: 86px 0px 111px 0px;
  }
}
@media (min-width: 992px) {
  .not-found {
    padding: 96px 0px 121px 0px;
  }
}
@media (min-width: 1200px) {
  .not-found {
    padding: 106px 0px 131px 0px;
  }
}
@media (min-width: 1350px) {
  .not-found {
    padding: 116px 0px 141px 0px;
  }
}
@media (min-width: 1440px) {
  .not-found {
    padding: 126px 0px 151px 0px;
  }
}
.not-found img {
  width: 100%;
  margin-bottom: 43px;
}
@media (max-width: 575px) {
  .not-found img {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .not-found img {
    width: 49%;
  }
}
.not-found span {
  line-height: normal;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
.not-found h1, .not-found span {
  color: #414A66;
}
.not-found p {
  color: #596075;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .not-found p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found p {
    margin-bottom: 34px;
  }
}
@media (min-width: 1440px) {
  .not-found p {
    margin-bottom: 37px;
  }
}
.not-found p + .d-flex {
  gap: 12px;
}
.not-found h1 {
  color: #000;
  font-family: RescueW01-SemiBold;
  font-weight: 600;
  line-height: normal;
  font-size: 26px;
}
@media (min-width: 768px) {
  .not-found h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .not-found h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .not-found h1 {
    font-size: 44px;
  }
}
@media (min-width: 1350px) {
  .not-found h1 {
    font-size: 46px;
  }
}
@media (min-width: 1440px) {
  .not-found h1 {
    font-size: 48px;
  }
}
.not-found button, .not-found a {
  border-radius: 0;
}

.bg-btn, .border-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 183.333%;
  height: 42px;
  min-width: 134px;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .bg-btn, .border-btn {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .bg-btn, .border-btn {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .bg-btn, .border-btn {
    font-size: 16px;
  }
}

.bg-btn {
  border: 1px solid #D9D9D9;
  background: #A2864F;
  color: #FFF;
}
.bg-btn:hover {
  background-color: white;
  color: #000;
  border: 1px solid #D9D9D9;
}

.border-btn {
  border: 1px solid #D9D9D9;
  color: #000;
}
.border-btn:hover {
  border: 1px solid #D9D9D9;
  background: #A2864F;
  color: #fff;
}

section.thank-you h1 {
  color: #000;
  line-height: normal;
  font-family: RescueW01-SemiBold;
  font-size: 58px;
}
@media (min-width: 768px) {
  section.thank-you h1 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  section.thank-you h1 {
    font-size: 66px;
  }
}
@media (min-width: 1200px) {
  section.thank-you h1 {
    font-size: 70px;
  }
}
@media (min-width: 1350px) {
  section.thank-you h1 {
    font-size: 74px;
  }
}
@media (min-width: 1440px) {
  section.thank-you h1 {
    font-size: 78px;
  }
}
@media (min-width: 1600px) {
  section.thank-you h1 {
    font-size: 82px;
  }
}
@media (min-width: 1900px) {
  section.thank-you h1 {
    font-size: 86px;
  }
}
section.thank-you .border-btn {
  border-radius: 0;
}
section.thank-you p {
  line-height: normal !important;
  color: #595959;
}
@media (min-width: 768px) {
  section.thank-you p {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  section.thank-you p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  section.thank-you p {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  section.thank-you p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  section.thank-you p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  section.thank-you p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  section.thank-you p {
    font-size: 20px;
  }
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 10px;
  top: 50%;
  z-index: 10000;
  gap: 10.53px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #F56523;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox svg path {
  fill: #0a1821;
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #ECCF96;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #ECCF96;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #ECCF96;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0px;
  overflow: hidden;
  background: #ECCF96;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #000;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3,
h4,
h5,
h6 {
  color: #414A66;
  font-weight: 600;
  line-height: normal;
}

h2 span, h1 span {
  line-height: normal;
}

h1, .h1, h1 strong {
  line-height: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  h1, .h1, h1 strong {
    font-size: 35px;
    line-height: 39px;
  }
}
@media (min-width: 992px) {
  h1, .h1, h1 strong {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  h1, .h1, h1 strong {
    font-size: 56px;
    line-height: 61px;
  }
}
@media (min-width: 1360px) {
  h1, .h1, h1 strong {
    font-size: 61px;
    line-height: 65px;
  }
}
@media (min-width: 1440px) {
  h1, .h1, h1 strong {
    font-size: 66px;
    line-height: 70px;
  }
}

h2, .h2,
h2 span, .h2 span, h2 strong {
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 768px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 45px;
  }
}
@media (min-width: 1360px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 51px;
  }
}
@media (min-width: 1600px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 57px;
  }
}
@media (min-width: 1900px) {
  h2, .h2,
  h2 span, .h2 span, h2 strong {
    font-size: 62px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 29px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */