@font-face {
  font-family: League Spartan;
  src: url(/assets/LeagueSpartan-VariableFont_wght.woff2) format("woff2");
  font-display: swap;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --white-colour: #fff;
  --white-20-colour: #fff3;
  --white-30-colour: #ffffff4d;
  --white-40-colour: #fff6;
  --darkest-colour: #000;
  --darkest-6-colour: rgb(0 0 0 / 0.06);
  --darkest-10-colour: #0000001a;
  --darkest-20-colour: #0003;
  --black-colour: #1a1a1a;
  --light-black-colour: #454545;
  --black-10-colour: #1a1a1a1a;
  --black-20-colour: #1a1a1a33;
  --black-30-colour: #1a1a1a4d;
  --black-40-colour: #1a1a1a66;
  --black-50-colour: #1a1a1a80;
  --black-60-colour: #1a1a1a99;
  --blue-colour: #0062e0;
  --blue-secondary-colour: #0190fd;
  --promo-colour: #25b700;
  --grey-outlines-colour: #e7e7e7;
  --grey-outlines-50-colour: #e7e7e780;
  --primary-grey: #d2d5da;
  --placeholder-colour: #d0d0d0;
  --default-content-colour: #979fa0;
  --primary-100-colour: #ebf2fc;
  --green-colour: #25b700;
  --modal-background-colour: #00000080;
  --white-colour-image: linear-gradient(105.11deg, #fff 43.13%, #fff 93.34%);
  --blue-colour-active-image: linear-gradient(180deg, var(--blue-colour) 100%, var(--blue-colour) 100%);
  --blue-wave-colour-image: linear-gradient(105.11deg, #0163e1 43.13%, var(--blue-secondary-colour) 93.34%);
  --blue-wave-colour-hover-image: linear-gradient(94deg, #0163e1 11.25%, var(--blue-secondary-colour) 77.29%);
  --blue-wave-colour-active-image: linear-gradient(180deg, var(--blue-secondary-colour) 100%, var(--blue-secondary-colour) 100%);
  --promo-wave-colour-image-default: linear-gradient(90deg, var(--promo-colour) 34.59%, var(--promo-colour) 100%);
  --promo-wave-colour-image: linear-gradient(90deg, var(--promo-colour) 34.59%, #4bd129 100%);
  --promo-wave-colour-image-clicked: linear-gradient(90deg, #4bd129 34.59%, #4bd129 100%);
  --promo-clicked: #49d028;
  --white-shadow-to-bottom: linear-gradient(0deg, #fff0 6.06%, var(--white-colour) 99.03%);
  --white-shadow-to-top: linear-gradient(181deg, #fff0 6.06%, var(--white-colour) 99.03%);
  --black-wave-colour-image: linear-gradient(90deg, var(--black-colour) 0%, var(--black-colour) 100%);
  --black-wave-colour-hover-image: linear-gradient(90deg, #000 0%, var(--light-black-colour) 100%);
  --black-wave-colour-active-image: linear-gradient(90deg, var(--light-black-colour) 0%, var(--light-black-colour) 100%);
  --booking-background-colour: #f9f9f9;
  --small-radius: 6px;
  --normal-radius: 8px;
  --base-radius: 12px;
  --big-radius: 100px;
  --full-radius: 999rem;
  font-size: 16px;
}
body {
  color: var(--black-colour);
  margin: 0;
  font-family: League Spartan, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
      Noto Color Emoji;
  font-weight: 400;
}
/* body > .header {
  display: none;
} */
body.loaded > .header {
  display: block;
}
@media (min-width: 1025px) {
  body.overflow-hidden.has-scroll,
  body.overflow-hidden.has-scroll > .header .header-content {
      margin-right: 12px;
  }
}
body.booking {
  background-color: var(--booking-background-colour);
}
body.locations,
body.our-cars,
body.rentals {
  background-color: var(--white-colour);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body::-ms-scrollbar {
      background-color: #fff;
      width: 12px;
  }
  body::-ms-thumb {
      background-color: #e7e7e7;
  }
}
body::-webkit-scrollbar {
  background-color: #fff;
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: 0 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #d0d0d0;
}
body.has-scroll:after {
  content: "";
  z-index: 12;
  width: 12px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -12px;
  box-shadow: 0 4px 20px #0000001a;
}
button {
  -webkit-tap-highlight-color: #fff0;
  touch-action: manipulation;
}
.safari body.has-scroll:after {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
h1.no-search {
  font-size: 4.625rem;
  line-height: 1.08;
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}
h3.between-sections {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 0.92;
}
@media (min-width: 601px) {
  h3.between-sections {
      font-size: 1.375rem;
      font-weight: 600;
  }
}
button {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
}
hr {
  border: none;
}
p {
  margin: 0;
  font-weight: 400;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
details summary {
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
figure {
  margin: 0;
}
.button-1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.92;
}
.button-2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.92;
}
.subheading-1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.92;
}
.subheading-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}
.subheading-2.blue-colour {
  color: var(--blue-colour);
  font-size: 1.625rem;
}
@media (min-width: 1025px) {
  .subheading-2,
  .subheading-2.blue-colour {
      font-size: 1.25rem;
      font-weight: 600;
  }
}
.subheading-3 {
  color: var(--blue-colour);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 601px) {
  .subheading-3 {
      font-size: 1.625rem;
      font-weight: 700;
  }
}
.menu-item {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.body-1 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 601px) {
  .body-1 {
      font-size: 1rem;
      line-height: 1.5;
  }
}
.body-2 {
  font-size: 1rem;
  line-height: 1.375;
}
.body-3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.92;
}
@media (min-width: 601px) {
  .body-3 {
      font-size: 0.9375rem;
  }
}
.body-4 {
  font-size: 0.875rem;
  line-height: 1.2857;
}
.section-padding {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 601px) {
  .section-padding {
      padding-top: 5rem;
      padding-bottom: 5rem;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .content-padding {
      padding-left: 4.125rem;
      padding-right: 4.125rem;
  }
}
.truncate-one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}
.truncate-one-line .truncate-one-line-width {
  width: 0;
}
.truncate-one-line .truncate-one-line-height {
  height: 0;
}
.full-width {
  width: 100%;
}
.no-break {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.desktop {
  display: none;
}
@media (min-width: 601px) {
  .desktop {
      display: block;
  }
}
.mobile {
  display: block;
}
@media (min-width: 601px) {
  .mobile {
      display: none;
  }
}
.desktop-flex {
  display: none;
}
@media (min-width: 601px) {
  .desktop-flex {
      display: flex;
  }
}
.desktop-inline {
  display: none;
}
@media (min-width: 601px) {
  .desktop-inline {
      display: inline;
  }
}
.mobile-flex {
  display: flex;
}
@media (min-width: 601px) {
  .mobile-flex {
      display: none;
  }
}
.mobile-inline {
  display: inline;
}
@media (min-width: 601px) {
  .mobile-inline {
      display: none;
  }
}
html {
  scroll-behavior: smooth;
}
.cLQSEG {
  border-radius: unset !important;
}
.header {
  z-index: 300;
  color: var(--black-colour);
  background-color: #0000;
  width: 100%;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, top 0.3s ease-in-out;
  position: fixed;
  top: 0;
}
@media (min-width: 601px) {
  .header {
      background-color: var(--white-colour);
  }
  .header.transparent-view {
      background-color: #0000;
  }
}
@media (min-width: 1025px) {
  .header {
      background-color: #0000;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1110px) {
  .header {
      color: var(--white-colour);
  }
  .header.fixed-hero {
      position: absolute;
      top: 0;
  }
}
.header.open {
  background-color: var(--white-colour) !important;
}
.header.header-dark-design {
  background-color: var(--white-colour);
}
.header.header-dark-design.booking-header {
  background-color: var(--booking-background-colour);
}
.header.header-dark-design.booking-header.scrolled {
  background-color: var(--white-colour);
}
@media (min-width: 1025px) {
  .header.header-dark-design .header-content {
      border-bottom: 1px solid #0000;
      border-image: linear-gradient(0.25turn, #1a1a1a05, #1a1a1a0f, #1a1a1a1a, #1a1a1a0f, #1a1a1a05) 1;
  }
  .header.header-dark-design .nav-link {
      color: var(--black-colour);
  }
}
.header.hide {
  top: -80px;
}
.header-container {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-container {
      width: 100%;
      max-width: 1188px;
      margin: 0 auto;
  }
  .header-container {
      max-width: 1440px;
  }
  .header-container .header-content {
      padding-left: 65px;
      padding-right: 65px;
  }
}
.header-content {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 1.125rem;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .header-content {
      border-bottom: 1px solid #0000;
      border-image: linear-gradient(0.25turn, #ffffff05, #ffffff1f, #fff3, #ffffff1a, #ffffff05) 1;
      padding-top: 7px;
      padding-bottom: 3px;
  }
}
.logo img {
  width: 9.66rem;
}
@media (min-width: 1025px) {
  .logo img {
      width: 9.375rem;
  }
}
.header-centre{
  flex: 1;
  display: none;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .header-centre {
      display: flex!important;
  }
  .header-nav {
      column-gap: 0.75rem;
      margin: 0 auto;
      display: flex;
  }
}
@media (max-width: 1024px) {
  .header-centre {
    position: fixed;
    background: var(--white-colour);
    z-index: 1001;
    border-radius: .375rem;
    padding: 0 1.25rem 1.125rem;
    position: absolute;
    top: 3rem;
    right: 1.125rem;
  }
}
.nav-link {
  white-space: nowrap;
  border-bottom: 1px solid var(--grey-outlines-colour);
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.15s ease-out;
  display: block;
  position: relative;
}
.nav-link:last-child {
  border-bottom: none;
}
.nav-link.active:after {
  content: "";
  background-color: var(--white-colour);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 4px 4px #ffffff40;
}
@media (min-width: 601px) {
  .nav-link {
      cursor: pointer;
  }
  .nav-link:hover {
      color: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .nav-link {
      border: none;
      padding: 0.5rem;
  }
  @media (min-width: 1025px) {
      .nav-link:nth-child(4),
      .nav-link:nth-child(5) {
          padding-right: 9px;
      }
  }
  .nav-link:hover {
      color: var(--black-colour);
  }
  .nav-link.visited {
      font-weight: 800;
  }
}
@media (min-width: 1150px) {
  .nav-link:hover {
      color: var(--white-colour);
  }
}
.nav-link-help {
  border: 1px solid var(--Grey-Outlines, #e7e7e7);
  border-radius: 3.125rem;
  align-items: center;
  max-width: 8.25rem;
  margin-top: 1.875rem;
  padding: 0.5rem;
  transition: all 0.15s ease-out;
  display: inline-flex;
}
.nav-link-help:last-child {
  border-bottom: 1px solid var(--Grey-Outlines, #e7e7e7);
}
.nav-link-help span {
  padding-top: 2px;
}
.nav-link-help svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.31rem;
}
.nav-link-help svg path {
  transition: all 0.15s ease-out;
}
@media (min-width: 601px) {
  .nav-link-help {
      cursor: pointer;
  }
  .nav-link-help:hover {
      color: var(--blue-secondary-colour);
  }
  .nav-link-help:hover svg path {
      stroke: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .nav-link-help {
      border: none;
      margin-top: 0;
      padding: 0;
  }
  .nav-link-help img {
      display: none;
  }
  .nav-link-help span {
      padding-right: 0;
  }
}
.header-end {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .header-end {
      column-gap: 1rem;
  }
}
.header-end > a {
  display: none;
}
@media (min-width: 1025px) {
  .header-end > a {
      display: block;
  }
}
.cars-menu-container {
  z-index: 2;
  background-color: var(--white-colour);
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cars-menu-container:hover{
  display: block!important;
}
@media (max-width: 1024px) {
  .cars-menu-container {
    display: block!important;
    position: static;
    width: auto;
    transform: none;
    border-bottom: solid 1px var(--grey-outlines-colour);
  }
  .cars-menu-container .list-cars-menu,
  .cars-menu-container .cars-menu{
    display: block;
    padding: 0;
  }
  .cars-menu-container:after,
  .cars-menu-container .header-block-info,
  .cars-menu-container .cars-menu-card .card-img,
  .cars-menu-container .cars-menu-card .card-cta{
    display: none;
  }
  .cars-menu-container .cars-menu-card{
    text-align: left;
    display: block;
  }
  .cars-menu-container .list-cars-menu li .card-title{
    margin-bottom: 0;
    padding-bottom: 1.125rem
  }
  .cars-menu-container .list-cars-menu li:first-child .card-title{
    padding-top: 1.125rem;
  }

  .header-centre .header-nav + a{
    border: 1px solid var(--Grey-Outlines, #e7e7e7);
    border-radius: 3.125rem;
    align-items: center;
    max-width: 8.25rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    padding: .5rem;
    transition: all 0.15s ease-out;
    display: inline-flex;
    gap: .31rem;
  }

  .header-centre .header-nav + a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' class='social-mob'%3E%3Cg id='icon'%3E%3Cpath id='Vector' d='M10 8.75C11.3807 8.75 12.5 7.63071 12.5 6.25C12.5 4.86929 11.3807 3.75 10 3.75C8.61929 3.75 7.5 4.86929 7.5 6.25C7.5 7.63071 8.61929 8.75 10 8.75Z' stroke='%231A1A1A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath id='Vector_2' d='M16.25 17.0831C15.8542 9.30563 4.14583 9.30563 3.75 17.0831' stroke='%231A1A1A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.125rem;
    height: 1.125rem;
    margin-bottom: 1px;
  }

}
.cars-menu-container > div {
  z-index: 3;
  background-color: var(--white-colour);
  position: relative;
}
.cars-menu-container:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 130%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 15px #0003;
}
.cars-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 82.688rem;
  margin: 0 auto;
  padding: 1.188rem 4.063rem 1.188rem 2.875rem;
  display: flex;
}
@media (min-width: 1025px) {
  .cars-menu {
      column-gap: 16px;
      padding: 1.188rem 4.0625rem;
  }
}
@media (min-width: 1165px) {
  .cars-menu {
      column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .cars-menu {
      column-gap: 66px;
  }
}
@media (min-width: 1265px) {
  .cars-menu {
      column-gap: 90px;
  }
}
.card-title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.card-title:first-child {
  margin-top: 1.25rem;
}
.card-title:last-child {
  border-bottom: 1px solid var(--grey-outlines-colour);
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 601px) {
  .card-title {
      cursor: pointer;
  }
  .card-title:hover,
  .cars-menu-card:hover .card-title {
      color: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .card-title {
      color: var(--blue-colour);
      border: none;
      margin-top: 0;
      margin-bottom: 0.375rem;
      padding: 0;
      font-size: 1.125rem;
      font-weight: 600;
  }
}
.lang-wrapper {
  width: 2.125rem;
  height: 2.125rem;
  position: relative;
  top: -1px;
  right: 0;
}
.lang-wrapper.opened .lang-button {
  z-index: 1003;
  background-color: var(--blue-colour);
  border-color: var(--white-colour);
}
.lang-wrapper.opened .lang-button svg path {
  fill: var(--white-colour);
}
.lang-wrapper.opened:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1001;
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .lang-wrapper.opened:before {
      display: none;
  }
}
.lang-button {
  background-color: var(--white-colour);
  border: 1px solid var(--grey-outlines-colour);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  transition: all 0.2s;
  display: flex;
  position: relative;
  top: 1px;
  right: 0;
}
@media (min-width: 1025px) {
  .lang-button .lang-icon {
      transform: translate(0);
  }
}
.lang-button .lang-icon path {
  transition: fill 0.15s;
}
@media (min-width: 601px) {
  .lang-button {
      width: 2rem;
      height: 2rem;
  }
  .lang-button.opened {
      background-color: var(--white-colour);
      border: 1px solid var(--grey-outlines-colour);
  }
  .lang-button.opened svg path {
      fill: var(--blue-colour);
  }
  .lang-button:hover {
      background-color: var(--blue-colour);
      border-color: var(--white-colour);
  }
  .lang-button:hover svg path {
      fill: var(--white-colour);
  }
}
.lang-list {
  z-index: 1002;
  background-color: var(--white-colour);
  color: var(--black-colour);
  border-radius: 0.375rem;
  padding: 1.25rem;
  position: absolute;
  top: 3.25rem;
  right: 50%;
  transform: translate(50%);
  box-shadow: 0 0.25rem 1.25rem #0000001a;
}
@media (min-width: 1025px) {
  .lang-list {
      padding: 0.875rem;
      top: 2.75rem;
      right: -2.8rem;
      transform: translate(0);
  }
}
.lang-list li {
  border: 1px solid var(--grey-outlines-colour);
  border-radius: 0.375rem;
  align-items: center;
  column-gap: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem 0.625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.15s;
  display: flex;
}
.lang-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .lang-list li {
      column-gap: 0.375rem;
      font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .lang-list li {
      border: none;
      padding: 0;
  }
}
@media (min-width: 601px) {
  .lang-list li:hover {
      cursor: pointer;
      color: var(--blue-secondary-colour);
  }
}
.lang-list li.active {
  border-color: var(--blue-colour);
  color: var(--blue-colour);
}
.lang-list li span.language-link {
  align-items: center;
  padding-top: 0.125rem;
  display: inline-flex;
}
.lang-list li span.language-link img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}

.mob-menu {
  display: block;
  position: relative;
}
.mob-menu.opened:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .mob-menu {
      display: none;
  }
}
.mob-menu .mob-nav-container {
  background: var(--white-colour);
  z-index: 1001;
  border-radius: 0.375rem;
  padding: 0 1.25rem 1.125rem;
  position: absolute;
  top: 2.8rem;
  right: 0;
}
.mob-menu .mob-nav-container .card-title {
  white-space: nowrap;
}
.mob-menu .mob-menu-btn {
  background: var(--white-colour);
  border: 1px solid var(--grey-outlines-colour);
  z-index: 1000;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  width: 5rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}
.mob-menu .mob-menu-btn span {
  color: var(--black-colour);
  font-size: 1rem;
  font-weight: 500;
  transform: translateY(1px);
}
.mob-menu .mob-menu-btn svg {
  width: 0.84rem;
  height: 0.84rem;
  transform: translateY(0.9px);
}
.mob-menu .card-title.active {
  color: var(--blue-colour);
}
.list-cars-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
}
@media (min-width: 1025px) {
  .list-cars-menu {
      column-gap: 8px;
  }
}
@media (min-width: 1265px) {
  .list-cars-menu {
      column-gap: 53px;
  }
}
.cars-menu-card {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cars-menu-card .card-img {
  width: 152px;
  margin-bottom: 14px;
}
.cars-menu-card .card-cta {
  color: var(--black-colour);
  font-size: 0.938rem;
  font-weight: 500;
}
.header-block-info {
  background: var(--blue-wave-colour-image);
  color: var(--white-colour);
  border-radius: 0.375rem;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0.6rem 1rem;
  font-family: League Spartan;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
}
@media (min-width: 1025px) {
  .header-block-info {
      column-gap: 1.938rem;
      padding: 0.8125rem 1.125rem 0.75rem 1.75rem;
  }
}
.header-block-info .info-title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
@media (min-width: 1025px) {
  .header-block-info .info-title {
      font-size: 0.75rem;
  }
}
.header-block-info .info-title span {
  white-space: nowrap;
}
.header-block-info .info-title p {
  text-transform: uppercase;
  margin: 0;
  padding: 0.25rem 0 0;
  font-size: 2rem;
}
@media (min-width: 1025px) {
  .header-block-info .info-title p {
      font-size: 2.875rem;
  }
}
.header-block-info .info-list li {
  white-space: nowrap;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  display: flex;
}
@media (min-width: 768px) {
  .mobile-search-main-wrapper {
      display: none;
  }
}
.mobile-search-main-wrapper .search-row {
  justify-content: space-between;
  align-items: start;
  display: flex;
}
.mobile-search-main-wrapper .search-mobile-delimiter {
  margin-top: 0.8125rem;
  margin-bottom: 0.9375rem;
}
.mobile-search-main-wrapper .search-main-button {
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
  margin-top: 0.8125rem;
}
.mobile-search-main-wrapper .search-middle-card {
  flex: 1;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 360px) {
  .mobile-search-main-wrapper .search-middle-card {
      margin-left: 1.5rem;
  }
}
.mobile-modal-content {
  flex: 1;
  padding: 2.375rem 1rem;
  position: relative;
}
@media (min-width: 375px) {
  .mobile-modal-content {
      padding: 2.375rem 2.5rem;
  }
}
.mobile-modal-content.location-content {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 390px) {
  .mobile-modal-content.location-content {
      padding: 2.375rem 5%;
  }
}

.date-card {
  min-width: 77px;
}
.labeled-selection-card {
  cursor: pointer;
  flex-direction: column;
  display: inline-flex;
}
.labeled-selection-card:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}
.labeled-selection-card:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}
.labeled-selection-card:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}
.labeled-selection-card:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}
.labeled-selection-card:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}
.labeled-selection-card:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}
.labeled-selection-card .body-3 {
  color: var(--blue-colour);
  margin-bottom: 0.375rem;
}
.labeled-selection-card .subheading-2 {
  color: var(--default-content-colour);
  font-weight: 600;
  display: inline-block;
}
.labeled-selection-card .subheading-2.value-filled {
  color: var(--black-colour);
}
.labeled-selection-card .subheading-2:hover {
  color: var(--blue-secondary-colour);
}
.labeled-selection-booking-card .subheading-2 {
  color: var(--black-colour);
  font-size: 1rem;
  font-weight: 600;
}
.mobile-modal {
  background-color: var(--white-colour);
  z-index: 9999;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.mobile-modal.mobile-modal-visible {
  display: flex;
}
.mobile-modal .scrolled-shadow:after {
  content: "";
  height: 3.25rem;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.mobile-modal .scrolled-shadow.scrolled-shadow-visible:after {
  display: block;
}
.mobile-modal .scrolled-shadow.scrolled-shadow-bottom:after {
  background-image: var(--white-shadow-to-bottom);
  top: 100%;
}
.mobile-modal .scrolled-shadow.scrolled-shadow-top:after {
  z-index: -1;
  background-image: var(--white-shadow-to-top);
  bottom: 100%;
}
.mobile-modal > header {
  background-image: var(--blue-wave-colour-image);
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.375rem;
  display: flex;
  position: sticky;
  top: 0;
}
.mobile-modal > header .mobile-modal-title {
  color: var(--white-colour);
}
.mobile-modal > header .mobile-modal-exit-button {
  cursor: pointer;
  font-size: 0;
  display: inline-flex;
}
.button-icon {
  color: var(--white-colour);
}
.search-wrapper {
  border-radius: inherit;
  display: none;
  position: relative;
}
@media (min-width: 720px) {
  .search-wrapper {
      display: flex;
  }
}
.search-wrapper .days-card {
  padding-right: 0.7rem;
}
.search-wrapper .time-card {
  padding: 0 1rem;
}
.search-wrapper .time-card + .time-card {
  margin-left: -1rem;
}
.search-wrapper .location-card {
  padding: 0 1.125rem 0 1rem;
}
.search-wrapper .location-card + .location-card {
  margin-left: -1rem;
}
.search-wrapper .search-delimiter {
  height: inherit;
}
.search-wrapper .interactable-card {
  align-self: center;
  margin-top: 0.3125rem;
  position: relative;
}
.search-wrapper .interactable-card.days-card {
  min-width: 8.25rem;
}
.search-wrapper .interactable-card.centered-card,
.search-wrapper .interactable-card.time-card button span:nth-child(2n) {
  text-align: center;
}
.search-wrapper .interactable-card.show-return-location {
  opacity: 1;
  visibility: visible;
  max-width: 15rem;
  height: auto;
  margin-left: -1rem !important;
  padding: 0 1.125rem 0 1rem !important;
}
.search-wrapper .interactable-card .custom-location {
  min-width: 200px;
}
.search-wrapper .interactable-card .custom-return-size {
  min-width: 200px;
  left: unset !important;
}
.search-wrapper .interactable-card .interactable-choices {
  z-index: 200;
  border-bottom-left-radius: var(--small-radius);
  border-bottom-right-radius: var(--small-radius);
  border-left: 1px solid var(--white-20-colour);
  border-right: 1px solid var(--white-20-colour);
  border-bottom: 1px solid var(--white-20-colour);
  padding-top: 0;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  right: 0;
}
.search-wrapper .interactable-card .interactable-choices.modify {
  top: calc(100% + 1.125rem);
}
.search-wrapper .interactable-card .interactable-choices > div {
  background-color: var(--white-colour);
  border-radius: var(--small-radius);
  flex-direction: column;
  max-height: 12.3125rem;
  padding: 0.375rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  display: flex;
  position: relative;
  overflow-y: hidden;
}
.search-wrapper .interactable-card .interactable-choices > div > button {
  cursor: pointer;
  color: var(--black-colour);
  padding: 0.531rem 0;
}
.search-wrapper .interactable-card .interactable-choices > div > button:focus,
.search-wrapper .interactable-card .interactable-choices > div > button:hover {
  color: var(--blue-secondary-colour);
}
.search-wrapper .interactable-card .interactable-choices > .checkbox {
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0 0.5rem;
  display: flex;
}
.search-wrapper .interactable-card .interactable-choices > .checkbox > span:last-child {
  color: var(--black-colour);
  font-size: 0.75rem;
}
.search-wrapper .interactable-card .interactable-choices > .checkbox > .checkbox-marker.checkbox-circle {
  background-color: var(--white-colour);
}
.calendar-popup {
  padding: 0.3125rem;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
}
.calendar-popup .calendar-popup-container {
  border-radius: var(--base-radius);
  background-color: var(--white-colour);
  padding: 1.5625rem 1.25rem;
  overflow: hidden;
  border: solid 0.07rem #efefef;
}
.search-wrapper .interactable-card .interactable-choices.modify {
  border-bottom-left-radius: var(--small-radius);
  border-bottom-right-radius: var(--small-radius);
  border-left: 0 solid var(--white-20-colour);
  border-right: 0 solid var(--white-20-colour);
  border-bottom: 0 solid var(--white-20-colour);
}
.interactable-choices {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
.interactable-choices.open {
  opacity: 1;
  transition: top 0.5s ease-in-out;
  display: block;
  top: 100%;
}
.interactable-choices.open.modify {
  padding: 0;
  top: calc(100% + 0.5rem);
}
.interactable-choices.close {
  opacity: 0;
  transition: top 0.5s ease-in-out;
  display: none;
  top: -100%;
}
.calender-overlay {
  content: "";
  opacity: 0;
  z-index: -1;
  background-color: #00000080;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.calender-overlay.show {
  opacity: 1;
  display: block;
}
.booking-checkbox {
  background-color: var(--white-colour);
  border-top-left-radius: var(--small-radius);
  border-top-right-radius: var(--small-radius);
}
.selection-container.modify > .shadow-bottom,
.selection-container.modify > .shadow-top {
  border-radius: 0.375rem;
  width: -webkit-fill-available;
  height: 30px;
  margin: 0;
  position: absolute;
  left: 0;
  transform: translate(0);
}
@media (min-width: 601px) {
  .selection-container.modify > .shadow-top {
      top: 0;
  }
  .selection-container.modify > .shadow-bottom {
      background: linear-gradient(#fff0 0, #fff 100%);
      bottom: 0;
  }
}
.selection-container.modify > .time-selection .time-option button {
  width: 100%;
}
@media (min-width: 768px) {
  .selection-container.modify > .time-selection .time-option button {
      padding: 0.1688rem 0 0.15rem;
  }
}
@media (min-width: 1601px) {
  .move-search {
      transition: transform 0.3s ease-in-out;
      transform: translateY(-2rem);
  }
}
.button.search-btn {
  padding: 1.04rem 2.1875rem 0.813rem;
}
.time-selection {
  text-align: center;
  position: relative;
  overflow: hidden auto;
}
@media (min-width: 601px) {
  .time-selection {
      padding-bottom: 0.7rem;
      padding-top: 0.7rem;
  }
}
.time-selection .time-option {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 601px) {
  .time-selection .time-option {
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.33;
  }
}
.time-selection .time-option:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 601px) {
  .time-selection .time-option:not(:last-child) {
      margin-bottom: 0;
  }
}
.time-selection .time-option button {
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: #fff0;
  color: var(--black-colour);
  width: 13.8125rem;
  padding: 0.625rem 0;
  transition: background-color 0.15s, color 0.15s;
  display: inline-block;
}
.time-selection .time-option button:disabled:not(.force-disabled) {
  background-color: transparent !important;
  color: #dadada !important;
  cursor: not-allowed !important;
}
.time-selection .time-option button:focus,
.time-selection .time-option button:hover {
  color: var(--blue-secondary-colour);
}
.time-selection .time-option button.time-selected {
  color: var(--white-colour);
  background-color: var(--blue-colour);
  border-radius: var(--small-radius);
  -webkit-tap-highlight-color: #fff0;
}
@media (min-width: 601px) {
  .time-selection .time-option button {
      width: 16rem;
  }
}
@media (min-width: 1110px) {
  .time-selection .time-option button {
      width: 100%;
      padding: 0.1688rem 0 0.15rem;
  }
  .time-selection .time-option button.time-selected {
      background-color: var(--blue-colour);
      color: var(--white-colour);
  }
}
.shadow-bottom,
.shadow-top {
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(#fff 0, #fff0 100%);
  border-radius: 0.375rem;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media (min-width: 1110px) {
  :-webkit-any(.shadow-top, .shadow-bottom) {
      background: linear-gradient(#fff 35.5%, #fff0 91.55%);
      border-radius: 0;
      height: 30px;
      position: absolute;
      left: 0;
      transform: translate(0);
  }
  :-moz-any(.shadow-top, .shadow-bottom) {
      background: linear-gradient(#fff 35.5%, #fff0 91.55%);
      border-radius: 0;
      height: 30px;
      position: absolute;
      left: 0;
      transform: translate(0);
  }
  :is(.shadow-top, .shadow-bottom) {
      background: linear-gradient(#fff 35.5%, #fff0 91.55%);
      border-radius: 0;
      height: 30px;
      position: absolute;
      left: 0;
      transform: translate(0);
  }
}
.shadow-top {
  top: 100px;
}
@media (min-width: 1110px) {
  .shadow-top {
      padding-top: 0.375rem;
      top: 0;
  }
}
.shadow-bottom {
  background: linear-gradient(#fff0 0, #fff 100%);
  bottom: 40px;
}
@media (min-width: 1110px) {
  .shadow-bottom {
      background: linear-gradient(#fff 35.5%, #fff0 91.55%);
      bottom: 5px;
      transform: rotate(180deg);
  }
}
.mobile-modal-footer {
  background-color: var(--white-colour);
  z-index: 10;
  display: flex;
  position: sticky;
  bottom: 0;
}
.mobile-modal-footer > div {
  box-shadow: 0 0 10px 0 var(--darkest-10-colour);
  width: 100%;
  padding: 1rem 1.25rem;
  display: flex;
  overflow: hidden;
}
.search-location-modal-content {
  text-align: center;
  padding: 1rem 0 1.875rem;
}
.search-location-modal-content .title {
  color: var(--blue-colour);
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-size: 1.625rem;
  font-weight: 700;
}
.search-location-modal-content .location-subtitle {
  margin-bottom: 0.75rem;
}
.search-location-modal-content .menu-item {
  color: var(--blue-colour);
  margin-bottom: 0.9375rem;
  display: none;
}
.different-locations :is(.search-location-modal-content.menu-item) {
  display: block;
}
.search-location-modal-content .location-button {
  cursor: pointer;
  border: 1px solid var(--grey-outlines-colour);
  border-radius: var(--small-radius);
  background-color: var(--white-colour);
  color: var(--black-colour);
  -webkit-tap-highlight-color: #fff0;
  width: 100%;
  max-width: 18.75rem;
  margin-bottom: 1.25rem;
  padding: 1.4375rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  display: inline-block;
}
.search-location-modal-content .return-location {
  margin-top: 1rem;
}
.different-locations :is(.search-location-modal-content.return-location) {
  display: block;
}
.search-location-modal-content .location-button.selected {
  background-color: var(--blue-colour);
  color: var(--white-colour);
}
.js-modal-location.show-pick-up-options .return-location {
  display: none;
}
.js-modal-location.show-return-options .pick-up-location {
  display: none;
}
.search-location-modal-content .checkbox-text {
  transform: translateY(1px);
}
.page-footer {
  color: var(--white-colour);
  background-image: var(--blue-wave-colour-image);
  font-weight: 500;
  overflow: hidden;
}
.page-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-wrap {
  padding: 1.125rem 0 0.81rem 0.625rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 601px) {
  .footer-wrap {
      padding: 1.125rem 0.625rem 0.81rem;
  }
}
@media (min-width: 1025px) {
  .footer-wrap {
      padding: 2.188rem 4.125rem 0;
  }
}
.footer-wrap > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-wrap .footer-drop-downs,
.footer-wrap .social-media {
  flex: 0 0 auto;
  width: auto;
}
.footer-wrap .social-media{
  display: flex;
  margin-top: .5rem;
}
.footer-wrap .footer-button,
.footer-wrap .footer-gallery,
.footer-wrap .legal-block {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .footer-wrap .footer-drop-downs{
    order: 1;
  }
  .footer-wrap .social-media{
    order: 2;
    margin-top: 0;
  }
  .footer-wrap .footer-button,
  .footer-wrap .footer-gallery,
  .footer-wrap .legal-block{
    order: 3;
  }
}

@media (max-width: 420px) {
  .footer-drop-downs {
      font-size: 0.8rem;
  }
}
.footer-button {
  white-space: nowrap;
  margin-top: 2.5rem;
  margin-bottom: 3.625rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .footer-button {
      margin-top: 4.7rem;
      margin-bottom: 2.5rem;
  }
}
.footer-button .footer-btn {
  color: var(--white-colour);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  height: 3.375rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}
.footer-button .footer-btn span {
  padding-top: 0.625rem;
  font-size: 2.75rem;
  line-height: 0;
}
@media (min-width: 576px) {
  .footer-button .footer-btn span {
      font-size: 3.75rem;
  }
}
@media (min-width: 1025px) {
  .footer-button .footer-btn {
      column-gap: 1.25rem;
      height: 6.75rem;
      padding-right: 3.94rem;
  }
  .footer-button .footer-btn span {
      padding-top: 1.5rem;
      font-size: 8rem;
  }
}
.footer-button .footer-btn:before {
  content: "";
  background-color: var(--white-20-colour);
  border-radius: 100px;
  width: 3.375rem;
  height: 100%;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:before {
      width: 6.75rem;
  }
}
.footer-button .footer-btn:hover {
  cursor: pointer;
}
.footer-button .footer-btn:hover:before {
  width: 100%;
  height: 110%;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:hover .footer-btn-icon path {
      transform: scale(0.75);
  }
}
.footer-button .footer-btn:focus {
  cursor: pointer;
}
.footer-button .footer-btn:focus:before {
  width: 100%;
  height: 110%;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn:focus .footer-btn-icon path {
      transform: scale(0.75);
  }
}
.footer-button .footer-btn .footer-btn-icon {
  width: 3.375rem;
  height: 3.375rem;
}
@media (min-width: 1025px) {
  .footer-button .footer-btn .footer-btn-icon {
      width: 6.75rem;
      height: 6.75rem;
  }
  .footer-button .footer-btn .footer-btn-icon path {
      transform-origin: 125%;
      transition: all 0.2s ease-out;
      transform: scale(1);
  }
}
.footer-gallery {
  overflow-x: hidden;
}
@media (min-width: 1110px) {
  .footer-gallery {
      overflow-x: visible;
  }
}
.footer-gallery .footer-gallery-wrap {
  white-space: nowrap;
  scrollbar-width: none;
  column-gap: 0.625rem;
  height: 100%;
  display: flex;
  overflow: scroll hidden;
}
@media (min-width: 601px) {
  .footer-gallery .footer-gallery-wrap {
      justify-content: space-between;
      overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .footer-gallery .footer-gallery-wrap {
      overflow: visible;
  }
}
.footer-gallery .footer-gallery-wrap::-webkit-scrollbar {
  display: none;
}
@media not all and (-webkit-min-device-pixel-ratio: 0.0000264583) and (min-width: 0), not all and (-webkit-min-device-pixel-ratio: 0.0000264583) and (min-width: 0), not all and (min-resolution: 0.001dpcm) and (min-width: 0) {
  @supports ((-webkit-appearance: none)) {
      .footer-gallery .footer-gallery-wrap {
          overflow: hidden;
      }
  }
}
.footer-gallery .img-item {
  width: 10rem;
  height: 13.75rem;
  transition: all 0.8s ease-in-out 0.4s;
}
.footer-gallery .img-item img {
  border-radius: var(--small-radius);
  width: 10rem;
}
.footer-gallery .img-item video {
  border-radius: var(--small-radius);
  object-fit: cover;
  width: 10rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 601px) and (max-width: 1025px) {
  .footer-gallery .img-item {
      width: 100%;
      height: auto;
      aspect-ratio: 0.72;
  }
  .footer-gallery .img-item img {
      width: 100%;
  }
  .footer-gallery .img-item video {
      width: 100%;
  }
}
@media (min-width: 1025px) {
  .footer-gallery .img-item video {
      width: 14.44rem;
  }
  .footer-gallery .img-item {
      width: 14.44rem;
      height: 20.25rem;
      overflow: visible;
  }
  .footer-gallery .img-item img {
      width: 14.44rem;
  }
  .footer-gallery .img-item.animate-img-item {
      transition-duration: 0.8s;
      transition-delay: 0.4s;
      transform: translateY(7rem);
  }
  .footer-gallery .img-item.item-1 {
      margin-right: 24px;
  }
  .footer-gallery .img-item.item-2 {
      margin-right: 24px;
      transform: translateY(3.31rem);
  }
  .footer-gallery .img-item.item-2.animate-img-item {
      transform: translateY(10.31rem);
  }
  .footer-gallery .img-item.item-3 {
      margin-right: 27px;
      transform: translateY(2.063rem);
  }
  .footer-gallery .img-item.item-3.animate-img-item {
      transform: translateY(9.063rem);
  }
  .footer-gallery .img-item.item-4 {
      margin-right: 38px;
      transform: translateY(3vw);
  }
  .footer-gallery .img-item.item-4.animate-img-item {
      transform: translateY(14.7rem);
  }
  .footer-gallery .img-item.item-5 {
      transform: translateY(0.75rem);
  }
  .footer-gallery .img-item.item-5.animate-img-item {
      transform: translateY(7.75rem);
  }
}
@media (min-width: 1441px) {
  .footer-gallery .img-item.item-4 {
      margin-right: 38px;
      transform: translateY(7.7rem);
  }
  .footer-gallery .img-item.item-4.animate-img-item {
      transform: translateY(14.7rem);
  }
}
.legal-block {
  flex-direction: column-reverse;
  padding-top: 33px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: flex;
}
@media (min-width: 1025px) {
  .legal-block {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 9px;
  }
}
.legal-content {
  line-height: 1;
}
.legal-content,
.legal-links {
  font-weight: 400;
}
.legal-links {
  column-gap: 5px;
  display: inline-flex;
}
.legal-links a {
  cursor: pointer;
}
.legal-links a:hover {
  opacity: 0.8;
}
.legal-content-top {
  line-height: 1.8;
}
.footer-drop-downs {
  column-gap: 0.75rem;
  display: flex;
}
@media (min-width: 1025px) {
  .footer-drop-downs {
      column-gap: 3.75rem;
  }
}
.drop-down-title {
  white-space: nowrap;
  align-items: center;
  column-gap: 0.19rem;
  margin-bottom: 0.75rem;
  display: inline-flex;
}
.drop-down-title .arrow-icon svg {
  transition: transform 0.1s ease-in;
}
.drop-down-title.opened .arrow-icon svg {
  transform-origin: 50%;
  transform: rotate(180deg);
}
.drop-down-title svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.19rem;
  transition: transform 0.2s ease-in;
}
@media (min-width: 1025px) {
  .drop-down-title:hover {
      cursor: pointer;
  }
}
.drop-down-wrapper {
  width: auto;
  flex: 0 0 auto;
  position: relative;
}
.drop-down-wrapper:nth-child(3) .drop-down-content {
  row-gap: 0.5rem;
}
.drop-down-wrapper:nth-child(3) .drop-down-content a {
  align-items: center;
  height: 18px;
  display: flex;
}
.drop-down-content {
  flex-direction: column;
  row-gap: 1rem;
  display: flex;
  overflow: visible;
}
.drop-down-content li {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.drop-down-content li:hover a {
  opacity: 0.8;
}
.drop-down-content a {
  white-space: nowrap;
  color: var(--white-colour);
  cursor: pointer;
  text-decoration: none;
}
.drop-down-content a,
.drop-down-content b,
.drop-down-content p {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.drop-down-content b {
  margin-bottom: 2px;
}
.social-media {
  column-gap: 38px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .social-media {
      column-gap: 2.375rem;
  }
}
.social-media a {
  color: var(--white-colour);
  cursor: pointer;
  text-decoration: none;
}
.social-media a:hover {
  opacity: 0.8;
}

@media (min-width: 1025px) {
  .header-container {
      max-width: 1440px;
  }
  .header-container .header-content {
      padding-left: 65px;
      padding-right: 65px;
  }
}
.hero-section {
  color: var(--white-colour);
  background: url(/assets/hero-bg-mob.webp) 0 0 / cover no-repeat;
  margin-top: 0;
  padding-top: 12rem;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 71%;
  background: linear-gradient(353deg, rgb(19 19 19 / 0.7) -4.15%, rgb(0 0 0 / 0.5) 78.06%, #fff0 92.61%);
}
@media (min-width: 601px) {
  .hero-section {
      z-index: 2;
      background: 0 0;
      margin: 3.75rem 0 1rem;
      padding-top: 22.7813rem;
      position: relative;
  }
  .hero-section::before {
      height: 60%;
      left: 1rem;
      right: 1rem;
      border-radius: 0 0 1.25rem 1.25rem;
      background: linear-gradient(353deg, rgb(19 19 19 / 0.7) -4.15%, rgb(0 0 0 / 0.5) 78.06%, #fff0 92.61%);
  }
  .hero-section:after {
      content: "";
      transform-origin: 50%;
      z-index: -1;
      background: url(/assets/hero-bg-tablet.webp) 50% / cover no-repeat;
      border-radius: 12px;
      height: 100%;
      margin: 0 16px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
  }
}
@media (min-width: 1110px) {
  .hero-section {
      z-index: 2;
      background: url(/assets/hero-bg.webp) 50% / cover no-repeat;
      margin: 0 0 -24.75rem;
      padding-top: 8.2rem;
      height: calc(100dvh + 17rem);
      min-height: 783px;
      max-height: 1156px;
  }
  .hero-section::before {
      display: none;
      height: 50%;
      width: 1920px;
      left: 50%;
      right: 0;
      transform: translateX(-50%);
      background: #000;
      background: -moz-linear-gradient(180deg, rgb(0 0 0 / 0.03) 0, rgb(0 0 0 / 0.4) 25%, rgb(0 0 0 / 0.64) 100%);
      background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 0.03) 0, rgb(0 0 0 / 0.4) 25%, rgb(0 0 0 / 0.64) 100%);
      background: linear-gradient(180deg, rgb(0 0 0 / 0.03) 0, rgb(0 0 0 / 0.4) 25%, rgb(0 0 0 / 0.64) 100%);
  }
  .hero-section:after {
      background: 0 0;
  }
}
@media (min-width: 1110px) {
  .hero-section {
      min-height: 1080px;
  }
}
@media (min-width: 1601px) {
  .hero-section {
      z-index: 2;
      background: 0 0;
      position: relative;
  }
  .hero-section:after {
      content: "";
      transform-origin: 50%;
      z-index: -1;
      background: url(/assets/hero-bg-big@2x.webp) 50% / cover no-repeat;
      border-radius: 0 0 12px 12px;
      width: 1920px;
      height: 100%;
      margin: 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%);
  }
}
.hero-content {
  padding: 2rem 1.125rem calc(6rem + 20px);
}
@media (min-width: 601px) {
  .hero-content {
      position: relative;
      padding: 0 0 calc(6rem + 20px);
  }
}
@media (min-width: 1110px) {
  .hero-content {
      position: static;
      padding: 0 4.06rem 23.2rem 4.125rem;
  }
}
.hero-h1 {
  flex-direction: column-reverse;
  margin-bottom: 10px;
  font-size: 3.125rem;
  line-height: 1.2;
  display: flex;
  order: 1;
}
.placeholder-search{order:2}
.js-search-container > .subheading-1{order:3}
@media (min-width: 601px) {
  .hero-h1 {
      margin-bottom: 20px;
  }
}
@media (min-width: 1110px) {
  .hero-h1 {
      margin-bottom: 1rem;
      display: block;
  }
}
.js-search-container > .subheading-1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.92;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 601px) {
  .js-search-container > .subheading-1 {
    font-size: 1.375rem;
  }
}
.hero-h1 .hero-h1-line-mob {
  max-width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.96;
  display: block;
  text-wrap: balance;
}
@media (min-width: 601px) {
  .hero-h1 .hero-h1-line-mob {
      max-width: 21rem;
      margin: 0 auto;
  }
}
@media (min-width: 1110px) {
  .hero-h1 .hero-h1-line-mob {
      display: none;
  }
}
.hero-h1 .hero-h1-line-desk {
  margin: 0;
  display: none;
}
@media (min-width: 1110px) {
  .hero-h1 .hero-h1-line-desk {
      text-shadow: 0 4px 20px #0000001a;
      margin-top: 4px;
      font-size: 50px;
      display: block;
      font-weight: 700;
      line-height: 48px;
  }
}
@media (min-width: 601px) {
  .hero-h1 {
      text-align: center;
  }
  .placeholder-search {
      margin-bottom: 15px;
  }
}
@media (min-width: 1110px) {
  .placeholder-search {
      margin-bottom: 0;
  }
  .js-search-container > .subheading-1 {
      text-align:center;
  }
}
.banner-included-extras {
  padding: 15px 15px 9px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  background: rgba(1,109,255,0.4);
  text-align: left;
  gap: 13px;
  position: relative;
  gap:16px;
  border: 1px solid #0190FD;
}
@media (min-width: 601px) {
  .banner-included-extras {
      max-width: 350px;
  }
}
@media (min-width: 1111px) {
  .banner-included-extras {
      display: none;
  }
}

@media (max-width: 600px) {
  .hero-top-banner .hero-bottom-text-2 {
      font-size: 28px;
  }
  .hero-bottom-text-3 {
      margin-top: 5px;
  }
}
.hero-top-banner {
position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    padding: 12px 20px;
    text-align: center;
    background: var(--Blue-Wave, linear-gradient(105deg, #0163E1 43.13%, #0190FD 93.34%));
    backdrop-filter: blur(6px);
    z-index: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}
.hero-top-banner .text-extras {
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
  padding: 0;
  backdrop-filter: none;
}
@media (min-width: 1111px) {
  .hero-top-banner {
      display: none;
  }
}
.banner-included-extras .text-title{
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: .64;
  text-align: center;
  width: fit-content;
  display: inline-block;
}
.banner-included-extras .text-subtitle{
  font-size: 17px;
  font-weight: 400;
  line-height: .64;
  text-align: center;
  width: fit-content;
  display: inline-block;
}
.banner-included-extras .text-title span{
  font-size: 1.8125rem;
}
.banner-included-extras .text-icon{
  font-size: 3.125rem;
  font-weight: 700;
  line-height: .9;
  transform: translateY(2px);
  max-width: 1.5625rem;
}
.banner-included-extras .text-1 {
  font-size: 1.0545rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  padding-left: 2px;
}
.banner-included-extras .text-2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.banner-included-extras .info-icon{
  width: 0.8125rem;
  position: absolute;
  right: 0.4375rem;
  bottom: 0.4375rem;
}

.banner-included-extras .b-tooltip-container{
  position: absolute;
  right: 0.4375rem;
  bottom: 0.4375rem;
}
.banner-included-extras .b-info-icon{
  width: 0.8125rem;
  cursor: pointer;
}
.banner-included-extras .b-tooltip{
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-90%);
  min-width: 180px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: var(--blue-colour);
  border-radius: 8px;
  padding: .625rem .625rem .5rem;
  position: absolute;
  box-shadow: 0 4px 4px #00000040;
  z-index: 10;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.banner-included-extras .b-tooltip-container:hover .b-tooltip {
  opacity: 1;
  pointer-events: auto;
}
.banner-included-extras .b-tooltip p {
  color: var(--white-colour);
  font-size: 0.75rem;
  line-height: 1.25em;
  margin: 0;
}



.hero-bottom{position:absolute;bottom:0;left:0;right:0;z-index:2;padding-bottom:0px}
@media (min-width: 1110px) {
  .hero-bottom {
      justify-content: space-between;
      align-items: end;
      display: flex;
      position: absolute;
      top: auto;
      bottom: 26rem;
      left: 20px;
      right: 20px;
  }
  .hero-bottom.container {
      max-width: 1310px;
  }
}
@media (max-width: 1110px) {
  .hero-bottom {
      padding-bottom: 30px;
  }
}
.hero-bottom .hero-bottom-left {
  align-items: flex-end;
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-inline: 20px;
}
@media (min-width: 775px) and (max-width: 1109px) {
  .hero-bottom .hero-bottom-left {
    justify-content: center;
  }
}
@media (min-width: 1220px) {
  .hero-bottom .hero-bottom-left {
    justify-content: flex-start;
  }
}
.hero-bottom .hero-bottom-left::-webkit-scrollbar{display:none}
@media (min-width: 1110px) {
  .hero-bottom .hero-bottom-left {
      overflow-x: visible;
  }
}
.hero-bottom .hero-bottom-right {
  display: none;
}
@media (min-width: 1110px) {
  .hero-bottom .hero-bottom-left,
  .hero-bottom .hero-bottom-right {
      display: flex;
  }
}
.hero-bottom .hero-bottom-left-icon {
  display: none;
}
@media (min-width: 1110px) {
  .hero-bottom .hero-bottom-left-icon {
      display: block;
  }
}
.hero-bottom .hero-bottom-years,
.hero-bottom .hero-bottom-reviews{flex-shrink:0}
.hero-bottom .hero-bottom-years img {
  background-color: rgba(255, 255, 255, 0.30);
  border-radius: var(--normal-radius);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 12.5rem;
  height: 70px;
  display: block;
}
.hero-bottom .hero-bottom-reviews {
  background-color: rgba(255, 255, 255, 0.30);
  border-radius: var(--normal-radius);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 170px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1110px) {
  .hero-bottom .hero-bottom-years img,
  .hero-bottom .hero-bottom-reviews {
      background-color: rgba(0, 0, 0, 0.30);
  }
}
.hero-bottom .hero-bottom-reviews .hbr-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  transition: opacity 0.8s ease-in-out;
  gap: 10px;
}
.hero-bottom .hero-bottom-reviews .hbr-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.hero-bottom .hero-bottom-reviews .hbr-score {
  color: #FFF;
  font-family: "League Spartan", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -2.16px;
  line-height: 1;
}
.hero-bottom .hero-bottom-reviews .hbr-stars {
  width: 80px;
  height: 15px;
  display: block;
}
.hero-bottom .hero-bottom-reviews .hbr-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 64px;
}
.hero-bottom .hero-bottom-reviews .hbr-logo {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-bottom: 2px;
}
.hero-bottom .hero-bottom-reviews .hbr-name {
  color: #FFF;
  font-family: "League Spartan", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.hero-bottom .hero-bottom-reviews .hbr-count {
  color: #FFF;
  font-family: "League Spartan", sans-serif;
  font-size: 9px;
  text-align: center;
}
.hero-bottom .hero-bottom-reviews .opacity-0 {
  opacity: 0;
}
.hero-bottom .hero-bottom-reviews .opacity-100 {
  opacity: 1;
}
.hero-bottom .comp-extras {
  /* padding-right: 25px; */
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1335px) {
  .hero-bottom .comp-extras {
      padding-right: 0;
  }
}
.hero-bottom .comp-extras figure,
.hero-bottom .comp-extras figure img,
.hero-bottom .comp-extras figure svg {
  width: 100%;
  display: block;
}
.hero-bottom .text-extras {
  box-sizing: border-box;
  padding: 30px 10px 23px;
  text-align: center;
  display: block;
  position: relative;
  width: 220px;
  border-radius: 17px;
  border: 2px solid #0190FD;
  background: rgba(1, 105, 255, 0.4);
  backdrop-filter: blur(6px);
}
.hero-bottom-title,
.hero-bottom-icon{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .9;
  overflow: hidden;
  height: 36px;
}
.hero-bottom-icon{
  height: 1.375rem;
  line-height: .65;
  margin: 0.875rem auto;
}
.hero-bottom-line{
  width: calc(100% - 1.25rem);
  height: 2px;
  background-color: #0190FD;
  margin: 1.0625rem auto 0.875rem;
}
.hero-bottom-text-1 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: -.3em;
}
.hero-bottom-text-2 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  /*line-height: 1.25;*/
  /*margin-bottom: -.4em;*/
}
.hero-bottom-tooltip-container > *{
  box-sizing: border-box;
}
.hero-bottom-tooltip-container{
  position: absolute;
  right: 0.4rem;
  top: 0.5rem;
}
.hero-bottom-info-icon{
  padding-left: 5px;
  cursor: pointer;
  width: calc(.8125rem + 5px);
}
.hero-bottom-tooltip{
  right: 100%;
  top: 50%;
  transform: translateY(-90%);
  min-width: 180px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: var(--blue-colour);
  border-radius: 8px;
  padding: .625rem .625rem .5rem;
  position: absolute;
  box-shadow: 0 4px 4px #00000040;
  z-index: 10;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.hero-bottom-tooltip-container:hover .hero-bottom-tooltip {
  pointer-events: auto;
  opacity: 1;
}
.hero-bottom-tooltip p {
  color: var(--white-colour);
  font-size: 0.75rem;
  line-height: 1.25em;
  margin: 0;
}
.hero-bottom .img-extras {
  width: 225px;
  margin: 0 0 0 auto;
  position: relative;
}
.hero-undersection-mob {
  text-align: center;
  max-width: 20.75rem;
  margin: 2.2rem auto 1.25rem;
  display: block;
}
@media (min-width: 601px) {
  .hero-undersection-mob {
      display: none;
  }
}
.hero-trustpilot-badge{display:none}
@media (min-width:662px){.hero-trustpilot-badge{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:40px}}
.hero-trustpilot-avatars{display:flex;align-items:center}
.hero-trustpilot-avatars img{width:115px;height:50px;object-fit:contain}
.hero-trustpilot-info{display:flex;flex-direction:column;align-items:center;font-size:.9375rem;font-weight:600}
.hero-trustpilot-top{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:8px;line-height:1}
.hero-trustpilot-logo{display:inline-flex;align-items:center}
.hero-review-pill{display:flex;align-items:center;background:#fff;border-radius:100px;padding:5px 12px;box-shadow:0 1px 4px rgba(0,0,0,.10)}
.hero-review-pill-logos{display:grid;place-items:center;height:16px;width:80px;}
.hero-logo-slide{grid-area:1/1;height:16px;width:auto;opacity:0;transition:opacity .8s ease-in-out;will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0)}
.hero-logo-slide.active{opacity:1}
.hero-trustpilot-score{display:inline-flex;font-size:1.125rem;font-weight:700;padding-top: 8px;}
.hero-trustpilot-score svg{flex-shrink:0}
.hero-trustpilot-score .hero-score-num{position:relative;width:1.6em;height:1.2em}
.hero-score-slide{position:absolute;top:0;left:0;opacity:0;transition:opacity .8s ease-in-out;will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0)}
.hero-score-slide.active{opacity:1}
.hero-trustpilot-text{font-weight:500;font-size:15px;margin-top:5px}
.js-search-container {
  z-index: 3;
  transition: transform 0.3s ease-in-out;
  position: relative;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
}
@media (min-width:1110px){.js-search-container{display:block}}
.why-us-section {
  z-index: 3;
  background-color: #0000;
  position: relative;
}
.why-us-section .subheading-2 {
  font-size: 1.625rem;
}
@media (min-width: 601px) {
  .why-us-section .subheading-2 {
      font-size: 1.25rem;
  }
}
.why-us-content {
  background-color: var(--white-colour);
  padding: 3.125rem 0;
}
@media (min-width: 601px) {
  .why-us-content {
      margin-top: 1.875rem;
      padding: 3.75rem 3.125rem 5rem;
  }
}
@media (min-width: 1025px) {
  .why-us-content {
      border-radius: 0.75rem 0.75rem 0 0;
      margin: 0 auto;
      padding: 3.75rem 1.25rem 5rem;
  }
}
@media (min-width: 1200px) {
  .why-us-content {
      width: 100%;
      max-width: 81.875rem;
      padding: 3.75rem 0 5rem;
  }
}
@media (min-width: 601px) {
  .why-us-content-wrapper {
      justify-content: space-between;
      align-items: center;
      column-gap: 2rem;
      display: flex;
  }
}
@media (min-width: 1025px) {
  .why-us-content-wrapper {
      justify-content: flex-start;
      width: 100%;
      max-width: 72rem;
      margin: 0 auto;
  }
}
@media (min-width: 601px) {
  .why-us-text {
      width: 100%;
      max-width: 12.5rem;
  }
}
@media (min-width: 714px) {
  .why-us-text {
      width: 100%;
      max-width: 19.5rem;
  }
}
@media (min-width: 1025px) {
  .why-us-text {
      max-width: 25rem;
  }
}
.heading-group {
  padding: 0 1.25rem;
}
.heading-group .subheading-2 {
  text-align: center;
}
@media (min-width: 601px) {
  .heading-group .subheading-2 {
      text-align: left;
  }
  .heading-group {
      padding: 0;
  }
}
.why-us-grow-arrow {
  margin: 0 auto;
}
@media (min-width: 601px) {
  .why-us-grow-arrow {
      text-align: left;
  }
}
.why-us-h2 {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 601px) {
  .why-us-h2 {
      text-align: left;
      margin-bottom: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .why-us-h2 {
      margin-bottom: 1rem;
  }
}
.text-group.mobile {
  text-align: center;
}
.why-us-paragraph {
  margin-bottom: 1.1rem;
  padding: 0 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 601px) {
  .why-us-paragraph {
      margin-bottom: 1.875rem;
      padding: 0;
      font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .why-us-paragraph {
      font-size: 1rem;
  }
}
.why-us-slider {
  width: 16.56rem;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 601px) {
  .why-us-slider {
      margin: 0;
  }
}
@media (min-width: 1025px) {
  .why-us-slider {
      width: 100%;
      margin-right: 0;
      overflow: visible;
  }
}
.why-us-slider-wrapper {
  white-space: nowrap;
  scrollbar-width: none;
  align-items: flex-start;
  width: 16.56rem;
  margin-bottom: 1.25rem;
  display: flex;
  overflow-x: visible;
}
@media (min-width: 1025px) {
  .why-us-slider-wrapper {
      column-gap: 1rem;
      width: 100%;
      margin-bottom: 0;
  }
}
.why-us-slider-item {
  flex-direction: column;
  row-gap: 1rem;
  width: 16.56rem;
  display: flex;
  transform: translate(-100%);
}
@media (min-width: 601px) {
  .why-us-slider-item {
      padding: 0;
  }
}
@media (min-width: 1025px) {
  .why-us-slider-item {
      width: 14rem;
      margin: 0;
      padding: 0;
      transform: translate(0);
  }
  .why-us-slider-item:last-child,
  .why-us-slider-item:nth-child(2) {
      padding: 0;
      transform: none;
  }
}
.why-us-slider-item.active {
  height: 31rem;
  transform: translate(0);
}
.why-us-slider-item.active:nth-child(2) {
  transform: translate(-100%);
}
.why-us-slider-item.active:last-child {
  transform: translate(-200%);
}
.why-us-slider-item.active .item-video-wrapper {
  border-radius: 6px;
  height: 100%;
}
@media (min-width: 1025px) {
  .why-us-slider-item.active .item-video-wrapper {
      height: 26rem;
  }
}
.why-us-slider-item.active .item-video-preview,
.why-us-slider-item.active .item-video-wrapper:before {
  display: none;
}
.why-us-slider-item.active .item-video {
  display: block;
}
.why-us-slider-item.active .item-timer-line {
  transition: width 1s linear;
}
@media (min-width: 1025px) {
  .why-us-slider-item.active {
      height: 26.2rem;
      transform: none;
  }
  .why-us-slider-item.active:last-child,
  .why-us-slider-item.active:nth-child(2) {
      transform: none;
  }
}
.item-timer {
  background: var(--grey-outlines-colour);
  z-index: 1;
  border-radius: 4px;
  width: 16.56rem;
  height: 0.25rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .item-timer {
      width: 14rem;
  }
}
.item-timer-line {
  background-color: var(--blue-colour);
  z-index: 2;
  width: 0;
  height: 0.25rem;
  position: absolute;
  left: 0;
}
.item-video-wrapper {
  border-radius: 6px;
  width: 100%;
  height: 20rem;
  transition: height 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .item-video-wrapper:before {
      content: "";
      z-index: 2;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
}
.item-video-wrapper img {
  border-radius: 6px;
  width: 16.56rem;
}
@media (min-width: 1025px) {
  .item-video-wrapper img {
      width: 13.75rem;
  }
}
.item-video-wrapper video {
  border-radius: 6px;
  width: 16.56rem;
}
@media (min-width: 1025px) {
  .item-video-wrapper video {
      width: 13.75rem;
  }
}
.item-video-wrapper video {
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item-video-title {
  color: var(--white-colour);
  z-index: 3;
  width: 100%;
  padding: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.item-video,
.item-video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
}
.item-video {
  display: none;
}
.easy-booking-section {
  overflow: hidden;
}
.easy-booking-section .section-padding {
  padding-top: 4.5rem;
}
@media (min-width: 601px) {
  .easy-booking-section .section-padding {
      padding-top: 5rem;
  }
  .easy-booking-section .content-wrapper {
      padding-left: 3.125rem;
      padding-right: 3.125rem;
  }
}
@media (min-width: 1025px) {
  .easy-booking-section .content-wrapper {
      column-gap: 2.5rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: flex;
  }
}

@media (max-width: 1025px) {
  .easy-booking-section {
      column-gap: 2.5rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: none;
  }
}
@media (min-width: 1220px) {
  .easy-booking-section .content-wrapper {
      grid-template-columns: 38.625rem 32.25rem;
      column-gap: 2.5rem;
      padding-left: 0;
      padding-right: 0;
      display: grid;
  }
}
.main-container {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: grid;
}
@media (min-width: 1025px) {
  .main-container {
      max-width: 1440px;
      max-height: 551px;
  }
}
.left-part {
  display: none;
}
@media (min-width: 1025px) {
  .left-part {
      background-color: #f2f4ff;
      border-radius: 6px;
      flex: 1;
      align-items: center;
      width: 100%;
      max-width: 37.94rem;
      display: grid;
      position: relative;
      overflow: hidden;
  }
  .left-part:before {
      content: "";
      z-index: 3;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: inset 0 4px 14px #0000001a;
  }
}
.right-part {
  align-content: start;
  width: 100%;
  display: grid;
}
@media (min-width: 1025px) {
  .right-part {
      flex: 1;
  }
  @media (min-width: 1220px) {
      .right-part {
          max-width: 30.75rem;
      }
  }
}
.sub-title {
  color: var(--blue-colour);
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 601px) {
  .sub-title {
      text-align: left;
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .sub-title {
      margin-bottom: 1.5rem;
  }
}
.title {
  text-align: center;
  width: 100%;
  max-width: 21.875rem;
  margin: 0 auto 1.375rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 601px) {
  .title {
      text-align: left;
      max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .title {
      text-align: left;
      max-width: 323.125rem;
      margin: 0 0 1.2rem;
  }
}
.step-number {
  color: var(--black-colour);
  border: 1px solid var(--black-colour);
  border-radius: 50%;
  grid-row: 2 span;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.7;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  display: grid;
  position: relative;
  overflow: hidden;
}
.step-number span {
  z-index: 1;
  padding-top: 5px;
  position: relative;
  transition: font-size 0.15s;
}
.step-number:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#0094ff, #0062e0);
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.steps-switch-wrapper {
  align-content: space-between;
  display: none;
}
@media (min-width: 1025px) {
  .steps-switch-wrapper {
      row-gap: 13px;
      display: grid;
  }
}
.step-swtich-button {
  --border-size: 1px;
  background: var(--white-colour);
  cursor: pointer;
  text-align: left;
  border: solid var(--border-size) #fff0;
  background-clip: padding-box;
  border-radius: 6px;
  max-width: 21.563rem;
  padding: 20px 11px;
  position: relative;
}
@media (min-width: 601px) {
  .step-swtich-button {
      column-gap: 1rem;
      max-width: 100%;
      padding: 1rem;
  }
}
@media (min-width: 1025px) {
  .step-swtich-button {
      --border-size: 3px;
      border: 3px solid #0000;
      align-items: center;
      column-gap: 25px;
      max-width: 100%;
      padding: 1.06rem 0.688rem 0.813rem 1.06rem;
  }
}
.step-swtich-button.step-swtich-button-active {
  padding: 1.125rem 0.688rem 1.125rem 0.75rem;
}
@media (min-width: 1025px) {
  .step-swtich-button.step-swtich-button-active {
      padding: 1.125rem 0.688rem 0.75rem 1.06rem;
  }
}
.step-swtich-button-active .step-switch-title {
  color: var(--blue-colour);
}
.step-swtich-button-active .step-number,
.step-swtich-button:hover .step-number {
  color: var(--white-colour);
  border: 1px solid #0000;
  font-size: 25px;
}
.step-swtich-button-active .step-number:before,
.step-swtich-button:hover .step-number:before {
  opacity: 1;
}
.step-swtich-button-active .step-switch-description {
  display: block;
}
.step-swtich-button-active:before {
  content: "";
  z-index: -1;
  margin: calc(var(--border-size) * -1);
  border-radius: inherit;
  background: linear-gradient(90deg, #0062e0, #0094ff);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.step-switch-title {
  color: var(--black-colour);
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 0.91;
}
.step-switch-title.step-2 {
  margin-bottom: -16px;
}
@media (min-width: 601px) {
  .step-switch-title.step-2 {
      margin-bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .step-switch-title {
      white-space: nowrap;
      margin-bottom: 0;
  }
}
.step-switch-description {
  text-align: left;
  width: 100%;
  max-width: 17.06rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  display: none;
}
@media (min-width: 601px) {
  .step-switch-description {
      max-width: 100%;
  }
}
.image-wrapper {
  z-index: 2;
  background-color: #f2f4ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34.375rem;
  transition: top 0.3s ease-in-out;
  display: grid;
  position: absolute;
  top: 100%;
}
.image-wrapper img {
  object-fit: contain;
  width: auto;
  height: auto;
}
@media (min-width: 1025px) {
  .image-wrapper img {
      width: 83%;
      margin: 0 auto;
  }
}
.image-wrapper-active {
  top: 0;
}
.easy-mob-slider {
  touch-action: pan-y;
  width: 19rem;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 390px) {
  .easy-mob-slider {
      width: unset;
      margin: 0;
  }
}
@media (min-width: 1025px) {
  .easy-mob-slider {
      display: none;
  }
}
.easy-mob-slider .step-swtich-button.step-swtich-button-active {
  align-items: flex-start;
  height: 100%;
  max-height: 9.625rem;
}
.easy-mob-slides {
  scrollbar-width: none;
  width: 19.1rem;
  margin: 0 auto;
  transition: transform 0.5s;
  display: flex;
  overflow: visible;
}
@media (min-width: 390px) {
  .easy-mob-slides {
      width: 24.375rem;
  }
}
@media (min-width: 601px) {
  .easy-mob-slides {
      width: 100%;
      padding: 0;
  }
}
.easy-mob-slider-item {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  row-gap: 1.1rem;
  width: 100%;
  max-width: 17.8rem;
  padding: 0 0.625rem;
  transition: transform 0.5s;
  display: flex;
}
@media (min-width: 390px) {
  .easy-mob-slider-item {
      max-width: 23.125rem;
  }
}
@media (min-width: 601px) {
  .easy-mob-slider-item {
      row-gap: 1.25rem;
      max-width: 100%;
      padding: 0;
  }
}
.easy-mob-slider-item .step-number {
  width: 3.125rem;
  height: 3.125rem;
}
.easy-mob-slider-item .step-switch-title {
  font-size: 1.375rem;
}
.easy-mob-slider-item .item-img-wrapper .mobile {
  display: block;
}
@media (min-width: 601px) {
  .easy-mob-slider-item .item-img-wrapper .mobile {
      display: none;
  }
}
.easy-mob-slider-item .item-img-wrapper .tablet {
  display: none;
}
@media (min-width: 601px) {
  .easy-mob-slider-item .item-img-wrapper .tablet {
      display: block;
  }
}
.easy-mob-slider-dots {
  place-content: center;
  column-gap: 3.64px;
  margin-top: 0.5rem;
  display: flex;
}
@media (min-width: 601px) {
  .easy-mob-slider-dots {
      margin-top: 1.25rem;
  }
}
.easy-mob-slider-dots .easy-mob-slider-dot {
  background-color: #002b632e;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  transition: background-color 0.15s;
}
.easy-mob-slider-dots .easy-mob-slider-dot.active {
  background-color: var(--blue-colour);
}
.top-deals-section .content-wrapper {
  padding: 0 1.25rem;
}
@media (min-width: 601px) {
  .top-deals-section .content-wrapper {
      padding: 0 3.125rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-section .content-wrapper {
      margin: 0 auto;
      padding: 0 1.25rem;
  }
  .top-deals-section .content-wrapper .section-padding {
      padding-top: 4.8rem;
  }
}
@media (min-width: 1220px) {
  .top-deals-section .content-wrapper {
      width: 100%;
      max-width: 72rem;
      margin: 0 auto;
      padding: 0;
  }
}
@media (min-width: 1025px) {
  .top-deals-top {
      justify-content: space-between;
      column-gap: 8.5rem;
      display: flex;
  }
}
.top-deals-top h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}
@media (min-width: 601px) {
  .top-deals-top h2 {
      margin-bottom: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-top h2 {
      width: 100%;
      max-width: 23.125rem;
  }
}
.top-deals-top .subheading-2 {
  text-align: center;
}
@media (min-width: 601px) {
  .top-deals-top .subheading-2 {
      text-align: left;
  }
}
.top-deals-top .top-deals-text {
  text-align: center;
}
@media (min-width: 601px) {
  .top-deals-top .top-deals-text {
      text-align: left;
  }
}
.top-deals-top h2 {
  text-align: center;
}
@media (min-width: 601px) {
  .top-deals-top h2 {
      text-align: left;
  }
  .top-deals-top .subheading-2 {
      font-size: 1.25rem;
  }
}
.top-deals-top-right {
  flex-direction: column-reverse;
  row-gap: 1.25rem;
  display: flex;
}
@media (min-width: 601px) {
  .top-deals-top-right {
      flex-direction: row;
      gap: 0 1.2rem;
  }
}
.top-deals-text {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 601px) {
  .top-deals-text {
      font-size: 1rem;
      line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .top-deals-text {
      margin-bottom: 0;
  }
}
.top-deals-item {
  border: 1px solid var(--grey-outlines-colour);
  cursor: pointer;
  border-radius: 6px;
  padding: 9px 9px 5px;
}
@media (min-width: 601px) {
  .top-deals-item:hover .item-title {
      color: var(--blue-colour);
  }
  .top-deals-item:hover .item-img-wrapper img {
      transform: scale(1.1);
  }
  .top-deals-item {
      padding: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-item {
      padding: 9px 9px 5px;
  }
}
.top-deals-item h3 {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 601px) {
  .top-deals-item h3 {
      font-size: 1.375rem;
      line-height: 1;
  }
}
.top-deals-item .item-img-wrapper {
  border-radius: var(--small-radius);
  aspect-ratio: 1.87;
  overflow: hidden;
}
@media (min-width: 601px) {
  .top-deals-bottom .top-deals-item .item-img-wrapper {
      width: 50%;
      aspect-ratio: 0.69;
      max-height: 30rem;
  }
}
@media (min-width: 800px) {
  .top-deals-bottom .top-deals-item .item-img-wrapper {
      max-height: 26.625rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-top-right .circle-arrow-right {
      display: none;
  }
  .top-deals-bottom .top-deals-item .item-img-wrapper {
      aspect-ratio: 1.87;
      max-height: auto;
  }
}
.top-deals-item .item-img-wrapper img {
  border-radius: inherit;
  transition: all 0.3s;
}
.item-title {
  justify-content: space-between;
  align-items: center;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  display: flex;
}
@media (min-width: 601px) {
  .item-title {
      margin-top: 0.875rem;
      margin-bottom: 0;
  }
}
.circle-arrow-right {
  background-color: var(--blue-colour);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  margin-left: 1rem;
  display: flex;
}
.item-description {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 601px) {
  .item-description {
      font-size: 1rem;
      line-height: 1.5;
  }
}
.top-deals-item-small {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1025px) {
  .top-deals-item-small {
      width: 298px;
  }
}
.top-deals-item-wide {
  flex-direction: column;
  margin-top: 1.25rem;
  padding: 9px;
  display: flex;
}
@media (min-width: 601px) {
  .top-deals-item-wide {
      flex-direction: row;
      column-gap: 2.5rem;
      padding: 9px 29px 9px 9px;
  }
}
.top-deals-item-wide .item-img-wrapper {
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .top-deals-item-wide .item-wide-text {
      flex-direction: column;
      width: 50%;
      padding: 1.75rem 0 0.625rem;
      display: flex;
  }
  .top-deals-item-wide .item-wide-text .item-title {
      margin-top: 0;
      margin-bottom: 0.75rem;
  }
  .top-deals-item-wide .item-wide-text .item-title .circle-arrow-right {
      display: none;
  }
}
.top-deals-item-wide .item-wide-text .item-description {
  line-height: 1.3;
}
@media (min-width: 601px) {
  .top-deals-item-wide .item-wide-text .item-description {
      margin: 0.625rem 0;
  }
  .top-deals-item-wide .item-wide-text .item-description ul {
      list-style: inside;
  }
  .top-deals-item-wide .item-wide-text .item-description ul li {
      margin-left: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-item-wide .item-wide-text .item-description {
      margin: 0;
      line-height: 1.4;
  }
  .top-deals-item-wide .item-wide-text .item-description ul {
      list-style: none;
  }
  .top-deals-item-wide .item-wide-text .item-description ul li {
      margin-left: 0;
  }
}
.top-deals-item-wide .middle-text {
  margin: 1.3rem 0 1.5rem;
}
@media (min-width: 601px) {
  .top-deals-item-wide .middle-text {
      margin: 1.75rem 0 2rem;
  }
}
@media (min-width: 1025px) {
  .top-deals-item-wide .middle-text {
      margin: 1rem 0 0;
  }
}
.top-deals-item-wide .wrapper-button {
  display: none;
}
@media (min-width: 601px) {
  .top-deals-item-wide .wrapper-button {
      flex: 1;
      justify-content: flex-end;
      align-items: flex-end;
      width: 100%;
      margin-top: 0.7rem;
      display: flex;
  }
}
@media (min-width: 1025px) {
  .top-deals-item-wide .wrapper-button {
      display: none;
  }
}
.img-wrapper{
  overflow: visible;
}
.pair-wrapper {
  scrollbar-width: none;
  column-gap: 0.625rem;
  display: none;
}
.pair-wrapper.active {
  display: block;
}
@media (min-width: 601px) {
  .pair-wrapper.active {
      display: flex;
  }
  .pair-wrapper {
      column-gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .pair-wrapper {
      overflow: visible;
  }
}
.img-wrapper {
  border-radius: 6px;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 601px) {
  .img-wrapper {
      margin-bottom: 0;
  }
}
.img-wrapper .img-overlay-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(359.75deg, rgb(0 0 0 / 0.6) 13.43%, #fff0 28.57%), linear-gradient(306.51deg, #fff0 79.31%, rgb(0 0 0 / 0.2) 94.51%);
}
.img-wrapper img {
  border-radius: inherit;
  max-width: 35.625rem;
  aspect-ratio: 1.2;
}
.img-wrapper .img-subtitle {
  color: var(--white-colour);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  margin-top: 11px;
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .img-wrapper .img-subtitle {
      margin-top: 1rem;
      margin-left: 1.56rem;
  }
}
.img-wrapper .img-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: auto 0 1rem 1rem;
}
@media (min-width: 601px) {
  .img-wrapper .img-bottom {
      margin-bottom: 0.688rem;
  }
}
@media (min-width: 1025px) {
  .img-wrapper .img-bottom {
      margin-bottom: 32.5px;
      margin-left: 1.56rem;
      margin-right: 1.56rem;
  }
}
.img-wrapper .img-bottom .img-title {
  color: var(--white-colour);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .img-wrapper .img-bottom .img-title {
      font-size: 2rem;
  }
}
.img-wrapper .img-bottom .desktop {
  display: none;
}
@media (min-width: 1025px) {
  .img-wrapper .img-bottom .desktop {
      display: inline-flex;
  }
}
.hr-grow-glass {
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  height: 2.125rem;
  padding-left: 0.6rem;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.hr-grow-glass span {
  color: var(--white-colour);
  white-space: nowrap;
  z-index: 1;
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0;
  transition: color 0.3s ease-out;
}
.hr-grow-glass:before {
  content: "";
  background-color: var(--blue-colour);
  z-index: 1;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .hr-grow-glass:before {
      width: 2.125rem;
  }
  .hr-grow-glass:hover:before {
      width: 100%;
  }
  .hr-grow-glass:hover .hr-grow-glass-wrapper .hr-grow-glass-icon-plus {
      transform-origin: 50%;
      transform: rotate(0) translate(6px);
  }
  .hr-grow-glass:hover .hr-grow-glass-wrapper .hr-grow-glass-icon-plus path:nth-child(2) {
      opacity: 1;
  }
  .hr-grow-glass.clicked:before {
      width: 100%;
  }
  .hr-grow-glass.clicked .hr-grow-glass-wrapper .hr-grow-glass-icon-plus {
      transform-origin: 50%;
      transform: rotate(0) translate(6px);
  }
  .hr-grow-glass.clicked .hr-grow-glass-wrapper .hr-grow-glass-icon-plus path:nth-child(2) {
      opacity: 1;
  }
  .hr-grow-glass:focus:before {
      width: 100%;
  }
  .hr-grow-glass:focus .hr-grow-glass-wrapper .hr-grow-glass-icon-plus {
      transform-origin: 50%;
      transform: rotate(0) translate(6px);
  }
  .hr-grow-glass:focus .hr-grow-glass-wrapper .hr-grow-glass-icon-plus path:nth-child(2) {
      opacity: 1;
  }
}
.hr-grow-glass.clicked:before,
.hr-grow-glass:focus:before {
  background-color: var(--blue-secondary-colour);
  width: 100%;
}
.hr-grow-glass .hr-grow-glass-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}
.hr-grow-glass .hr-grow-glass-wrapper svg.hr-grow-glass-icon-plus {
  transform-origin: 35% 70%;
  opacity: 1;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-out;
  transform: rotate(-90deg) translate(1px, 5px);
}
.hr-grow-glass .hr-grow-glass-wrapper svg.hr-grow-glass-icon-plus path:nth-child(2) {
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 601px) {
  .land-section {
      margin: 0 3.125rem;
  }
}
@media (min-width: 1025px) {
  .land-section {
      max-width: 1312px;
      margin: 0 1rem;
  }
}
@media (min-width: 1342px) {
  .land-section {
      margin: 0 auto;
  }
}
.land-section .land-img {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .land-section .land-img {
      max-width: 82rem;
  }
}
@media (min-width: 1025px) {
  .land-section .land-img {
      max-width: 82rem;
      margin: 0;
  }
}
.land-section .land-img.desktop {
  display: none;
}
@media (min-width: 601px) {
  .land-section .land-img.desktop {
      display: block;
  }
}
.land-section .land-img.tablet {
  display: none;
}
@media (min-width: 601px) {
  .land-section .land-img.tablet {
      display: none;
  }
}
.land-section .land-img.mobile {
  display: block;
}
@media (min-width: 601px) {
  .land-section .land-img.mobile {
      display: none;
  }
}
@media (min-width: 1025px) {
  .affiliate-section {
      max-width: 1440px;
      margin: 0 auto;
  }
}
.affiliate-section .content-wrapper {
  padding: 4.4rem 0.625rem 3.75rem;
  overflow: hidden;
}
@media (min-width: 601px) {
  .affiliate-section .content-wrapper {
      align-items: center;
      column-gap: 3rem;
      padding: 5rem 3.125rem;
      display: flex;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .content-wrapper {
      column-gap: 4.3125rem;
      margin: 0 auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
  }
}
@media (min-width: 1220px) {
  .affiliate-section .content-wrapper {
      column-gap: 5.875rem;
      width: 100%;
      max-width: 72rem;
      margin: 0 auto;
      padding: 10rem 0 5rem;
  }
}
.affiliate-section .left-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .affiliate-section .left-column {
    min-width: 20rem;
    max-width: 25rem;
  }
}
.affiliate-section .left-column > *{
  flex: 0 0 100%;

}
@media (min-width: 601px) {
  .affiliate-section .subheading-2 {
      font-size: 1.25rem;
      font-weight: 600;
  }
}
.affiliate-section .affiliate-title {
  margin: 1.25rem 0;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 601px) {
  .affiliate-section .affiliate-title {
      max-width: 20rem;
      margin-top: 1.25rem;
      margin-bottom: 0.875rem;
      line-height: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .affiliate-title {
      margin-bottom: 0.5rem;
  }
}
.affiliate-section .paragraph-1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1025px) {
  .affiliate-section .paragraph-1 {
      display: block;
  }
}
.affiliate-section .paragraph-2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1025px) {
  .affiliate-section .paragraph-2 {
      display: block;
  }
}
.affiliate-section .paragraph-1.tablet {
  display: none;
}
@media (min-width: 601px) {
  .affiliate-section .paragraph-1.tablet {
      display: block;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .paragraph-1.tablet {
      display: none;
  }
}
.affiliate-section .paragraph-2 {
  margin: 1.25rem 0;
}
@media (min-width: 1025px) {
  .affiliate-section .paragraph-2 {
      margin: 1.75rem 0 1.25rem;
  }
}
@media (min-width: 601px) {
  .affiliate-section .affiliate-grow-arrow {
      max-width: 10.25rem;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .affiliate-grow-arrow {
      max-width: 9.75rem;
  }
}
.affiliate-section .other-social-media {
  white-space: nowrap;
  align-items: center;
  column-gap: 0.876rem;
  margin-bottom: 1.25rem;
  display: flex;
}
@media (min-width: 601px) {
  .affiliate-section .bottom-wrapper{
    order: 12;
  }
  .affiliate-section .other-social-media{
    order: 11;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .bottom-wrapper{
    flex: 0 0 auto;
    order: 11;
  }
  .affiliate-section .other-social-media {
      margin-bottom: 0;
      margin-left: 5%;
      order: 12;
      flex: 0 0 auto;
  }
}
.affiliate-section .other-social-media img {
  object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.affiliate-section .right-column {
  width: -webkit-fit-content;
}
@media (min-width: 601px) {
  .affiliate-section .right-column {
      justify-content: end;
      display: -webkit-flex;
  }
}
.affiliate-section .affiliate-img {
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 601px) {
  .affiliate-section .affiliate-img {
      width: 264px;
  }
}
@media (min-width: 695px) {
  .affiliate-section .affiliate-img {
      min-width: 18.4375rem;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .affiliate-img {
      width: 100%;
      max-width: 41.125rem;
      margin: 0;
  }
}
.affiliate-section .affiliate-img.mobile-flex {
  display: flex;
}
@media (min-width: 601px) {
  .affiliate-section .affiliate-img.mobile-flex {
      display: none;
  }
}
.affiliate-section .affiliate-img.tablet-flex {
  display: none;
}
@media (min-width: 601px) {
  .affiliate-section .affiliate-img.tablet-flex {
      display: flex;
  }
}
@media (min-width: 1025px) {
  .affiliate-section .affiliate-img.tablet-flex {
      display: none;
  }
}
.affiliate-section .affiliate-img.desktop-flex {
  display: none;
}
@media (min-width: 1025px) {
  .affiliate-section .affiliate-img.desktop-flex {
      display: flex;
  }
}
@media (min-width: 1025px) {
  .info-section {
      max-width: 1440px;
      margin: 0 auto;
  }
}
.info-section .info-container {
  padding: 0 1.25rem 3.8rem;
}
@media (min-width: 601px) {
  .info-section .info-container {
      margin-top: 2.5rem;
      padding: 0 1.44rem 4rem;
  }
}
@media (min-width: 1025px) {
  .info-section .info-container {
      margin-top: 0;
      padding: 5rem 4rem;
  }
}
.info-section .info-content {
  border-radius: 12px;
  padding: 3.75rem 1.25rem;
  box-shadow: inset 0 4px 14px #0000001a;
}
@media (min-width: 601px) {
  .info-section .info-content {
      border-radius: 12px;
      padding: 3.125rem 1.25rem;
      box-shadow: inset 0 0 14px #0000001a;

  }
}
@media (min-width: 1025px) {
  .info-section .info-content {
      padding: 5rem 3.4375rem 0;
  }
  .info-section .info-content-top {
      align-items: flex-start;
      column-gap: 19.43rem;
      display: flex;
  }
}
.info-section .subheading-2 {
  text-align: left;
  font-size: 1.25rem;
}

.info-section .info-button-wrapper {
  text-align: left;
}
.info-section .info-main-title {
  text-align: left;
  margin: 1.25rem 0;
}
@media (min-width: 601px) {
  .info-section .info-main-title {
      margin: 1.25rem 0 0.875rem;
  }
}
.info-section .info-top-description {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .info-section .info-content-more {
      padding: 0 0 5rem;
  }
}
.info-section .info-block {
  flex-direction: column;
  margin: 3.75rem 0 5rem;
  display: flex;
}
.info-section #reviews-section + .info-block {
  flex-direction: column-reverse;
}
.info-section .info-block:first-child{
  margin-top: 0;
}
@media (min-width: 601px) {
  .info-section .info-block:nth-child(2),
  .info-section #reviews-section + .info-block {
      flex-direction: column;
      display: flex;
  }
	.info-section .info-block:nth-child(4),
  .info-section #reviews-section + .info-block {
      flex-direction: column;
      display: flex;
  }
	  .info-section .info-block:nth-child(6),
  .info-section #reviews-section + .info-block {
      flex-direction: column;
      display: flex;
  }
}
@media (min-width: 1025px) {
  .info-section .info-block {
      flex-direction: row;
      align-items: center;
      column-gap: 3.625rem;
      margin-bottom: 6.25rem;
      display: flex;
  }
  .info-section .info-block:first-child {
      flex-direction: row;
      margin-top: 0;
  }
  .info-section .info-block:first-child .info-block-img-wrapper img {
      height: auto;
      aspect-ratio: 563/332;
  }
  .info-section .info-block:nth-child(2),
  .info-section #reviews-section + .info-block {
      flex-direction: row-reverse;
  }
  .info-section .info-block:nth-child(2) .info-block-img-wrapper img,
  .info-section #reviews-section + .info-block .info-block-img-wrapper img {
      height: auto;
      aspect-ratio: 220/200;
  }
	.info-section .info-block:nth-child(4),
  .info-section #reviews-section + .info-block {
      flex-direction: row-reverse;
  }
  .info-section .info-block:nth-child(4) .info-block-img-wrapper img,
  .info-section #reviews-section + .info-block .info-block-img-wrapper img {
      height: auto;
      aspect-ratio: 563/332;
  }
	.info-section .info-block:nth-child(6),
  .info-section #reviews-section + .info-block {
      flex-direction: row-reverse;
  }
  .info-section .info-block:nth-child(6) .info-block-img-wrapper img,
  .info-section #reviews-section + .info-block .info-block-img-wrapper img {
      height: auto;
      aspect-ratio: 563/332;
  }
  .info-section .info-block:nth-child(3) {
      margin-bottom: 6.25rem;
  }
  .info-section .info-block:nth-child(3) .info-block-img-wrapper img {
      height: auto;
      aspect-ratio: 30/25;
  }
}
.info-section .info-block-img-wrapper {
  margin-bottom: 0;
  aspect-ratio: 0.9394;
  margin-top: 3.75rem;
}
.info-section #reviews-section + .info-block .info-block-img-wrapper{
  margin-top: 0;
  margin-bottom: 4.375rem;
}
@media (min-width: 601px) {
  .info-section .info-block-img-wrapper {
      width: 100%;
      height: 18.75rem;
      aspect-ratio: unset;
  }

  .info-section #reviews-section + .info-block .info-block-img-wrapper{
    margin-top: 3.75rem;
  }
}
@media (min-width: 640px) {
  .info-section .info-block-img-wrapper .landscape-with-car-on-bottom-img {
      object-position: 50% 70%;
  }
}
@media (min-width: 1025px) {
  .info-section .info-block-img-wrapper {
      width: 50%;
      height: auto;
      align-self: center;
      margin-bottom: 0!important;
      margin-top: 0!important;
  }
  .info-section .info-block-img-wrapper img {
      min-width: 20rem;
  }
}
.info-section img {
  border-radius: var(--small-radius);
}
@media (min-width: 1025px) {
  .info-section .info-block-text {
      width: 50%;
  }
}
.info-section .info-block-text-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.info-section .info-block-text-description {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
}
.info-section .info-block-text-description:last-child {
  margin-bottom: 0;
}
.info-section .info-block-list ul{
  list-style: none;
}
.info-section .info-block-list ul li{
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.info-section .info-block-list ul li small{
  font-size: 0.8125em;
}
.info-section .info-block-list ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: -.3125rem;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(/assets/images/list-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.info-section .home-faqs-section {
  margin-top: 6.25rem;
}
@media (min-width: 601px) {
  .info-section .home-faqs-section {
      margin-top: 8.125rem;
  }
}

.info-section .home-faqs-section .faqs-section-title{
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
.info-section .home-faqs-section .faqs-section-description{
  margin-bottom: 1rem;
  text-wrap: pretty;
}


.home-page-latest-posts-section {
  margin: 2rem 1rem 3.75rem;
}
@media (min-width: 601px) {
  .home-page-latest-posts-section {
      margin: 5rem 3.125rem;
  }
}
@media (min-width: 1025px) {
  .home-page-latest-posts-section {
      max-width: 1152px;
      margin-right: 1.25rem;
      margin-left: 1.25rem;
  }
}
@media (min-width: 1192px) {
  .home-page-latest-posts-section {
      margin-right: auto;
      margin-left: auto;
  }
}
.instagram-social-icon {
  width: 4rem;
}
.delimiter {
  background-color: var(--black-10-colour);
  width: 100%;
  height: 1px;
}
.delimiter.vertical-delimiter {
  height: initial;
  width: 1px;
}
.hr-grow-arrow {
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  column-gap: 0.375rem;
  height: 2.125rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all 0.3s ease-out;
  display: inline-flex;
  position: relative;
}
.hr-grow-arrow span {
  color: var(--white-colour);
  white-space: nowrap;
  z-index: 1;
  margin-left: 0;
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9;
  transition: all 0.3s ease-out;
}
@media (min-width: 1025px) {
  .hr-grow-arrow span {
      color: var(--black-colour);
  }
}
.hr-grow-arrow:before {
  content: "";
  background-color: var(--blue-colour);
  z-index: 0;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .hr-grow-arrow:before {
      width: 2.125rem;
  }
  .hr-grow-arrow:hover span {
      color: var(--white-colour);
  }
  .hr-grow-arrow:hover:before {
      width: 100%;
  }
  .hr-grow-arrow.clicked span {
      color: var(--white-colour);
  }
  .hr-grow-arrow.clicked:before {
      width: 100%;
  }
  .hr-grow-arrow:focus span {
      color: var(--white-colour);
  }
  .hr-grow-arrow:focus:before {
      width: 100%;
  }
}
.hr-grow-arrow.clicked:before,
.hr-grow-arrow:focus:before {
  background-color: var(--blue-secondary-colour);
  width: 100%;
}
.hr-grow-arrow .hr-grow-arrow-icon {
  z-index: 2;
  width: 2.125rem;
  height: 2.125rem;
}
.hr-grow-arrow.desktop-flex {
  display: none;
}
@media (min-width: 1025px) {
  .hr-grow-arrow.desktop-flex {
      display: inline-flex;
  }
}
.hr-grow-arrow.mobile-flex {
  display: inline-flex;
}
@media (min-width: 1025px) {
  .hr-grow-arrow.mobile-flex {
      display: none;
  }
}
.wide-article.social-mob {
  width: 100%;
  height: 100%;
}
@media (min-width: 601px) {
  .wide-article-text {
      justify-content: space-between;
      align-items: flex-end;
      height: 100%;
      margin-bottom: 0.625rem;
      display: flex;
  }
}
@media (min-width: 1025px) {
  .wide-article-text {
      column-gap: 5.31rem;
      margin-bottom: 0.8rem;
  }
}
.wide-article-text .article-grow-arrow {
  display: none;
}
@media (min-width: 601px) {
  .wide-article-text .article-grow-arrow {
      padding-right: 0;
      display: inline-flex;
  }
}
@media (min-width: 1025px) {
  .wide-article-text .article-grow-arrow {
      padding-right: 1rem;
  }
}
@media (min-width: 601px) {
  .wide-article-text .article-grow-arrow span {
      display: none;
  }
}
@media (min-width: 1025px) {
  .wide-article-text .article-grow-arrow span {
      display: block;
  }
}
.wide-article-title {
  cursor: default;
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 601px) {
  .wide-article-title {
      margin-bottom: 5px;
      line-height: 2.25rem;
  }
}
@media (min-width: 1025px) {
  .wide-article-title {
      margin-bottom: 0.5rem;
  }
}
.wide-article-description {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 601px) {
  .wide-article-description {
      -webkit-line-clamp: 2;
      line-clamp: 2;
      max-width: 34.125rem;
      margin-bottom: 0.625rem;
      font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .wide-article-description {
      -webkit-line-clamp: 3;
      line-clamp: 3;
      width: 100%;
      max-width: 33.19rem;
      margin-bottom: 0;
  }
}
.wide-article-img {
  width: 100%;
}
@media (min-width: 601px) {
  .wide-article-img {
      max-width: unset;
      width: 100%;
  }
}
.booking-article-wide {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
@media (min-width: 1025px) {
  .booking-article-wide .wide-article-text {
      align-items: flex-start;
      column-gap: 1.563rem;
      height: auto;
  }
}
.booking-article-wide .wide-article-title {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.2;
}
.booking-article-wide .wide-article-description {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-width: 26.63rem;
  line-height: 1.5rem;
}
.booking-article-wide .wide-article-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .booking-article-wide .wide-article-img {
      aspect-ratio: 2;
      width: 100%;
      max-width: 32.125rem;
      overflow: hidden;
  }
}
.small-article {
  border-bottom: 1px solid #1a1a1a0a;
  column-gap: 6px;
  padding: 0.75rem 0;
  display: flex;
}
.small-article:first-child {
  padding-top: 0;
}
.small-article:last-child {
  padding-bottom: 0;
}
@media (min-width: 601px) {
  .small-article {
      border-bottom: none;
      column-gap: 0.625rem;
      padding: 0.75rem 0;
  }
  .small-article:first-child {
      border-right: 1px solid #e7e7e7;
      padding-top: 0.75rem;
      padding-right: 1.25rem;
  }
  .small-article:nth-child(3) {
      border-right: 1px solid #e7e7e7;
      padding-right: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .small-article {
      border-bottom: 1px solid #1a1a1a0a;
      border-right: none;
      column-gap: 0.75rem;
      padding: 0.875rem 0;
  }
  .small-article:first-child,
  .small-article:nth-child(3) {
      border-right: none;
      padding-right: 0;
  }
  .small-article:first-child {
      padding-top: 0;
  }
  .small-article:nth-child(3) {
      padding-top: 0.875rem;
  }
}
.small-article:last-child {
  border-bottom: none;
}
.small-article-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  transition: all 0.3s;
}
@media (min-width: 601px) {
  .small-article-title {
      margin-bottom: 5px;
  }
}
.small-article-descroption {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  pointer-events: none;
  -webkit-user-select: text;
  user-select: text;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 601px) {
  .small-article-descroption {
      line-height: 1;
  }
}
@media (min-width: 1025px) {
  .small-article-descroption {
      -webkit-line-clamp: 4;
      line-clamp: 4;
  }
}
.small-article-img {
  border-radius: 0.25rem;
  width: 100%;
  max-width: 6.25rem;
  height: 6rem;
}
@media (min-width: 601px) {
  .small-article-img {
      width: 5.63rem;
      max-width: 5.63rem;
  }
}
@media (min-width: 1025px) {
  .small-article-img {
      max-width: 5.625rem;
  }
}
.small-article-img.mobile-tablet {
  display: block;
}
@media (min-width: 1025px) {
  .small-article-img.mobile-tablet {
      display: none;
  }
}
.small-article-img.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  .small-article-img.desktop-only {
      display: block;
  }
}
.booking-articles-small {
  border-bottom: 1px solid #1a1a1a0a;
}
.booking-articles-small:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.booking-articles-small:first-child,
.booking-articles-small:nth-child(3) {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 601px) {
  .booking-articles-small {
      align-items: center;
  }
  .booking-articles-small:first-child {
      padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .booking-articles-small {
      border-right: none;
      align-items: flex-start;
      padding: 0.625rem 0.5rem;
  }
  .booking-articles-small:last-child {
      display: flex;
  }
  .booking-articles-small:first-child,
  .booking-articles-small:nth-child(3) {
      padding-right: 0.5rem;
  }
}
.booking-articles-small .small-article-title {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
.booking-articles-small .small-article-title:hover {
  color: var(--blue-colour);
}
@media (min-width: 601px) {
  .booking-articles-small .small-article-title {
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.22;
  }
}
@media (min-width: 880px) {
  .booking-articles-small .small-article-title {
      font-size: 1rem;
      font-weight: 700;
      line-height: normal;
  }
}
@media (min-width: 1025px) {
  .booking-articles-small .small-article-title {
      font-size: 0.875rem;
      line-height: 1.28;
  }
}
.booking-articles-small .small-article-descroption {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 601px) {
  .booking-articles-small .small-article-descroption {
      font-size: 1rem;
      line-height: 1;
  }
}
@media (min-width: 880px) {
  .booking-articles-small .small-article-descroption {
      font-size: 0.875rem;
      line-height: 1.28;
  }
}
.booking-articles-small .small-article-img {
  width: 100%;
  max-width: 5.625rem;
  height: 4.5rem;
}
@media (min-width: 601px) {
  .booking-articles-small .small-article-img {
      width: 6.25rem;
      max-width: 6.25rem;
      height: 6.25rem;
      margin-left: 1.25rem;
  }
}
@media (min-width: 880px) {
  .booking-articles-small .small-article-img {
      width: 100%;
      max-width: 5.625rem;
      height: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .booking-articles-small .small-article-img {
      width: 100%;
      min-width: 3.5rem;
      max-width: 3.5rem;
      margin-left: 0.25rem;
  }
}
.hr-grow-arrow-down {
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  column-gap: 0.375rem;
  height: 2.125rem;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.hr-grow-arrow-down span {
  color: var(--white-colour);
  white-space: nowrap;
  z-index: 1;
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9;
  transition: color 0.3s ease-in;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-down span {
      color: var(--black-colour);
  }
}
.hr-grow-arrow-down:before {
  content: "";
  background-color: var(--blue-colour);
  z-index: 0;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-down:before {
      width: 2.125rem;
  }
  .hr-grow-arrow-down {
      padding-right: 1.7rem;
  }
  .hr-grow-arrow-down:hover span {
      color: var(--white-colour);
  }
  .hr-grow-arrow-down:hover:before {
      width: 100%;
  }
  .hr-grow-arrow-down:hover .hr-grow-arrow-icon {
      transform: rotate(90deg);
  }
}
.hr-grow-arrow-down.clicked span {
  color: var(--white-colour);
}
.hr-grow-arrow-down.clicked:before {
  background-color: var(--blue-secondary-colour);
  width: 100%;
}
.hr-grow-arrow-down.clicked .hr-grow-arrow-icon {
  transform: rotate(90deg);
}
.hr-grow-arrow-down .hr-grow-arrow-icon {
  z-index: 2;
  width: 2.125rem;
  height: 2.125rem;
  transition: transform 0.2s ease-in-out;
}
.hr-grow-arrow-down.desktop-flex {
  display: none;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-down.desktop-flex {
      display: inline-flex;
  }
}
.hr-grow-arrow-down.mobile-flex {
  display: inline-flex;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-down.mobile-flex {
      display: none;
  }
}
.info-faq {
  margin: 3.75rem 0 7.5rem;
}
@media (min-width: 601px) {
  .info-faq {
      margin: 3.75rem 0;
  }
}
@media (min-width: 1025px) {
  .info-faq {
      max-width: 1120px;
      margin: 5rem auto;
  }
}
.info-faq .info-faq__subtitle {
  text-align: left;
  color: var(--blue-colour);
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.info-faq h2 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.info-faq p {
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 601px) {
  .info-faq h2 {
      margin-bottom: 0.875rem;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1;
  }
}
.info-faq .info-faq-descroption {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 601px) {
  .info-faq .info-faq-descroption {
      margin-bottom: 1.25rem;
      font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .info-faq .info-faq-descroption {
      max-width: 41rem;
  }
}
.info-faq .faq-list-item {
  border: 1px solid var(--grey-outlines-colour);
  border-radius: 6px;
  margin-bottom: 0.625rem;
}
.info-faq .faq-list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .info-faq .faq-list-item {
      margin-bottom: 1.25rem;
  }
}
.info-faq .faq-list-item .faq-item-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.625rem;
  display: flex;
}
@media (min-width: 601px) {
  .info-faq .faq-list-item .faq-item-question {
      align-items: center;
      padding: 0.875rem 1.875rem 0.875rem 3.125rem;
  }
}
@media (min-width: 1025px) {
  .info-faq .faq-list-item .faq-item-question {
      padding: 0.75rem 1.9rem 0.625rem 3.125rem;
  }
}
.info-faq .faq-list-item .faq-item-question-text {
  font-size: 1.125rem !important;
  font-weight: 500;
  line-height: 1.1;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (min-width: 1025px) {
  .info-faq .faq-list-item .faq-item-question-text {
      line-height: 1.7;
  }
}
.info-faq .faq-list-item .faq-item-question-icon {
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}
.info-faq .faq-list-item .faq-item-question-icon .faq-item-question-svg {
  min-width: 1.5rem;
  height: 1.5rem;
  transition: color 0.15s, transform 0.15s ease-in-out;
  color: var(--black-colour);
}
.info-faq .faq-list-item .faq-item-question-icon .faq-item-question-svg:hover {
  color: var(--blue-colour);
}
@media (min-width: 1025px) {
  .info-faq .faq-list-item .faq-item-question-icon .faq-item-question-svg {
      width: 2.25rem;
      height: 2.25rem;
  }
}
.info-faq .faq-list-item .faq-item-question-icon.opened .faq-item-question-svg {
  transform-origin: 50%;
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .info-faq .faq-list-item .faq-item-question-icon {
      margin-left: 0;
  }
}
.info-faq .faq-list-item .faq-item-answer {
  border-top: 1px solid var(--grey-outlines-colour);
  padding: 1.25rem 0.625rem;
}
@media (min-width: 601px) {
  .info-faq .faq-list-item .faq-item-answer {
      padding: 1.25rem 3.125rem;
  }
}
@media (min-width: 1025px) {
  .info-faq .faq-list-item .faq-item-answer {
      padding: 1.25rem 50px;
  }
}
.info-faq .faq-list-item .faq-item-answer .answer-text {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
}
.info-faq .faq-list-item .faq-item-answer .answer-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .info-faq .faq-list-item .faq-item-answer .answer-text {
      font-size: 1rem;
  }
}
.info-faq .faq-list-item .faq-item-answer .answer-text a {
  color: var(--black-colour);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
.info-faq .faq-list-item .faq-item-answer .answer-text ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}
.info-faq .faq-list-item .faq-item-answer .answer-text ol {
  padding-left: 1.5rem;
  list-style-type: decimal;
}
.info-faq .faq-list-item .faq-item-answer .answer-text-list {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  list-style-type: "-";
}
.info-faq .faq-list-item .faq-item-answer .answer-text-list li {
  margin: 0.8rem 0;
  padding-left: 0.5rem;
}
:root {
  --search-button-background-image: linear-gradient(261.6deg, #0163e1 50%, #0190fd 81.1%);
  --search-button-hover-background-image: linear-gradient(261.6deg, #0163e1 10%, #0190fd 81.1%);
}
.blurred-background {
  background-color: var(--white-40-colour);
  padding: 0.3125rem;
}
.blurred-background::before {
  content: "";
  z-index: -1;
  backdrop-filter: blur(9px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--big-radius);
}
.search-bar-calendar-opened.blurred-background {
  border-radius: 2.24rem 2.24rem 0 0;
  border-bottom: none;
}
.search-bar-calendar-opened.blurred-background .search-bar-content {
  border-radius: 1.875rem;
}
.blurred-calender-background {
  background-color: var(--white-40-colour);
  border-radius: 0 0 0.75rem 0.75rem;
  border-left: 1px solid var(--white-20-colour);
  border-right: 1px solid var(--white-20-colour);
  border-bottom: 1px solid var(--white-20-colour);
  left: -1px;
  right: -1px;
}
.blurred-calender-background::before {
  content: "";
  box-sizing: border-box;
  backdrop-filter: blur(9px);
  z-index: -2;
  border-radius: 0 0 0.75rem 0.75rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.search-bar {
  width: inherit;
  border-radius: var(--small-radius);
  border: 1px solid var(--white-20-colour);
  position: relative;
}
@media (min-width: 601px) {
  .search-bar {
      width: -moz-fit-content;
      width: fit-content;
      max-width: 900px;
      margin: 0 auto;
  }
}
@media (min-width: 1110px) {
  .search-bar {
      border-radius: var(--big-radius);
  }
}
.search-bar.expanded-search-bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.search-bar.expanded-search-bar .search-bar-content {
  border-bottom-left-radius: var(--small-radius);
  border-bottom-right-radius: var(--small-radius);
}
@media (min-width: 720px) {
  .search-bar.expanded-search-bar .search-bar-content {
      border-bottom-left-radius: var(--big-radius);
      border-bottom-right-radius: var(--big-radius);
  }
}
.search-bar .search-bar-content {
  background-color: var(--white-colour);
  border-radius: inherit;
}
.search-bar .search-bar-content .search-wrapper {
  display: none;
}
@media (min-width: 1110px) {
  .search-bar .search-bar-content .search-wrapper {
      display: flex;
  }
}
@media (min-width: 720px) {
  .search-bar .search-bar-content .mobile-search-main-wrapper {
      display: block;
  }
}
@media (min-width: 1110px) {
  .search-bar .search-bar-content .mobile-search-main-wrapper {
      display: none;
  }
}
.search-bar .search-bar-content.search-bar-content-thin-paddings {
  padding: 1rem 1.125rem;
}
@media (min-width: 1110px) {
  .search-bar .search-bar-content.search-bar-content-thin-paddings {
      padding: 0.375rem 0.375rem 0.375rem 1.5625rem;
  }
}
.search-bar .search-bar-content.search-bar-content-wide-paddings {
  padding: 1.25rem 2rem;
}
@media (min-width: 720px) {
  .search-bar .search-bar-content.search-bar-content-wide-paddings {
      padding: 0.375rem 0.375rem 0.375rem 1.5625rem;
  }
}
.search-bar .button.search-btn {
  background-image: var(--search-button-background-image);
}
.search-bar .button.search-btn:hover {
  background-image: var(--search-button-hover-background-image);
}
.button {
  border-radius: var(--big-radius);
  cursor: pointer;
  color: var(--white-colour);
  justify-content: center;
  align-items: center;
  padding: 0.9375rem 2.1875rem;
  display: inline-flex;
}
.button[disabled="true"] {
  opacity: 0.5;
}
.button.rectangle-button {
  border-radius: var(--small-radius);
}
.button.button-white {
  background-image: var(--white-colour-image);
  border: 1px solid var(--blue-colour);
  color: var(--blue-colour);
}
.button.button-white:hover {
  color: var(--white-colour);
  background-image: var(--blue-wave-colour-hover-image);
}
.button.button-white.active,
.button.button-white:active {
  color: var(--white-colour);
  background-image: var(--blue-wave-colour-active-image);
}
.button.button-success-white {
  background-color: var(--white-colour);
  color: var(--promo-colour);
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.button.button-error-blue {
  background-image: var(--blue-wave-colour-image);
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.button.button-error-blue:hover {
  background-image: var(--blue-wave-colour-hover-image);
}
.button.button-error-blue:active {
  background-image: var(--blue-wave-colour-active-image);
}
.button.button-blue {
  background-image: var(--blue-wave-colour-image);
}
.button.button-blue:hover {
  background-image: var(--blue-wave-colour-hover-image);
}
.button.button-blue:active {
  background-image: var(--blue-wave-colour-active-image);
}
.button.button-blue.disabled,
.button.button-blue:disabled {
  opacity: 0.4;
}
.button.button-black {
  background-image: var(--black-wave-colour-image);
}
.button.button-black:hover {
  background-image: var(--black-wave-colour-hover-image);
}
.button.button-black:active {
  background-image: var(--black-wave-colour-active-image);
}
.button.button-modify {
  background-image: var(--white-colour-image);
  border: 1px solid var(--blue-colour);
  color: var(--blue-colour);
}
.button.button-modify:active,
.button.button-modify:focus {
  background-image: var(--blue-wave-colour-active-image);
  color: var(--white-colour);
  border: 1px solid var(--blue-secondary-colour);
}
.button.button-modify.active {
  background-image: var(--blue-colour-active-image);
  color: var(--white-colour);
  border: 1px solid var(--blue-colour);
}
.button.button-modify.active:active,
.button.button-modify.active:focus {
  background-image: var(--blue-wave-colour-active-image);
  color: var(--white-colour);
  border: 1px solid var(--blue-secondary-colour);
}
.checkbox {
  display: inline-flex;
}
.checkbox:hover {
  cursor: pointer;
}
.checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  left: -999rem;
}
.checkbox .checkbox-marker {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.checkbox .checkbox-marker span {
  background-color: var(--blue-colour);
  opacity: 0;
  transition: opacity 0.15s;
  display: inline-block;
}
.checkbox .checkbox-marker.checkbox-square {
  border: 1px solid var(--grey-outlines-colour);
  border-radius: 2px;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.375rem;
}
.checkbox .checkbox-marker.checkbox-square span {
  border-radius: 0.75px;
  width: 0.375rem;
  height: 0.375rem;
}
.checkbox .checkbox-marker.checkbox-circle {
  border: 1px solid var(--black-colour);
  border-radius: var(--full-radius);
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.375rem;
}
.checkbox .checkbox-marker.checkbox-circle span {
  border-radius: var(--full-radius);
  width: 0.675rem;
  height: 0.675rem;
}
input:checked + :is(.checkbox.checkbox-marker) span {
  opacity: 1;
}
.checkbox > span:last-child {
  font-weight: 500;
  transition: color 0.15s;
  display: inline-block;
}
.checkbox:hover .checkbox-square ~ :is(.checkbox > span:last-child) {
  color: var(--blue-colour);
}
input:checked ~ .checkbox-square ~ :is(.checkbox > span:last-child) {
  color: var(--blue-colour);
}
.info-cta {
  color: var(--white-colour);
  background: url(/assets/info-cta-mob.webp) 50% / cover no-repeat;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  height: 22.375rem;
  margin-top: 3.75rem;
  padding: 1.25rem 3rem 1.813rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (min-width: 601px) {
  .info-cta {
      background: url(/assets/info-cta-bg-tablet.webp) 50% / cover no-repeat;
      height: 14.5rem;
      padding: 1.875rem 1.64rem 1.875rem 1.52rem;
  }
}
@media (min-width: 1025px) {
  .info-cta:not(.article-text.info-cta) {
      background: url(/assets/info-cta-desk.webp) 50% / cover no-repeat;
  }
  .info-cta {
      margin-top: 1.875rem;
      padding: 1.875rem 2.688rem 1.875rem 2.5rem;
  }
}
.info-cta.bg-css:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1A1A1A;
  background: -webkit-linear-gradient(180deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
  background: -moz-linear-gradient(180deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
  background: linear-gradient(180deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A",endColorstr="#4F4F4F",GradientType=0);
  z-index: 1;
}
@media (min-width: 1025px) {
  .info-cta.bg-css:before{
    background: #1A1A1A;
    background: -webkit-linear-gradient(130deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
    background: -moz-linear-gradient(130deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
    background: linear-gradient(130deg,rgba(26, 26, 26, 0.62) 0%, rgba(79, 79, 79, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A",endColorstr="#4F4F4F",GradientType=0);
  }
}
.info-cta.bg-css .info-cta-top{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 601px) {
  .info-cta.bg-css .info-cta-top {
    height: auto;
  }
}

.info-cta-top .info-cta-title {
  margin-top: 0;
  margin-bottom: 0.563rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1025px) {
  .info-cta-top .info-cta-title {
      margin-bottom: 0;
  }
}
.info-cta-top .info-cta-description {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 485px;
}
.article-text .info-cta-top .info-cta-description {
  max-width: 435px;
}
@media (min-width: 1025px) {
  .info-cta-top .info-cta-description {
      line-height: 1.2;
  }
}
.hr-grow-arrow-white {
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  column-gap: 0.375rem;
  height: 2.125rem;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.hr-grow-arrow-white span {
  color: var(--blue-colour);
  white-space: nowrap;
  z-index: 1;
  padding-top: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.9;
  transition: color 0.3s ease-in;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-white span {
      color: var(--white-colour);
  }
}
.hr-grow-arrow-white:before {
  content: "";
  background-color: var(--white-colour);
  z-index: 0;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-white:before {
      width: 2.125rem;
  }
  .hr-grow-arrow-white:hover span {
      color: var(--blue-colour);
  }
  .hr-grow-arrow-white:hover:before {
      width: 100%;
  }
  .hr-grow-arrow-white.clicked span {
      color: var(--blue-colour);
  }
  .hr-grow-arrow-white.clicked:before {
      width: 100%;
  }
  .hr-grow-arrow-white:focus span {
      color: var(--blue-colour);
  }
  .hr-grow-arrow-white:focus:before {
      width: 100%;
  }
}
.hr-grow-arrow-white.clicked span {
  color: var(--blue-secondary-colour);
}
.hr-grow-arrow-white.clicked:before {
  background-color: var(--white-colour);
  width: 100%;
}
.hr-grow-arrow-white.clicked .hr-grow-arrow-icon path {
  stroke: var(--blue-secondary-colour);
}
.hr-grow-arrow-white:focus span {
  color: var(--blue-secondary-colour);
}
.hr-grow-arrow-white:focus:before {
  background-color: var(--white-colour);
  width: 100%;
}
.hr-grow-arrow-white:focus .hr-grow-arrow-icon path {
  stroke: var(--blue-secondary-colour);
}
.hr-grow-arrow-white .hr-grow-arrow-icon {
  z-index: 2;
  width: 2.125rem;
  height: 2.125rem;
}
.hr-grow-arrow-white .hr-grow-arrow-icon path {
  stroke: var(--blue-colour);
}
.hr-grow-arrow-white.desktop-flex {
  display: none;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-white.desktop-flex {
      display: inline-flex;
  }
}
.hr-grow-arrow-white.mobile-flex {
  display: inline-flex;
}
@media (min-width: 1025px) {
  .hr-grow-arrow-white.mobile-flex {
      display: none;
  }
}
.mobile-device .desktop-only {
  display: none !important;
}
.desktop-device .mobile-only {
  display: none !important;
}

#reviews-section, #reviews-section *{
  box-sizing: border-box;
}
#reviews-section{
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  padding: 1.875rem 1.25rem;
  margin-bottom: 8.125rem;
}
@media (min-width: 601px) {
  #reviews-section{
    padding: 3.125rem;
  }
}
@media (min-width: 1025px) {
  #reviews-section{
      padding: 3.75rem 3.4375rem;
  }
}
#reviews-section .title{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  max-width: 100%;
  margin-bottom: .75rem;
}
@media (min-width: 601px) {
  #reviews-section .title{
      text-align: center;
  }
}
#reviews-section .title span{
  color: var(--blue-colour);
}
#reviews-section .title span i{
  font-weight: 100;
  font-size: .85em;
}
#reviews-section .subtitle{
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 601px) {
  #reviews-section .subtitle{
    text-align: center;
  }
}
#reviews-section .reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media (min-width: 1025px) {
  #reviews-section .reviews-grid {
  grid-template-columns: repeat(3, 1fr);
  }
}
#reviews-section .reviews-grid > .review-card {
  width: 100%;
  position: relative;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}
#reviews-section .reviews-grid .review-card:last-child{
  display: none;
}
@media (min-width: 601px) {
  #reviews-section .reviews-grid > .review-card{
    padding: 1.25rem 2rem;
  }
  #reviews-section .reviews-grid .review-card:last-child{
    display: flex;
  }
}
#reviews-section .reviews-grid .review-card .review-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #979FA0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
#reviews-section .reviews-grid .review-card .review-rating{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
#reviews-section .reviews-grid .review-card .review-rating svg{
  transform: translateY(-.125rem);
  width: 15px;
  height: auto;
  display: block;
}
#reviews-section .reviews-grid .review-card .review-author{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .75rem;
}
#reviews-section .reviews-grid .review-card .review-author img{
  width: 2.5rem;
  display: block;
}
#reviews-section .reviews-grid .review-card .review-comment{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
#reviews-section .reviews-grid .review-card .review-logo{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#reviews-section .reviews-grid .review-card .review-logo img{
  width: 1.25rem;
  height: auto;
  display: block;
}

.highlights-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin: 6.25rem 0;
}
@media (min-width: 601px) {
  .highlights-grid{
      grid-template-columns: repeat(2, 1fr);
      margin: 8.125rem 0;
  }
}
@media (min-width: 1025px) {
  .highlights-grid{
      grid-template-columns: repeat(4, 1fr);
  }
}
.highlights-grid .highlight-card{
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  padding: 12px;
  text-align: center;
}
.highlights-grid .highlight-card img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 249.5/149;
  margin-bottom: 1rem;
}
.highlights-grid .highlight-card .highlight-title{
  color: var(--blue-colour);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: .625;
  margin-bottom: .25rem;
}
.highlights-grid .highlight-card .highlight-description{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 601px) {
  .highlights-grid .highlight-card .highlight-title{
    font-size: 2.25rem;
  }
  .highlights-grid .highlight-card .highlight-description{
    font-size: 1.25rem;
  }
}

.deals-section{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 6.25rem 0 0;
  align-items: center;
}
.deals-section, .deals-section *{
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .deals-section{
    margin: 8.125rem 0 0;
  }
}
@media (min-width: 1025px) {
  .deals-section{
    grid-template-columns: 1fr 3fr;
  }
}
.deals-section .deals-title{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.deals-section .deals-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 601px) {
  .deals-section .deals-list{
      grid-template-columns: repeat(3, 1fr);
  }
}
.deals-section .deal-card{
  padding: 20px 10px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.deals-section .deal-img{
  aspect-ratio: 2.1804511278;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 601px) {
  .deals-section .deal-img{
      aspect-ratio: 1.984962406;
  }
}
.deals-section .deal-img img{
  display: block;
}
.deals-section .deal-end-soon{
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 6px;
  background: #25B700;
  padding: 9px 8px 8px;
  color: #FFF;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
}
.deals-section .deal-label{
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 4px 5px 3px;
  border-radius: 6px;
  background: #FFF;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
}
.deals-section .deal-title{
  margin: 1rem auto .75rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: .9;
  color: var(--blue-colour);
}
.deals-section .deal-description{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  text-wrap: balance;
}
.deals-section .deal-button {
  width: 100%;
  border-radius: 20px;
  background-image: var(--blue-wave-colour-image);
  padding: 12px 10px 11px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
}
.deals-section .deal-button:hover {
  background-image: var(--blue-wave-colour-hover-image);
}
.deals-section .deal-button:active {
  background-image: var(--blue-wave-colour-active-image);
}
@media (min-width: 601px) {
  .deals-section .deal-button{
    padding: 9px 10px 8px;
  }
}
