/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 504px;
  display: flex;
  align-items: center;
}
#hero h1 {
  margin-bottom: 24px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
  font-weight: 600;
}
#hero .hero-desktop {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-desktop img {
  min-height: 705px;
  height: 100% !important;
  object-fit: cover;
}
#hero .hero-mobile {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-mobile img {
  min-height: 504px;
  height: 100% !important;
  object-fit: cover;
}
#hero .container-content {
  position: relative;
  padding-top: 40px;
}
#hero .main-paragraph {
  font-weight: 600;
  max-width: 1064px;
  font-size: clamp(1.125rem, 18px + (24 - 18) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
@media screen and (min-width: 1025px) {
  #hero {
    display: block;
  }
  #hero,
  #hero .hero-desktop {
    min-height: 705px;
  }
  #hero .hero-mobile {
    min-height: 504px;
  }
  #hero .container-content {
    padding-top: 380px;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Pricing*/
#pricing {
  padding-top: 4em;
  padding-bottom: 4em;
}
#pricing ul {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  list-style: none;
  padding-left: 0;
}
#pricing ul li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#pricing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #FFC60A;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  #pricing ul li::before {
    top: 10px;
  }
}
#pricing ul {
  margin-top: 1em;
}
#pricing ul li {
  font: normal normal normal 16px/30px "Roobert", "sans-serif" !important;
}
#pricing ul li::before {
  top: 6px;
}
#pricing h1, #pricing h2, #pricing h3, #pricing h4, #pricing h5, #pricing h6 {
  font-weight: 600;
}
#pricing .carousel-item {
  border: 2px solid #2F2F2F;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
}
#pricing .label-type-renting {
  background: #FFC60A;
  color: #FFFFFF;
  height: 51px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 20px;
}
#pricing .price-label {
  margin-bottom: 0;
}
#pricing .from-label {
  margin-bottom: 0;
  min-height: 40px;
  font: normal normal normal 16px/40px "Roobert", "sans-serif" !important;
}
#pricing .container-link-availability {
  margin-top: auto;
  padding-top: 20px;
}
#pricing .link-availability {
  font-weight: 600;
  color: #2F2F2F;
  gap: 17px;
  width: fit-content;
  font-size: clamp(1rem, 16px + (20 - 16) * (100vw - 320px) / 1600, 1.25rem) !important;
  line-height: clamp(1.625rem, 26px + (36 - 26) * (100vw - 320px) / 1600, 2.25rem) !important;
}
#pricing .link-availability:hover {
  color: #FFC60A;
}
#pricing .icon-arrow-right {
  color: #FFC60A;
}
#pricing .main-container-top p {
  margin-top: 2em;
}
#pricing .owl-dots {
  padding-top: 4em;
}
#pricing .owl-dot.active span {
  width: 30px;
  background: #FFC60A;
  height: 13px;
}
#pricing .owl-dot span {
  width: 30px;
  height: 13px;
}
@media screen and (min-width: 1025px) {
  #pricing {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #pricing .carousel-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
  }
  #pricing .owl-dot.active span {
    width: 167px;
    background: #FFC60A;
    height: 13px;
  }
  #pricing .owl-dot span {
    width: 167px;
    height: 13px;
    background: #434343;
  }
}

/*FAQ*/
#faq {
  background: #F8F8F8;
  padding-top: 4em;
  padding-bottom: 4em;
}
#faq h1, #faq h2, #faq h3, #faq h4, #faq h5, #faq h6 {
  font-weight: 600;
}
#faq .how-much {
  font-weight: 600;
  color: #FFC60A;
}
#faq .faq-item {
  border-top: 2px solid #1A1A1A;
  padding-top: 24px;
  padding-bottom: 24px;
}
#faq .faq-item.active .question {
  color: #FFC60A;
}
#faq .faq-item:last-of-type {
  border-bottom: 2px solid #1A1A1A;
}
#faq .question {
  cursor: pointer;
  width: fit-content;
}
#faq .answer {
  display: none;
}
@media screen and (min-width: 1025px) {
  #faq {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 490px) {
  #faq {
    padding-top: 0;
  }
  #faq .answer,
  #faq .question {
    padding-left: 2em;
    padding-right: 2em;
  }
  #faq .faq-item {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}