.boat-archive {
  width: 100%;
}
.boat-archive #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #hero .container {
    height: 280px;
  }
}
.boat-archive #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
.boat-archive #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.boat-archive #hero .container .title-row h1,
.boat-archive #hero .container .title-row h1 > *,
.boat-archive #hero .container .title-row h2,
.boat-archive #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #hero .container .title-row h1,
  .boat-archive #hero .container .title-row h1 > *,
  .boat-archive #hero .container .title-row h2,
  .boat-archive #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #hero .container .title-row h1,
  .boat-archive #hero .container .title-row h1 > *,
  .boat-archive #hero .container .title-row h2,
  .boat-archive #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #hero .container .title-row h1,
  .boat-archive #hero .container .title-row h1 > *,
  .boat-archive #hero .container .title-row h2,
  .boat-archive #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.boat-archive #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.boat-archive #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.boat-archive #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.boat-archive #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.boat-archive #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boat-archive #our-boats {
  width: 100%;
  display: flex;
}
.boat-archive #our-boats .container {
  width: 100%;
}
.boat-archive #our-boats .container .content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content {
    padding: 65px;
    gap: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content {
    padding: 45px;
    gap: 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content {
    padding: 25px;
    gap: 0;
  }
}
.boat-archive #our-boats .container .content .description {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .description {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .description {
    line-height: 2em;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    line-height: 24px;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.boat-archive #our-boats .container .content .description p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 31px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .mini-menu-categories {
    margin: 25px 25px;
  }
}
.boat-archive #our-boats .container .content .view-more-content {
  display: none;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #2a487c;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .view-more-content {
    display: block;
  }
}
.boat-archive #our-boats .container .content .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2a487c;
  margin: 30px 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .horizontal-line {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .horizontal-line {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .horizontal-line {
    margin: unset;
  }
}
.boat-archive #our-boats .container .content .mini-menu-categories {
  display: flex;
  flex-direction: column;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container {
  display: flex;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow-small.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.prev {
  transform: rotate(180deg);
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container .mini-slider__arrow.hidden {
  display: none;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  gap: 50px;
  margin: 0 auto;
  overflow: hidden;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul.full-cont {
  justify-content: center;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul li {
  transition: transform 0.5s;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul li h2,
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul li h2 > a {
  font-size: clamp(16px, 1.8vw, 24px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  color: #2a487c;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul li.selected h2 > a {
  font-weight: 700;
}
.boat-archive #our-boats .container .content .mini-menu-categories .mini-menu-categories-container ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.boat-archive #our-boats .container .content .boats .boat-list {
  display: flex;
  row-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat {
  flex: calc(33.3333% - 33.3333333333px);
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-grow: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat {
    flex: calc(50% - 25px);
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat {
    flex: calc(50% - 25px);
    gap: 20px;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat {
    flex: 100%;
    flex-grow: 0;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  aspect-ratio: 55/38;
  padding: 15px;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 60%, #262626 100%);
  z-index: -1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes {
    padding: 5px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .top-row {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 15px;
  background-color: #cadeff;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .top-row {
    padding: 0 14px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .top-row {
    padding: 0 12px;
    height: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .top-row {
    padding: 0 10px;
    height: 20px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .top-row .category p {
  font-size: clamp(12px, 1.6vw, 18px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #2a487c;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 5px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute p {
  color: #ffffff;
  font-size: clamp(10px, 0.8vw, 16px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute p {
    font-size: clamp(8px, 0.8vw, 12px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute p {
    font-size: clamp(10px, 0.8vw, 14px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute img {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute img {
    width: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes .bot-row .attribute img {
    width: 12px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-attributes img.boat-image {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row h3,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row h3 > * {
  font-size: clamp(16px, 1.8vw, 18px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #214076;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row h3:hover,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row h3 > *:hover {
  opacity: 0.8;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row .price p,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row .price p > * {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row .price p .number,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row .price p > * .number {
  font-weight: 700;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #214076;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .top-row .category p {
  color: #ffffff;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .bot-row {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .bot-row * {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #262626;
  line-height: 28px;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #262626;
  outline: 1px solid #2a487c;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button a,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn a {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #262626;
  outline: 1px solid #2a487c;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button a,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn a {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button a,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn a {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button a,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn a {
    padding: 9px 22px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button a:hover,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn a:hover {
  background-color: #2a487c;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button,
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn {
    padding: 9px 22px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info button:hover,
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info a.btn:hover {
  background-color: #2a487c;
  color: #ffffff;
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .learn-more {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 14px 50px;
  outline-offset: -1px;
  cursor: pointer;
  color: #262626;
  outline: 1px solid #2a487c;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .learn-more {
    padding: 14px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .learn-more {
    padding: 11px 27px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .learn-more {
    padding: 9px 22px;
  }
}
.boat-archive #our-boats .container .content .boats .boat-list .boat .boat-basic-info .learn-more:hover {
  background-color: #2a487c;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .content .boats .boat-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.boat-archive #our-boats .container .pagination {
  display: flex;
  justify-content: center;
}
.boat-archive #our-boats .container .pagination .page-list {
  display: flex;
  gap: 10px;
}
.boat-archive #our-boats .container .pagination .page-list .page__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  height: 40px;
  width: 40px;
  min-width: 40px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/header/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.boat-archive #our-boats .container .pagination .page-list .page__arrow:hover {
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .pagination .page-list .page__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .pagination .page-list .page__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .pagination .page-list .page__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.boat-archive #our-boats .container .pagination .page-list .page__arrow.prev {
  transform: rotate(180deg);
}
.boat-archive #our-boats .container .pagination .page-list .page__arrow.activated {
  opacity: 1;
  outline: 1px solid #cadeff;
  background-color: #cadeff;
}
.boat-archive #our-boats .container .pagination .page-list .prev.page-numbers,
.boat-archive #our-boats .container .pagination .page-list .next.page-numbers {
  display: none;
}
.boat-archive #our-boats .container .pagination .page-list .page,
.boat-archive #our-boats .container .pagination .page-list .page-numbers {
  outline: 1px solid rgba(42, 72, 124, 0.4705882353);
  height: 40px;
  width: 40px;
  min-width: 40px;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #262626;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #our-boats .container .pagination .page-list .page,
  .boat-archive #our-boats .container .pagination .page-list .page-numbers {
    height: 32px;
    width: 32px;
    min-width: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #our-boats .container .pagination .page-list .page,
  .boat-archive #our-boats .container .pagination .page-list .page-numbers {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #our-boats .container .pagination .page-list .page,
  .boat-archive #our-boats .container .pagination .page-list .page-numbers {
    height: 25px;
    width: 25px;
    min-width: 25px;
  }
}
.boat-archive #our-boats .container .pagination .page-list .page:hover,
.boat-archive #our-boats .container .pagination .page-list .page-numbers:hover {
  outline: 1px solid #2a487c;
  cursor: pointer;
}
.boat-archive #our-boats .container .pagination .page-list .page.selected, .boat-archive #our-boats .container .pagination .page-list .page.current,
.boat-archive #our-boats .container .pagination .page-list .page-numbers.selected,
.boat-archive #our-boats .container .pagination .page-list .page-numbers.current {
  background-color: #2a487c;
  color: #ffffff;
  outline: 1px solid #cadeff;
}
.boat-archive #our-boats .container .pagination .page-list .page__arrow a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.boat-archive #features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
.boat-archive #features img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.boat-archive #features .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.91;
  background: linear-gradient(180deg, #214076, #1a3565);
  z-index: -1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #features {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #features {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features {
    padding: 40px 0;
  }
}
.boat-archive #features h2,
.boat-archive #features h2 > * {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features h2,
  .boat-archive #features h2 > * {
    text-align: center;
  }
}
.boat-archive #features ul.feature-icons {
  color: #ffffff;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 500;
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(24, 1fr);
  width: 80%;
  margin-top: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #features ul.feature-icons {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #features ul.feature-icons {
    margin-top: 45px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features ul.feature-icons {
    margin-top: 25px;
    width: 95%;
    row-gap: 20px;
  }
}
.boat-archive #features ul.feature-icons li:nth-child(-n+4) {
  grid-column: span 6;
}
.boat-archive #features ul.feature-icons li:nth-child(n+5):nth-child(-n+7) {
  grid-column: span 8;
}
.boat-archive #features ul.feature-icons li {
  display: flex;
  align-items: center;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 35px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #features ul.feature-icons li {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #features ul.feature-icons li {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features ul.feature-icons li {
    gap: 20px;
  }
}
.boat-archive #features ul.feature-icons li .icon-container {
  padding: 20px;
  width: 35px;
  display: flex;
  justify-content: center;
  transition: background-color 1s;
  border: 1px solid #ffffff;
  border-radius: 100px;
  align-items: center;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .boat-archive #features ul.feature-icons li .icon-container {
    padding: 15px;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #features ul.feature-icons li .icon-container {
    padding: 14px;
    width: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features ul.feature-icons li .icon-container {
    padding: 12px;
    width: 20px;
  }
}
.boat-archive #features ul.feature-icons li .icon-container:hover {
  background-color: #ffffff;
}
.boat-archive #features ul.feature-icons li .icon-container:hover svg path,
.boat-archive #features ul.feature-icons li .icon-container:hover svg rect {
  fill: #2a487c;
}
.boat-archive #features ul.feature-icons li .icon-container svg {
  height: 100%;
}
.boat-archive #features ul.feature-icons li .icon-container svg path,
.boat-archive #features ul.feature-icons li .icon-container svg rect {
  fill: #ffffff;
  transition: fill 1s;
}
.boat-archive #features ul.feature-icons li .icon-container img {
  aspect-ratio: 1;
  max-width: unset;
}
.boat-archive #features ul.feature-icons li .icon-container:hover {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .boat-archive #features ul.feature-icons li {
    justify-self: unset;
    max-width: 300px;
    min-width: 200px;
    gap: 20px;
  }
  .boat-archive #features ul.feature-icons li:nth-child(1) {
    grid-column-start: 1 !important;
    grid-column-end: 10 !important;
    justify-self: auto;
  }
  .boat-archive #features ul.feature-icons li:nth-child(2) {
    grid-column-start: 10 !important;
    grid-column-end: 18 !important;
    justify-self: center;
  }
  .boat-archive #features ul.feature-icons li:nth-child(3) {
    grid-column-start: 18 !important;
    grid-column-end: 25 !important;
    justify-self: end;
  }
  .boat-archive #features ul.feature-icons li:nth-child(4) {
    grid-column-start: 6 !important;
    grid-column-end: 14 !important;
    justify-self: start;
  }
  .boat-archive #features ul.feature-icons li:nth-child(5) {
    grid-column-start: 15 !important;
    grid-column-end: 24 !important;
    justify-self: start;
  }
  .boat-archive #features ul.feature-icons li:nth-child(6) {
    grid-column-start: 2 !important;
    grid-column-end: 13 !important;
    justify-self: auto;
  }
  .boat-archive #features ul.feature-icons li:nth-child(7) {
    grid-column-start: 13 !important;
    grid-column-end: 24 !important;
    justify-self: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .boat-archive #features ul.feature-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .boat-archive #features ul.feature-icons li {
    width: 40%;
    gap: 15px;
  }
  .boat-archive #features ul.feature-icons li:nth-child(7) {
    width: 50%;
    align-self: center;
    justify-self: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .boat-archive #features ul.feature-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .boat-archive #features ul.feature-icons li {
    width: 40%;
    gap: 15px;
  }
  .boat-archive #features ul.feature-icons li:nth-child(7) {
    width: 50%;
    align-self: center;
    justify-self: center;
  }
}
@media only screen and (max-width: 300px) {
  .boat-archive #features ul.feature-icons li {
    width: 80%;
    gap: 15px;
    flex-direction: column;
  }
}