@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
}

h1 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(40 * 1px), calc(40 * 1px + (100vw - 600px) * ((64 - 40) / (1920 - 600))), calc(64 * 1px));
}

h2 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(32 * 1px), calc(32 * 1px + (100vw - 600px) * ((50 - 32) / (1920 - 600))), calc(50 * 1px));
}

h3 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(32 * 1px), calc(32 * 1px + (100vw - 600px) * ((40 - 32) / (1920 - 600))), calc(40 * 1px));
}

h4 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(28 * 1px), calc(28 * 1px + (100vw - 600px) * ((35 - 28) / (1920 - 600))), calc(35 * 1px));
}

h5 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(25 * 1px), calc(25 * 1px + (100vw - 600px) * ((30 - 25) / (1920 - 600))), calc(30 * 1px));
}

h6 {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}

p {
  margin: 0 0 20px 0;
  color: rgba(22, 25, 32, 0.7);
  font-size: 16px;
  font-weight: 400;
}
p var {
  color: #E98728;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}

.site-button-primary {
  padding: 15px 25px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 1px #ffffff solid;
  transition: all 0.5s ease;
  background: #161920 !important;
  color: #ffffff !important;
  border: 1px #161920 solid !important;
}
.site-button-primary:hover {
  background: transparent !important;
  color: #161920 !important;
  border: 1px #161920 solid !important;
}
.site-button-primary:disabled {
    opacity: 0.6;
}

.site-button-secondary {
  padding: 15px 25px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 1px #ffffff solid;
  transition: all 0.5s ease;
  background: #E98728 !important;
  color: #ffffff !important;
  border: 1px #E98728 solid !important;
}
.site-button-secondary:hover {
  background: transparent !important;
  color: #E98728 !important;
  border: 1px #E98728 solid !important;
}

.site-button-white {
  padding: 15px 25px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 1px #ffffff solid;
  transition: all 0.5s ease;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px #ffffff solid !important;
}
.site-button-white:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px #ffffff solid !important;
}

.site-button-transparent {
  padding: 15px 25px;
  margin: 0 20px 20px 0;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 1px #ffffff solid;
  transition: all 0.5s ease;
  background: transparent !important;
  color: #ffffff !important;
  border: 1px #ffffff solid !important;
}
.site-button-transparent:hover {
  background: #ffffff !important;
  color: #161920 !important;
  border: 1px #ffffff solid !important;
}

.site-button-link {
  background: url("../images/icons/arrow.svg") 100% 0% no-repeat;
  padding: 0 30px 0 0;
  display: inline-block;
  color: #E98728;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
}
.site-button-link::after {
  content: "";
  background: #E98728;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.5s ease;
}
.site-button-link:hover::after {
  width: 100%;
}

.full-width {
  width: 100%;
  display: block;
  text-align: center;
}

