/*COLORS*/
/*BREAKPOINTS*/
/*STYLES START*/
.kubota-wrap {
  padding: 80px 16px;
  background: #F5F5F7;
}
.kubota-wrap h4 {
  margin: 0 0 16px;
}
.kubota-wrap .inner-wrap {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}
.kubota-wrap .inner-wrap.center {
  justify-content: center;
}
@media (max-width: 800px) {
  .kubota-wrap .inner-wrap {
    flex-direction: column;
  }
}
.kubota-wrap .inner-wrap .kubota-sidebar {
  max-width: 320px;
  width: 100%;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters {
  border-radius: 10px;
  border: 1px solid #DADBE0;
  background: #FCFDFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: calc(16px * 2);
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row {
  display: flex;
  flex-direction: column;
  gap: calc(16px / 2);
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row label.hide {
  text-indent: -9999px;
  height: 1px;
  width: 1px;
  display: block;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=text] {
  border-radius: 100px;
  border: 1px solid #DADBE0;
  background: #F5F5F7;
  padding: 16px 24px;
  color: #202023;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22.4px;
  flex-grow: 1;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=text]::placeholder {
  color: #7B7D86;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=radio] + label {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 5px;
  border: 0.5px solid #DADBE0;
  background: #F5F5F7;
  margin-bottom: 4px;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #F5F5F7;
  border: #62646B 1px solid;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=radio]:checked + label {
  border: 0.5px solid #017274;
  background: #E1EEEE;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=radio]:checked + label::before {
  background: #017274;
  box-shadow: inset 0 0 0 2px #E1EEEE;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row > label {
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 23px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range {
  margin: 16px 0 12px;
  position: relative;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range.ui-slider-horizontal {
  height: 4px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range.ui-slider {
  background: #DADBE0;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range .ui-slider-range {
  background: #017274;
  border-radius: inherit;
  position: relative;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #014B4D;
  outline: none;
  cursor: grab;
  display: block;
  position: absolute;
  margin-top: -9px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range .ui-slider-handle:last-child {
  margin-left: -16px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range .ui-slider-handle:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .kubota-slider-range .ui-slider-handle:active {
  cursor: grabbing;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  margin-bottom: 12px;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #FCFDFF;
  border: #62646B 1px solid;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row input[type=checkbox]:checked + label::before {
  background: #017274 url(../img/check.svg) no-repeat center/auto;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .inputs {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .inputs input {
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  border: 0.5px solid #DADBE0;
  background: #FCFDFF;
  width: 40px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .choices {
  flex-wrap: wrap;
  gap: calc(16px / 2);
  display: none;
  margin-bottom: 16px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row .choices div {
  border-radius: 100px;
  background: #E9EAF0;
  padding: 4px 8px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable {
  border-bottom: #DADBE0 1px solid;
  gap: 16px;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable > label {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable > label::after {
  content: "";
  background: url(../img/minus.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  display: block;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable.hidden > label::after {
  background: url(../img/plus.svg) no-repeat center/cover;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable.hidden .choices {
  display: flex;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable.hidden .choices div {
  display: block;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .kubota-row.collapsable.hidden div:not(.choices):not(.choices > *) {
  display: none;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .filterFooter {
  display: flex;
  gap: calc(16px / 2);
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .filterFooter .button.secondary {
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
  justify-content: center;
  flex-grow: 1;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .filterFooter .button.secondary::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/reset.svg) no-repeat center/cover;
  display: block;
}
.kubota-wrap .inner-wrap .kubota-sidebar #kubotaFilters .filterFooter .button.primary {
  display: none;
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-sidebar {
    position: fixed;
    bottom: 0;
    max-height: 0px;
    overflow: hidden;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    margin-left: -16px;
  }
  .kubota-wrap .inner-wrap .kubota-sidebar form {
    border-radius: 0px !important;
    padding-bottom: calc(73px + calc(16px * 1.5)) !important;
  }
  .kubota-wrap .inner-wrap .kubota-sidebar h4 {
    display: none;
  }
  .kubota-wrap .inner-wrap .kubota-sidebar.active {
    max-height: 100vh;
    overflow-y: auto;
  }
  .kubota-wrap .inner-wrap .kubota-sidebar.active .filterFooter {
    position: fixed;
    bottom: 0;
    width: calc(100% - calc(16px * 3));
    padding: 16px calc(16px * 1.5);
    left: 0;
    background: #F5F5F7;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .kubota-wrap .inner-wrap .kubota-sidebar.active .filterFooter .button {
    padding: 11px calc(16px * 1.5);
    flex-grow: 1;
    text-align: center;
    width: 50%;
  }
  .kubota-wrap .inner-wrap .kubota-sidebar.active .filterFooter .button.primary {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .kubota-wrap .inner-wrap .kubota-sidebar .filterFooter .button {
    width: auto !important;
  }
}
.kubota-wrap .inner-wrap .sidebarToggle {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - calc(16px * 3));
  padding: 16px calc(16px * 1.5);
  left: 0;
  background: #F5F5F7;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .sidebarToggle {
    display: block;
  }
}
.kubota-wrap .inner-wrap .sidebarToggle .button {
  padding: 11px calc(16px * 1.5);
  flex-grow: 1;
  display: flex;
  gap: calc(16px / 2);
  justify-content: center;
  align-items: center;
}
.kubota-wrap .inner-wrap .sidebarToggle .button::before {
  content: "";
  background: url(../img/filter.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  display: block;
}
.kubota-wrap .inner-wrap .kubota-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 320px);
}
.kubota-wrap .inner-wrap .kubota-main .intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.kubota-wrap .inner-wrap .kubota-main .intro .kubota-view-toggle {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.kubota-wrap .inner-wrap .kubota-main .intro .kubota-view-toggle button {
  border: none;
  background: #9799A1;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-main .intro .kubota-view-toggle button:first-child {
  mask-image: url(../img/tiles.svg);
  -webkit-mask-image: url(../img/tiles.svg);
}
.kubota-wrap .inner-wrap .kubota-main .intro .kubota-view-toggle button:last-child {
  mask-image: url(../img/table.svg);
  -webkit-mask-image: url(../img/table.svg);
}
.kubota-wrap .inner-wrap .kubota-main .intro .kubota-view-toggle button.is-active {
  background: #017274;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container {
  max-width: 100%;
  padding: 1px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view {
  width: 100%;
  border-collapse: collapse;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th button {
  padding: 20px !important;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px; /* 140% */
  letter-spacing: 0.32px;
  background: transparent;
  border: none;
  width: 100%;
  color: #FCFDFF;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th:first-child button {
  padding-left: 40px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th:last-child button {
  padding-right: 40px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th .kubota-sort-indicator {
  width: 16px;
  height: 16px;
  background: url(../img/nosort.svg) no-repeat center/cover;
  display: inline-block;
  margin-left: calc(16px / 2);
  vertical-align: middle;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th .kubota-sort-indicator.kubota-sort-asc {
  background: url(../img/up.svg) no-repeat center/cover;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view thead tr th .kubota-sort-indicator.kubota-sort-desc {
  background: url(../img/up.svg) no-repeat center/cover;
  transform: rotate(180deg);
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody {
  font-size: 14px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr:nth-child(even) {
  background: #E9EAF0;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr td {
  padding: 16px;
  vertical-align: top;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr td.kubota-td-power,
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr td.kubota-td-cylinders {
	text-align: center;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr td:first-child {
  padding-left: 40px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody tr td:last-child {
  padding-right: 40px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell {
  display: flex;
  gap: calc(16px / 2);
  align-items: center;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell .kubota-model-thumb {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #FFFFFF;
  min-width: 56px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell .kubota-model-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell a {
  font-weight: 600;
  margin-bottom: calc(16px / 2);
  display: inline-block;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  cursor: pointer;
  line-height: 22.4px;
  white-space: nowrap;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #FCFDFF;
  border: #62646B 1px solid;
  min-width: 16px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-results .table-container .kubota-table-view tbody .kubota-model-cell input[type=checkbox]:checked + label::before {
  background: #017274 url(../img/check.svg) no-repeat center/auto;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination {
    flex-direction: column;
    gap: calc(16px * 1.5);
  }
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links {
  display: flex;
  gap: calc(16px / 2);
  flex-wrap: wrap;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links button, .kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links .kubota-page-ellipsis {
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: #F5F5F7;
  border: #F5F5F7 1px solid;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links button:hover, .kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links .kubota-page-ellipsis:hover {
  border-color: #DADBE0;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links button.is-active, .kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links .kubota-page-ellipsis.is-active {
  border-color: #017274;
  color: #017274;
  font-weight: 700;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links .kubota-page-ellipsis {
  text-align: center;
  line-height: 38px;
  cursor: text;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap .kubota-pagination .kubota-page-links .kubota-page-ellipsis:hover {
  border-color: #F5F5F7;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap.table {
  padding-top: calc(16px * 1.5);
  background: #FCFDFF;
  border-radius: 0 0 10px 10px;
  border: #DADBE0 1px solid;
  border-top: 0;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap.table .kubota-pagination {
  padding: calc(16px * 1.5) 40px;
}
.kubota-wrap .inner-wrap .kubota-main .kubota-pagination-wrap.tile {
  padding-top: calc(16px * 2);
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar {
  position: fixed;
  width: calc(100% - calc(16px * 3));
  background: #34353A;
  color: #FCFDFF;
  left: 0;
  bottom: 0;
  padding: 12px 24px;
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  gap: calc(16px * 1.5);
  align-items: center;
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-heading {
  max-width: 230px;
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-heading {
    max-width: unset;
  }
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner {
    flex-direction: column;
  }
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .button {
    width: calc(100% - calc(16px * 3));
    text-align: center;
    padding: 12px calc(16px * 1.5);
  }
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-label {
  font-size: 20px;
  font-weight: 700;
  margin-right: auto;
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots {
  display: flex;
  gap: calc(16px / 2);
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots {
    width: 100%;
    justify-content: flex-start;
  }
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot {
  border-radius: 5px;
  border: 1px dashed #62646B;
  background: #202023;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px calc(16px / 2);
  font-size: 14px;
  font-weight: 400;
  color: #DADBE0;
  max-width: 194px;
  width: 100%;
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot {
    max-width: unset;
  }
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px; /* 140% */
  letter-spacing: 0.32px;
  border: 1px solid #DADBE0;
  background: #FCFDFF;
  color: #202023;
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled .kubota-compare-slot-content {
  display: flex;
  gap: calc(16px / 2);
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 800px) {
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled .kubota-compare-slot-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled .kubota-compare-slot-content .kubota-compare-slot-title {
    display: none;
  }
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled .kubota-compare-slot-content button {
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: 0;
  color: #017274;
  padding: 0;
  cursor: pointer;
}
.kubota-wrap .inner-wrap .kubota-main #kubotaCompareBar .kubota-compare-bar-inner .kubota-compare-bar-slots .kubota-compare-slot.is-filled .kubota-compare-slot-content button:hover {
  text-decoration: underline;
}
@media (max-width: 1328px) {
  .kubota-wrap .inner-wrap .kubota-main {
    max-width: 100%;
  }
}

.kubota-results.kubota-results--no-filters {
  max-width: 1328px;
  margin: 0 auto;
  padding: 80px 16px;
}
.kubota-results.kubota-results--no-filters .kubota-grid {
  grid-template-columns: repeat(4, 1fr);
}

.kubota-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width: 1328px) {
  .kubota-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .kubota-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kubota-grid .kubota-card {
  border-radius: 10px;
  border: 1px solid #DADBE0;
  background: #FCFDFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.kubota-grid .kubota-card .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kubota-grid .kubota-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kubota-grid .kubota-card .kubota-card-header {
  padding: calc(16px / 2) 16px;
  background: #E1EEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kubota-grid .kubota-card .kubota-card-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.kubota-grid .kubota-card .kubota-card-header .new {
  padding: 4px calc(16px / 2);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  background: #FFAF46;
  border-radius: 2px;
}
.kubota-grid .kubota-card .kubota-spec-list {
  padding: 16px;
}
.kubota-grid .kubota-card .kubota-spec-list h5 {
  margin: 0 0 calc(16px / 2);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px; /* 140% */
  letter-spacing: 0.32px;
}
.kubota-grid .kubota-card .kubota-spec-list > div:not(:last-child) {
  margin-bottom: 16px;
}
.kubota-grid .kubota-card .kubota-spec-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kubota-grid .kubota-card .kubota-spec-list ul li {
  margin-bottom: calc(16px / 2);
}
.kubota-grid .kubota-card .kubota-spec-list ul li::before {
  display: none;
}
.kubota-grid .kubota-card .kubota-card-footer {
  display: flex;
  flex-direction: column;
  padding: 0 calc(16px * 1.5);
  margin-top: auto;
}
.kubota-grid .kubota-card .kubota-card-footer .button {
  text-align: center;
  margin-bottom: 12px;
}
.kubota-grid .kubota-card .kubota-card-footer .kubota-compare input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.kubota-grid .kubota-card .kubota-card-footer .kubota-compare input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  justify-self: center;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 22.4px;
}
.kubota-grid .kubota-card .kubota-card-footer .kubota-compare input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #FCFDFF;
  border: #62646B 1px solid;
}
.kubota-grid .kubota-card .kubota-card-footer .kubota-compare input[type=checkbox]:checked + label::before {
  background: #017274 url(../img/check.svg) no-repeat center/auto;
}

.compare {
  background: #F5F5F7;
  padding: 0 16px 80px;
}
.compare .kubota-card {
  max-width: 1328px;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: auto;
  padding: 1px;
}
@media (max-width: 1328px) {
  .compare .kubota-card {
    width: calc(100% - 2px);
    padding-right: 16px;
    padding-left: 16px;
    margin-left: -16px;
  }
}
.compare .kubota-card .desc {
  caption-side: bottom;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #62646B;
  margin: 16px 0;
}

.kubota-engine-single .table-container, .kubota-engine-single .compare, .kubota-compare-wrap .table-container, .kubota-compare-wrap .compare {
  padding: 1px;
}
.kubota-engine-single .quicklinks.v02 .container .quicklink {
	max-width: calc(33.3333% - 50px);
}
.kubota-engine-single .table-container table, .kubota-engine-single .compare table, .kubota-compare-wrap .table-container table, .kubota-compare-wrap .compare table {
  table-layout: fixed;
  border-radius: 10px;
  border: 1px solid #DADBE0;
  background: #FCFDFF;
  border-collapse: collapse;
  text-align: left;
  max-width: calc(100% - 18px);
}
.kubota-engine-single .table-container table thead, .kubota-engine-single .compare table thead, .kubota-compare-wrap .table-container table thead, .kubota-compare-wrap .compare table thead {
  background: #FCFDFF;
  color: #202023;
}
.kubota-engine-single .table-container table thead tr, .kubota-engine-single .compare table thead tr, .kubota-compare-wrap .table-container table thead tr, .kubota-compare-wrap .compare table thead tr {
  height: 1px;
}
.kubota-engine-single .table-container table thead tr th + th, .kubota-engine-single .compare table thead tr th + th, .kubota-compare-wrap .table-container table thead tr th + th, .kubota-compare-wrap .compare table thead tr th + th {
  border-left: #DADBE0 1px solid;
}
.kubota-engine-single .table-container table thead tr th, .kubota-engine-single .compare table thead tr th, .kubota-compare-wrap .table-container table thead tr th, .kubota-compare-wrap .compare table thead tr th {
  padding: calc(16px * 1.5);
  height: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.kubota-engine-single .table-container table thead tr th .kubota-compare-heading, .kubota-engine-single .compare table thead tr th .kubota-compare-heading, .kubota-compare-wrap .table-container table thead tr th .kubota-compare-heading, .kubota-compare-wrap .compare table thead tr th .kubota-compare-heading {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.kubota-engine-single .table-container table thead tr th .kubota-compare-heading h3, .kubota-engine-single .compare table thead tr th .kubota-compare-heading h3, .kubota-compare-wrap .table-container table thead tr th .kubota-compare-heading h3, .kubota-compare-wrap .compare table thead tr th .kubota-compare-heading h3 {
  line-height: normal;
  margin-bottom: calc(16px / 2);
}
.kubota-engine-single .table-container table thead tr th .kubota-compare-heading .headline, .kubota-engine-single .compare table thead tr th .kubota-compare-heading .headline, .kubota-compare-wrap .table-container table thead tr th .kubota-compare-heading .headline, .kubota-compare-wrap .compare table thead tr th .kubota-compare-heading .headline {
  margin-top: auto;
  font-weight: 700;
}
.kubota-engine-single .table-container table thead tr th img, .kubota-engine-single .compare table thead tr th img, .kubota-compare-wrap .table-container table thead tr th img, .kubota-compare-wrap .compare table thead tr th img {
  max-width: 144px;
  height: auto;
  margin-bottom: 16px;
}
.kubota-engine-single .table-container table thead tr th .kubota-compare-remove-col, .kubota-engine-single .compare table thead tr th .kubota-compare-remove-col, .kubota-compare-wrap .table-container table thead tr th .kubota-compare-remove-col, .kubota-compare-wrap .compare table thead tr th .kubota-compare-remove-col {
  background: url(../img/close.svg) no-repeat center/cover;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: -9999px;
  float: right;
}
.kubota-engine-single .table-container table thead tr th .kubota-compare-engine-model, .kubota-engine-single .compare table thead tr th .kubota-compare-engine-model, .kubota-compare-wrap .table-container table thead tr th .kubota-compare-engine-model, .kubota-compare-wrap .compare table thead tr th .kubota-compare-engine-model {
  color: #017274;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kubota-engine-single .table-container table thead tr th.kubota-compare-add-col button, .kubota-engine-single .compare table thead tr th.kubota-compare-add-col button, .kubota-compare-wrap .table-container table thead tr th.kubota-compare-add-col button, .kubota-compare-wrap .compare table thead tr th.kubota-compare-add-col button {
  border-radius: 5px;
  border: 1px dashed #DADBE0;
  background: #F5F5F7;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  color: #017274;
  cursor: pointer;
}
.kubota-engine-single .table-container table thead tr th.kubota-compare-add-col button:hover, .kubota-engine-single .compare table thead tr th.kubota-compare-add-col button:hover, .kubota-compare-wrap .table-container table thead tr th.kubota-compare-add-col button:hover, .kubota-compare-wrap .compare table thead tr th.kubota-compare-add-col button:hover {
  text-decoration: underline;
}
.kubota-engine-single .table-container table tbody, .kubota-engine-single .compare table tbody, .kubota-compare-wrap .table-container table tbody, .kubota-compare-wrap .compare table tbody {
  border-top: #DADBE0 1px solid !important;
}
.kubota-engine-single .table-container table tbody tr, .kubota-engine-single .compare table tbody tr, .kubota-compare-wrap .table-container table tbody tr, .kubota-compare-wrap .compare table tbody tr {
  background: #FCFDFF;
}
.kubota-engine-single .table-container table tbody tr:nth-child(odd), .kubota-engine-single .compare table tbody tr:nth-child(odd), .kubota-compare-wrap .table-container table tbody tr:nth-child(odd), .kubota-compare-wrap .compare table tbody tr:nth-child(odd) {
  background: #F5F5F7;
}
.kubota-engine-single .table-container table tbody tr:nth-child(even), .kubota-engine-single .compare table tbody tr:nth-child(even), .kubota-compare-wrap .table-container table tbody tr:nth-child(even), .kubota-compare-wrap .compare table tbody tr:nth-child(even) {
  background: #FCFDFF;
}
.kubota-engine-single .table-container table tbody tr th, .kubota-engine-single .compare table tbody tr th, .kubota-compare-wrap .table-container table tbody tr th, .kubota-compare-wrap .compare table tbody tr th {
  font-weight: 500;
  line-height: 22.4px;
  padding: calc(16px * 1.5);
}
.kubota-engine-single .table-container table tbody tr th span {
	font-weight: 400;
	color: #62646B;
	font-size: 14px;
}
.kubota-engine-single .table-container table tbody tr td, .kubota-engine-single .compare table tbody tr td, .kubota-compare-wrap .table-container table tbody tr td, .kubota-compare-wrap .compare table tbody tr td {
  border-left: #DADBE0 1px solid !important;
}

.kubota-engine-compare .table-container table {
  min-width: 1225px;
}

.kubota-engine-single .table-container table {
  max-width: 800px;
  margin: 0 auto;
  min-width: 600px;
}

#kubotaCompareModal {
  display: none;
}
#kubotaCompareModal .innerModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog {
  border-radius: 10px 10px 0 0;
  border: 1px solid #DADBE0;
  background: #F5F5F7;
  padding: 56px;
  max-width: 1140px;
  max-height: calc(90vh - 112px);
  height: calc(90vh - 112px);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 1.5);
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-header {
  width: calc(100% - 40px - calc(16px * 1.5));
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-header p {
  margin: calc(16px * 1.5) 0 0;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-body {
  width: 100%;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-close {
  background: url(../img/close-2.svg) no-repeat center/cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: -9999px;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-tabs button {
  color: #62646B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  border: none;
  background: transparent;
  cursor: pointer;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-tabs button:hover {
  text-decoration: underline;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-tabs button.is-active {
  font-weight: 500;
  line-height: 22.4px;
  color: #017274;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: calc(16px / 2);
  grid-row-gap: calc(16px / 2);
  margin-top: calc(16px * 1.5);
  max-height: 505px;
  overflow-y: auto;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid button {
  padding: calc(16px / 2);
  border-radius: 5px;
  border: 1px solid #DADBE0;
  background: #FCFDFF url(../img/radio.svg) no-repeat calc(100% - 8px) 8px/auto;
  text-align: left;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid button.is-selected {
  border-color: #017274;
  background: #FCFDFF url(../img/radio-filled.svg) no-repeat calc(100% - 8px) 8px/auto;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid button .kubota-compare-modal-card-inner {
  display: flex;
  gap: calc(16px / 2);
  align-items: center;
  color: #62646B;
  font-size: 14px;
  font-weight: 400;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid button .kubota-compare-modal-card-inner .kubota-compare-modal-model {
  color: #202023;
  font-weight: 500;
  line-height: 22.4px;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-grid button .kubota-compare-modal-card-inner img {
  width: 56px;
  height: 56px;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(16px * 1.5);
  justify-content: center;
  align-items: center;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-footer .kubota-compare-modal-cancel {
  background: transparent;
  border: none;
  padding: 0;
  color: #017274;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}
#kubotaCompareModal .innerModal .kubota-compare-modal-dialog .kubota-compare-modal-footer .kubota-compare-modal-cancel:hover {
  text-decoration: underline;
}

.kubota-engine-single {
  padding: 0 16px 80px;
  background: #F5F5F7;
}
.kubota-engine-single .kubota-engine-section {
  padding: 80px 0;
}
.kubota-engine-single .headerWrap {
  margin: 0 auto;
  max-width: 1328px;
  min-height: calc(100vh - 230px);
  padding-bottom: 80px;
}
.kubota-engine-single .headerWrap .kubota-link.kubota-back-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  display: inline-flex;
  gap: calc(16px / 2);
  align-items: center;
  margin: calc(16px * 4) 0 calc(16px * 2);
}
.kubota-engine-single .headerWrap .kubota-link.kubota-back-link::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
}
.kubota-engine-single .headerWrap .kubota-link.kubota-back-link:hover {
  gap: 16px;
}
.kubota-engine-single .headerWrap .kubota-engine-hero {
  display: flex;
  gap: 56px 80px;
}
@media (max-width: 800px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero {
    flex-direction: column;
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper {
  width: 60%;
  display: flex;
  gap: calc(16px * 1.5);
  align-items: flex-start;
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 800px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper {
    width: 100%;
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav {
  width: 99px;
  min-width: 99px;
  max-width: 99px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav {
    order: 2;
    max-width: unset;
    min-width: unset;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .kubota-engine-gallery-thumb {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border-radius: 5px;
  width: 96px !important;
  height: 96px;
  border: 1px solid transparent;
  background: lightgray -7.692px -20px/134.528% 134.528% no-repeat;
  border-radius: 5px;
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .kubota-engine-gallery-thumb {
    width: calc(100% - 10px) !important;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .kubota-engine-gallery-thumb img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .slick-current .kubota-engine-gallery-thumb {
  border: 1px solid #62646B;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .slick-arrow {
  background: url(../img/down.svg) no-repeat center/cover;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  max-width: 16px;
  margin: 0 auto !important;
  display: block;
  transform: rotate(180deg);
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .slick-arrow.slick-next {
  transform: rotate(0deg);
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .slick-arrow.slick-next {
    transform: rotate(-90deg);
  }
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .kubota-engine-gallery-nav .slick-arrow {
    transform: rotate(90deg);
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery {
  width: calc(100% - 99px);
  max-width: 558px;
  position: relative;
}
@media (max-width: 1328px) {
  .kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery {
    width: 100%;
    max-width: unset;
  }
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery .kubota-pill {
  position: absolute;
  right: calc(16px * 1.5);
  top: calc(16px * 1.5);
  padding: calc(16px / 2) 16px;
  z-index: 4;
  border-radius: 2px;
  background: #FFAF46;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery .kubota-engine-gallery-main {
  width: 100%;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery .kubota-engine-gallery-main .kubota-engine-gallery-slide {
  background: #FCFDFF;
  border-radius: 10px;
  overflow: hidden;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-gallery-wrapper .mainGallery .kubota-engine-gallery-main .kubota-engine-gallery-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content {
  width: 100%;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #017274;
  margin-bottom: 16px;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-stats {
  margin: calc(16px * 2) 0;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-stats .kubota-engine-hero-stat:not(:last-child) {
  margin-bottom: 16px;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-stats .kubota-engine-hero-stat dt {
  color: #62646B;
  margin-bottom: calc(16px / 2);
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-stats .kubota-engine-hero-stat dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  padding: 0;
  margin: 0;
}
.kubota-engine-single .headerWrap .kubota-engine-hero .kubota-engine-hero-content .kubota-engine-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px / 2);
}
.kubota-engine-single .kubota-engine-tabs {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 0;
  background: #202023;
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 1328px) {
  .kubota-engine-single .kubota-engine-tabs {
    padding: 0;
  }
}
.kubota-engine-single .kubota-engine-tabs ul {
  max-width: 1328px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}
.kubota-engine-single .kubota-engine-tabs ul li {
  margin: 0;
}
.kubota-engine-single .kubota-engine-tabs ul li::before {
  display: none;
}
.kubota-engine-single .kubota-engine-tabs ul li#contactUs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 1328px) {
  .kubota-engine-single .kubota-engine-tabs ul li#contactUs {
    display: none !important;
  }
}
.kubota-engine-single .kubota-engine-tabs ul li a {
  padding: 15px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  color: #FCFDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 30px);
}
.kubota-engine-single .kubota-engine-tabs ul li a.button {
  color: #017274;
  padding: 11px calc(16px * 1.5);
  height: unset;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
}
.kubota-engine-single .kubota-engine-tabs ul li a.button:hover {
  color: #FCFDFF;
}
.kubota-engine-single .kubota-engine-tabs ul li a:hover {
  text-decoration: none;
}
.kubota-engine-single .kubota-engine-tabs ul li a:hover span:not(.model) {
  text-decoration: underline;
}
.kubota-engine-single .kubota-engine-tabs ul li a .model {
  font-size: 20px;
  font-weight: 700;
}
.kubota-engine-single .kubota-engine-tabs ul li a .change {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #DADBE0;
}
.kubota-engine-single .kubota-engine-tabs ul li.is-active a {
  background: #34353A;
}
.kubota-engine-single .kubota-engine-features {
  padding: 0 0 80px 0;
  max-width: 1328px;
  margin: 0 auto;
}
.kubota-engine-single .kubota-engine-features .kubota-engine-section-header {
  max-width: 880px;
  margin-bottom: calc(16px * 3);
}
.kubota-engine-single .kubota-engine-features .kubota-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: calc(16px * 2);
  grid-row-gap: calc(16px * 2);
}
@media (max-width: 800px) {
  .kubota-engine-single .kubota-engine-features .kubota-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .kubota-engine-single .kubota-engine-features .kubota-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kubota-engine-single .kubota-engine-features .kubota-features-grid h4 {
  margin: 16px 0 calc(16px / 2);
}
.kubota-engine-single .kubota-engine-features .kubota-features-grid img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.kubota-engine-single .kubota-engine-specs-footnotes {
  margin: 16px auto 0;
  max-width: 800px;
}
.kubota-engine-single .quicklinks {
  padding: 80px 0 !important;
}
@media (max-width: 1328px) {
  .kubota-engine-single .quicklinks .container {
    flex-direction: row !important;
  }
}
.kubota-engine-single .quicklinks .container:nth-child(2) {
  margin-top: calc(16px * 1.5);
}
.kubota-engine-single .quicklinks article {
  flex: 1 29% !important;
}
.kubota-engine-single .quicklinks article h5 {
  margin-bottom: calc(16px / 2);
}
.kubota-engine-single .kubota-engine-lineup {
  padding-bottom: 0 !important;
}
.kubota-engine-single .kubota-engine-lineup .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-engine-section-header {
  max-width: 880px;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-lineup-toggle {
  margin-left: auto;
  margin-bottom: calc(16px / 2);
  display: flex;
  gap: 16px;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-lineup-toggle button {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  color: #9799A1;
  background: transparent;
  border: none;
  padding: 0;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-lineup-toggle button:hover {
  text-decoration: underline;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-lineup-toggle button.is-active {
  color: #017274;
}
.kubota-engine-single .kubota-engine-lineup .container .kubota-grid {
  margin-top: calc(16px * 1.5);
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 800px) {
  .kubota-engine-single .kubota-engine-lineup .container .kubota-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .kubota-engine-single .kubota-engine-lineup .container .kubota-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=kubota-engines.css.map */