

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: auto; 
}

body {
  margin: 0;
  min-height: 100vh; 
  height: auto; 
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #02100d;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.block {
  display: block;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

.btn {
  display: inline-block;
  padding: 9px 15px;
  background-color: #87bee8;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 18px;
  text-align: center;
}

input.btn {
  -webkit-appearance: button;
}

.form {
  margin: 0 0 15px;
}

.form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.w-form-done {
  display: none !important;
}

.w-form-done.show {
  display: block !important;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
  color: #02100d;
  border-radius: 4px;
  margin-top: 15px;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div {
  font-weight: normal !important;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div * {
  font-weight: normal !important;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div input,
body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div textarea,
body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div .w-input {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cccccc !important;
  font-family: "Inter 24 Pt", Arial, sans-serif !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div > form > input[type="text"]:nth-child(4) {
  vertical-align: top !important;
  text-align: left !important;
  padding-top: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important;
  height: auto !important;
  min-height: 80px !important;
  line-height: 1.2 !important;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div input[type="submit"],
body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 > div .submit-button {
  margin-top: 24px !important;
}

.w-form-fail {
  display: none !important;
}

.w-form-fail.show {
  display: block !important;
  padding: 20px;
  text-align: center;
  background-color: #ffdede;
  color: #d00;
  border-radius: 4px;
  margin-top: 15px;
}

body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-58 {
  width: 100% !important;
  max-width: 100% !important;
}

body > div {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: static !important;
  height: auto !important;
  max-height: none !important;
}

.navigation {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .navigation {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
    will-change: transform, opacity;
  }
  
  .navigation.nav-scroll-down {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  
  .navigation.nav-scroll-up {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .navigation:not(.nav-scroll-down):not(.nav-scroll-up) {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media screen and (max-width: 768px) {
  
  body {
    overflow-x: hidden !important;
  }

  body > div {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
  }
  
  body > div > main {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(3) {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(3) > div {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  body > div > main > section:nth-child(3) > div > div {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  body > div > main > section:nth-child(3) > div > div > div {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  body > div > main > section:nth-child(3) > div > div > div > div {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  body > div > main > section:nth-child(3) > div > div > div > div > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 1.25rem !important;
    overflow-x: hidden !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-57 {
    order: 1 !important;
    width: 100% !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-57 > div.div-block-58 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-57 > div.div-block-58 > div.form-block {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-59 {
    order: 2 !important;
    width: 100% !important;
    margin-bottom: 48px !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-59 > div.div-block-60 {
    display: none !important;
  }
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.input,
.select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #02100d;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.input::placeholder,
.select::placeholder {
  color: #999;
}

.input:focus,
.select:focus {
  border-color: #3898EC;
  outline: 0;
}

.input[disabled],
.select[disabled],
.input[readonly],
.select[readonly],
fieldset[disabled] .input,
fieldset[disabled] .select {
  cursor: not-allowed;
}

.input[disabled]:not(.input-disabled),
.select[disabled]:not(.input-disabled),
.input[readonly],
.select[readonly],
fieldset[disabled]:not(.input-disabled) .input,
fieldset[disabled]:not(.input-disabled) .select {
  background-color: #eeeeee;
}

textarea.input,
textarea.select {
  height: auto;
}

.select {
  background-color: #f3f3f3;
}

.select[multiple] {
  height: auto;
}

.form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.radio:before,
.radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.radio:after {
  clear: both;
}

.radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.radio-input {
  margin-top: 3px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.container:after {
  clear: both;
}

.container .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.row:after {
  clear: both;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col .col {
  padding-left: 0;
  padding-right: 0;
}

.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.hidden-main {
  display: none !important;
}

.nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.nav:after {
  clear: both;
}

.nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #02100d;
}

.nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.nav-link.current {
  color: #0082f3;
}

.nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.nav-link-open {
  display: block;
  position: relative;
}

.nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.nav-overlay [data-nav-menu-open] {
  top: 0;
}

.nav[data-animation='over-left'] .nav-overlay {
  width: auto;
}

.nav[data-animation='over-left'] .nav-overlay,
.nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.nav[data-animation='over-right'] .nav-overlay {
  width: auto;
}

.nav[data-animation='over-right'] .nav-overlay,
.nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.nav-button:focus {
  outline: 0;
}

.nav-button.open {
  background-color: #C8C8C8;
  color: white;
}

.nav[data-collapse='all'] .nav-menu {
  display: none;
}

.nav[data-collapse='all'] .nav-button {
  display: block;
}

.nav-dropdown-open {
  display: block;
}

.nav-dropdown-toggle-open {
  display: block;
}

.nav-dropdown-list-open {
  position: static;
}

.dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.dropdown-btn,
.dropdown-toggle,
.dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.dropdown-list.open {
  display: block;
}

.dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.dropdown-link.current {
  color: #0082f3;
}

.dropdown-link:focus {
  outline: 0;
}

.background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}

.background-video--control > [hidden] {
  display: none !important;
}

.widget {
  position: relative;
}

.widget-map {
  width: 100%;
  height: 400px;
}

.widget-map label {
  width: auto;
  display: inline;
}

.widget-map img {
  max-width: inherit;
}

.widget-map .gm-style-iw {
  text-align: center;
}

.widget-map .gm-style-iw > button {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
  .hidden-main {
    display: inherit !important;
  }
  .hidden-medium {
    display: none !important;
  }
  .col-medium-1 { width: 8.33333333%; }
  .col-medium-2 { width: 16.66666667%; }
  .col-medium-3 { width: 25%; }
  .col-medium-4 { width: 33.33333333%; }
  .col-medium-5 { width: 41.66666667%; }
  .col-medium-6 { width: 50%; }
  .col-medium-7 { width: 58.33333333%; }
  .col-medium-8 { width: 66.66666667%; }
  .col-medium-9 { width: 75%; }
  .col-medium-10 { width: 83.33333333%; }
  .col-medium-11 { width: 91.66666667%; }
  .col-medium-12 { width: 100%; }
  .col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
  .nav[data-collapse='medium'] .nav-menu {
    display: none;
  }
  .nav[data-collapse='medium'] .nav-button {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hidden-main {
    display: inherit !important;
  }
  .hidden-medium {
    display: inherit !important;
  }
  .hidden-small {
    display: none !important;
  }
  .row,
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .col-small-1 { width: 8.33333333%; }
  .col-small-2 { width: 16.66666667%; }
  .col-small-3 { width: 25%; }
  .col-small-4 { width: 33.33333333%; }
  .col-small-5 { width: 41.66666667%; }
  .col-small-6 { width: 50%; }
  .col-small-7 { width: 58.33333333%; }
  .col-small-8 { width: 66.66666667%; }
  .col-small-9 { width: 75%; }
  .col-small-10 { width: 83.33333333%; }
  .col-small-11 { width: 91.66666667%; }
  .col-small-12 { width: 100%; }
  .nav[data-collapse='small'] .nav-menu {
    display: none;
  }
  .nav[data-collapse='small'] .nav-button {
    display: block;
  }
  .nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: none;
  }
  .hidden-main {
    display: inherit !important;
  }
  .hidden-medium {
    display: inherit !important;
  }
  .hidden-small {
    display: inherit !important;
  }
  .hidden-tiny {
    display: none !important;
  }
  .col {
    width: 100%;
  }
  .col-tiny-1 { width: 8.33333333%; }
  .col-tiny-2 { width: 16.66666667%; }
  .col-tiny-3 { width: 25%; }
  .col-tiny-4 { width: 33.33333333%; }
  .col-tiny-5 { width: 41.66666667%; }
  .col-tiny-6 { width: 50%; }
  .col-tiny-7 { width: 58.33333333%; }
  .col-tiny-8 { width: 66.66666667%; }
  .col-tiny-9 { width: 75%; }
  .col-tiny-10 { width: 83.33333333%; }
  .col-tiny-11 { width: 91.66666667%; }
  .col-tiny-12 { width: 100%; }
  .nav[data-collapse='tiny'] .nav-menu {
    display: none;
  }
  .nav[data-collapse='tiny'] .nav-button {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

html.touch * {
  background-attachment: scroll !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.dyn-hide {
  display: none !important;
}

.dyn-bind-empty {
  display: none !important;
}

.condition-invisible {
  display: none !important;
}

.layout-layout {
  display: grid;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 auto;
  min-width: 200px;
  margin-right: 20px;
}

.carousel-item:last-child {
  margin-right: 0;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  z-index: 10;
  transition: background 0.3s ease;
}

.carousel-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-nav.prev {
  left: 10px;
}

.carousel-nav.next {
  right: 10px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-dot.active {
  background: #02100d;
}

@media (max-width: 768px) {
  .carousel-item {
    min-width: 150px;
    margin-right: 15px;
  }
  
  .carousel-nav {
    padding: 8px 12px;
    font-size: 16px;
  }
  
  .carousel-nav.prev {
    left: 5px;
  }
  
  .carousel-nav.next {
    right: 5px;
  }
}

.div-block-30 {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.div-block-30::-webkit-scrollbar {
  display: none;
}

.div-block-30 .div-block-29 {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  margin-right: 20px;
  min-width: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.div-block-30 .div-block-29:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.div-block-30 .div-block-29:last-child {
  margin-right: 0;
}

.truck-carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}

.truck-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.truck-carousel-item {
  flex: 0 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.truck-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  z-index: 10;
  transition: all 0.3s ease;
  font-weight: bold;
}

.truck-carousel-nav:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.truck-carousel-nav.prev {
  left: 20px;
}

.truck-carousel-nav.next {
  right: 20px;
}

.truck-carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 12px;
}

.truck-carousel-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.truck-carousel-dot.active {
  background: #02100d;
  transform: scale(1.2);
}

.truck-carousel-dot:hover {
  background: #666;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .truck-carousel-nav {
    padding: 12px 16px;
    font-size: 20px;
  }
  
  .truck-carousel-nav.prev {
    left: 10px;
  }
  
  .truck-carousel-nav.next {
    right: 10px;
  }
  
  .truck-carousel-item {
    padding: 0 5px;
  }
  
  .truck-carousel-dots {
    margin-top: 20px;
    gap: 8px;
  }
  
  .truck-carousel-dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .truck-carousel-nav {
    padding: 10px 14px;
    font-size: 18px;
  }
  
  .truck-carousel-nav.prev {
    left: 5px;
  }
  
  .truck-carousel-nav.next {
    right: 5px;
  }
}

.div-block-43 .w-slider {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding: 20px 0 !important;
  position: relative !important;
}

.div-block-43 .w-slider::-webkit-scrollbar {
  display: none !important;
}

.div-block-43 .w-slide {
  display: inline-block !important;
  vertical-align: top !important;
  white-space: normal !important;
  margin-right: 20px !important;
  min-width: 300px !important;
  width: 300px !important;
  transition: transform 0.3s ease !important;
  position: relative !important;
}

.div-block-43 .w-slide:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.div-block-43 .team-block-info {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  text-align: center !important;
}

.div-block-43 .text-block-33,
.div-block-43 .text-block-34 {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  text-align: center !important;
}

.div-block-43 .button {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  text-align: center !important;
}

.div-block-43 {
  position: relative !important;
}

.div-block-43 .w-slider {
  scroll-behavior: smooth;
  position: relative;
}

.div-block-43 .w-slide {
  position: relative;
  opacity: 1;
}

.div-block-43 .truck-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.div-block-43 .truck-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.div-block-43 .truck-dot.active {
  background: #2c5aa0;
  transform: scale(1.2);
}

.div-block-43 .truck-dot:hover {
  background: #666;
  transform: scale(1.1);
}

.search-form {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 480px;
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.search-container:focus-within {
  border-color: #3898EC;
  box-shadow: 0 4px 8px rgba(56, 152, 236, 0.2);
}

.search-input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  background: transparent;
  color: #02100d;
}

.search-input::placeholder {
  color: #999;
  font-style: italic;
}

.search-button {
  background: none;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  color: #02100d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.search-button:hover {
  color: #3898EC;
}

.search-button:focus {
  outline: none;
  color: #3898EC;
}

.search-button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .search-container {
    max-width: 100%;
    margin: 0 10px;
  }
  
  .search-input {
    font-size: 14px;
    padding: 10px 16px;
  }
  
  .search-button {
    padding: 10px 16px;
  }
  
  .search-button svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 768px) {
  
  body > div > main > section.section-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  body > div > main > section.section-4 > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section.section-4 .div-block-25,
  body > div > main > section.section-4 .div-block-30,
  body > div > main > section.section-4 .div-block-20 {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  
  body > div > main > section.section-4 .div-block-25 > div,
  body > div > main > section.section-4 .div-block-30 > div,
  body > div > main > section.section-4 .div-block-20 > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section.section-4 .text-block {
    order: 1;
    width: 100% !important;
  }
  
  body > div > main > section.section-4 .image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section.section-4 .button {
    order: 3;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section.section-4 img {
    max-width: 100% !important;
    height: auto !important;
  }

  body > div > main > section.section-ac {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  body > div > main > section.section-ac > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section.section-ac .div-block-25,
  body > div > main > section.section-ac .div-block-30,
  body > div > main > section.section-ac .div-block-20 {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  
  body > div > main > section.section-ac .div-block-25 > div,
  body > div > main > section.section-ac .div-block-30 > div,
  body > div > main > section.section-ac .div-block-20 > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section.section-ac .text-block {
    order: 1;
    width: 100% !important;
  }
  
  body > div > main > section.section-ac .image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section.section-ac .button {
    order: 3;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section.section-ac img {
    max-width: 100% !important;
    height: auto !important;
  }

  body > div > main > section:nth-child(6) {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  body > div > main > section:nth-child(6) > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section:nth-child(6) > div .image,
  body > div > main > section:nth-child(6) > div img {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }
  
  body > div > main > section:nth-child(6) > div .text-block,
  body > div > main > section:nth-child(6) > div .text-block-33,
  body > div > main > section:nth-child(6) > div .text-block-34,
  body > div > main > section:nth-child(6) > div h1,
  body > div > main > section:nth-child(6) > div h2,
  body > div > main > section:nth-child(6) > div h3,
  body > div > main > section:nth-child(6) > div p {
    order: 2 !important;
    width: 100% !important;
  }
  
  body > div > main > section:nth-child(6) > div .button {
    order: 3 !important;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section:nth-child(6) img {
    max-width: 100% !important;
    height: auto !important;
  }

  body > div > main > section:nth-child(7) {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  body > div > main > section:nth-child(7) > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(7) .div-block-25,
  body > div > main > section:nth-child(7) .div-block-30,
  body > div > main > section:nth-child(7) .div-block-20 {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
  }
  
  body > div > main > section:nth-child(7) .div-block-25 > div,
  body > div > main > section:nth-child(7) .div-block-30 > div,
  body > div > main > section:nth-child(7) .div-block-20 > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section:nth-child(7) .text-block {
    order: 1;
    width: 100% !important;
  }
  
  body > div > main > section:nth-child(7) .image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(7) .button {
    order: 3;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section:nth-child(7) img {
    max-width: 100% !important;
    height: auto !important;
  }

  body > div > main > section:nth-child(8) {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(8) > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(8) .div-block-25,
  body > div > main > section:nth-child(8) .div-block-30,
  body > div > main > section:nth-child(8) .div-block-20 {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(8) .div-block-25 > div,
  body > div > main > section:nth-child(8) .div-block-30 > div,
  body > div > main > section:nth-child(8) .div-block-20 > div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body > div > main > section:nth-child(8) .text-block {
    order: 1;
    width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
  
  body > div > main > section:nth-child(8) .image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(8) .button {
    order: 3;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section:nth-child(8) img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body > div > main > section:nth-child(8) * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body > div > main > section:nth-child(9) {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(9) > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(9) .div-block-25,
  body > div > main > section:nth-child(9) .div-block-30,
  body > div > main > section:nth-child(9) .div-block-20 {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  
  body > div > main > section:nth-child(9) .div-block-25 > div,
  body > div > main > section:nth-child(9) .div-block-30 > div,
  body > div > main > section:nth-child(9) .div-block-20 > div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body > div > main > section:nth-child(9) .text-block {
    order: 1;
    width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
  
  body > div > main > section:nth-child(9) .image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  body > div > main > section:nth-child(9) .button {
    order: 3;
    width: 100% !important;
    text-align: center !important;
  }

  body > div > main > section:nth-child(9) img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body > div > main > section:nth-child(9) * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body > div > main > section:nth-child(7) > div > div > div > div > div > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  body > div > main > section:nth-child(7) > div > div > div > div > div > div > div:nth-child(1) {
    order: 1 !important; 
  }

  @media screen and (max-width: 768px) {
    body > div > main > section:nth-child(7) > div > div > div > div > div > div > div:nth-child(1) {
      text-align: left !important;
    }
  }

  @media screen and (max-width: 768px) {
    body > div > main > section:nth-child(6) > div > div > div > div > div {
      display: flex !important;
      flex-direction: column !important;
      gap: 0px !important;
    }

    body > div > main > section:nth-child(6) > div > div > div > div > div > div.div-block-43 > img {
      order: 1 !important; 
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      object-fit: contain !important;
    }

    body > div > main > section:nth-child(6) > div > div > div > div > div > div.div-block-43 > *:not(img) {
      order: 2 !important; 
    }
  }
  
  body > div > main > section:nth-child(7) > div > div > div > div > div > div > div.div-block-22 {
    order: 2 !important; 
  }
  
  .div-block-43 .w-slide {
    min-width: 240px !important;
    width: 240px !important;
    margin-right: 10px !important;
  }
  
  .div-block-43 .w-slider {
    max-width: 100% !important;
    overflow-x: auto !important;
  }

  .div-block-43 .carousel-nav {
    display: none !important;
  }
  
  .div-block-43 .truck-dots {
    bottom: -35px !important;
  }
  
  .div-block-43 .truck-dot {
    width: 8px !important;
    height: 8px !important;
  }

  .div-block-43 .team-slide-wrapper.w-slide .team-block,
  .div-block-43 .w-slider .team-slide-wrapper.w-slide .team-block,
  .team-block,
  .team-block-2 {
    padding-bottom: 0 !important;
    -webkit-padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    -webkit-margin-bottom: 0 !important;
  }

  .div-block-43 .w-slide {
    min-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .div-block-43 .team-slide-wrapper.w-slide,
  .div-block-43 .team-slide-wrapper,
  .div-block-43 .w-slider .team-slide-wrapper.w-slide,
  .div-block-43 .w-slider .team-slide-wrapper {
    width: 100% !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  
  .div-block-43 .team-slide-wrapper.w-slide .team-block {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
  
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4 {
    width: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    -webkit-object-fit: cover !important;
    object-fit: cover !important;
    -webkit-object-position: center !important;
    object-position: center !important;
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    -webkit-border-bottom-left-radius: 18px !important;
    -webkit-border-bottom-right-radius: 18px !important;
  }

  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Citreon.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Fiat.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Ford.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Iveco.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="MAN.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Maxus.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Mercedes.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Nissan.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Peugeot.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Vauxhall.png"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="Renault"],
  .div-block-43 .team-slide-wrapper.w-slide .team-block img.image-4[src*="VW.png"] {
    
    opacity: .8 !important;
    filter: brightness(25%) !important;
    -webkit-filter: brightness(25%) !important;
  }

  .div-block-43 .team-slide-wrapper.w-slide .team-block,
  .div-block-43 .w-slider .team-slide-wrapper.w-slide .team-block {
    max-height: 600px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 18px !important;
  }

  body > div > main > section:nth-child(4) > div > div > div:nth-child(4) > div > div.div-block-43 > div > div.w-slider-mask > div:nth-child(1) > div {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    -webkit-border-bottom-left-radius: 18px !important;
    -webkit-border-bottom-right-radius: 18px !important;
  }

  body > div > main > section.section-2 > div > div > div > div.div-block-15 > img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    -webkit-object-fit: contain !important;
    object-position: center !important;
    -webkit-object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
  }
  
  .div-block-43 .carousel-nav {
    padding: 10px 14px !important;
    font-size: 18px !important;
    left: 5px !important;
  }
  
  .div-block-43 .carousel-nav.next {
    right: 5px !important;
  }
  
  .div-block-43 .truck-dots {
    bottom: -30px !important;
    gap: 6px !important;
  }
  
  .div-block-43 .truck-dot {
    width: 7px !important;
    height: 7px !important;
  }
  
  .div-block-43 .w-slider {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  
}

@media screen and (max-width: 768px) {
  
  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-61 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-61 > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-61 img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-61 .text-block-12,
  body > div > main > section:nth-child(3) > div > div > div > div > div > div.div-block-61 .text-block-13 {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media screen and (max-width: 768px) {
  footer.section-6 {
    margin-top: 12px !important;
  }
}

body > div > main > section:nth-child(4) > div > div > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(2),
body > div > main > section:nth-child(4) > div > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(2),
body > div > main > section:nth-child(4) > div > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(2),
body > div > main > section:nth-child(4) > div > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2),
body > div > main > section:nth-child(4) > div > div > div:nth-child(5) > div > div:nth-child(1) > div:nth-child(2) {
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
}

