/* 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;
  }
}

/*Customizations*/
#customizations {
  padding-top: 4em;
  padding-bottom: 4em;
}
#customizations h2 {
  font-weight: 600;
}
#customizations p.title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: clamp(1.125rem, 18px + (30 - 18) * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
#customizations .card {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
#customizations .row > div:last-of-type .card {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #customizations {
    padding-top: 8em;
    padding-bottom: 5em;
  }
  #customizations .card {
    margin-bottom: 0;
    margin-bottom: 0;
  }
  #customizations .container-card-content {
    padding-right: 30px;
  }
  #customizations p.title {
    margin-bottom: 20px;
  }
}

/*Available*/
#available {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #F8F8F8;
}
#available h2 {
  font-weight: 600;
  max-width: 504px;
}
#available 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;
}
#available ul li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#available 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) {
  #available ul li::before {
    top: 10px;
  }
}
#available ul {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  #available {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/*Select*/
#select {
  background: #2F2F2F;
  padding-top: 6em;
  padding-bottom: 4em;
}
#select h1, #select h2, #select h3, #select h4, #select h5, #select h6, #select p {
  color: #FFFFFF;
}
#select h1, #select h2, #select h3, #select h4, #select h5, #select h6 {
  font-weight: 600;
}
#select p.h1, #select p.h2, #select p.h3, #select p.h4, #select p.h5, #select p.h6 {
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 30px;
}
#select .main-container p {
  margin-top: 26px;
}
#select .card {
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#select .icon-map-pin,
#select .icon-flexibility,
#select .icon-service,
#select .icon-style {
  font-size: 44px;
  color: #FFC60A;
  flex-shrink: 0;
}
#select span.circle {
  color: #FFFFFF;
  width: 75px;
  height: 75px;
  background: #FFC60A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#select p.title {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #select {
    padding-top: 8em;
  }
  #select .card {
    padding: 45px 25px 65px;
    min-height: 400px;
    justify-content: flex-start;
  }
}

/*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%;
  }
}