html,
body {
  background: #f8f8f8;
  margin: 0;
  padding: 0;
  color: rgba(22, 25, 32, 0.5490196078);
  font-size: 16px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
  background: url("../images/homebg.svg") 0% 0% no-repeat;
  background-size: 100%;
}
body:not(.home-page) {
  background: url("../images/internalbg.svg") 0% 0% no-repeat;
  background-size: 100%;
}
body:not(.home-page) main {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  body:not(.home-page) main {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  body:not(.home-page) main {
    padding-top: 120px;
  }
}
body:not(.home-page) .banner {
  padding-bottom: 60px;
  justify-content: flex-end;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 50;
  pointer-events: none;
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
}

body.noheader-page main {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  body.noheader-page main {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  body.noheader-page main {
    padding-top: 120px;
  }
}

.no-scroll {
  overflow: hidden;
}

.center {
  text-align: center;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

@media (min-width: 600px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 599px) {
  .hide-on-mobile {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1190px) {
  .container {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
  }
}

.large-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1290px) {
  .large-container {
    max-width: 1250px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}
@media (max-width: 1023px) {
  .header {
    padding: 10px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  max-width: 170px;
  display: block;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .header nav {
    background: #161920;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 100px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -280px;
    border-left: 1px #E98728 solid;
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: auto;
  }
  .header nav.active {
    right: 0;
  }
}
.header nav a {
  margin-left: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  .header nav a {
    margin: 10px 0;
    margin-left: 0;
  }
}
.header nav a.site-button-white {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1023px) {
  .header nav a.site-button-white {
    margin-top: auto;
    text-align: center;
  }
}
.header nav a:hover {
  color: #E98728;
}
.header nav .more-wrap {
  margin-left: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  .header nav .more-wrap {
    margin: 10px 0;
    margin-left: 0;
  }
}
.header nav .more-wrap .more {
  background: none;
  margin-left: 0;
  padding: 0;
  padding-right: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header nav .more-wrap .more {
    margin: 0 0;
    margin-left: 0;
  }
}
.header nav .more-wrap .more:hover {
  color: #E98728;
}
.header nav .more-wrap .more::after {
  content: "";
  background: url("../images/icons/more.svg") 0% 0% no-repeat;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 0;
}
.header nav .more-wrap .more-links {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  height: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  width: 357px;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .header nav .more-wrap .more-links {
    padding-top: 8px;
    position: static;
    transform: none;
    width: unset;
  }
    .header nav .more-wrap .more::after {
        background: url("../images/icons/more.svg") 0% 0% no-repeat !important;
    }
    .header.alt .more-wrap .more {
        margin: 0 !important;
    }
}
.header nav .more-wrap .more-links a {
  background: #161920;
  padding: 8px 12px;
  margin-left: 0;
  color: #ffffff !important;
}

.header nav .more-wrap .more-links a.special {
    background: #1e222b;
    color: #F09D4D !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header nav .more-wrap .more-links a:hover {
  color: #E98728 !important;
}
.header nav .more-wrap .more-links a.special:hover {
    color: #E98728 !important;
}
.header nav .more-wrap .more-links a:first-child {
  padding-top: 12px;
}
.header nav .more-wrap .more-links a:last-child {
  padding-bottom: 12px;
}
@media (max-width: 1023px) {
  .header nav .more-wrap .more-links a {
    padding: 8px !important;
    margin: 0 0 0 0;
    font-size: 14px;
    background: none !important;
  }
}
.header nav .more-wrap.active .more-links {
  opacity: 1;
  visibility: visible;
  height: auto;
  pointer-events: all;
}
.header nav .more-wrap.active .more::after {
  top: 0;
  transform: rotate(180deg);
}
.header .menu-button {
  background: #ffffff;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  outline: none;
  cursor: pointer;
  z-index: 50;
  display: none;
}
@media (max-width: 1023px) {
  .header .menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .menu-button span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header .menu-button span:nth-child(1) {
  transform: translateY(-6px);
}
.header .menu-button span:nth-child(2) {
  transform: translateY(0);
}
.header .menu-button span:nth-child(3) {
  transform: translateY(6px);
}
.header .menu-button:hover span:nth-child(1) {
  transform: translateY(-8px);
}
.header .menu-button:hover span:nth-child(3) {
  transform: translateY(8px);
}
.header .menu-button.active {
  background: transparent;
}
.header .menu-button.active span {
  background: #ffffff;
}
.header .menu-button.active span:nth-child(1) {
  transform: rotate(45deg);
}
.header .menu-button.active span:nth-child(2) {
  opacity: 0;
}
.header .menu-button.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.header.alt .container {
  border-bottom: 1px #dfe3e7 solid;
}
.header.alt nav:not(.active) a {
  color: #161920;
}
.header.alt nav:not(.active) a.site-button-white {
  background: #161920 !important;
  color: #ffffff !important;
  border-color: #161920 !important;
}
.header.alt nav:not(.active) a.site-button-white:hover {
  background: #ffffff !important;
  color: #161920 !important;
  border-color: #ffffff !important;
}
.header.alt nav:not(.active) a:hover {
  color: #E98728;
}
.header.alt .more-wrap {
  margin-left: 25px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  .header.alt .more-wrap {
    margin: 10px 0;
    margin-left: 0;
  }
}
.header.alt .more-wrap .more {
  color: #161920;
}
@media (max-width: 1023px) {
  .header.alt .more-wrap .more {
      color: #fff;
    }
}
.header.alt .more-wrap .more:hover {
  color: #E98728;
}
.header.alt .more-wrap .more::after {
  content: "";
  background: url("../images/icons/more-blue.svg") 0% 0% no-repeat;
}
.header.alt .menu-button {
  background: #161920;
}
.header.alt .menu-button span {
  background: #ffffff;
}

.banner {
  background: #161921;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
  border-bottom: 0;
  margin-bottom: 0;
}
.banner::before {
  content: "";
  background: linear-gradient(to top, rgb(22, 25, 34) 0%, rgba(22, 25, 34, 0) 100%);
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner::after {
  content: "";
  background: linear-gradient(to bottom, rgb(22, 25, 34) 0%, rgba(22, 25, 34, 0) 100%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 600px) {
  .banner::after {
    background: linear-gradient(to right, rgb(22, 25, 34) 25%, rgba(22, 25, 34, 0) 100%);
    top: auto;
    bottom: 0;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
}
.banner__content {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1190px) {
  .banner__content {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner__content {
  position: relative;
  z-index: 3;
}
.banner__content h1,
.banner__content h2,
.banner__content h3,
.banner__content h4,
.banner__content h5,
.banner__content h6,
.banner__content p {
  color: #ffffff;
}
@media (min-width: 900px) {
  .banner__content h1,
  .banner__content h2,
  .banner__content h3,
  .banner__content h4,
  .banner__content h5,
  .banner__content h6,
  .banner__content p {
    max-width: 75%;
  }
}

/* Video */
.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Overlay */
.banner__overlay {
    position: absolute;
    inset: -1px 0px;
    background: rgba(0, 0, 0, 0.45); /* darker */
    z-index: 2;
}

/* Content */
.banner__content {
    position: relative;
    z-index: 3;
}

.full-banner {
  background: #161920;
  min-height: 700px;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.full-banner::after {
  content: "";
  background: linear-gradient(to bottom, rgb(22, 25, 34) 30%, rgba(22, 25, 34, 0) 100%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 600px) {
  .full-banner::after {
    background: linear-gradient(to right, rgb(22, 25, 34) 15%, rgba(22, 25, 34, 0) 100%);
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 600px) {
  .full-banner {
    padding-top: 0;
    align-items: center;
  }
}
.full-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 0;
  object-position: 90%;
}
@media (min-width: 600px) {
  .full-banner img {
    top: 0;
  }
}
.full-banner__content {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1190px) {
  .full-banner__content {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
  }
}
.full-banner__content {
  position: relative;
  z-index: 3;
}
.full-banner__content h1,
.full-banner__content h2,
.full-banner__content h3,
.full-banner__content h4,
.full-banner__content h5,
.full-banner__content h6,
.full-banner__content p {
  color: #ffffff;
}
@media (min-width: 600px) {
  .full-banner__content h1,
  .full-banner__content h2,
  .full-banner__content h3,
  .full-banner__content h4,
  .full-banner__content h5,
  .full-banner__content h6,
  .full-banner__content p {
    max-width: 45%;
  }
}

.benefits {
  background: #161920;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .benefits {
    margin-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .benefits {
    margin-bottom: 120px;
  }
}
.benefits {
  border-top: 0px rgba(255, 255, 255, 0.07) solid;
}
.benefits ul {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .benefits ul {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1190px) {
  .benefits ul {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
  }
}
.benefits ul li {
  width: 50%;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px rgba(255, 255, 255, 0.07) solid;
  color: #ffffff;
  font-size: 16px;
}
.benefits ul li:nth-child(1), .benefits ul li:nth-child(2) {
  border-bottom: 1px rgba(255, 255, 255, 0.07) solid;
}
@media (min-width: 768px) {
  .benefits ul li {
    width: 25%;
    padding: 100px 50px 80px;
  }
  .benefits ul li:nth-child(1) {
    padding-left: 0;
  }
  .benefits ul li:nth-child(2) {
    border-bottom: 0;
  }
  .benefits ul li:nth-child(4) {
    border-right: 0;
    padding-right: 0;
  }
}
.benefits ul li img {
  width: 36px;
  margin-bottom: 25px;
}

section {
  margin-bottom: 60px;
}
section.nobtmmrg {
    margin-bottom: 0;
  }
@media (min-width: 1024px) {
  section {
    margin-bottom: 90px;
  }
  section.nobtmmrg {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  section {
    margin-bottom: 120px;
  }
  section.nobtmmrg {
    margin-bottom: 0;
  }
}
section {
  padding: 0;
  display: block;
}

.heading-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.heading-link [class^=site-button-] {
  margin: 0;
}

.intro {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.intro.reverse {
  flex-direction: column;
}
@media (min-width: 768px) {
  .intro {
    gap: 50px;
    flex-direction: row;
  }
  .intro.reverse {
    flex-direction: row-reverse;
  }
}
.intro__left {
  width: 100%;
}
@media (min-width: 768px) {
  .intro__left {
    width: 50%;
  }
}
.intro__right {
  width: 100%;
}
@media (min-width: 768px) {
  .intro__right {
    width: 50%;
  }
}
.intro__right ul {
  background: rgba(217, 217, 217, 0.28);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .intro__right ul {
    padding: 20px;
  }
}
.intro__right ul li {
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  color: #161920;
  font-size: clamp(calc(16 * 1px), calc(16 * 1px + (100vw - 600px) * ((20 - 16) / (1920 - 600))), calc(20 * 1px));
  font-weight: 600;
  list-style-type: none;
}
@media (min-width: 768px) {
  .intro__right ul li {
    margin: 0 0 20px 0;
  }
}
.intro__right ul li:last-child {
  margin-bottom: 0;
}

.equipment__list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 40px;
}
.equipment__block {
  position: relative;
  width: 100%;
  height: 250px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .equipment__block {
    width: 25%;
    height: 450px;
  }
}
.equipment__block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.equipment__block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.equipment__block:hover .equipment__image {
  filter: grayscale(0);
}
.equipment__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.equipment__caption {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px;
  color: #ffffff;
}
.equipment__caption h1,
.equipment__caption h2,
.equipment__caption h3,
.equipment__caption h4,
.equipment__caption h5,
.equipment__caption h6,
.equipment__caption p {
  margin-bottom: 10px;
  color: inherit;
}
.equipment__title {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}

.product-list {
  width: calc(100% + 40px);
  margin: 0 0 40px -20px;
  padding: 20px;
display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 600px) {
  .product-list {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.product-list__block {
  width: calc(100% - 15px);
  margin: 0 15px 0 0;
  padding: 0;
  display: block;
  flex: none;
}
@media (min-width: 600px) {
  .product-list__block {
    width: calc(33.3333% - 20px);
    margin: 0 0 20px 0;
  }
}
.product-list__block:last-child {
  margin-right: 0;
}
.product-list__imageholder {
    background: white;
    width: 100%;
  display: block;
  margin-bottom: 20px;
  min-height: 390px;
  align-content: center;
}
.product-list__image {
  width: 100%;
  display: block;
  height: auto;
}
.product-list__title {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}
.product-list p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.industries-list {
  margin: 0 0 40px 0;
  padding: 20px 0 20px 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 600px) {
  .industries-list {
    margin: 0;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  .industries-list {
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.industries-list__block {
  width: calc(100% - 45px);
  height: 450px;
  margin: 0 15px 0 0;
  position: relative;
  text-decoration: none;
  flex: none;
}
@media (min-width: 600px) {
  .industries-list__block {
    width: calc(45% - 30px);
    height: 450px;
    margin: 0 15px 15px;
  }
}
@media (min-width: 900px) {
  .industries-list__block {
    width: calc(25% - 30px);
    height: 450px;
    margin: 0 15px 15px;
  }
}
.industries-list__block::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.industries-list__block::after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.industries-list__image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.industries-list__caption {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.industries-list__caption h1,
.industries-list__caption h2,
.industries-list__caption h3,
.industries-list__caption h4,
.industries-list__caption h5,
.industries-list__caption h6,
.industries-list__caption p {
  color: #ffffff;
  margin-bottom: 10px;
}
.industries-list__title {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}

.organisations-list {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 600px) {
  .organisations-list {
    background: rgba(217, 217, 217, 0.28);
    padding: 20px;
    gap: 10px;
  }
}
@media (min-width: 900px) {
  .organisations-list {
    background: rgba(217, 217, 217, 0.28);
    padding: 47px;
    gap: 20px;
  }
}
.organisations-list__block {
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 75px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #161920;
  font-size: 20px;
  font-weight: 600;
  list-style-type: none;
  position: relative;
}
@media (min-width: 600px) {
  .organisations-list__block {
    width: calc(50% - 5px);
    padding: 75px 20px 20px 20px;
  }
}
@media (min-width: 900px) {
  .organisations-list__block {
    width: calc(33.333% - 14px);
    padding: 75px 20px 20px 20px;
  }
}
.organisations-list__block:first-child {
  background: none;
  padding: 0;
  justify-content: center;
}
.organisations-list__block p:last-child {
  margin-bottom: 0;
}
.organisations-list__image {
  position: absolute;
  top: 20px;
  right: 20px;
}
.news-list {
  width: calc(100% + 40px);
  margin: 0 0 40px -20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 600px) {
  .news-list {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.news-list__block {
  width: calc(100% - 15px);
  margin: 0 15px 0 0;
  padding: 0;
  display: block;
  flex: none;
  position: relative;
  text-decoration: none;
}
@media (min-width: 600px) {
  .news-list__block {
    width: calc(33.3333% - 20px);
    margin: 0;
  }
}

@media (min-width: 0px) and (max-width: 600px) {
  .news-list {
    width: 100%;
    display: block;
    margin: 0;
    overflow-x: unset;
  }
  .news-list__block {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.news-list__block:last-child {
  margin-right: 0;
}
.news-list__block p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list__block:hover .news-list__image {
  scale: 1.025;
}
.news-list__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.news-list__tag {
  background: #E98728;
  margin: 0;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  border: 3px #ffffff solid;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 10;
}
.news-list__title {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}
a.news-prev {
    dispaly: inline-block;
    float: left;
    max-width: 50%;
    color: #E98728;
    text-align: left;
    font-size: 12px;
    text-decoration: none
}
a.news-next {
    dispaly: inline-block;
    float: right;
    max-width: 50%;
    color: #E98728;
    text-align: right;
    font-size: 12px;
    text-decoration: none
}
a.news-prev span, a.news-next span {
    font-size: 13px;
}


.rental {
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 768px) {
  .rental {
    padding: 0;
    gap: 60px;
    flex-direction: row;
  }
}
.rental__left {
  width: 100%;
}
@media (min-width: 768px) {
  .rental__left {
    width: 40%;
  }
}
.rental__left img {
  width: 100%;
  height: auto;
}
.rental__right {
  width: 100%;
}
@media (min-width: 768px) {
  .rental__right {
    width: 50%;
  }
}
.rental__right ul {
  background: rgba(217, 217, 217, 0.28);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
}
.rental__right ul li {
  background: #ffffff;
  margin: 0 0 20px 0;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  color: #161920;
  font-size: 20px;
  font-weight: 600;
  list-style-type: none;
}
.rental__right ul li:last-child {
  margin-bottom: 0;
}

.full-image {
  width: 100%;
  height: auto;
}

.flex-block {
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
  gap: 25px;
}
@media (min-width: 768px) {
  .flex-block {
    gap: 50px;
    padding: 0;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex-block.reverse {
    flex-direction: row-reverse;
  }
}
.flex-block__left {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-block__left {
    width: 48%;
  }
}
.flex-block__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-block__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .flex-block__right {
    width: 40%;
  }
}
.flex-block__right ul {
  background: rgba(217, 217, 217, 0.28);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .flex-block__right ul {
    padding: 20px;
  }
}
.flex-block__right ul li {
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  color: #161920;
  font-size: clamp(calc(16 * 1px), calc(16 * 1px + (100vw - 600px) * ((20 - 16) / (1920 - 600))), calc(20 * 1px));
  font-weight: 600;
  list-style-type: none;
}
@media (min-width: 768px) {
  .flex-block__right ul li {
    margin: 0 0 20px 0;
  }
}
.flex-block__right ul li:last-child {
  margin-bottom: 0;
}
.flex-block__right ul.ticks {
  background: none;
  padding: 0;
}
.flex-block__right ul.ticks li {
  background: url("../images/icons/ticks.svg") 0% 0% no-repeat;
  margin: 0 0 20px 0;
  padding: 0;
  color: rgba(22, 25, 32, 0.5490196078);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .partners {
    flex-direction: row;
  }
}
.partners__text {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .partners__text {
    margin: 0 0 20px 0;
    flex-direction: row;
    align-items: center;
  }
}
.partners__text p {
  width: 100%;
}
@media (min-width: 600px) {
  .partners__text p {
    width: 30%;
  }
}
.partners__block {
  background: #ffffff;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px 100px 20px;
  display: block;
  position: relative;
}
@media (min-width: 600px) {
  .partners__block {
    width: calc(33.3333% - 10px);
  }
}
.partners__image {
  max-width: 75%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.why_choose {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .why_choose {
    flex-direction: row;
  }
}
.why_choose h2 {
  width: 100%;
}
.why_choose__text {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .why_choose__text {
    margin: 0 0 20px 0;
    flex-direction: row;
  }
}
.why_choose__text p {
  width: 100%;
}
@media (min-width: 600px) {
  .why_choose__text p {
    width: 30%;
  }
}
.why_choose__block {
  background: #ffffff;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px 100px 20px;
  display: block;
  position: relative;
}
@media (min-width: 600px) {
  .why_choose__block {
    width: calc(33.3333% - 10px);
  }
}
.why_choose__image {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.team-wrap {
    display: block;
    clear: both;
    padding: 36px 0px;
    background: #fff;
    margin-bottom: 120px;
}
.team-wrap .container {
    margin-bottom: 0;
}
.team {
  width: calc(100% + 40px);
  margin: 0 0 40px -20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 600px) {
  .team {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.team__block {
  width: calc(100% - 15px);
  margin: 0 15px 0 0;
  padding: 0;
  display: block;
  flex: none;
}
@media (min-width: 600px) {
  .team__block {
    width: calc(33.3333% - 10px);
    margin: 0;
  }
}
.team__block:last-child {
  margin-right: 0;
}
.team__image {
  width: 70%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width:600px) {
    .team__image {
        width: 92%;
    }
}
.team__title {
  margin: 0 0 20px 0;
  color: #161920;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  font-size: clamp(calc(18 * 1px), calc(18 * 1px + (100vw - 600px) * ((20 - 18) / (1920 - 600))), calc(20 * 1px));
}
.team p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solutions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .solutions {
    flex-direction: row;
  }
}
.solutions h2 {
  width: 100%;
}
.solutions__text {
  width: 100%;
  margin: 0;
}
@media (min-width: 600px) {
  .solutions__text {
    margin: 0 0 20px 0;
  }
}
.solutions__block {
  background: #ffffff;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px 100px 20px;
  display: block;
  position: relative;
}
@media (min-width: 600px) {
  .solutions__block {
    width: calc(50% - 10px);
  }
}
.solutions__image {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.contact-form {
    background: rgba(217, 217, 217, 0.28);
  padding: 14px 20px 20px 20px;
}
.contact-form h3 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 8px;
}
.contact-info p {
    color: #222;
    line-height: 175%;
}
.contact-info p a {
    color: #E98728;
}
.contact-info span.info-block {
    padding: 8px 12px;
    border-radius: 8px;
    box-sizing: border-box;
    background: rgba(217, 217, 217, 0.21);
    display: inline-block;
    margin-bottom: 6px;
    clear: both;
    color: #888;
}

.product-detail {
  padding-top: 32px;
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}
@media (min-width: 768px) {
  .product-detail {
    flex-direction: row;
  }
}
.product-detail.notoppad {
    padding-top: 0;
}
.product-detail .product-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-detail .product-info {
    width: 50%;
  }
  .product-detail .product-info.fullwidth {
    width: 100%;
  }
}
.product-detail .product-info h1 {
  color: #161920;
  font-size: clamp(calc(26 * 1px), calc(26 * 1px + (100vw - 600px) * ((44 - 26) / (1920 - 600))), calc(44 * 1px));
  line-height: 1;
}
.product-detail .product-info h1.internal {
    font-size: clamp(calc(32 * 1px), calc(32 * 1px + (100vw - 600px) * ((44 - 32) / (1920 - 600))), calc(44 * 1px));
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.product-detail .product-info h2 {
  color: #696B6F;
  font-size: clamp(calc(30 * 1px), calc(30 * 1px + (100vw - 600px) * ((44 - 30) / (1920 - 600))), calc(44 * 1px));
  line-height: 1;
}
.product-detail .product-info h3 {
  color: #696B6F;
  font-size: clamp(calc(22 * 1px), calc(22 * 1px + (100vw - 600px) * ((32 - 22) / (1920 - 600))), calc(32 * 1px));
  line-height: 1;
}
.product-detail .product-info .read-more {
  padding: 0 24px 0 0;
  display: inline-block;
  color: #E98728;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
}
.product-detail .product-info .read-more:before {
  content: "";
  background: url("../images/icons/arrow.svg") 100% 0% no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.product-detail .product-info .read-more::after {
  content: "";
  background: #E98728;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.5s ease;
}
.product-detail .product-info .read-more:hover::after {
  width: 100%;
}
.product-detail .product-info__specs {
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
  display: block;
}
@media (min-width: 1024px) {
  .product-detail .product-info__specs {
    margin: 20px 0 80px 0;
  }
}
.product-detail .product-info__specs li {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dfe3e7;
}
.product-detail .product-info__specs li:last-child {
  border-bottom: 1px solid #dfe3e7;
}
.product-detail .product-info .site-button-primary {
  margin: 0;
  margin-top: auto;
}
.product-detail .product-media {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail .product-media {
    width: 50%;
  }
}
.product-detail .product-media__info-wrap {
  position: absolute;
  top: 18px;
  right: 20px;
}
.product-detail .product-media__info-wrap:hover .product-media__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-detail .product-media__info {
  background: #161920;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
}
.product-detail .product-media__tooltip {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 15px;
  width: 285px;
  padding: 10px 12px;
  background: #ffffff;
  color: #161920;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
  pointer-events: none;
}
@media (max-width: 325px) {
  .product-detail .product-media__tooltip {
    width: 230px;
    bottom: 0;
    right: 30px;
  }
}
.product-detail .product-media__main {
  display: block;
  width: 100%;
  margin: 0;
  object-fit: contain;
  border: 1px #dfe3e7 solid;
  background: #fff;
}
.product-detail .product-media__thumbs {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}
.product-detail .product-media__thumbs div {
  background: #fff;
  max-width: 128px;
  max-height: 128px;
  min-width: 0;
  position: relative;
  border: 1px #dfe3e7 solid;
}
.product-detail .product-media__thumbs div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.product-detail .product-media__thumbs div.video a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail .product-media__thumbs div.video a::before {
  content: "";
  background-color: #E98728;
  background-image: url("../images/icons/play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}

.tech-specs .spec-table {
  border: 1px solid #dfe3e7;
  background: #fff;
  border-top: 0;
}
.tech-specs h3 {
  margin: 0;
  padding: 25px;
  font-size: 20px;
  font-weight: 800;
  background: #f6f7f8;
  border-top: 1px solid #dfe3e7;
  border-bottom: 1px solid #dfe3e7;
}
.tech-specs ul {
  margin: 0;
  padding: 0;
}
.tech-specs ul li {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #dfe3e7;
}
@media (min-width: 768px) {
  .tech-specs ul li {
    flex-direction: row;
  }
}
.tech-specs ul li span {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .tech-specs ul li span {
    width: 50%;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .tech-specs ul li strong {
    width: 50%;
    text-align: right;
  }
}
.tech-specs ul li:last-child {
  border-bottom: 0;
}

.video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.video-modal__box {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  background: #000;
  z-index: 1;
}
.video-modal__box video {
    width: 100%;
    height: auto;
}
.video-modal__box iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.footer {
  background: #E98728;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px white solid;
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row;
  }
}
.footer .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1150px) {
  .footer .container {
    padding: 0;
  }
}
.footer__advert {
  background: #161920;
  width: 100%;
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.07) solid;
}
.footer__advert ul {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1190px) {
  .footer__advert ul {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .footer__advert ul {
    padding: 0;
  }
}
.footer__advert ul li {
  width: 100%;
  padding: 10px 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 600px) {
  .footer__advert ul li {
    width: 25%;
    padding: 50px 0 50px;
  }
}
.footer__advert ul li img {
  width: 36px;
  margin-bottom: 25px;
}
.footer__cta {
  background: #E98728;
  width: 100%;
  padding: 50px 0 30px;
  display: block;
  text-align: center;
}
.footer__cta h1,
.footer__cta h2,
.footer__cta h3,
.footer__cta h4,
.footer__cta h5,
.footer__cta h6,
.footer__cta p {
  color: #ffffff;
}
.footer__cta p {
    width: 100%;
}
.footer__content {
  background: #161920;
  width: 100%;
  padding: 50px 0 30px;
  display: block;
  text-align: left;
}
.footer__content .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__content .container > div {
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 900px) {
  .footer__content .container > div {
    width: 25%;
    padding: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .footer__content .container > div {
    width: 30%;
    padding: 0;
    justify-content: flex-start;
  }
}
.footer__content .container > div .logo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 900px) {
  .footer__content .container > div .logo {
    text-align: left;
  }
}
.footer__content .container > div .social {
  background: #E98728;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #E98728 solid;
  transition: all 0.5s ease;
}
@media (min-width: 900px) {
  .footer__content .container > div .social {
    margin-left: 0;
    margin-right: 15px;
  }
}
.footer__content .container > div .social:hover {
  background: transparent;
}
.footer__content .container > div .social img {
  width: 18px;
  height: auto;
}
.footer__content .container ul {
  width: 50%;
  margin: 0;
  padding: 0 20px 0 0;
}
@media (min-width: 900px) {
  .footer__content .container ul {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 720px) {
    .footer__content .container ul.full-width {
        width: 100%;
        padding-top: 20px;
    }
}
.footer__content .container ul li {
  margin-bottom: 10px;
  list-style-type: none;
  text-align: left;
}
.footer__content .container ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer__content .container ul li a:hover {
  color: #E98728;
}
.footer__copyright {
  background: #161920;
  width: 100%;
  padding: 0;
}
.footer__copyright .container {
  border-top: 1px rgba(255, 255, 255, 0.07) solid;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__copyright .container p {
  margin: 0;
  color: #ffffff;
}

.contract-badges-spacer {
    height: 28px;
}
.contract-badge {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}

.badge-label {
    position: absolute;
    bottom: 92%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.35s ease;
    pointer-events: none;
    margin-bottom: 12px;
}
.badge-title {
    font-size: 24px;
    font-weight: 600;
    color: #E98728;
    text-shadow: 0 0 10px rgba(255, 215, 138, 0.5), 0 2px 4px rgb(255, 255, 255);
}

.badge-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.contract-badge:hover .badge-label {
    opacity: 1;
    transform: translateX(-50%) translateY(-6px);
}
.shield-image {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.35s ease;
}
@media (max-width: 600px) {
    .contract-badge {
        width: 100%;
        display: block;
        clear: both;
        margin: 0 0 20px 0;
    }
    .shield-image {
     max-width: 200px;
    }
}
.contract-badge:hover .shield-image {
    transform: translateY(-6px) scale(1.02);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #d9dde3;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9aa3af;
}

.contact-form input:hover,
.contact-form textarea:hover {
    border-color: #bcc4cf;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-form .cform-success {
    color: #005400;
      margin-bottom: 20px;
      background: rgba(204, 251, 204, 0.83);
      padding: 12px;
      box-sizing: border-box;
      z-index: 99;
      position: relative;
      border: 1px solid rgba(0,255,0,0.3);
      border-radius: 4px;
}
.contact-form .cform-error {
    color: red;
    margin-bottom: 20px;
}
.contact-form .pothon {
    position: absolute;
    left: -9999px;
}
.contact-form button {
    font-family: "Inter", sans-serif;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 250ms ease,
    visibility 250ms ease,
    background 250ms ease;
}

.popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.6);
}

.popup-box {
  background: #fff;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);

  transform: translateY(20px) scale(0.96);
  opacity: 0;

  transition:
    transform 250ms ease,
    opacity 250ms ease;
}
.glass-box {
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 24px;
  background: linear-gradient( 135deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.77) );
  backdrop-filter: blur(6px) saturate(0%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.25);
  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: transform 250ms ease, opacity 250ms ease;
}
.glass-box::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 30%, transparent 100% );
}

.popup-overlay.is-open .popup-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup-cancel {
    float: right;
  color: #525252;
  text-decoration: none;
  line-height: 2.5em;
}

.sliderads {
    margin-bottom: 60px;
}

.simple-slider {
    position: relative;
}

.simple-slider a {
    display: none;
}

.simple-slider a:first-child {
    display: block;
}

.contact-card {
  width: 100%;
  background: none;
  color: #111;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 21px 0 20px;
  border-bottom: 1px solid #d9d9d9;
}

.contact-item:last-child {
  border-bottom: none;
}

.icon-wrap {
  flex: 0 0 64px;
  margin-left: 18px;
}

.icon-wrap svg {
  width: 64px;
  height: 64px;
  display: block;
}

.icon-wrap circle {
  fill: #ff5a00;
}

.icon-wrap path {
  fill: #fff;
}

.contact-text {
  padding-top: 3px;
}

.contact-text h3 {
  margin: 0 0 8px;
  color: #F95E00 !important;
  font-size: 24px !important;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
}

.confidence {
    line-height: 2.5em;
    display: inline-block;
    margin: 30px 0 0 16px;
    border-radius: 2px;
    clear: both;
    padding: 4px 12px 4px 4px;
    color: #fff;
    box-sizing: border-box;
    background: #001839;
    color: #fff;
    cursor: default;
    font-size: 16px;
    transition: all 0.2s;
}
.confidence img {
     float:left;
     margin:0 10px 0 0;
}
@media (min-width: 0px) and (max-width:600px) {
    .confidence {
        line-height: 2.2em;
        font-size: 14px;
    }
    .confidence img {
         float:left;
         margin:0 6px 0 0;
         height: 32px;
    }
}

.contact-map-holder {
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.contact-map {
    box-sizing: border-box;
    background: url('../images/contact-map.png') 50% 50% no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    height: 40vw;
    max-height: 600px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.03);
}
@media (min-width: 721px) and (max-width: 980px) {
    .contact-map {
        background-size: 140% auto;
        height: 45vw;
    }
}
@media (min-width: 0) and (max-width: 720px) {
    .contact-map {
        background-size: 200% auto;
        height: 50vw;
    }
}

.spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 2px solid rgba(255,255,255,.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .8s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.blog-primary-image {
  float: left;
  width: 50%;
  max-width: 520px;
  margin: 0 20px 20px 0;
}
@media (min-width:0) and (max-width: 600px) {
    .blog-primary-image {
      float: unset;
      width: 100%;
      margin: 0 0px 20px 0;
    }
}
.clearfix {
  display: block;
  clear: both;
}

/*# sourceMappingURL=styles.css.map */