/* Components import */

/* Importing component: Hero banner styles */

.hero-banner__image{
  /* Help */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%) lightgray 50% / cover no-repeat;
}

.hero-banner__text_content{
  max-width: 261px;
}

.hero-banner__text_ctas{
  border-radius: 50px;
  font-size: 0.5rem;
  text-align: center;
  width: auto;
  padding: 0.3625rem 1.1875rem;
}

.hero-banner-swiper-button
{
  position: absolute;
  z-index: 2;
  top: 55%;
  display: none;
}
.file-name.text-red-500 {
    color: red;
    text-transform: uppercase;
    font-weight: 400;
}
.hero-banner-swiper-button_prev{
  left: 0;
  padding-left: 1.875rem;
}

.hero-banner-swiper-button_next{
  right: 0;
  padding-right: 1.875rem;
}

.hero-banner-home_pagination{
  position: absolute;
  bottom: 0 !important;
  z-index: 10;
  text-align: center;
}

.hero-banner-home_pagination .swiper-pagination-bullet{
  margin: 0 6px !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  background-color: #DADAD9 !important;
}

.hero-banner-home_pagination .swiper-pagination-bullet-active{
  background-color: #00395C !important;
}

@media (min-width:390px) {
  .hero-banner__text_ctas{
    border-radius: 50px;
    font-size: 0.75rem;
    text-align: center;
    width: auto;
    padding: 0.5625rem 1.1875rem;
  }
}

@media (min-width:640px) {
  .hero-banner__text_content{
    max-width: 375px;
  }
}

@media (min-width:1024px) {
  .hero-banner__text_content{
    max-width: 617px;
  }

  .hero-banner-swiper-button
    {
    display: block;
  }

  .hero-banner-home_pagination{
    bottom: 14px !important;
  }

  .hero-banner-home_pagination .swiper-pagination-bullet{
    margin: 0 9px !important;
    width: 11px !important;
    height: 11px !important;
  }
}

@media (min-width:1280px) {
  .hero-banner__text_content > h1{
    line-height: normal;
  }

  .hero-banner__text_ctas{
    font-size: 1.125rem;
    width: auto;
  }

  .hero-banner-swiper-button
    {
    top: 46%;
  }
}

@media (min-width: 1280px)
{
  .generalParagraph--mainTitle{
    font-size:28px;
    font-weight:600;
  }

  .generalParagraph--subtitle {
    font-size: 22px;
  }

  .individualParagraphSubtitle {
    font-size:28px;
    font-weight:600;
    color: #00395C;
  }
}

/**Styles Custom*/

.text-18px{
  font-size: 18px !important;
}

.mb-60px{
  margin-bottom: 60px !important;
}

.title:has(.pt-61px){
  padding-top:61px;
}

.lightBlueBtn:hover {
  background-color: #00395c;
}

.darkBlueBtn:hover {
  background-color: #65A1D7;
}

.whiteBtn:hover {
    background-color: #65A1D7;
}

@media (max-width: 500px)
{
  .blueParagraphTitle {
    font-size: 20px;
  }

  .blackParagraphTitle {
    font-size: 22px !important;
  }

  .title:has(.pt-61px){
    padding-top:40px !important;
  }

  a .darkBlueBtn, a .lightBlueBtn, a .whiteBtn, .darkBlueBtn:has(a), .lightBlueBtn:has(a), .whiteBtn:has(a){
    width:100%;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

.whiteBtn {
    background-color: #fff;
    color: #00395C;
    border-width: 1px;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: #00395C;
    padding: 9px 19px;
}

/* Banner Information Alternative */

.BannerAlt-content{
  position: relative;
  height: 508px;
}

.BannerAlternative-Container {
  position: relative;
  display: flex;
  padding: 90px 63px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  justify-content: center;
  background-color: #fff;
}

.BannerAlt-buttonsContainer1 {
  border-radius: 50px;
  background: var(--bravoauto-Blue, #65a1d7);
}

.BannerAltTitle-Container{
  z-index: 1;
  width: 60%;
}

.BannerAlternative-Container h1{
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395c));
  font-family: Nunito Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.BannerAlt-buttonsContainer1 {
  background-color: #65a1d7;
  display: flex;
  width: 304px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.BannerAlt-buttonsContainer2 {
  background-color: #00395c;
  display: flex;
  width: 224px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}

.BannerAlternative-Container h2 {
  color: var(--bravoauto-White, #fff);
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.BannerAlt-buttonsContainer {
  display: flex;
  gap: 15px;
  z-index: 1;
}

.BannerAlt-imageContainer {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

.BannerAlt-imageContainer img{
  width: 100%;
  height: 508px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* MEDIA QUERY */

@media(max-width: 880px){
  .BannerAlt-content{
    height: auto;
  }

  .BannerAlt-imageContainer img{
    width: 100%;
    height: 391px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .BannerAlternative-Container {
    position: relative;
    display: flex;
    height: 391px;
  }

  .BannerAlt-buttonsContainer1 {
    width: auto;
    height: 34px;
  }

  .BannerAlt-buttonsContainer2 {
    width: 153px;
    height: 34px;
  }

  .BannerAlternative-Container h1{
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .BannerAlternative-Container h2 {
    color: var(--bravoauto-White, #FFF);
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media(max-width: 600px){
  .BannerAlt-imageContainer img{
    display: none;
  }

  .BannerAltTitle-Container {
    width: 100%;
  }

  .BannerAlternative-Container {
    position: relative;
    display: flex;
    padding: 30px 40px;
    height: inherit;
  }
}

/* Dynamic form Component */

.dynamicFormComponent-checkbox_label > p > a{
  color: #00395C;
  font-family: Nunito Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.dynamicFormComponent-select{
  color: var(--bravoauto-Mid-Grey, #575756);
  -moz-appearance:none;
  /* Firefox */
  -webkit-appearance:none;
  /* Safari and Chrome */
  appearance:none;
  background-image: url("/figmaResources/forms/selectArrow/selectArrow.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}

.dynamicFormComponent-range{
  -webkit-appearance: none;
  outline: none;
  background: linear-gradient(to right, #65A1D7 0%, #65A1D7 0%, #878786 0%, #878786 100%);
  height: 6px;
  border-radius: 3px;
}

.dynamicFormComponent-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: #FFF;
  filter: drop-shadow(-3px 0px 8px rgba(0, 0, 0, 0.18));
  border-radius: 50%;
  /* background: url("/figmaResources/forms/rangeInput/div.noUi-handle.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: -15px 0px; */
}

.dynamicFormComponent-range::-moz-range-thumb{
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: #FFF;
  filter: drop-shadow(-3px 0px 8px rgba(0, 0, 0, 0.18));
  border-radius: 50%;
}

.popupForm-checkbox_input{
  width: 13px;
  height: 13px;
}

/* Brand Available Component */

/* indicator of Carousel styles */

.swiper-brandAvailable-pagination .swiper-pagination-bullet{
  height: 11px;
  width: 11px;
}

.swiper-brandAvailable-pagination .swiper-pagination-bullet-active{
  height: 16px;
  width: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 92 / var(--tw-bg-opacity));
}

/* fixed bug for 7 slider */

@media (min-width: 768px){
  .brandAvailableSwiper .swiper-wrapper .swiper-slide:nth-child(7){
    margin-top: 30px;
  }
}

/* .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  } */

/* Card Category Component */

article .cardCategory--pb40:not(:last-child){
  padding-bottom: 40px;
}

@media (min-width: 1024px){
  article .cardCategory--pb40:not(:last-child){
    padding-bottom: 0px;
  }
}

@media (max-width: 1437px), (min-width: 1441px) {
  .card--maxWidth{
    max-width: 1440px;
  }
}

@media (max-width: 1440px) and (min-width: 1438px){
  .card--maxWidth{
    max-width: 1437px;
  }
}

/* Blog Styles*/

/* BLOG COMPONENTS */

.blog__rte p{
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.blog__pagination--mid:has(~ .blog__pagination--mid){
  margin-right: 3px;
}

.blogs__select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/media/000_custom/arrow-chevron-down1.svg");
  background-position-x: 80%;
  background-position-y: center;
  width: 6.75rem;
  background-color: transparent;
  background-repeat: no-repeat;
}

/* BLOG DETAILS PAGE */

.blogDetails__rte p{
  font-size: 1rem;
  font-weight: 400;
}

.blogDetails__rte img{
  width: 100%;
  border-radius: 30px;
}

/* Six Items Banner Component */

.sixBannersection-Container{
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 60px 60px 60px;
  gap: 60px;
}

.sixBannerContainer{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  justify-items: center;
}

.sixBanner-Title{
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: 51.83px;
  padding-bottom: 60px;
}

.sixBanner-bannerItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 331px;
}

.itemIcon{
  margin-bottom: 46px;
  width: 70.01px;
  height: 70.01px;
}

.sixBanner-itemTitle{
  font-weight: 700;
  font-size: 20px;
  line-height: 27.28px;
  text-align: center;
  padding-bottom: 18px
}

.sixBanner-itemSubtitle{
  font-weight: 700;
  font-size: 20px;
  line-height: 27.28px;
  text-align: center;
  width: 294px;
}

.sixBanner-itemParagraph{
  font-weight: 400;
  font-size: 16px;
  line-height: 21.82px;
  text-align: center;
  width: 294px;
}

/* Media Querys */

@media screen and (max-width: 1471px){
  .sixBannerContainer{
    grid-column-gap: 5.66vw;
  }
}

@media screen and (max-width: 1296px){
  .sixBannerContainer{
    grid-column-gap: 0vw;
  }
}

@media screen and (max-width: 1080px){
  .sixBannerContainer{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 773px){
  .sixBannerContainer {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 500px){
  .sixBannersection-Container {
    padding: 60px 20px;
  }

  .sixBanner-Title{
    font-size: 20px;
    line-height: 27.28px;
    padding-bottom: 50px;
  }

  .sixBanner-itemSubtitle{
    font-size: 16px;
    line-height: 21.82px;
  }

  .sixBanner-itemParagraph{
    font-size: 16px;
    line-height: 21.82px;
  }
}

@media screen and (max-width: 370px){
  .sixBanner-bannerItem {
    width: 200px;
    height: auto;
  }

  .sixBanner-itemSubtitle{
    width: 200px;
  }

  .sixBanner-itemParagraph{
    width: 200px;
  }
}

@media screen and (min-width: 1440px){
  .sixBannerContainer{
    display: grid;
    grid-column-gap: 163px;
  }
}

/* finance Two Columns Component */

.financeTwoColumns-columnContainer {
  max-width: 1440px;
  padding: 65px 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 61px;
}

.financeTwoColumns-paragraph p:nth-child(2) {
  padding-top: 40px;
}

/*<ul></ul> bullet points are not rendered by default, so instead of bullet = 
<ul style="list-style-type: disc;">*/

/* Rich text Editor Styles must be configured in umbraco data type settings IMPORTANT*/

.financeTwoColumns-paragraph p:nth-child(2) {
  padding-top: 40px;
}

.financeTwoColumns-columnContainer ul {
  padding-left: 20px;
  list-style: inside;
}





@media screen and (max-width: 773px){
  .generalParagraph--subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
  }

  .financeTwoColumns-columnContainer {
    grid-template-columns: 1fr;
    padding: 50px 29px;
    gap: 40px;
  }
}

/* Thank you Component */

.thankYousection-Container {
  padding: 159px 635px 159px 149px;
  position: relative;
}

.ThankYouComponent-titlecontainer {
  width: 335px;
  height: 100px;
  margin-bottom: 40px;
  gap: 36px;
}

.ThankYouComponent-itemTitle {
  text-align: end;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ThankYouComponent-itemSubtitle {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 550px;
    margin-bottom: 7px;
}

.ThankYouComponent-itemParagraph {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 231px;
  height: 30px;
}

.ThankYouComponent-imageContainer {
  position: absolute;
  height: 599px;
  top: 0;
  right: 0;
  z-index: -1;
}

.ThankYouComponent-itemImage {
  height: 599px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* MEDIA QUERYS */

@media screen and (max-width: 1294px){
  .ThankYouComponent-itemImage {
    display: none;
  }
}

@media screen and (max-width: 828px){
  .ThankYouComponent-itemImage {
    display: none;
  }

  .thankYousection-Container {
    padding: 100px 20px;
  }
    .ThankYouComponent-titlecontainer {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        /* gap: 36px; */
        display: grid !important;
        grid-template-columns: max-content;
        justify-content: center;
        align-items: center;
        margin: auto !important;
    }

    img.ThankYouComponent-itemIcon {
        margin: auto;
    }
    .ThankYouComponent-itemSubtitle {
        font-size: 34px;
        width: 347px;
        height: 138px;
        margin: auto;
        text-align: center;
    }
    .ThankYouComponent-itemParagraph{
        margin:auto;
    }
}

@media screen and (max-width: 371px){
  .ThankYouComponent-titlecontainer {
    gap: 0px;
    width: auto;
  }

  .ThankYouComponent-itemSubtitle {
    width:auto;
    height: auto;
  }
}

/* Six bannerFeedback Component */

.bannerFeedback-Container {
  background-color: #f5f5f5;
  border-bottom: 50px solid #f5f5f5;
  border-top: 50px solid #f5f5f5;
  padding-bottom: 60px;
  position: relative;
}

.bannerFeedbackCard-Container {
  max-width: 1280px;
  height: 310px;
  position: static !important;
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  align-items: center;
  /* Centra verticalmente */
  flex-wrap: wrap;
}

.bannerFeedback-swiper-wrapper {
  z-index: 0;
}

.bannerFeedback-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerFeedbackCard {
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  padding: 45px 41px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 300px;
  height: 300px;
}

.bannerFeedbackCard p {
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395c));
  width: 202px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swipperBannerFeedback-button_prev,
.swipperBannerFeedback-button_next {
  background-color: #f5f5f5;
  font-size: 20px;
  color: #575756;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #575756;
  z-index: 20;
}

.swipperBannerFeedback-button_prev {
  right: 229.5px;
}

.swipperBannerFeedback-button_prev::after {
  font-size: 20px;
}

.swipperBannerFeedback-button_next::after {
  font-size: 20px;
}

/* .swipperBannerFeedback_pagination{

} */

.swipperBannerFeedback_-bullet {
  width: 11px;
  height: 11px;
  fill: var(--Bravoauto-Light-Grey, #DADAD9);
}

.swipperBannerFeedback_bullet-active {
  background-color: var(--cta-bravoautoprimary-o, #00395c);
  width: 16px;
  height: 16px;
}

/* ----------------------------------LAYOUT 1 -------------------- */

.bannerFeedback-title {
  color: var(--cta-bravoautoprimary-o, #00395c);
  text-align: center;
  font-family: Nunito Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 60px;
}

.bannerFeedback-Cardtitle {
  font-size: 20px;
}

.layoutOneTitleDiv {
  gap: 10px;
  height: 56px;
}

/* 
.starContainer {
  padding-top: 20px;
  padding-bottom: 20px;
} */

.bannerFeedbackCard-Layout-1 {
  position: relative;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  padding: 45px 41px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 300px;
  height: 300px;
}

.bannerFeedbackCard-Layout-1 p {
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395c));
  width: 202px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bannerFeedbackAutor {
  position: absolute;
  bottom: 45px;
}

.layoutOneTitleDiv img {
  height: 56px;
  width: auto;
  border-radius: 50%;
}

/* MEDIA QUERYS */

@media (max-width: 1408px) {
  .swipperBannerFeedback-button_prev,
  .swipperBannerFeedback-button_next {
    display: none;
  }
}

@media (max-width: 390px) {
  .bannerFeedback-title {
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    text-align: center;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

/* secondaryBanner Component */

.secondaryBanner-Container {
  position: relative;
  display: flex;
  /* padding: 90px 63px; */
  flex-direction: column;
  align-items: flex-start;
  /* gap: 29px; */
  height: 310px;
  justify-content: center;
  background-color: #f7f7f7;
}

.secondaryBanner-buttonsContainer1 {
  border-radius: 50px;
  background: var(--bravoauto-Blue, #65a1d7);
}

.SecondaryBannerTitle-Container{
  z-index: 1;
}

.secondaryBanner-Container h1{
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395c));
  font-family: Nunito Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: auto;
}

.secondaryBanner-buttonsContainer1 {
  background-color: #65a1d7;
  display: flex;
  width: 304px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.secondaryBanner-buttonsContainer2 {
  background-color: #00395c;
  display: flex;
  width: 224px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}

.secondaryBanner-Container h2 {
  color: var(--bravoauto-White, #fff);
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.secondaryBanner-buttonsContainer {
  display: flex;
  gap: 15px;
  z-index: 1;
}

.secondaryBanner-imageContainer {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

.secondaryBanner-imageContainer img{
  height: 310px;
}

/* MEDIA QUERY */

@media(max-width: 880px){
    .secondaryBanner-Container h1 {
        color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
        font-family: Nunito Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 35vw;
    }

  .secondaryBanner-Container h2 {
    color: var(--bravoauto-White, #FFF);
    font-family: Nunito Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .secondaryBanner-buttonsContainer1 {
    width: auto;
    height: 34px;
  }

  .secondaryBanner-buttonsContainer2 {
    width: 153px;
    height: 34px;
  }

  .secondaryBanner-Container {
    /* gap: 71px; */
    height: 187px;
    /* padding: 16px; */
  }

  .secondaryBanner-imageContainer img{
    height: 187px;
  }
}

@media(max-width: 538px){
    .secondaryBanner-imageContainer img {
        z-index: -1;
        position: relative;
        display: flex;
    }
}

/* Accordion + Image Component */

.accordionAndImage__main-container {
  display: flex;
  max-width: 1440px;
  padding: 40px 50px;
  justify-content: center;
  align-items: flex-end;
  gap: 26px;
  /* background: #F0F1F2; */
  margin: 0 auto;
}

.accordionAndImage__accordion-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-self: center;
}

.accordionAndImage__accordion {
  width: 100%;
}

.accordionAndImage__accordion-item {
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.accordionAndImage__accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 13px 18px;
  cursor: pointer;
  border: none;
  outline: none;
  gap: 117px;
  align-items: center;
}

.accordionAndImage__text-container {
  flex: 1;
  width: 493px;
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
  /* BravoautoText/Desk/Small Heading */
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordionAndImage__accordion-text {
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordionAndImage__icon-container {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordionAndImage__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
}

.accordionAndImage__accordion-content p {
  margin: 0;
  color: var(--bravoauto-Mid-Grey, #575756);
  /* BravoautoText/Desk/Paragraph */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 21px 10px 21px;
  height: auto;
}

.accordionAndImage__accordion-button .icon {
  width: 100%;
  height: 100%;
  fill: #00395C;
}

.accordionAndImage__image-container {
  /* padding: 20px;  */
  place-self: center;
}

.accordionAndImage__image-container img {
  width: 617px;
  height: 347px;
  border-radius: 25px;
  background: var(--Bravoauto-Light-Grey, #DADAD9);
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
  .accordionAndImage__main-container {
    flex-direction: column;
    align-items: center;
  }

  .accordionAndImage__accordion-container {
    order: 1;
  }

  .accordionAndImage__image-container img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 750px) {
  .accordionAndImage__main-container {
    display: flex;
    padding: 40px 20px 40px 19px;
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }

  .accordionAndImage__accordion-container {
    order: 1;
    width: 100%;
  }

  .accordionAndImage__image-container img {
    width: 100%;
    height: auto;
  }

  .accordionAndImage__text-container {
    flex: 1;
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .accordionAndImage__accordion-text {
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .accordionAndImage__accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 13px 18px;
    cursor: pointer;
    border: none;
    outline: none;
    gap: 15px;
    align-items: center;
  }
}

/* Accordion */

.accordionGeneral__main-container {
  display: flex;
  max-width: 1920px;
  justify-content: center;
  align-items: flex-end;
  gap: 26px;
  background:#FFF;
  margin: 0 auto;
}

.accordionGeneral__accordion-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-self: center;
  padding: 60px 65px;
}

.accordionGeneral__accordion {
  width: 100%;
}

.accordionGeneral__accordion-item {
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.accordionGeneral__accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 13px 18px;
  cursor: pointer;
  border: none;
  outline: none;
  gap: 0;
  align-items: center;
}

.accordionGeneral__text-container {
  flex: 1;
  width: 493px;
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
  /* BravoautoText/Desk/Small Heading */
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordionGeneral__accordion-text {
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordionGeneral__icon-container {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordionGeneral__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
}

.accordionGeneral__accordion-content p {
  margin: 0;
  color: var(--bravoauto-Mid-Grey, #575756);
  /* BravoautoText/Desk/Paragraph */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 21px 10px 21px;
  height: auto;
}

.accordionGeneral__accordion-button .icon {
  width: 100%;
  height: 100%;
  fill: #00395C;
}

.accordionGeneral__image-container {
  /* padding: 20px;  */
  place-self: center;
}

.accordionGeneral__image-container img {
  width: 617px;
  height: 347px;
  border-radius: 25px;
  background: var(--Bravoauto-Light-Grey, #DADAD9);
  -o-object-fit: cover;
  object-fit: cover;
}

.accordionGeneral__title h2{
  color: #262F33;
  font-family: Nunito Sans;
  font-size: 38px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 66px;
}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
  .accordionGeneral__main-container {
    flex-direction: column;
    align-items: center;
  }

  .accordionGeneral__accordion-container {
    order: 1;
  }

  .accordionGeneral__image-container img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 750px) {
  .accordionGeneral__main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }

  .accordionGeneral__accordion-container {
    order: 1;
    width: 100%;
    padding: 40px 20px 40px 19px;
  }

  .accordionGeneral__image-container img {
    width: 100%;
    height: auto;
  }

  .accordionGeneral__text-container {
    flex: 1;
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .accordionGeneral__accordion-text {
    color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395C));
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .accordionGeneral__accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 13px 18px;
    cursor: pointer;
    border: none;
    outline: none;
    gap: 15px;
    align-items: center;
  }

  .accordionGeneral__title h2{
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 32px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 38px;
  }
}

/* Tabs + Image Component */

.tabsAndImage__main-container {
  display: flex;
  max-width: 1440px;
  margin: auto;
  padding: 65px 64px;
  flex-direction: column;
  align-items: center;
  gap: 61px;
  background: #FFF;
  height: 710px;
}

.tabsAndImage__title {
  color: #262F33;
  /* BravoautoText/Desk/Large Heading */
  font-family: Nunito Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tabsAndImage__container {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.tabsAndImage__subcontainer {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tabsAndImage__tab-list {
  display: flex;
  height: auto;
}

.tabsAndImage__tab-content {
  display: none;
  width: 682px;
  margin-top: 34px;
}

.tabsAndImage__image-container {
  margin-left: 79px;
}

.tabsAndImage__image-container img {
  width: 517px;
  height: 290px;
  flex-shrink: 0;
  border-radius: 25px;
  background: url(<path-to-image>), lightgray 0px 0px / 100% 100% no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabsAndImage__tab-content p {
  color: #262F33;
  /* BravoautoText/Desk/Paragraph */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 374px;
}

.tabsAndImage__tab_underline {
  width: 682px;
  height: 0px;
  flex-shrink: 0;
  stroke-width: 2px;
  stroke: #262F33;
}

/* Active tab selected */

.tabsAndImage__tab.active {
  position: relative;
}

.tabsAndImage__tab.active:before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #65A1D7;
}

.tabsAndImage__tab {
  margin-right: 37px;
}

.tabsAndImage__tab:last-child {
  margin-right: 0;
}

.tabsAndImage__tab span {
  color: #262F33;
  /* BravoautoText/Desk/Small heading */
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tabsAndImage__tab.active .tabsAndImage__tab-text {
  color: var(--bravoauto-Blue, var(--cta-bravoautoprimary-a, #65A1D7));
  /* BravoautoText/Desk/Small Heading */
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1430px) {
  .tabsAndImage__main-container {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    height: auto;
    width: 390px;
    padding: 50px 20px;
    gap: 40px;
  }

  .tabsAndImage__title {
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .tabsAndImage__container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tabsAndImage__subcontainer {
    margin-left: 0;
    order: 2;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tabsAndImage__image-container {
    margin-left: 0;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 50px;
  }

  .tabsAndImage__image-container img {
    width: 349.543px;
    height: 196.068px;
    flex-shrink: 0;
    border-radius: 25px;
    background: url(<path-to-image>), lightgray 0px 0px / 100% 100% no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tabsAndImage__tab span {
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabsAndImage__tab.active {
    position: relative;
    height: 22px;
  }

  .tabsAndImage__tab.active .tabsAndImage__tab-text {
    color: var(--bravoauto-Blue, var(--cta-bravoautoprimary-a, #65A1D7));
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .tabsAndImage__subcontainer {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .tabsAndImage__tab-list {
    display: flex;
    flex-direction: column;
    height: 116px;
    width: 321px;
  }

  .tabsAndImage__tab:first-child {
    margin-bottom: 10px;
  }

  .tabsAndImage__tab:nth-child(2) {
    margin: 10px 0;
  }

  .tabsAndImage__tab:last-child {
    margin: 10px 0;
  }

  .tabsAndImage__tab-content {
    display: none;
    max-width: 100%;
    margin-top: 50px;
  }

  .tabsAndImage__tab-content p {
    width: 350px;
    height: auto;
    flex: 1 0 0;
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .tabsAndImage__tab_underline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tabsAndImage__tab_underline svg {
    display: none;
  }

  .tabsAndImage__tab_underline svg path {
    d: "M0 1.06836H321";
    stroke: var(--cta-bravoautoprimary-a, #65A1D7);
    stroke-width: 2;
  }

  .tabsAndImage__tab {
    position: relative;
    margin-right: 0px;
    height: 22px;
  }

  .tabsAndImage__tab:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 321px;
    height: 3px;
    background-color: #262F33;
  }

  .tabsAndImage__tab.active:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 321px;
    height: 3px;
    background-color: #65A1D7;
  }

  .tabsAndImage__tab.active:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 321px;
    height: 2px;
    background-color: #65A1D7;
  }
}

@media screen and (max-width: 385px) {
  .tabsAndImage__main-container {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    height: auto;
    width: auto;
    padding: 50px 20px;
    gap: 40px;
  }

  .tabsAndImage__title {
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .tabsAndImage__container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tabsAndImage__subcontainer {
    margin-left: 0;
    order: 2;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tabsAndImage__image-container {
    margin-left: 0;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 50px;
  }

  .tabsAndImage__image-container img {
    width: 349.543px;
    height: 196.068px;
    flex-shrink: 0;
    border-radius: 25px;
    background: url(<path-to-image>), lightgray 0px 0px / 100% 100% no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tabsAndImage__tab span {
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabsAndImage__tab.active {
    position: relative;
    height: 22px;
  }

  .tabsAndImage__tab.active .tabsAndImage__tab-text {
    color: var(--bravoauto-Blue, var(--cta-bravoautoprimary-a, #65A1D7));
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .tabsAndImage__subcontainer {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .tabsAndImage__tab-list {
    display: flex;
    flex-direction: column;
    height: 116px;
    width: auto;
  }

  .tabsAndImage__tab:first-child {
    margin-bottom: 10px;
  }

  .tabsAndImage__tab:nth-child(2) {
    margin: 10px 0;
  }

  .tabsAndImage__tab:last-child {
    margin: 10px 0;
  }

  .tabsAndImage__tab-content {
    display: none;
    max-width: 100%;
    margin-top: 50px;
  }

  .tabsAndImage__tab-content p {
    width: auto;
    flex: 1 0 0;
    height: auto;
    color: #262F33;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabsAndImage__tab_underline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tabsAndImage__tab_underline svg {
    display: none;
  }

  .tabsAndImage__tab_underline svg path {
    d: "M0 1.06836H321";
    stroke: var(--cta-bravoautoprimary-a, #65A1D7);
    stroke-width: 2;
  }

  .tabsAndImage__tab {
    position: relative;
    margin-right: 0px;
    height: 22px;
  }

  .tabsAndImage__tab:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #262F33;
  }

  .tabsAndImage__tab.active:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #65A1D7;
  }

  .tabsAndImage__tab.active:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: auto;
    height: 2px;
    background-color: #65A1D7;
  }
}

/* Language switcher */

@media only screen and (min-width: 1440px) {
  .language-switcher__nav-language {
    display: flex;
    width: auto;
    height: 55px;
    padding: 8px 62px 8px 639px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), var(--cta-bravoautoprimary-a, #65A1D7);
    text-align: right;
    color: #fff;
  }

  .language-switcher__nav-language-mobile {
    display: none;
  }

  .language-switcher__store-info {
    display: flex;
    margin-right: 98px;
  }

  .language-switcher__store-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .language-switcher__store-info > div:last-child {
    margin-right: 0;
  }

  .language-switcher__store-info div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: -moz-max-content;
    width: max-content;
  }

  .language-switcher__store-info div span {
    color: #FFF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: none;
    text-transform: capitalize;
  }

  .language-switcher__store-info div p {
    color: var(--cta-bravoautoprimary-o, #00395C);
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
  }

  .language-switcher__store-container {
    margin-right: 51px;
  }

  .language-switcher__language-links {
    display: flex;
  }

  .language-switcher__language-links .language-switcher__nav-link {
    margin-right: 21px;
  }

  .language-switcher__language-links .language-switcher__nav-link:last-child {
    margin-right: 0;
  }

  .language-switcher__nav-link {
    color: #fff;
    text-decoration: none;
  }

  .language-switcher__active {
    font-weight: 700;
  }

  .language-switcher__language-links .language-switcher__active {
    font-weight: 700
  }
}

@media only screen and (max-width: 1439px) {
  .language-switcher__nav-language {
    display: flex;
    width: auto;
    height: 55px;
    padding-left: 25px;
    padding-right: 35px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), var(--cta-bravoautoprimary-a, #65A1D7);
    text-align: right;
    color: #fff;
  }

  .language-switcher__nav-language-mobile {
    display: none;
  }

  .language-switcher__store-info {
    display: flex;
    margin-right: 0px;
  }

  .language-switcher__store-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .language-switcher__store-info > div:last-child {
    margin-right: 0;
  }

  .language-switcher__store-info div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
  }

  .language-switcher__store-info div span {
    color: #FFF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: none;
    text-transform: capitalize;
  }

  .language-switcher__store-info div p {
    color: var(--cta-bravoautoprimary-o, #00395C);
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
  }

  .language-switcher__store-container {
    margin-right: 51px;
  }

  .language-switcher__language-links {
    display: flex;
  }

  .language-switcher__language-links .language-switcher__nav-link {
    margin-right: 21px;
  }

  .language-switcher__language-links .language-switcher__nav-link:last-child {
    margin-right: 0;
  }

  .language-switcher__nav-link {
    color: #fff;
    text-decoration: none;
  }

  .language-switcher__active {
    font-weight: 700;
  }

  .language-switcher__dropdown-content img {
    width: 25px;
    height: 25px;
  }

  .language-switcher__nav-language-mobile .language-switcher__active {
    font-weight: 700
  }

  #language-switcher__dropdown-menu a {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .language-switcher__scroll-mobile-content {
    max-height: 59%;
    overflow-y: auto;
  }

  .language-switcher__nav-language {
    display: none;
  }

  .language-switcher__nav-language-mobile {
    display: block;
    background: #65A1D7;
    padding: 0.46px 32px 30px 33px;
    margin-left: 0.6px;
    margin-right: 0.6px;
    margin-top: -1px;
  }

  .language-switcher__store-info {
    display: block;
    margin-right: 0px;
  }

  .language-switcher__store-info div {
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: auto;
  }

  .language-switcher__store-info > div {
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    width: auto;
    margin: 0;
    margin-bottom: 31px;
  }

  .language-switcher__store-info div span {
    color: #FFF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: none;
    text-transform: capitalize;
  }

  .language-switcher__store-info div p {
    color: var(--cta-bravoautoprimary-o, #00395C);
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
  }

  .language-switcher__store-info > div:last-child {
    margin-right: 0;
    margin-bottom: 38px;
  }

  .language-switcher__dropdown button {
    color: var(--bravoauto-White, #FFF);
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }

  .language-switcher__dropdown .language-switcher__vector-icon {
    align-self: center;
  }

  .language-switcher__dropdown-subcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  #language-switcher__dropdown-menu a {
    color: var(--bravoauto-White, #FFF);
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    gap: 30px;
    margin-bottom: 30px;
  }

  #language-switcher__dropdown-menu a:last-child {
    margin-bottom: 0px;
  }

  .language-switcher__dropdown-content {
    padding: 10px 0;
    width: 317px;
  }

  .language-switcher__dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
  }

  .language-switcher__nav-link span {
    place-self: center;
    width: 169px;
    height: 18px;
  }

  .language-switcher__active span {
    place-self: center;
    width: 169px;
    height: 18px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 768px){
  .language-switcher__store-info > div {
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    width: auto;
    margin: 0;
    margin-right: 51px;
  }

  .language-switcher__store-info > div:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.language-switcher__uat-size {
  font-size: 0.95rem;
}

/* Informative + Icons Component */

.informativeWithIcons__main-container {
  display: flex;
  padding: 65px 0px;
  flex-direction: column;
  align-items: center;
  /* background: #f0f1f2; */
  max-width: 1440px;
  margin: auto;
}

.informativeWithIcons__main-title {
  display: flex;
  padding: 0px 99px 50px 99px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.informativeWithIcons__main-title h1 {
  flex: 1 0 0;
  color: var(--bravoauto-Dark-Blue, var(--cta-bravoautoprimary-o, #00395c));
  text-align: center;
  /* BravoautoText/Desk/Large Heading */
  font-family: Nunito Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.informativeWithIcons__submain-container {
  display: flex;
  padding: 41px 99px;
  align-items: flex-start;
  gap: 111px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.informativeWithIcons__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 227.25px;
}

.informativeWithIcons__information h2 {
  margin: 25px 0px;
  color: var(--cta-bravoautoprimary-a, #65a1d7);
  /* BravoautoText/Desk/Small Heading */
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.informativeWithIcons__information p {
  color: #262f33;
  /* BravoautoText/Desk/Paragraph */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.informativeWithIcons__button {
  display: flex;
  width: 224px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--bravoauto-Dark-Blue, #00395c);
}

.informativeWithIcons__button:hover {
  background: var(--bravoauto-Dark-Blue, #65a1d7);
}

.informativeWithIcons__button a {
  color: var(--bravoauto-White, #fff);
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.generalParagraph > ol {
  list-style: decimal outside none !important;
  padding-left: 24px !important;
}

.generalParagraph > ul {
  list-style: disc outside none !important;
  padding-left: 24px !important;
}

@media only screen and (max-width: 391px) {
  .informativeWithIcons__main-container {
    display: flex;
    width: auto;
    padding: 65px 0px;
    flex-direction: column;
    align-items: center;
    /* background: #f0f1f2; */
    width: 390px;
  }

  .informativeWithIcons__main-title {
    display: flex;
    padding: 0px 23px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }

  .informativeWithIcons__main-title h1 {
    flex: 1 0 0;
    color: #262f33;
    /* BravoautoText/Mobile/Title bold */
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .informativeWithIcons__submain-container {
    display: flex;
    padding: 41px 81px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
    align-self: stretch;
  }

  .informativeWithIcons__information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 228px;
  }

  .informativeWithIcons__information h2 {
    margin: 25px 0px;
    color: var(--cta-bravoautoprimary-a, #65a1d7);
    /* BravoautoText/Desk/Small Heading */
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .informativeWithIcons__information p {
    color: #262f33;
    /* BravoautoText/Desk/Paragraph */
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .informativeWithIcons__button {
    display: flex;
    width: 224px;
    padding: 9px 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--bravoauto-Dark-Blue, #00395c);
  }

  .informativeWithIcons__button:hover {
    background: var(--bravoauto-Dark-Blue, #65a1d7);
  }

  .informativeWithIcons__button a {
    color: var(--bravoauto-White, #fff);
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }
}

@media only screen and (max-width: 370px) {
  .informativeWithIcons__main-container {
    display: flex;
    padding: 65px 0px;
    flex-direction: column;
    align-items: center;
    /* background: #f0f1f2; */
    width: auto;
  }

  .informativeWithIcons__information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .informativeWithIcons__submain-container {
    display: flex;
    padding: 41px 99px;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* General Paragraph Component */

.generalParagraph > ol{
  list-style: decimal outside none !important;
}

.generalParagraph > ul{
  list-style: disc outside none !important;
}

/* Banner Used Cars Component */

.bannerUsedCars__main-container {
  display: flex;
  max-width: 1440px;
  margin: auto;
  padding: 62px 126px;
  align-items: center;
  gap: 153px;
  /* background: var(--cta-bravoautoprimary-o, #00395C); */
  justify-content: center;
}

.bannerUsedCars__submain-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 139.5px;
  justify-content: center;
}

.bannerUsedCars__item {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-direction: column;
}

.bannerUsedCars__image img {
  width: 303px;
  height: 183px;
}

.bannerUsedCars__button {
  display: flex;
  width: 168.6px;
  height: 41.6px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--bravoauto-White, #FFF);
  background: var(--cta-bravoautoprimary-a, #65A1D7);
}

.bannerUsedCars__button:hover {
  background: var(--cta-bravoautoprimary-a, #00395c);
}

.bannerUsedCars__button a {
  color: var(--bravoauto-White, #FFF);
  /* BravoautoText/Desk/ButtomText */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 991px) {
  .bannerUsedCars__submain-container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 394px)  and (max-width:700px){
    .bannerUsedCars__main-container {
        gap: 0;
        padding: 62px 40px;
    }

  .bannerUsedCars__submain-container {
    gap: 0;
  }

  .bannerUsedCars__image img {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 391px) {
  .bannerUsedCars__main-container {
    display: flex;
    width: 390px;
    height: 1046px;
    margin: auto;
    padding: 62px 40px;
    justify-content: center;
    align-items: center;
    gap: 153px;
  }

  .bannerUsedCars__submain-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
  }

  .bannerUsedCars__image img {
    width: 310px;
    height: 210px;
  }

  .bannerUsedCars__button {
    display: flex;
    width: 311.6px;
    height: 44.6px;
    padding: 9px 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    border: 1px solid var(--bravoauto-White, #FFF);
    background: var(--cta-bravoautoprimary-a, #65A1D7);
  }

  .bannerUsedCars__button:hover {
    background: var(--cta-bravoautoprimary-a, #00395c);
  }

  .bannerUsedCars__button a {
    color: var(--bravoauto-White, #FFF);
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
}

@media only screen and (max-width: 388px) {
  .bannerUsedCars__main-container {
    width: auto;
    margin: auto;
  }

  .bannerUsedCars__image img {
    width: auto;
    height: auto;
  }

  .bannerUsedCars__button {
    width: auto;
    height: 44.6px;
  }
}

/* Stock Locator Components */

.stocklocator-grid {
}

.stocklocator-grid__container {
}

.stocklocator-cards{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.stocklocator-cards.active{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.stocklocator-cards.active .stocklocator-cards__content{
  border-style: none;
}

.stocklocator-cards__details{
  display: flex;
  flex-direction: column;
}

.stocklocator-cards__details__info{
  margin-bottom: 1.88rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .stocklocator-cards__details__info{
    font-size: 0.6875rem;
  }
}

@media (min-width: 1024px){
  .stocklocator-cards__details__info{
    font-size: 0.625rem;
  }
}

.stocklocator-cards__details__info 
.stocklocator-cards__details__info__section:first-child{
  padding-left: 0px;
}

.stocklocator-cards__details__info 
.stocklocator-cards__details__info__section:last-child{
  border-style: none;
  padding-right: 0px;
}

.stocklocator-cards__details__info__section{
  border-right-width: 0.5px;
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: .15rem;
  padding-right: .15rem;
}

.stocklocator-cards__details__info__section sup{
  font-size: 0.296rem;
  font-weight: 400;
}

/* Pagination */

.pagination__page{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(135 135 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(135 135 134 / var(--tw-text-opacity));
}

.pagination__page.active{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Custom Select */

.stockLocator-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuODQyMyAwLjY0NjQ0N0MxNC4wNTI2IDAuODQxNzA5IDE0LjA1MjYgMS4xNTgyOSAxMy44NDIzIDEuMzUzNTVMNy4zODA3NSA3LjM1MzU1QzcuMTcwNDcgNy41NDg4MiA2LjgyOTUzIDcuNTQ4ODIgNi42MTkyNSA3LjM1MzU1TDAuMTU3NzExIDEuMzUzNTVDLTAuMDUyNTcxMyAxLjE1ODI5IC0wLjA1MjU3MTMgMC44NDE3MDggMC4xNTc3MTEgMC42NDY0NDZDMC4zNjc5OTQgMC40NTExODQgMC43MDg5MjggMC40NTExODQgMC45MTkyMTEgMC42NDY0NDZMNyA2LjI5Mjg5TDEzLjA4MDggMC42NDY0NDdDMTMuMjkxMSAwLjQ1MTE4NCAxMy42MzIgMC40NTExODQgMTMuODQyMyAwLjY0NjQ0N1oiIGZpbGw9IiM2NUExRDciLz4NCjwvc3ZnPg==') no-repeat 90% center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@tailwind base;

@tailwind components;

@tailwind utilities;

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Nunito Sans", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

@media (min-width: 390px){
  .container{
    max-width: 390px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 740px){
  .container{
    max-width: 740px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 2480px){
  .container{
    max-width: 2480px;
  }
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-left-14{
  left: -3.5rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-\[30px\]{
  bottom: 30px;
}

.bottom-\[39px\]{
  bottom: 39px;
}

.bottom-\[6\.495rem\]{
  bottom: 6.495rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[30px\]{
  left: 30px;
}

.right-0{
  right: 0px;
}

.right-20{
  right: 5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-16{
  top: 4rem;
}

.top-3{
  top: 0.75rem;
}

.top-66px{
  top: 4.125rem;
}

.top-1rem{
    top:1rem;
}
.left-4rem{
    left: -4rem;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[2000\]{
  z-index: 2000;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.float-right{
  float: right;
}

.m-\[0\.66rem\]{
  margin: 0.66rem;
}

.m-auto{
  margin: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-\[0\.5px\]{
  margin-left: 0.5px;
  margin-right: 0.5px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[4\.125rem\]{
  margin-top: 4.125rem;
  margin-bottom: 4.125rem;
}

.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-\[0\.9375rem\]{
  margin-bottom: 0.9375rem;
}

.mb-\[1\.125rem\]{
  margin-bottom: 1.125rem;
}

.mb-\[29px\]{
  margin-bottom: 29px;
}

.mb-\[3\.12rem\]{
  margin-bottom: 3.12rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[4\.19rem\]{
  margin-bottom: 4.19rem;
}

.mb-\[4\.875rem\]{
  margin-bottom: 4.875rem;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[5\.125rem\]{
  margin-bottom: 5.125rem;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[65px\]{
  margin-bottom: 65px;
}

.me-4{
  margin-inline-end: 1rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-\[1\.1875rem\]{
  margin-left: 1.1875rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-\[0\.62rem\]{
  margin-right: 0.62rem;
}

.mr-\[0\.9375rem\]{
  margin-right: 0.9375rem;
}

.ms-0{
  margin-inline-start: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[0\.5625rem\]{
  margin-top: 0.5625rem;
}

.mt-\[0\.69rem\]{
  margin-top: 0.69rem;
}

.mt-\[0\.9375rem\]{
  margin-top: 0.9375rem;
}

.mt-\[1\.12rem\]{
  margin-top: 1.12rem;
}

.mt-\[1\.2rem\]{
  margin-top: 1.2rem;
}

.mt-\[1\.56rem\]{
  margin-top: 1.56rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[18\.5px\]{
  margin-top: 18.5px;
}

.mt-\[2\.5rem\]{
  margin-top: 2.5rem;
}

.mt-\[3\.063rem\]{
  margin-top: 3.063rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[65px\]{
  margin-top: 65px;
}

.mt-\[70px\]{
  margin-top: 70px;
}

.mt-\[85px\]{
  margin-top: 85px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-20{
  height: 5rem;
}

.h-25px{
  height: 1.5625rem;
}

.h-4{
  height: 1rem;
}

.h-4\.5{
  height: 1.125rem;
}

.h-8{
  height: 2rem;
}

.h-\[122px\]{
  height: 122px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[172px\]{
  height: 172px;
}

.h-\[192px\]{
  height: 192px;
}

.h-\[2\.125rem\]{
  height: 2.125rem;
}

.h-\[2\.375rem\]{
  height: 2.375rem;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[3\.375rem\]{
  height: 3.375rem;
}

.h-\[317px\]{
  height: 317px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[54px\]{
  height: 54px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-\[10\.75rem\]{
  max-height: 10.75rem;
}

.min-h-\[2\.3125rem\]{
  min-height: 2.3125rem;
}

.min-h-\[296px\]{
  min-height: 296px;
}

.min-h-\[379px\]{
  min-height: 379px;
}

.min-h-\[50\%\]{
  min-height: 50%;
}

.min-h-\[60px\]{
  min-height: 60px;
}

.w-1\/2{
  width: 50%;
}

.w-3\/12{
  width: 25%;
}

.w-4{
  width: 1rem;
}

.w-4\.5{
  width: 1.125rem;
}

.w-48{
  width: 12rem;
}

.w-8{
  width: 2rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[14rem\]{
  width: 14rem;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[166px\]{
  width: 166px;
}

.w-\[18\.4375rem\]{
  width: 18.4375rem;
}

.w-\[18\.875rem\]{
  width: 18.875rem;
}

.w-\[2\.125rem\]{
  width: 2.125rem;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[270px\]{
  width: 270px;
}

.w-\[279px\]{
  width: 279px;
}

.w-\[6\.625rem\]{
  width: 6.625rem;
}

.w-\[617px\]{
  width: 617px;
}

.w-\[95\%\]{
  width: 95%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-\[10\.375rem\]{
  min-width: 10.375rem;
}

.min-w-\[18\.875rem\]{
  min-width: 18.875rem;
}

.max-w-3xl{
  max-width: 1440px;
}

.max-w-50px{
  max-width: 3.125rem;
}

.max-w-\[1440px\]{
  max-width: 1440px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[20rem\]{
  max-width: 20rem;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-grow{
  flex-grow: 1;
}

.basis-1\/2{
  flex-basis: 50%;
}

.origin-right{
  transform-origin: right;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-dagf{
  grid-template-columns: 1rem 7.5rem 1rem 7.5rem;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-38px{
  gap: 2.375rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[\.94rem\]{
  gap: .94rem;
}

.gap-\[0\.5625rem\]{
  gap: 0.5625rem;
}

.gap-\[0\.625rem\]{
  gap: 0.625rem;
}

.gap-\[0\.62rem\]{
  gap: 0.62rem;
}

.gap-\[0\.9375rem\]{
  gap: 0.9375rem;
}

.gap-\[1\.375rem\]{
  gap: 1.375rem;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-\[2\.25rem\]{
  gap: 2.25rem;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[4\.125rem\]{
  gap: 4.125rem;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-pa{
  gap: 1.81rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-\[0\.62rem\]{
  row-gap: 0.62rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[2\.375rem\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
}

.self-end{
  align-self: flex-end;
}

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[0\.5px\]{
  border-radius: 0.5px;
}

.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}

.rounded-\[1\.75rem\]{
  border-radius: 1.75rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[3\.125rem\]{
  border-radius: 3.125rem;
}

.rounded-\[3\.13rem\]{
  border-radius: 3.13rem;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[56px\]{
  border-radius: 56px;
}

.rounded-\[6\.25rem\]{
  border-radius: 6.25rem;
}

.rounded-\[60px\]{
  border-radius: 60px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-\[0\.625rem\]{
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-0\.5{
  border-width: 0.5px;
}

.border-\[\.5px\]{
  border-width: .5px;
}

.border-\[0\.5px\]{
  border-width: 0.5px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-0\.5{
  border-bottom-width: 0.5px;
}

.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-dark-1{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 92 / var(--tw-border-opacity));
}

.border-gray-dark-1{
  --tw-border-opacity: 1;
  border-color: rgb(135 135 134 / var(--tw-border-opacity));
}

.border-gray-dark-6{
  --tw-border-opacity: 1;
  border-color: rgb(87 87 86 / var(--tw-border-opacity));
}

.border-gray-light-5{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-gray-light-6{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-t-gray-light-1{
  --tw-border-opacity: 1;
  border-top-color: rgb(218 218 217 / var(--tw-border-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  background-color: rgba(0,0,0,0.25);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

.bg-blue-dark-1{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 92 / var(--tw-bg-opacity));
}

.bg-gray-light-4{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 242 / var(--tw-bg-opacity));
}

.bg-gray-light-6{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(167 199 18 / var(--tw-bg-opacity));
}

.bg-popup{
  background-color: #00000080;
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-\[0\.18\]{
  --tw-bg-opacity: 0.18;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-13{
  padding-left: 3.12rem;
  padding-right: 3.12rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-7\.5{
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.px-\[1\.03rem\]{
  padding-left: 1.03rem;
  padding-right: 1.03rem;
}

.px-\[1\.1875rem\]{
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

.px-\[1\.19rem\]{
  padding-left: 1.19rem;
  padding-right: 1.19rem;
}

.px-\[1\.375rem\]{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-\[1\.4375rem\]{
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.px-\[1\.875rem\]{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-\[1\.9375rem\]{
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16\.5px\]{
  padding-left: 16.5px;
  padding-right: 16.5px;
}

.px-\[19px\]{
  padding-left: 19px;
  padding-right: 19px;
}

.px-\[2\.75rem\]{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-\[2\.8125rem\]{
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[3\.19rem\]{
  padding-left: 3.19rem;
  padding-right: 3.19rem;
}

.px-\[37px\]{
  padding-left: 37px;
  padding-right: 37px;
}

.px-\[4\.125rem\]{
  padding-left: 4.125rem;
  padding-right: 4.125rem;
}

.px-\[51px\]{
  padding-left: 51px;
  padding-right: 51px;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[\.56rem\]{
  padding-top: .56rem;
  padding-bottom: .56rem;
}

.py-\[0\.3125rem\]{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.py-\[0\.5625rem\]{
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.py-\[0\.56rem\]{
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}

.py-\[0\.8125rem\]{
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-\[0\.9375rem\]{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-\[1\.25rem\]{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[1\.5625rem\]{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[3\.44rem\]{
  padding-top: 3.44rem;
  padding-bottom: 3.44rem;
}

.py-\[3\.6875rem\]{
  padding-top: 3.6875rem;
  padding-bottom: 3.6875rem;
}

.py-\[3\.75rem\]{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[4\.0625rem\]{
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[65px\]{
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-\[0\.375rem\]{
  padding-bottom: 0.375rem;
}

.pb-\[1\.6875rem\]{
  padding-bottom: 1.6875rem;
}

.pb-\[1\.875rem\]{
  padding-bottom: 1.875rem;
}

.pb-\[11px\]{
  padding-bottom: 11px;
}

.pb-\[2\.8125rem\]{
  padding-bottom: 2.8125rem;
}

.pb-\[3\.125rem\]{
  padding-bottom: 3.125rem;
}

.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}

.pb-\[4\.125rem\]{
  padding-bottom: 4.125rem;
}

.pb-\[6\.5625rem\]{
  padding-bottom: 6.5625rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[0\.94rem\]{
  padding-left: 0.94rem;
}

.pl-\[1\.4375rem\]{
  padding-left: 1.4375rem;
}

.pl-\[1\.875rem\]{
  padding-left: 1.875rem;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-\[0\.875rem\]{
  padding-right: 0.875rem;
}

.pr-\[1\.75rem\]{
  padding-right: 1.75rem;
}

.pr-\[17px\]{
  padding-right: 17px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-50px{
  padding-top: 3.125rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[0\.8125rem\]{
  padding-top: 0.8125rem;
}

.pt-\[1\.1875rem\]{
  padding-top: 1.1875rem;
}

.pt-\[2\.9375rem\]{
  padding-top: 2.9375rem;
}

.pt-\[3\.125rem\]{
  padding-top: 3.125rem;
}

.pt-\[4\.125rem\]{
  padding-top: 4.125rem;
}

.pt-\[4\.375rem\]{
  padding-top: 4.375rem;
}

.pt-\[4\.625rem\]{
  padding-top: 4.625rem;
}

.pt-\[51px\]{
  padding-top: 51px;
}

.pt-\[65px\]{
  padding-top: 65px;
}

.pt-\[7\.625rem\]{
  padding-top: 7.625rem;
}

.pt-\[71px\]{
  padding-top: 71px;
}

.pt-\[9px\]{
  padding-top: 9px;
}

.text-center{
  text-align: center;
}

.text-start{
  text-align: start;
}

.font-sans{
  font-family: "Nunito Sans", sans-serif;
}

.text-2xl{
  font-size: 1.25rem;
}

.text-2xs{
  font-size: 0.6875rem;
}

.text-3xl{
  font-size: 1.375rem;
}

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.25rem\]{
  font-size: 2.25rem;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-base{
  font-size: 1rem;
}

.text-md{
  font-size: 0.9375rem;
}

.text-normal{
  font-size: 1rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-xl{
  font-size: 1.125rem;
}

.text-xs{
  font-size: 0.8125rem;
}

.text-xs-10px{
  font-size: 0.625rem;
}

.text-xs-12px{
  font-size: 0.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[1\.1875rem\]{
  line-height: 1.1875rem;
}

.leading-\[1\.35\]{
  line-height: 1.35;
}

.leading-\[1\.364\]{
  line-height: 1.364;
}

.leading-\[1\.375rem\]{
  line-height: 1.375rem;
}

.leading-\[1\.5625rem\]{
  line-height: 1.5625rem;
}

.leading-\[1\.75rem\]{
  line-height: 1.75rem;
}

.leading-\[1\.875rem\]{
  line-height: 1.875rem;
}

.leading-\[2\.0625rem\]{
  line-height: 2.0625rem;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.0086rem\]{
  letter-spacing: 0.0086rem;
}

.text-\[\@color\]{
  color: @color;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(101 161 215 / var(--tw-text-opacity));
}

.text-blue-dark-1{
  --tw-text-opacity: 1;
  color: rgb(0 57 92 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(38 47 51 / var(--tw-text-opacity));
}

.text-gray-dark-1{
  --tw-text-opacity: 1;
  color: rgb(135 135 134 / var(--tw-text-opacity));
}

.text-gray-dark-6{
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(241 137 0 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.line-through{
  text-decoration-line: line-through;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_14px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 8px 14px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cards{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-iconChevronDown{
  --tw-content: url("/media/000_custom/arrow-chevron-down.svg");
  content: var(--tw-content);
}

.content-iconPlus{
  --tw-content: url("/media/000_custom/plus.svg");
  content: var(--tw-content);
}

/* Importing component: official Representative styles */

.section-official-representative {
  background-color: #f5f5f5;
  text-align: center;
  display: grid;
  gap: 60px;
  padding: 50px 0px 60px 0px;
  max-width: 1440px;
  margin: auto;
}

.section-official-representative__container__element__content-img {
  width: 100px;
  height: 100%;
  margin: auto;
}

.section-official-representative h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #00395C;
}

.section-official-representative__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-official-representative__container__element {
  flex-basis: 202px;
}

.section-official-representative__container__element__content-img img {
  width: 100%;
  height: 100px;
}

.section-official-representative__container__element__content-title h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #575756;
}

@media (max-width:400px) {
  .section-official-representative {
    gap: 60px;
  }

  .section-official-representative__container__element {
    flex-basis: 178px;
    padding: 0px;
  }

  .section-official-representative h2 {
    font-size: 20px;
  }

  .section-official-representative__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 0px 17px;
  }
}

/* Importing component: Why Sell To Us styles */

.why-sell__text_ctas {
  border-radius: 50px;
  font-size: 0.5rem;
  text-align: center;
  width: 224px;
  padding: 0.563rem 1.188rem;
}

.why-sell__sellDetails-itemIcon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  width: 150%;
}

.why-sell__sellDetails-iconText {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 596px;
  align-self: baseline;
}

.sellDetails-iconText {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.82px;
  width: 596px;
  margin-bottom: 50px;
}

.why-sell__img-size {
  width: 100%;
  justify-content: flex-end;
}

.why-sell__main-container {
  padding: 65px 64px;
}

.why-sell__subtitle-size {
  font-size: 28px;
  margin-top: 61px;
  margin-bottom: 62px;
}

.why-sell__img-icon-size {
  width: 44px;
  height: 44px;
}

.why-sell__margin-text-Icon {
  margin-left: 30px;
}

.why-sell__buttons-container {
  gap: 27px;
  margin-top: 32px;
}

/* Estilo predeterminado para el tercer p */

.why-sell__sellDetails-itemIcon:nth-child(3) .why-sell__sellDetails-iconText {
  padding-top: 20px;
}

@media (min-width: 390px) {
  .why-sell__text_ctas {
    border-radius: 50px;
    font-size: 1.125rem;
    text-align: center;
    width: auto;
    padding: 0.563rem 1.188rem;
  }
}

@media (min-width: 640px) {
  .why-sell__hero-banner__text_content {
    max-width: 375px;
  }
}

@media (min-width: 1024px) {
  .why-sell__hero-banner__text_content {
    max-width: 617px;
  }
}

@media (min-width: 1280px) {
  .why-sell__hero-banner__text_content > h1 {
    line-height: normal;
  }

  .why-sell__text_ctas {
    font-weight: 400;
    border-radius: 50px;
    font-size: 1.125rem;
    text-align: center;
    width: 350px;
    padding: 65px 20px 65px 25px;
  }
}

@media (min-width: 390px) {
  .why-sell__text_ctas {
    border-radius: 50px;
    font-size: 1.125rem;
    text-align: center;
    width: 350px;
    padding: 0.563rem 1.188rem;
  }
}

@media (min-width: 640px) {
  .hero-banner__text_content {
    max-width: 375px;
  }
}

@media (min-width: 1024px) {
  .hero-banner__text_content {
    max-width: 617px;
  }
}

@media (min-width: 1280px) {
  .hero-banner__text_content > h1 {
    line-height: normal;
  }

  .why-sell__text_ctas {
    border-radius: 50px;
    font-size: 16px;
    width: 224px;
    font-weight: 400;
  }
}

/* Flexbox styles for the buttons */

@media (max-width: 639px) {
  .why-sell__flex-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: table-row;
  }

  .why-sell__text_ctas {
    border-radius: 50px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 391px) {
  .why-sell__img-size  {
    width: auto;
    justify-content: flex-start;
  }

  .why-sell__img-size img  {
    height: 189px;
  }

  .why-sell__main-container {
    padding: 65px 20px;
  }

  .why-sell__subtitle-size {
    font-size: 22px;
    font-weight: 700;
    margin-top: 62px;
    margin-bottom: 0;
  }

  .why-sell__sellDetails-itemIcon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 30px;
    width: auto;
  }

  .why-sell__img-icon-size {
    width: 60px;
    height: 60px;
  }

  .why-sell__icons-container {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .why-sell__margin-text-Icon {
    margin-left: 25px;
  }

  .why-sell__buttons-container {
    gap: 27px;
    margin-top: 0;
  }
}

@media (min-width: 1230px) {
  .why-sell__flex-desktop {
    display: flex;
  }

  .why-sell__sellImage {
    margin-left: 79px;
    margin-top: 127px;
  }

  .why-sell__sellDetails-itemIcon:nth-child(3) .why-sell__sellDetails-iconText {
    padding-top: 11px;
  }
}

@media (min-width: 392px) and (max-width: 1200px) {
  .why-sell__sellDetails-itemIcon{
    width: auto;
  }
}

/* Importing component: Pop-up Form */

.popup__container::-webkit-scrollbar {
  -webkit-appearance: none;
}

.popup__container::-webkit-scrollbar:vertical {
  width:10px;
}

.popup__container::-webkit-scrollbar-button:increment,.popup__container::-webkit-scrollbar-button {
  display: none;
}

.popup__container::-webkit-scrollbar:horizontal {
  height: 10px;
}

.popup__container::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.popup__container::-webkit-scrollbar-track {
  border-radius: 10px;
}

.popup__title {
  color: var(--CTA-bravoautoprimaryO, #00395C);
  text-align: center;
  font-family: Nunito Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popup__subtitle {
  color: var(--CTA-bravoautoprimaryO, #00395C);
  text-align: center;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup__gap-y {
  row-gap: 10px;
}

.popup__checkboxes {
  color: var(--Original-Inchcape-Grey, #262F33);
  font-family: Nunito Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input::-moz-placeholder {
  color: var(--bravoauto-Mid-Grey, #575756);
}

input::placeholder {
  color: var(--bravoauto-Mid-Grey, #575756);
}

/* Importing component: WhatsApp Button styles */

.whatsapp-button__container:hover #expandedContent {
  display: flex;
}

.whatsapp-button__container:hover a {
  animation: whatsappAnimation .2s ease-in-out forwards;
  background-color: #4d8cc4;
}

@keyframes whatsappAnimation {
  from {
    right: -300%;
  }

  to {
    right: 100%;
  }
}

.whatsapp-bottom__container-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* Vehicle Compare Page */

/* CUSTOM WIDTH BASED FIGMA */

@media (min-width: 1441px) {
  .compare--maxWidth{
    max-width: 1920px;
  }
}

@media (max-width: 1440px) and (min-width: 391px){
  .compare--maxWidth{
    max-width: 1438px;
  }
}

@media (max-width: 390px){
  .compare--maxWidth{
    max-width: 389px;
  }
}

/* ACCORDION */

.vehicleCompareAccordContent{
  transition: max-height 0.2s ease-out;
}

.accord--active div{
  --tw-content: url("/media/000_custom/dash.svg");
  content: var(--tw-content);
}

.vehicleCompareSwiper .swiper-wrapper .swiper-slide, .accordSpecsSwiper .swiper-wrapper .swiper-slide{
  height: auto;
}

/* .vehicleCompareAccordion:first-child .vehicleCompareAccordContent{
    max-height: 57px;
}

.vehicleCompareAccordion:not(:first-of-type) .vehicleCompareAccordContent{
    max-height: 0;
} */

/* Sitemap Page */

.section-sitemap {
  max-width: 1440px;
  margin: auto;
}

.section-sitemap__content {
  width: 100%;
  padding: 2.5rem 64px;
}

.section-sitemap__links a:hover {
  font-weight: 600;
}

.section-sitemap__tilte {
  font-size: 38px;
  font-weight: 700;
  width: 100%;
  margin: auto;
  text-align: center;
}

.section-sitemap__links ul {
  list-style-type: disc;
  padding-left: 20px;
}

@media (max-width:600px) {
  .section-sitemap__content {
    width: 100%;
    padding: 2.5rem 22px;
  }

  .section-sitemap__tilte {
    font-size: 22px;
  }
}

/* Alternate Post Page */

.alternatePost__content ul {
  list-style-type: disc;
  padding-left: 40px;
}

@media (max-width: 754px) {
  .alternatePost_container{
    display: flex;
    justify-content: center;
  }

  .alternatePost_image{
    display: block;
    margin: 0 auto;
  }
}

/*Disclaimer Text Specific Component*/

.disclaimerSpecificText__makeAndModelText {
  padding: 50px 59px 60px 59px;
  color: #575756;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

/*--- Imports VehicleDetail ---*/

/* Importing Component Styles Swipper VehicleDetail */

.section-vehicleDetail .section-vehicleDetail__container-VehicleDetail.swiper {
  width: 100%;
  height: 100%;
}

.section-vehicleDetail__container-VehicleDetail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-vehicleDetail__container-VehicleDetail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0 0;
}

.section-vehicleDetail__container-VehicleDetail .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.section-vehicleDetail__container-VehicleDetail .swiper-slide {
  background-size: cover;
  background-position: center;
}

.section-vehicleDetail__container-VehicleDetail .main-swipper-vehicleDetail {
  height: 630px;
  width: 100%;
}

.section-vehicleDetail__container-VehicleDetail .preview-swipper-vehicleDetail {
  height: 156px;
  box-sizing: border-box;
  padding: 18px 0;
  margin: 8px 0;
}

.section-vehicleDetail__container-VehicleDetail .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.section-vehicleDetail__container-VehicleDetail .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.section-vehicleDetail__container-VehicleDetail .swipper-vehicle-detail{
  width:100%;
  height: auto;
}

.section-vehicleDetail__container-VehicleDetail .preview-swipper-vehicleDetail_content-arrows {
  width:100%;
  position:absolute;
  top:50%;
}

/*Styles Pagination*/

.section-vehicleDetail .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  background: transparent;
  bottom: 0;
  text-align: left;
  padding: 0.2rem 0.8rem;
  z-index: 1;
  width: 50%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 37px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.section-vehicleDetail .btn-view-image {
  position: absolute;
  right: 0;
  bottom: 0rem;
  background: rgba(0, 57, 92, 0.40);
  width: 100%;
  padding: 0.4rem 0.8rem;
  text-align: -webkit-right;
}

.section-vehicleDetail .btn-view-image svg{
  width: 24px;
  height: 24px;
}

.section-vehicleDetail #image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/*Styles Image Preview*/

.section-vehicleDetail img#image-viewer-content {
  max-height: 85%;
  width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-vehicleDetail #btn-close-image-viewer {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  fill: white;
  font-size: 1.5rem;
}

/*Style arrows*/

/*Arrows Main-Swipper*/

.main-swipper-vehicleDetail .swiper-button-next::after, .main-swipper-vehicleDetail .swiper-button-prev::after {
  font-size: 27px;
  line-height: 27px;
  width: 16px;
  display: inline-block;
  font-weight: bold;
}

.main-swipper-vehicleDetail .swiper-button-next {
  right: 18px;
}

.main-swipper-vehicleDetail .swiper-button-prev{
  left: 18px;
}

/*Arrows Pre-View-Swipper*/

.preview-swipper-vehicleDetail .swiper-button-next::after, .preview-swipper-vehicleDetail .swiper-button-prev::after {
  font-size: 11px;
  line-height: 11px;
  width: 5px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 38px 6px;
}

div#swiper-wrapper-4690a26539dbc348 {
  position: relative;
}

.preview-swipper-vehicleDetail .swiper-button-next {
  right: 0px;
  background: rgba(0, 0, 0, 0.50);
  height: 120px;
  top: -2.4rem;
}

.preview-swipper-vehicleDetail .swiper-button-prev{
  left: 0px;
  background: rgba(0, 0, 0, 0.50);
  height: 120px;
  top: -2.4rem;
}

@media (max-width:1440px) {
  .section-vehicleDetail__container-VehicleDetail .preview-swipper-vehicleDetail {
    height: 145px;
  }

  .section-vehicleDetail__container-VehicleDetail .main-swipper-vehicleDetail {
    height: 473px;
    width: 100%;
  }

  .section-vehicleDetail__container-VehicleDetail .preview-swipper-vehicleDetail {
    height: 124px;
  }

  .preview-swipper-vehicleDetail .swiper-button-next, .preview-swipper-vehicleDetail .swiper-button-prev{
    height: 88px;
    top: -1.4rem;
  }
}

@media (max-width:768px) {
  .section-vehicleDetail__container-VehicleDetail .main-swipper-vehicleDetail {
    width: 100%;
    height: 60vw;
  }

  .section-vehicleDetail__container-VehicleDetail .preview-swipper-vehicleDetail {
    display: none;
  }

  .section-vehicleDetail .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    background: rgba(0, 57, 92, 0.40);
    width: 100%;
    justify-content: center;
  }

  .section-vehicleDetail .swiper-button-prev.swiper-button-disabled,.swiper-button-prev, .swiper-button-next   {
    top: inherit;
    bottom: .65rem;
    height: auto;
  }

  .section-vehicleDetail .swiper-button-prev.swiper-button-disabled,.swiper-button-prev  {
    left: 35% !important;
  }

  .section-vehicleDetail .swiper-button-next   {
    right: 35%;
  }

  .swiper.preview-swipper-vehicleDetail.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs,
    .swipper-vehicle-detail__Vin-Content {
    display: none;
  }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 1rem;
  }

  .section-vehicleDetail .btn-view-image {
    display: none;
  }

  .section-vehicleDetail .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    font-size: 13px;
    height: 30px;
  }

  .main-swipper-vehicleDetail .swiper-button-next::after, .main-swipper-vehicleDetail .swiper-button-prev::after {
    font-size: 15px;
    line-height: 8px;
    width: 0px;
  }
}

@media (max-width:500px) {
  .section-vehicleDetail__container-VehicleDetail .main-swipper-vehicleDetail {
    width: 100%;
    height: 220px;
  }

  .section-vehicleDetail .swiper-button-prev.swiper-button-disabled,.swiper-button-prev  {
    left: 39% !important;
  }

  .section-vehicleDetail .swiper-button-next   {
    right: 39% !important;
  }

  .section-vehicleDetail .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    font-size: 10px;
    height: 19px;
  }

  .main-swipper-vehicleDetail .swiper-button-next::after, .main-swipper-vehicleDetail .swiper-button-prev::after {
    font-size: 10px;
    line-height: 10px;
    width: 6px;
  }

  .section-vehicleDetail .swiper-button-prev.swiper-button-disabled, .swiper-button-prev, .swiper-button-next {
    top: inherit;
    bottom: 0.29rem;
    height: auto;
  }
}

@media (max-width:380px) {
  .section-vehicleDetail .swiper-button-prev.swiper-button-disabled,.swiper-button-prev  {
    left: 35%;
  }

  .section-vehicleDetail .swiper-button-next   {
    right: 35%;
  }
}

/* Importing Component Styles Swipper Car Information VehicleDetail */

#loader-container-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}

.loader-container-page {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.loader-section {
    border: 5px solid #f3f3f3;
    /* Color de fondo */
    border-top: 5px solid #3498db;
    /* Color azul */
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
    position: absolute;
    right: 50%;
    top: 0;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section-vehicleDetail{
  max-width: 1920px;
  margin: auto;
  background-color: #F0F1F2;
}

.section-vehicleDetail__ribon_span{
  color: #fff;
  text-align: center;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 119.4%;
}

/* .section-vehicleDetail {
  max-width: 1440px;
  margin: auto;
  background-color: #f0f1f2;
} */

.section-vehicleDetail__title {
  padding: 16px 52px 0px 52px;
  color: #575756;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 0.5rem;
}

.section-vehicleDetail__container-VehicleDetail {
  display: grid;
  grid-template-columns: 58% 40%;
  gap: 2%;
  padding: 1rem;
}

.section-vehicleDetail__container-VehicleDetail__Content-information {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact {
  display: grid;
  grid-auto-rows: auto auto;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}

/*Fonts Card VehicleDetail Information*/

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element
  h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #575756;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element
  span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #575756;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element
  h4 {
  color: #262f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element
  h5 {
  color: #262f33;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 9px 0;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__reference {
  display: flex;
  gap: 13px;
  align-items: center;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__reference
  div {
  background-color: #a7c712;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 19px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__reference
  div
  h1 {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__reference
  p,
.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__reference
  span {
  color: #262f33;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*End Fonts Card VehicleDetail Information*/

.section-vehicleDetail__container-VehicleDetail__Content-information__divider {
  margin: 21px auto;
  stroke-width: 0.5px;
  border-color: #575756;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__specifications {
  background-color: #f0f1f2;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__First-element {
  padding: 20px 40px 0px 40px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  height: auto;
  padding: 0 0 1rem 0rem
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__showroom,
.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__telephone {
  display: flex;
  gap: 10px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__showroom__content-info-Showroom
  p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #575756;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__showroom__content-info-Showroom
  a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #00395c;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__telephone__content-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #575756;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Second-element {
  background-color: #f6f6f6;
  padding: 10px 40px 20px 40px;
  display: grid;
  gap: 11px;
}

.Content-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.5rem;
}

/*Ctas*/

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-cta
  button {
  width: 100%;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  height: 44px;
  align-items: center;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-cta
  a,
.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas
  a {
  padding: 9px 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: transparent;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  justify-content: center;
  gap: 10px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas
  button {
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 2rem;
  height: 44px;
  align-items: center;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-cta
  a {
  width: 100%;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas
  a {
  width: 100%;
}

/*mini cards*/

.section-vehicleDetail__container-VehicleDetail__Content-information__specifications {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(113px, 1fr));
  grid-auto-rows: max-content;
  grid-auto-rows: 90px;
  gap: 4px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__specifications-content {
  background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: flex;
    padding: 0px 9px 0px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__specifications-content__text
p {
    color: #575756;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 7rem;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__specifications-content__text
  h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #262f33;
  text-align: center;
}

.third-content__content {
  padding: 0px 50px;
}

.third-content__content div {
  color: #262f33;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-vehicleDetail__novelty-container {
  display: flex;
  padding: 20px 25px 20px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-vehicleDetail__novelty-container h3 {
  color: var(--cta-bravoautoprimary-o, #00395c);
  /* BravoautoText/Desk/BlockHeading */
  font-family: Nunito Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-vehicleDetail__novelty-container h4 {
  color: #262f33;
  /* BravoautoText/Desk/Standar Paragraph */
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-vehicleDetail__novelty-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
}

.section-vehicleDetail__novelty-button-onlineConsultation {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--bravoauto-White, #fff);
  background: var(--bravoauto-Blue, #65a1d7);
}

.section-vehicleDetail__novelty-button-onlineConsultation:hover {
  background: var(--bravoauto-Blue, #00395c);
}

.section-vehicleDetail__novelty-button-onlineConsultation a {
  color: var(--bravoauto-White, #fff);
  /* BravoautoText/Desk/Button Bold */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}

.section-vehicleDetail__novelty-button-whatsapp {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--bravoauto-White, #fff);
  background: var(--bravoauto-Highlight-Green, #a7c712);
}

.section-vehicleDetail__novelty-button-whatsapp:hover {
  background: var(--bravoauto-Highlight-Green, #ffd600);
}

.section-vehicleDetail__novelty-button-whatsapp a {
  color: var(--bravoauto-White, #fff);
  /* BravoautoText/Desk/Button Bold */
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__info-monthly-payment-space {
  display: flex;
}

.section-vehicleDetail__container-VehicleDetail__Content-information__monthlyPayment {
  margin-left: auto;
}


@media (min-width: 1440px) {
  .section-vehicleDetail__container-VehicleDetail {
    gap: 35px;
    grid-template-columns:
      minmax(840px, 58%)
      minmax(462px, 40%);
    padding: 29px 52px 49px 52px;
    background-color: #f0f1f2;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-cta
    button {
    min-width: 382px;
    max-width: 100%;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas
    button {
    min-width: 186px;
    max-width: 100%;
  }

  /*mini cards*/

  .section-vehicleDetail__container-VehicleDetail__Content-information__specifications {
    grid-template-columns: repeat(4, minmax(113px, 1fr));
  }
}

@media (max-width: 1100px) {
  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__First-element {
    padding: 20px 20px 0px 20px;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__element__contact {
    gap: 30px;
    grid-template-columns: 100%;
    height: auto;
  }

  .second-content__info-car-container__content {
    gap: 15% !important;
  }

  .section-vehicleDetail__novelty-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .section-vehicleDetail__container-VehicleDetail {
    grid-template-columns: 100%;
    padding: 0;
    gap: 12px;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Second-element {
    padding: 10px 20px 20px 20px;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information {
    padding: 20px;
  }

  .second-content__info-car-container__content {
    display: block !important;
  }
}

@media (max-width: 430px) {
  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__Content-Button-ctas {
    grid-template-columns: 100%;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__specifications {
    grid-template-columns: repeat(auto-fit, minmax(113px, 1fr));
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information {
    padding: 12px;
  }

  .section-vehicleDetail__title {
    padding: 16px 0px 12px 21px;
    color: #575756;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 0.5rem;
  }
}

@media (max-width: 280px) {
  .section-vehicleDetail__container-VehicleDetail__Content-information__info-contact__First-element {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .section-vehicleDetail__container-VehicleDetail__Content-information__info-monthly-payment-space {
    display: flex;
    flex-direction: column;
  }

  .section-vehicleDetail__container-VehicleDetail__Content-information__monthlyPayment {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 1232px) {
  .section-vehicleDetail__container-VehicleDetail__Content-information__info-monthly-payment-space {
    display: flex;
    flex-direction: column;
  }
}

/* Importing Component Styles Tabs Vehicle Detail */

/*Section Tabs Vehicle Detail*/

section.section-tabs-vehicle-information {
  max-width: 1440px;
  margin: auto;
}

.section-tabs-vehicle-information__content {
  width: 100%;
  padding: 80px 69px;
  display: grid;
  gap: 45px;
}

.vehicle-information-tab-header {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1.6fr;
  border-bottom: 1px solid #575756;
}

.vehicle-information-tab-header-title {
  display: flex;
  position: relative;
}

.vehicle-information-tab-header-title h3 {
  color: #262F33;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -1rem;
}

.vehicle-information-tab-title {
  width: 100%;
  display: flex;
  justify-content: end;
}

.section-tabs-vehicle-information__content .vehicle-information-tab {
  display: inline-block;
  text-align: center;
  padding: 0 2rem;
  color: #575756;
  cursor: pointer;
  position: relative;
  z-index: 5;
  height: 52px;
}

.vehicle-information__content ul {
  list-style: disc;
}

.section-tabs-vehicle-information__content .whiteborder {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #00395C;
  border-bottom: 4px solid #00395C;
  border-radius: 3px 3px 0 0;
  padding: 0 2rem;
}

.section-tabs-vehicle-information__content .tabContent {
  background: #FCFCFC;
  position: relative;
  top: -1px;
  z-index: 1;
  border-radius: 0 0 3px 3px
}

.section-tabs-vehicle-information__content .hide {
  display: none;
}

.section-tabs-vehicle-information__content .show {
  width: 100%;
}

.first-content-container {
  border: 1px solid #D0D0D0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 40px 100px;
  align-items: flex-start;
  gap: 152px;
}

.first-content-container-info-vehicle-container {
  display: grid;
  gap: 15px;
}

.first-content-container-info1-vehicle__information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 125px;
}

.first-content-container-info1-vehicle__information h4 {
  color: #262F33;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.first-content-container-info1-vehicle__information p {
  color: #262F33;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first-content-container-info-vehicle-container:first-child:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  border: 1px solid #D0D0D0;
  background: #FCFCFC;
  stroke: #E3E3E3;
  height: 80%;
  margin: auto;
  opacity: .4;
}

/*First tab Version 2*/

.vehicle-information__content {
  display: none;
  /* Hide content by default */
}

.vehicle-information__content.show {
  display: block;
  /* Show content when active */
}

.vehicle-information__tab {
  cursor: pointer;
  padding: 10px;
  display: flex;
  gap: 18px;
  align-items: center;
  width: 254px;
  height: 64px;
}

.vehicle-information__tab:hover {
  color: #65A1D7;
  background: #F0F1F2;
}

.vehicle-information__tab:hover path {
  fill: #65A1D7 !important;
}

.vehicle-information__tab.active {
  border-bottom: 2px solid #fff;
  color: #65A1D7;
  background: #F0F1F2;
  width: 254px;
  height: 64px;
}

.vehicle-information__tab.active path {
  fill: #65A1D7 !important;
}

section.second-content__info-car-container__content-tabs__Version-menu {
  width: 100%;
}

article.vehicle-information {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 49px;
}

.vehicle-information__tabs {
  border-right: 1px solid #575756;
}

/*End First tab Version 2*/

/*Second tab*/

.second-content__info-car-container__content-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
  background-color: #fff;
}

.second-content__info-car-container {
  width: 100%;
  display: grid;
  gap: 49px;
  padding: 0px 50px;
  background-color: #fff;
}

.second-content__info-car-container__content {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

.second-content__info-car-container__title__content {
  display: flex;
  gap: 18px;
  align-items: center;
}

.second-content__info-car-container__title__content h3 {
  color: #262F33;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.second-content__info-car-container__content ul {
  padding-left: 1.2rem;
  width: 28%;
}

.second-content__info-car-container__content li {
  list-style-type: disc;
  color: #262F33;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

@media (min-width:1440px) {
  .second-content__info-car-container__content ul {
    width: 341px;
  }
}

@media (max-width:1200px) {
  .first-content-container {
    gap: 10%;
    padding: 2rem;
  }

  .first-content-container-info1-vehicle__information {
    gap: 1rem;
  }

  .section-tabs-vehicle-information__content {
    padding: 40px 36px;
  }
}

@media (max-width:768px) {
  .first-content-container {
    gap: 10%;
    padding: 2rem 1rem;
  }

  .vehicle-information-tab-header {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .vehicle-information-tab-header-title h3 {
    font-size: 32px;
    position: relative;
    top: auto;
  }

  .section-tabs-vehicle-information__content {
    gap: 30px;
  }

  .vehicle-information-tab-title {
    justify-content: start;
  }
}

@media (max-width:600px) {
  .first-content-container {
    grid-template-columns: 100%;
    gap: 15px;
    padding: 40px 10px;
  }

  .first-content-container-info-vehicle-container:first-child:after {
    display: none;
  }

  .section-tabs-vehicle-information__content {
    padding: 40px 20px;
  }

  .second-content__info-car-container__content-tabs {
    gap: 30px;
  }

  .section-tabs-vehicle-information__content .vehicle-information-tab {
    padding: 0 2vw;
  }
}

/*End Section Tabs Vehicle Detail*/

/* Importing Component Styles Tabs Vehicle Detail Accordeon*/

.section-tabContent-accordeon .accordion-container {
  width: 100%;
}

.section-tabContent-accordeon .accordion-item {
  background-color: #FFFFFF;
  /* White background for items */
  border: 1px solid #E0E0E0;
  /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  /* Softer shadow */
}

.section-tabContent-accordeon .accordion-header {
  background-color: #F0F1F2;
  color: #000;
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
}

.accordion-container-title{
  display: flex;
  gap: 18px;
  align-items: center;
}

.section-tabContent-accordeon .accordion-header:hover,
.section-tabContent-accordeon .accordion-header.active {
  color: #65A1D7;
}

.section-tabContent-accordeon .accordion-header:hover path,
.section-tabContent-accordeon .accordion-header.active path {
  fill: #65A1D7;
}

.section-tabContent-accordeon .accordion-content {
  background-color: #F0F1F2;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.section-tabContent-accordeon .accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.section-tabContent-accordeon .icon {
  transition: transform 0.3s ease;
}

.section-tabContent-accordeon .active .icon {
  transform: rotate(180deg);
  font-size: 23px;
}

.content-body-accordeon {
  padding: 1rem;
}

.section-tabContent-accordeon {
  display: none;
}

@media (max-width:500px) {
  .section-tabContent-accordeon {
    display: block;
  }

  article.vehicle-information {
    display: none;
  }
}

/* Importing Component Styles Swipper Offers Vehicle Detail */

.section-swipper-offers{
  width: 100%;
  text-align: center;
  padding: 50px 0px;
  max-width: 1440px;
  margin: auto;
}

.section-swipper-offers .swiper {
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}

.section-swipper-offers  .swiper-slide {
  height: auto !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 10px;
  margin-bottom: 0.9rem;
  border: 1px solid #C2C2C2;
  /* -webkit-box-shadow: 1px 5px 9px -1px rgba(0,0,0,0.51); 
    box-shadow: 1px 5px 9px -1px rgba(0,0,0,0.51); */
}

.section-swipper-offers__Container h1{
  color: #00395C;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-swipper-offers  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.section-swipper-offers.swiper-slide {
  display: flex;
  justify-content: center;
}

.swipper-offers__swiper-slide__content-card {
  display: grid;
  gap: 20px;
  with: 100%;
  /* place-items: center; */
}
.section-swipper-offers .swiper-slide:hover {
    transform: .4s ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
    -webkit-transition: .4s ease-in-out;
}

.section-swipper-offers__Container__Content-swipper {
  width: 100%;
  position: relative;
  max-width: 1500px;
  margin: auto;
}

.section-swipper-offers__Container__Content-swipper--content-cards {
  max-width: 1322px;
  padding: 25px;
  margin: auto;
}

.swipper-offers__swiper-slide__content-card__image {
  width: 302px;
  height: 172px;
}

.swipper-offers__swiper-slide__content-card__container-info {
  padding: 0rem 1rem 0rem 1rem;
  /* height: 267px;
    width: 232px; */
}

.swipper-offers__swiper-slide__content-card__container-info h1{
  text-align: left;
  color: #65A1D7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
}

.swipper-offers__swiper-slide__content-card__container-info__content-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}

.swipper-offers__swiper-slide__content-card__container-info__content-price h3{
  color: #575756;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.swipper-offers__swiper-slide__content-card__container-info__content-price p{
  color: #575756;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  padding: 25px 0;
  gap: 15px 20px;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons__information {
  display: grid;
  height: 38px;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 15px;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-icon {
  margin: auto;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-icon svg{
  width: 1rem;
  height: 1rem;
}

.swipper-offers__swiper-slide__content-card__container-info__content-icons__information-data {
  color: #575756;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.section-swipper-offers .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  gap: 18px;
}

.section-swipper-offers span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00395C;
  width: 16px;
  height: 16px;
  transition: .5s;
}

.section-swipper-offers span.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

hr#card-swipper{
  border: none;
  /* Para eliminar el borde por defecto */
  border-top: 1px solid #575756;
}

.swipper-offers__swiper-slide__content-card__container-info__open{
  display: flex;
  padding: 9px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: #65A1D7;
  margin: 0 10px 20px;
  /* width: 267px;
    height: 43px; */
}

.swipper-offers__swiper-slide__content-card__container-info__open:hover{
  background: #00395c;
}

.swipper-offers__swiper-slide__content-card__container-info__open button{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.section-swipper-offers__Container__Content-cta {
  margin: auto;
  display: flex;
  justify-content: center;
}

.section-swipper-offers__Container__Content-cta__button{
  background-color: #00395C;
  display: flex;
  width: 224px;
  padding: 9px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background-color: #65A1D7;
}

.section-swipper-offers__Container__Content-cta__button a{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swipper-offers.swiper-button-next{
  right: -1rem;
  top: 43%;
}

.swipper-offers.swiper-button-prev{
  top: 43%;
  left: -1rem;
}

.swipper-offers.swiper-button-next:after, .swipper-offers.swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: bold;
  color: #575756;
}

.swipper-offers.swiper-button-prev {
  left: 1.5rem;
  padding: 1rem;
  top: 40%;
  background-color: transparent;
  border-radius: 15rem;
  border:1px solid #575756;
  width: 50px;
  height: 50px;
}

.swipper-offers.swiper-button-prev:hover, .swipper-offers.swiper-button-next:hover{
  background-color: #EBEBEB;
  transform: scale(1.1);
  transition: 1s;
}

.swipper-offers.swiper-button-next {
  right: 1.5rem;
  padding: 1rem;
  top: 40%;
  background-color: transparent;
  border-radius: 15rem;
  border:1px solid #575756;
  width: 50px;
  height: 50px;
}

@media (max-width:1400px) {
  .section-swipper-offers__Container__Content-swipper--content-cards {
    max-width: 90%;
  }
}

@media (max-width:1100px) {
  .section-swipper-offers__Container__Content-swipper--content-cards {
    max-width: 85%;
  }

  .swipper-offers__swiper-slide__content-card__image {
    width: 100%;
    height: 100%;
  }

  .swipper-offers__swiper-slide__content-card {
    width: 100%;
  }
}

@media (max-width:768px) {
  .section-swipper-offers__Container__Content-swipper--content-cards {
    max-width: 90%;
  }

  .swipper-offers.swiper-button-next {
    right: 0.5rem !important;
  }

  .swipper-offers.swiper-button-prev {
    left: 0.5rem !important;
  }
}

@media (max-width:500px) {
  .section-swipper-offers__Container__Content-swipper--content-cards {
    max-width: 82%;
  }

  .section-swipper-offers__Container h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
  }
}

@media (max-width:390px) {
  .section-swipper-offers__Container__Content-swipper--content-cards {
    padding: 25px 0px;
  }

  .swipper-offers.swiper-button-next {
    right: 0.1rem !important;
    width: 36px;
    height: 36px;
  }

  .swipper-offers.swiper-button-prev {
    left: 0.1rem !important;
    width: 36px;
    height: 36px;
  }

  .swipper-offers.swiper-button-next:after, .swipper-offers.swiper-button-prev:after {
    font-size: 1rem;
    padding: 4.2px 7.6px;
  }

  .swipper-offers__swiper-slide__content-card {
    width: 302px !important;
    height: 507px !important;
  }

  .swipper-offers__swiper-slide__content-card__image {
    width: 302px;
    height: 172px;
  }

  .section-swipper-offers .swiper {
    width: 100%;
    height: 100%;
    max-width: 302px;
  }

  .swipper-offers__swiper-slide__content-card__container-info__content-icons {
    padding: 21px 0;
  }
}

@media (max-width:280px) {
  .section-swipper-offers__Container__Content-swipper {
    padding: 0rem;
  }

  .swipper-offers__swiper-slide__content-card {
    width: 275px !important;
  }

  .swipper-offers__swiper-slide__content-card__image {
    width: 275px;
  }

  .section-swipper-offers .swiper {
    width: 275px;
    scale: .8;
  }

  .section-swipper-offers__Container__Content-swipper--content-cards {
    padding: 0rem 0;
    margin: initial;
  }

  .section-tabs-vehicle-information__content {
    padding: 40px 0px;
  }
}

/* Importing Component Styles Finace Calculator */

/* Finance calculator section on vehicle detail */

.section.section-finance-calculator {
  max-width: 1440px;
  margin: auto;
}

.section-finance-calculator__content {
  max-width: 1440px;
  margin: auto;
  padding: 80px 69px;
}

.section-finance-calculator__content__title h3 {
  color: #262F33;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #575756;
  padding-bottom: 15px;
  margin-bottom: 60px;
}

.section-finance-calculator__content__tabs {
  padding: 20px, 0px, 20px, 0px;
  display: flex;
}

.section-finance-calculator__content__tabs h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27.28px;
  padding-bottom: 12px;
  padding-right: 26px;
  border-bottom: 2px solid;
  margin-bottom: 60px;
  cursor: pointer;
}

.section-finance-calculator__content__tabs__active {
  color: #65A1D7;
}

.section-finance-calculator__content__financial-leasing__information {
  display: flex;
  justify-content: space-between
}

.section-finance-calculator__content__financial-leasing__information__table {
  width: 43%;
  padding: 30px 40px 30px 40px;
  border: 1px solid #D5D5D5;
  background-color: #FCFCFC;
}

.section-finance-calculator__content__financial-leasing__information__table__disclaimer {
  padding-top: 40px;
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
}

.section-finance-calculator__content__financial-leasing__information__calculation {
  width: 45%;
  color: #262F33;
}

.section-finance-calculator__content__financial-leasing__information__table__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 19.1px;
  color: #262F33;
  border-bottom: 1px solid #E3E3E3;
  padding: 7px 0px;
}

.section-finance-calculator__content__financial-leasing__information__calculation__fuel-type {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range {
  padding-bottom: 49px;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input {
  padding: 0px 0px;
  width: 100%;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"] {
  max-width: 576px;
  border-radius: 2px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
  border: none;
  margin: 11px 0px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"]:hover {
  opacity: 1;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 2px;
  background: transparent;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 2px;
  background: transparent;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
  background-image: url(/media/three-lines.jpg);
  background-size: 28px;
  margin-top: -11px;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
  background-image: url(/media/three-lines.jpg);
  background-size: 28px;
}

.section-finance-calculator__content__financial-leasing__information__calculation__range__values {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 17.73px;
  margin-top: 12px;
}

.section-finance-calculator__content__financial-leasing__footer {
  text-align: right;
  padding-top: 60px;
}

.section-finance-calculator__content__financial-leasing__information__calculation label {
  font-weight: 700;
  line-height: 21.82px;
}

.section-finance-calculator__content__financial-leasing__information__calculation select {
  border: 0.5px solid #575756;
  padding: 9px 18px;
  color: #575756;
  width: 303px;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/media/dropdown_arrow.svg);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.section-finance-calculator__content__financial-leasing__footer button {
  border-radius: 50px;
  border: 1px;
  padding: 9px 19px;
  font-size: 18px;
  line-height: 24.55px;
  width: 311px;
  color: #FFF;
}

.finance-calculator-min-max-label {
  opacity: 0.5
}

@media (min-width:1441px) {
  .section-finance-calculator__content__financial-leasing__information__calculation__range input[type="range"] {
    max-width: 1576px !important;
  }
}

@media (max-width:1200px) {
  .section-finance-calculator__content {
    padding: 40px 36px;
  }

  .section-finance-calculator__content__financial-leasing__information__calculation select {
    width: 100%;
    margin-top: 10px;
  }

  .section-finance-calculator__content__financial-leasing__information__calculation__fuel-type {
    display: block;
    padding-bottom: 58px;
  }
}

@media (max-width:768px) {
  .section-finance-calculator__content__title h3 {
    font-size: 32px;
  }

  .section-finance-calculator__content__financial-leasing__information__table {
    width: 48%;
  }

  .section-finance-calculator__content__financial-leasing__information__calculation {
    width: 48%;
  }
}

@media (max-width:600px) {
  .section-finance-calculator__content__title h3 {
    font-size: 28px;
  }

  .section-finance-calculator__content {
    padding: 40px 20px;
  }

  .section-finance-calculator__content__tabs {
    padding: 0px 0px 60px 0px;
    display: block;
  }

  .section-finance-calculator__content__tabs h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21.82px;
    padding-bottom: 5px;
    padding-right: 26px;
    border-bottom: 2px solid;
    margin-bottom: 12px;
    cursor: pointer;
  }

  .section-finance-calculator__content__financial-leasing__information {
    display: block;
    margin-top: 0px;
  }

  .section-finance-calculator__content__financial-leasing__information__table {
    width: 100%;
  }

  .section-finance-calculator__content__financial-leasing__information__calculation {
    width: 100%;
    margin-top: 58px;
  }

  .section-finance-calculator__content__financial-leasing__footer button {
    width: 100%;
    margin-top: 10px;
  }

  .section-finance-calculator__content__financial-leasing__information__calculation__range:last-child {
    padding-bottom: 0px;
  }
}

@media (max-width:320px) {
  .section-finance-calculator__content__financial-leasing__information__table {
    padding: 15px 20px;
  }
}

/*--- End Imports VehicleDetail ---*/

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Nunito Sans", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

input[type="checkbox"]{
  border-radius: 0.13rem;
  background-color: transparent;
  color: transparent;

}

input[type="checkbox"]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 161 215 / var(--tw-text-opacity));
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-position: 0 0;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 390px){
  .container{
    max-width: 390px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 740px){
  .container{
    max-width: 740px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 2480px){
  .container{
    max-width: 2480px;
  }
}

.filters-grid__filters{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

@media (min-width: 640px){
  .filters-grid__filters{
    gap: 1.25rem;
  }
}

.filter-botton__submenu{
  display: none;
  flex-direction: column;
}

@media (min-width: 640px){
  .filter-botton__submenu{
    position: absolute;
    top: 2.81rem;
    height: auto;
    max-height: 20rem;
    width: 16.9375rem;
  }
}

.filter-botton__submenu{
  overflow: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: inset 0 -5px 8px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 -5px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .filter-botton__submenu{
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px){
  .filter-botton__submenu{
    z-index: 10;
  }
}

.filter-botton__submenu[template^="range"]{
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.63rem;
  padding-bottom: 1.63rem;
}

@media (min-width: 768px){
  .filter-botton__submenu[template^="range"]{
    width: 20rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }
}

.filter-botton{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .filter-botton{
    --tw-text-opacity: 1;
    color: rgb(101 161 215 / var(--tw-text-opacity));
  }

  .filter-botton:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(101 161 215 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.filter-botton{
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

@media (min-width: 640px){
  .filter-botton{
    border-radius: 3.125rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
  }
}

.filter-botton{
  margin-left: 1.94rem;
  margin-right: 1.94rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(218 218 217 / var(--tw-border-opacity));
  text-align: left;
  font-size: 1.125rem;
}

@media (min-width: 640px){
  .filter-botton{
    margin-left: 0px;
    margin-right: 0px;
    border-style: none;
    text-align: center;
  }
}

@media (min-width: 768px){
  .filter-botton{
    font-size: 1rem;
  }
}

.filter-botton{
  display: flex;
  align-items: center;
}

@media (min-width: 768px){
  .filter-botton{
    display: block;
  }
}

@media (min-width: 640px){
  .filter-botton.active{
    --tw-bg-opacity: 1;
    background-color: rgb(101 161 215 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .filter-botton.active:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 57 92 / var(--tw-bg-opacity));
  }
}

.filter-botton.active svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-botton__submenu__option{
  margin-left: 2.05rem;
  margin-right: 2.05rem;
  display: grid;
  grid-template-columns: 1fr 9fr;
  align-items: center;
  padding-right: 1.26rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
}
.filter-botton__submenu__option_sort {
    display: grid;
    align-items: center;
    padding: 1rem 2.05rem;
}

    .filter-botton__submenu__option_sort:hover {
        background-color: #65A1D7;
        color: #fff;
        transition: 1s;
    }
@media (min-width: 640px){
  .filter-botton__submenu__option{
    margin-left: 1.28rem;
    margin-right: 1.28rem;
    border-radius: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
  }
}

.filter-botton__submenu__option{
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(218 218 217 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .filter-botton__submenu__option{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(218 218 217 / var(--tw-border-opacity));
  }
}

.filter-botton__submenu .filter-botton__submenu__option:first-of-type{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.filter-botton__submenu .filter-botton__submenu__option:last-of-type{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-style: none;
}

/* showing the submenu when the option in filter-botton is "active" */

.filter-botton.active + .filter-botton__submenu{
  display: flex;
}

.range-content {
     width: 20rem; 
    padding: 2rem 1.5rem 1.25rem;
}

.filter-secton-2::before {
  content: "";
  position: absolute;
  left: 2.12rem;
  height: 1px;
  width: 83%;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 217 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .filter-secton-2::before{
    height: 0px;
    width: 0px;
  }
}

/* Range Inputs */

.ranges {
  height: 0.375rem !important;
  border: none !important ;
  border-radius: 0.125rem !important;
  box-shadow: 0px 3px 6px -5px #BBB, 0px 1px 1px 0px #F0F0F0 inset !important;
  background: var(--Bravoauto-Light-Grey, #DADAD9) !important;
}

.ranges .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

.ranges .noUi-handle {
  height: 1.75rem !important;
  width: 1.75rem !important;
  top: -0.7rem !important;
  right: -0.875rem;
  /* half the width */
  border-radius: 50%;
  border:none;
  background: white !important;
  box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.18);
}

.ranges .noUi-handle:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: calc(100% + 1px);
  top: 0;
  left: 0;
  background: url("/img/Lineas.svg") no-repeat;
  background-position: center center;
}

.ranges .noUi-handle:after {
  content: none;
}

.filters-home_wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

@media (min-width: 1440px){
  .filters-home_wrapper{
    justify-items: stretch;
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.filter-home__option-wrapper{
  position: absolute;
  top: 3rem;
  z-index: 10;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 161 215 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: none;
  max-height: 20rem;
  overflow-y: auto;
}

.filter-home__option-wrapper[template^="range"]{
  width: 19rem;
}

@media (min-width: 768px){
  .filter-home__option-wrapper[template^="range"]{
    width: 21rem;
  }

  .filter-home__option-wrapper[template^="range"]:not([template="range-switch-buttons"]){
    padding-top: 1rem;
  }
}

.filter-home__option-wrapper .filter-home__option:first-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.filter-home__option-wrapper .filter-home__option:last-child:hover{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.filter-home__option{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: capitalize;
}

.filter-home__option:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter-home__option{
  cursor: pointer;
}

.filter-home__button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 3.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.19rem;
  padding-right: 1.19rem;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  --tw-text-opacity: 1;
  color: rgb(101 161 215 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .filter-home__button{
    width: 14rem;
  }
}

@media (min-width: 1440px){
  .filter-home__button{
    width: 100%;
  }
}

.filter-home__button.active + .filter-home__option-wrapper{
  display: grid;
}

/***
    *
    */

.filter-home__switch-buttons{
  border-radius: 1.75rem;
  padding-left: 1.18rem;
  padding-right: 1.18rem;
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
}

.filter-home__switch-buttons.active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 205 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 47 51 / var(--tw-text-opacity));
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-left-14{
  left: -3.5rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-\[30px\]{
  bottom: 30px;
}

.bottom-\[39px\]{
  bottom: 39px;
}

.bottom-\[6\.495rem\]{
  bottom: 6.495rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[30px\]{
  left: 30px;
}

.right-0{
  right: 0px;
}

.right-20{
  right: 5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-16{
  top: 4rem;
}

.top-3{
  top: 0.75rem;
}

.top-66px{
  top: 4.125rem;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[2000\]{
  z-index: 2000;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.float-right{
  float: right;
}

.m-\[0\.66rem\]{
  margin: 0.66rem;
}

.m-auto{
  margin: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-\[0\.5px\]{
  margin-left: 0.5px;
  margin-right: 0.5px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[4\.125rem\]{
  margin-top: 4.125rem;
  margin-bottom: 4.125rem;
}

.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-\[0\.69rem\]{
  margin-bottom: 0.69rem;
}

.mb-\[0\.9375rem\]{
  margin-bottom: 0.9375rem;
}

.mb-\[1\.125rem\]{
  margin-bottom: 1.125rem;
}

.mb-\[1\.56rem\]{
  margin-bottom: 1.56rem;
}

.mb-\[29px\]{
  margin-bottom: 29px;
}

.mb-\[3\.12rem\]{
  margin-bottom: 3.12rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[4\.19rem\]{
  margin-bottom: 4.19rem;
}

.mb-\[4\.875rem\]{
  margin-bottom: 4.875rem;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[5\.125rem\]{
  margin-bottom: 5.125rem;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[65px\]{
  margin-bottom: 65px;
}

.me-4{
  margin-inline-end: 1rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-\[1\.1875rem\]{
  margin-left: 1.1875rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-\[0\.62rem\]{
  margin-right: 0.62rem;
}

.mr-\[0\.9375rem\]{
  margin-right: 0.9375rem;
}

.ms-0{
  margin-inline-start: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-\[0\.5625rem\]{
  margin-top: 0.5625rem;
}

.mt-\[0\.69rem\]{
  margin-top: 0.69rem;
}

.mt-\[0\.9375rem\]{
  margin-top: 0.9375rem;
}

.mt-\[1\.12rem\]{
  margin-top: 1.12rem;
}

.mt-\[1\.2rem\]{
  margin-top: 1.2rem;
}

.mt-\[1\.56rem\]{
  margin-top: 1.56rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[18\.5px\]{
  margin-top: 18.5px;
}

.mt-\[2\.5rem\]{
  margin-top: 2.5rem;
}

.mt-\[3\.063rem\]{
  margin-top: 3.063rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[65px\]{
  margin-top: 65px;
}

.mt-\[70px\]{
  margin-top: 70px;
}

.mt-\[85px\]{
  margin-top: 85px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-20{
  height: 5rem;
}

.h-25px{
  height: 1.5625rem;
}

.h-4{
  height: 1rem;
}

.h-4\.5{
  height: 1.125rem;
}

.h-8{
  height: 2rem;
}

.h-\[122px\]{
  height: 122px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[192px\]{
  height: 192px;
}

.h-\[2\.125rem\]{
  height: 2.125rem;
}

.h-\[2\.375rem\]{
  height: 2.375rem;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[3\.375rem\]{
  height: 3.375rem;
}

.h-\[317px\]{
  height: 317px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[54px\]{
  height: 54px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-\[10\.75rem\]{
  max-height: 10.75rem;
}

.min-h-\[2\.3125rem\]{
  min-height: 2.3125rem;
}

.min-h-\[296px\]{
  min-height: 296px;
}

.min-h-\[379px\]{
  min-height: 379px;
}

.min-h-\[50\%\]{
  min-height: 50%;
}

.min-h-\[60px\]{
  min-height: 60px;
}

.w-1\/2{
  width: 50%;
}

.w-20{
  width: 5rem;
}

.w-3\/12{
  width: 25%;
}

.w-4{
  width: 1rem;
}

.w-4\.5{
  width: 1.125rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-8{
  width: 2rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[14rem\]{
  width: 14rem;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[166px\]{
  width: 166px;
}

.w-\[18\.4375rem\]{
  width: 18.4375rem;
}

.w-\[18\.875rem\]{
  width: 18.875rem;
}

.w-\[2\.125rem\]{
  width: 2.125rem;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[270px\]{
  width: 270px;
}

.w-\[279px\]{
  width: 279px;
}

.w-\[5\.4rem\]{
  width: 5.4rem;
}

.w-\[6\.625rem\]{
  width: 6.625rem;
}

.w-\[617px\]{
  width: 617px;
}

.w-\[95\%\]{
  width: 95%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-\[10\.375rem\]{
  min-width: 10.375rem;
}

.min-w-\[18\.875rem\]{
  min-width: 18.875rem;
}

.max-w-3xl{
  max-width: 1440px;
}

.max-w-50px{
  max-width: 3.125rem;
}

.max-w-\[1440px\]{
  max-width: 1440px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[20rem\]{
  max-width: 20rem;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-grow{
  flex-grow: 1;
}

.origin-right{
  transform-origin: right;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-dagf{
  grid-template-columns: 1rem 7.5rem 1rem 7.5rem;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.content-around{
  align-content: space-around;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-stretch{
  justify-content: stretch;
}

.justify-items-center{
  justify-items: center;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-38px{
  gap: 2.375rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[\.94rem\]{
  gap: .94rem;
}

.gap-\[0\.5625rem\]{
  gap: 0.5625rem;
}

.gap-\[0\.625rem\]{
  gap: 0.625rem;
}

.gap-\[0\.62rem\]{
  gap: 0.62rem;
}

.gap-\[0\.9375rem\]{
  gap: 0.9375rem;
}

.gap-\[1\.375rem\]{
  gap: 1.375rem;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-\[2\.25rem\]{
  gap: 2.25rem;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[4\.125rem\]{
  gap: 4.125rem;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-pa{
  gap: 1.81rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[8\.625rem\]{
  -moz-column-gap: 8.625rem;
  column-gap: 8.625rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-\[0\.62rem\]{
  row-gap: 0.62rem;
}

.gap-y-\[1\.56rem\]{
  row-gap: 1.56rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[2\.375rem\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
}

.self-end{
  align-self: flex-end;
}

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[0\.5px\]{
  border-radius: 0.5px;
}

.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}

.rounded-\[1\.75rem\]{
  border-radius: 1.75rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[3\.125rem\]{
  border-radius: 3.125rem;
}

.rounded-\[3\.13rem\]{
  border-radius: 3.13rem;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[56px\]{
  border-radius: 56px;
}

.rounded-\[6\.25rem\]{
  border-radius: 6.25rem;
}

.rounded-\[60px\]{
  border-radius: 60px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-\[0\.625rem\]{
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-0\.5{
  border-width: 0.5px;
}

.border-\[\.5px\]{
  border-width: .5px;
}

.border-\[0\.5px\]{
  border-width: 0.5px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-0\.5{
  border-bottom-width: 0.5px;
}

.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-dark-1{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 92 / var(--tw-border-opacity));
}

.border-gray-dark-1{
  --tw-border-opacity: 1;
  border-color: rgb(135 135 134 / var(--tw-border-opacity));
}

.border-gray-dark-6{
  --tw-border-opacity: 1;
  border-color: rgb(87 87 86 / var(--tw-border-opacity));
}

.border-gray-light-5{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-gray-light-6{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-t-gray-light-1{
  --tw-border-opacity: 1;
  border-top-color: rgb(218 218 217 / var(--tw-border-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  background-color: rgba(0,0,0,0.25);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

.bg-blue-dark-1{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 92 / var(--tw-bg-opacity));
}

.bg-gray-light-4{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 242 / var(--tw-bg-opacity));
}

.bg-gray-light-6{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(167 199 18 / var(--tw-bg-opacity));
}

.bg-popup{
  background-color: #00000080;
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: none !important;
}

.bg-opacity-\[0\.18\]{
  --tw-bg-opacity: 0.18;
}

.object-contain{
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-13{
  padding-left: 3.12rem;
  padding-right: 3.12rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-7\.5{
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.px-\[1\.03rem\]{
  padding-left: 1.03rem;
  padding-right: 1.03rem;
}

.px-\[1\.1875rem\]{
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

.px-\[1\.19rem\]{
  padding-left: 1.19rem;
  padding-right: 1.19rem;
}

.px-\[1\.375rem\]{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-\[1\.4375rem\]{
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.px-\[1\.875rem\]{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-\[1\.9375rem\]{
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[19px\]{
  padding-left: 19px;
  padding-right: 19px;
}

.px-\[2\.75rem\]{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-\[2\.8125rem\]{
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[3\.19rem\]{
  padding-left: 3.19rem;
  padding-right: 3.19rem;
}

.px-\[3\.88rem\]{
  padding-left: 3.88rem;
  padding-right: 3.88rem;
}

.px-\[37px\]{
  padding-left: 37px;
  padding-right: 37px;
}

.px-\[4\.06rem\]{
  padding-left: 4.06rem;
  padding-right: 4.06rem;
}

.px-\[4\.125rem\]{
  padding-left: 4.125rem;
  padding-right: 4.125rem;
}

.px-\[51px\]{
  padding-left: 51px;
  padding-right: 51px;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[\.56rem\]{
  padding-top: .56rem;
  padding-bottom: .56rem;
}

.py-\[0\.3125rem\]{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.py-\[0\.5625rem\]{
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.py-\[0\.56rem\]{
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}

.py-\[0\.8125rem\]{
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-\[0\.9375rem\]{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-\[1\.25rem\]{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[1\.5625rem\]{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[3\.44rem\]{
  padding-top: 3.44rem;
  padding-bottom: 3.44rem;
}

.py-\[3\.6875rem\]{
  padding-top: 3.6875rem;
  padding-bottom: 3.6875rem;
}

.py-\[3\.75rem\]{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[4\.0625rem\]{
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.py-\[4\.62rem\]{
  padding-top: 4.62rem;
  padding-bottom: 4.62rem;
}

.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[65px\]{
  padding-top: 65px;
  padding-bottom: 65px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-\[0\.375rem\]{
  padding-bottom: 0.375rem;
}

.pb-\[1\.6875rem\]{
  padding-bottom: 1.6875rem;
}

.pb-\[1\.875rem\]{
  padding-bottom: 1.875rem;
}

.pb-\[11px\]{
  padding-bottom: 11px;
}

.pb-\[2\.8125rem\]{
  padding-bottom: 2.8125rem;
}

.pb-\[3\.125rem\]{
  padding-bottom: 3.125rem;
}

.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}

.pb-\[4\.125rem\]{
  padding-bottom: 4.125rem;
}

.pb-\[6\.5625rem\]{
  padding-bottom: 6.5625rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[0\.94rem\]{
  padding-left: 0.94rem;
}

.pl-\[1\.4375rem\]{
  padding-left: 1.4375rem;
}

.pl-\[1\.875rem\]{
  padding-left: 1.875rem;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-\[0\.875rem\]{
  padding-right: 0.875rem;
}

.pr-\[1\.75rem\]{
  padding-right: 1.75rem;
}

.pr-\[17px\]{
  padding-right: 17px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-50px{
  padding-top: 3.125rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[0\.8125rem\]{
  padding-top: 0.8125rem;
}

.pt-\[1\.1875rem\]{
  padding-top: 1.1875rem;
}

.pt-\[2\.9375rem\]{
  padding-top: 2.9375rem;
}

.pt-\[3\.125rem\]{
  padding-top: 3.125rem;
}

.pt-\[4\.125rem\]{
  padding-top: 4.125rem;
}

.pt-\[4\.375rem\]{
  padding-top: 4.375rem;
}

.pt-\[4\.625rem\]{
  padding-top: 4.625rem;
}

.pt-\[51px\]{
  padding-top: 51px;
}

.pt-\[65px\]{
  padding-top: 65px;
}

.pt-\[7\.625rem\]{
  padding-top: 7.625rem;
}

.pt-\[71px\]{
  padding-top: 71px;
}

.pt-\[9px\]{
  padding-top: 9px;
}

.text-center{
  text-align: center;
}

.text-start{
  text-align: start;
}

.font-sans{
  font-family: "Nunito Sans", sans-serif;
}

.text-2xl{
  font-size: 1.25rem;
}

.text-2xs{
  font-size: 0.6875rem;
}

.text-3xl{
  font-size: 1.375rem;
}

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.25rem\]{
  font-size: 2.25rem;
}

.text-base{
  font-size: 1rem;
}

.text-md{
  font-size: 0.9375rem;
}

.text-normal{
  font-size: 1rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-xl{
  font-size: 1.125rem;
}

.text-xs{
  font-size: 0.8125rem;
}

.text-xs-10px{
  font-size: 0.625rem;
}

.text-xs-12px{
  font-size: 0.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[1\.1875rem\]{
  line-height: 1.1875rem;
}

.leading-\[1\.35\]{
  line-height: 1.35;
}

.leading-\[1\.364\]{
  line-height: 1.364;
}

.leading-\[1\.375rem\]{
  line-height: 1.375rem;
}

.leading-\[1\.5625rem\]{
  line-height: 1.5625rem;
}

.leading-\[1\.75rem\]{
  line-height: 1.75rem;
}

.leading-\[1\.875rem\]{
  line-height: 1.875rem;
}

.leading-\[2\.0625rem\]{
  line-height: 2.0625rem;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.0086rem\]{
  letter-spacing: 0.0086rem;
}

.text-\[\@color\]{
  color: @color;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(101 161 215 / var(--tw-text-opacity));
}

.text-blue-dark-1{
  --tw-text-opacity: 1;
  color: rgb(0 57 92 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(38 47 51 / var(--tw-text-opacity));
}

.text-gray-dark-1{
  --tw-text-opacity: 1;
  color: rgb(135 135 134 / var(--tw-text-opacity));
}

.text-gray-dark-6{
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(241 137 0 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.line-through{
  text-decoration-line: line-through;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_14px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 8px 14px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cards{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-iconChevronDown{
  --tw-content: url("/media/000_custom/arrow-chevron-down.svg");
  content: var(--tw-content);
}

.content-iconPlus{
  --tw-content: url("/media/000_custom/plus.svg");
  content: var(--tw-content);
}

/* Fonts */

.heading-md{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.body{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.body-sm{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Target A */

.link{
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Shadows */

.box-shadow{
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 177 / var(--tw-border-opacity));
  --tw-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 0 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Divide line */

/* Badges */

/* Remove the bottom line of the last menu-option into menu-option_wrapper */

.menu-option_wrapper .menu-option.active svg {
  transition: all 0.5s ease-in-out;
  transform: rotateX(180deg);
}

.menu-option.badges.active + div{
  --tw-shadow: inset 0 -5px 8px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 -5px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu-option.badges.active + div div:last-child {
  border: none;
}

.menu-option.badges.active + .menu-option_submenu{
  display: block;
}

@media (min-width: 768px){
  .menu-option.badges.active + .menu-option_submenu{
    display: none;
  }
}

/* Pagination */

.pagination .page{
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(135 135 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(135 135 134 / var(--tw-text-opacity));
}

.pagination .page.active{
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  padding-top: 1.5%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Custom Select */

/* Range Inputs */

#ranges {
  height: 0.375rem;
  border: none;
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 206 / var(--tw-bg-opacity));
  box-shadow: none;
}

#ranges .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

#ranges .noUi-handle {
  height: 1.75rem;
  width: 1.75rem;
  top: -0.7rem;
  right: -0.875rem;
  /* half the width */
  border-radius: 50%;
  background: white;
  box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.18);
}

#ranges .noUi-handle:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: calc(100% + 1px);
  top: 0;
  left: 0;
  background: url("/img/Lineas.svg") no-repeat;
  background-position: center center;
}

#ranges .noUi-handle:after {
  content: none;
  /* left: calc(50% + 2px); */
}

/* HEADER STYLES*/

/* @layer components{
        @font-face {
            font-family: Bootstrap-icons ;
            src: url(../vendors/bootstrap-icons/fonts/bootstrap-icons.woff2);
        }

        .dropdown__btn--icon::after{
            font-family:'Bootstrap-icons' !important;
            content: '\F286';
        }
    } */

.burger--active .navbar__menuBtn--hidden{
  display: none;
}

.burger--active picture .navbar__menuBtn--show{
  display: block;
}

.dropdown--active span{
  --tw-content: url("/media/000_custom/arrow-chevron-up.svg");
  content: var(--tw-content);
}

/* FOOTER STYLES */

.disclaimer_pad {
  padding-top: 1.688rem;
}

.link_pad:first-child {
  padding-bottom: 2.313rem;
}

.before\:content-\[attr\(placeholder\)\]::before{
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}

.invalid\:text-gray-dark-6:invalid{
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.focus-within\:border-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
}

.focus-within\:ring-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 161 215 / var(--tw-ring-opacity));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

.hover\:bg-blue-dark-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 92 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 0 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-cards:hover{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
}

.focus\:ring-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 161 215 / var(--tw-ring-opacity));
}

.focus\:before\:content-\[\'\'\]:focus::before{
  --tw-content: '';
  content: var(--tw-content);
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 390px){
  .xs\:mt-6{
    margin-top: 1.5rem;
  }

  .xs\:w-6\/12{
    width: 50%;
  }

  .xs\:w-\[100\%\]{
    width: 100%;
  }

  .xs\:w-\[326px\]{
    width: 326px;
  }

  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:px-\[41px\]{
    padding-left: 41px;
    padding-right: 41px;
  }

  .xs\:px-\[55px\]{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:pl-2{
    padding-left: 0.5rem;
  }

  .xs\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xs\:pt-3{
    padding-top: 0.75rem;
  }

  .xs\:pt-3\.5{
    padding-top: 0.78rem;
  }
}

@media (min-width: 640px){
  .sm\:bottom-\[4\.06rem\]{
    bottom: 4.06rem;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-\[250px\]{
    height: 250px;
  }

  .sm\:h-\[6\.25rem\]{
    height: 6.25rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:w-\[14rem\]{
    width: 14rem;
  }

  .sm\:w-\[21\.875rem\]{
    width: 21.875rem;
  }

  .sm\:w-\[341px\]{
    width: 341px;
  }

  .sm\:w-\[5\.1rem\]{
    width: 5.1rem;
  }

  .sm\:w-\[5\.8rem\]{
    width: 5.8rem;
  }

  .sm\:w-\[6\.25rem\]{
    width: 6.25rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:justify-normal{
    justify-content: normal;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:bg-gray-light-4{
    --tw-bg-opacity: 1;
    background-color: rgb(240 241 242 / var(--tw-bg-opacity));
  }

  .sm\:px-13{
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pr-\[4\.19rem\]{
    padding-right: 4.19rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-2xs{
    font-size: 0.6875rem;
  }

  .sm\:text-3xl{
    font-size: 1.375rem;
  }

  .sm\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }

  .sm\:font-normal{
    font-weight: 400;
  }
}

@media (min-width: 740px){
  .\32sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:top-50px{
    top: 3.125rem;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-\[550px\]{
    width: 550px;
  }

  .md\:w-\[563px\]{
    width: 563px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:gap-y-\[4\.125rem\]{
    row-gap: 4.125rem;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[0\.875rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-\[\.8rem\]{
    padding: .8rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-59px{
    padding-left: 3.6875rem;
    padding-right: 3.6875rem;
  }

  .md\:px-\[1rem\]{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-\[2\.1875rem\]{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .md\:px-\[4\.1875rem\]{
    padding-left: 4.1875rem;
    padding-right: 4.1875rem;
  }

  .md\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.78rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-50px{
    padding-bottom: 3.125rem;
  }

  .md\:pb-\[0\.625rem\]{
    padding-bottom: 0.625rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pl-\[1\.125rem\]{
    padding-left: 1.125rem;
  }

  .md\:pl-\[3\.12rem\]{
    padding-left: 3.12rem;
  }

  .md\:pr-\[1\.125rem\]{
    padding-right: 1.125rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.78rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[25px\]{
    padding-top: 25px;
  }

  .md\:text-5xl{
    font-size: 2.375rem;
  }

  .md\:text-\[\.88rem\]{
    font-size: .88rem;
  }

  .md\:text-\[2\.625rem\]{
    font-size: 2.625rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:shadow-\[0_1px_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
    --tw-shadow: 0 1px 20px rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[1\.875rem\]{
    bottom: 1.875rem;
  }

  .lg\:bottom-\[37px\]{
    bottom: 37px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-\[1\.875rem\]{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-\[65px\]{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mb-\[1\.1875rem\]{
    margin-bottom: 1.1875rem;
  }

  .lg\:mb-\[134px\]{
    margin-bottom: 134px;
  }

  .lg\:mb-\[4\.8125rem\]{
    margin-bottom: 4.8125rem;
  }

  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:ml-\[0\.9375rem\]{
    margin-left: 0.9375rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:h-\[450px\]{
    height: 450px;
  }

  .lg\:h-\[539px\]{
    height: 539px;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-\[140px\]{
    width: 140px;
  }

  .lg\:w-\[25\.172\%\]{
    width: 25.172%;
  }

  .lg\:w-\[310px\]{
    width: 310px;
  }

  .lg\:w-\[36\.188rem\]{
    width: 36.188rem;
  }

  .lg\:w-\[563px\]{
    width: 563px;
  }

  .lg\:w-\[600px\]{
    width: 600px;
  }

  .lg\:w-\[74\.828\%\]{
    width: 74.828%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[390px\]{
    max-width: 390px;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:gap-\[0\.98rem\]{
    gap: 0.98rem;
  }

  .lg\:gap-\[1\.31rem\]{
    gap: 1.31rem;
  }

  .lg\:gap-\[3\.125rem\]{
    gap: 3.125rem;
  }

  .lg\:gap-\[3\.12rem\]{
    gap: 3.12rem;
  }

  .lg\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }

  .lg\:gap-\[60px\]{
    gap: 60px;
  }

  .lg\:gap-x-\[3rem\]{
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:gap-x-\[4\.31rem\]{
    -moz-column-gap: 4.31rem;
    column-gap: 4.31rem;
  }

  .lg\:gap-x-\[65px\]{
    -moz-column-gap: 65px;
    column-gap: 65px;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:px-\[0\.875rem\]{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-\[1\.625rem\]{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg\:px-\[146px\]{
    padding-left: 146px;
    padding-right: 146px;
  }

  .lg\:px-\[2\.03rem\]{
    padding-left: 2.03rem;
    padding-right: 2.03rem;
  }

  .lg\:px-\[3\.75rem\]{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-\[33px\]{
    padding-left: 33px;
    padding-right: 33px;
  }

  .lg\:px-\[43px\]{
    padding-left: 43px;
    padding-right: 43px;
  }

  .lg\:px-\[5\.75rem\]{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .lg\:px-\[6\.875rem\]{
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }

  .lg\:px-\[62\.5px\]{
    padding-left: 62.5px;
    padding-right: 62.5px;
  }

  .lg\:px-\[73px\]{
    padding-left: 73px;
    padding-right: 73px;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-\[0\.9375rem\]{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-\[4\.125rem\]{
    padding-bottom: 4.125rem;
  }

  .lg\:pr-\[5\.8125rem\]{
    padding-right: 5.8125rem;
  }

  .lg\:pr-\[8\.125rem\]{
    padding-right: 8.125rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-\[3\.4375rem\]{
    padding-top: 3.4375rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-2xl{
    font-size: 1.25rem;
  }

  .lg\:text-3xl{
    font-size: 1.375rem;
  }

  .lg\:text-4xl{
    font-size: 1.75rem;
  }

  .lg\:text-5xl{
    font-size: 2.375rem;
  }

  .lg\:text-\[13px\]{
    font-size: 13px;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:leading-\[1\.375rem\]{
    line-height: 1.375rem;
  }

  .lg\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }

  .lg\:leading-\[2\.375rem\]{
    line-height: 2.375rem;
  }

  .lg\:leading-\[3\.25rem\]{
    line-height: 3.25rem;
  }

  .lg\:tracking-\[0\.0016rem\]{
    letter-spacing: 0.0016rem;
  }

  .lg\:tracking-\[0\.0102rem\]{
    letter-spacing: 0.0102rem;
  }

  .lg\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .lg\:hover\:shadow-\[0_0px_20px_5px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover{
    --tw-shadow: 0 0px 20px 5px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 0px 20px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:top-0{
    top: 0px;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-\[65px\]{
    margin-bottom: 65px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:w-\[234px\]{
    width: 234px;
  }

  .xl\:w-\[563px\]{
    width: 563px;
  }

  .xl\:w-\[617px\]{
    width: 617px;
  }

  .xl\:w-\[67\.02\%\]{
    width: 67.02%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-x-\[32px\]{
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .xl\:gap-y-\[15px\]{
    row-gap: 15px;
  }

  .xl\:space-x-\[2\.8125rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-\[222\.5px\]{
    padding-left: 222.5px;
    padding-right: 222.5px;
  }

  .xl\:px-\[37px\]{
    padding-left: 37px;
    padding-right: 37px;
  }

  .xl\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pl-\[96px\]{
    padding-left: 96px;
  }

  .xl\:pt-\[7\.625rem\]{
    padding-top: 7.625rem;
  }

  .xl\:pt-\[77px\]{
    padding-top: 77px;
  }

  .xl\:text-start{
    text-align: start;
  }

  .xl\:text-3xl{
    font-size: 1.375rem;
  }

  .xl\:text-4xl{
    font-size: 1.75rem;
  }

  .xl\:text-5xl{
    font-size: 2.375rem;
  }
}

@media (min-width: 1440px){
  .\32xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:ml-\[3\.12rem\]{
    margin-left: 3.12rem;
  }

  .\32xl\:h-\[347px\]{
    height: 347px;
  }

  .\32xl\:w-\[563px\]{
    width: 563px;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:min-w-\[14rem\]{
    min-width: 14rem;
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:gap-\[2\.94rem\]{
    gap: 2.94rem;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\32xl\:gap-\[8\.62rem\]{
    gap: 8.62rem;
  }

  .\32xl\:gap-x-\[2\.38rem\]{
    -moz-column-gap: 2.38rem;
    column-gap: 2.38rem;
  }

  .\32xl\:gap-x-\[2\.94rem\]{
    -moz-column-gap: 2.94rem;
    column-gap: 2.94rem;
  }

  .\32xl\:gap-x-\[8\.62rem\]{
    -moz-column-gap: 8.62rem;
    column-gap: 8.62rem;
  }

  .\32xl\:px-\[4\.06rem\]{
    padding-left: 4.06rem;
    padding-right: 4.06rem;
  }

  .\32xl\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .\32xl\:px-\[73px\]{
    padding-left: 73px;
    padding-right: 73px;
  }

  .\32xl\:text-5xl{
    font-size: 2.375rem;
  }

  .\32xl\:text-6xl{
    font-size: 2.625rem;
  }

  .\33xl\:top-1\/4{
    top: 25%;
  }

  .\33xl\:w-full{
    width: 100%;
  }

  .\33xl\:pl-32{
    padding-left: 8rem;
  }

  .\33xl\:pt-0{
    padding-top: 0px;
  }

  .\33xl\:text-center{
    text-align: center;
  }
}

.\[\&\:not\(\:last-child\)\]\:border-b-\[3px\]:not(:last-child){
  border-bottom-width: 3px;
}

@media (min-width: 768px){
  .md\:\[\&\:not\(\:last-child\)\]\:border-b-0\.5:not(:last-child){
    border-bottom-width: 0.5px;
  }
}

.before\:content-\[attr\(placeholder\)\]::before{
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}

.invalid\:text-gray-dark-6:invalid{
  --tw-text-opacity: 1;
  color: rgb(87 87 86 / var(--tw-text-opacity));
}

.focus-within\:border-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
}

.focus-within\:ring-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 161 215 / var(--tw-ring-opacity));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 161 215 / var(--tw-bg-opacity));
}

.hover\:bg-blue-dark-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 92 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 0 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-cards:hover{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(101 161 215 / var(--tw-border-opacity));
}

.focus\:ring-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 161 215 / var(--tw-ring-opacity));
}

.focus\:before\:content-\[\'\'\]:focus::before{
  --tw-content: '';
  content: var(--tw-content);
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 390px){
  .xs\:mt-6{
    margin-top: 1.5rem;
  }

  .xs\:w-6\/12{
    width: 50%;
  }

  .xs\:w-\[100\%\]{
    width: 100%;
  }

  .xs\:w-\[326px\]{
    width: 326px;
  }

  .xs\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:px-\[41px\]{
    padding-left: 41px;
    padding-right: 41px;
  }

  .xs\:px-\[55px\]{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:pl-2{
    padding-left: 0.5rem;
  }

  .xs\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xs\:pt-3{
    padding-top: 0.75rem;
  }

  .xs\:pt-3\.5{
    padding-top: 0.78rem;
  }
}

@media (min-width: 640px){
  .sm\:bottom-\[4\.06rem\]{
    bottom: 4.06rem;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-\[250px\]{
    height: 250px;
  }

  .sm\:h-\[6\.25rem\]{
    height: 6.25rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:w-\[14rem\]{
    width: 14rem;
  }

  .sm\:w-\[21\.875rem\]{
    width: 21.875rem;
  }

  .sm\:w-\[341px\]{
    width: 341px;
  }

  .sm\:w-\[6\.25rem\]{
    width: 6.25rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:max-w-\[301px\]{
    max-width: 301px;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:justify-normal{
    justify-content: normal;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:bg-gray-light-4{
    --tw-bg-opacity: 1;
    background-color: rgb(240 241 242 / var(--tw-bg-opacity));
  }

  .sm\:px-13{
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pr-\[4\.19rem\]{
    padding-right: 4.19rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:text-3xl{
    font-size: 1.375rem;
  }
}

@media (min-width: 740px){
  .\32sm\:h-11{
    height: 2.75rem;
  }

  .\32sm\:h-12{
    height: 3rem;
  }

  .\32sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32sm\:gap-y-0{
    row-gap: 0px;
  }
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:top-50px{
    top: 3.125rem;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-\[550px\]{
    width: 550px;
  }

  .md\:w-\[563px\]{
    width: 563px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-\[4\.125rem\]{
    row-gap: 4.125rem;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[0\.875rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(101 161 215 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-\[\.8rem\]{
    padding: .8rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-59px{
    padding-left: 3.6875rem;
    padding-right: 3.6875rem;
  }

  .md\:px-\[1rem\]{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-\[2\.1875rem\]{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .md\:px-\[4\.1875rem\]{
    padding-left: 4.1875rem;
    padding-right: 4.1875rem;
  }

  .md\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.78rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-50px{
    padding-bottom: 3.125rem;
  }

  .md\:pb-\[0\.625rem\]{
    padding-bottom: 0.625rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pl-\[1\.125rem\]{
    padding-left: 1.125rem;
  }

  .md\:pl-\[3\.12rem\]{
    padding-left: 3.12rem;
  }

  .md\:pr-\[1\.125rem\]{
    padding-right: 1.125rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.78rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[25px\]{
    padding-top: 25px;
  }

  .md\:text-5xl{
    font-size: 2.375rem;
  }

  .md\:text-\[\.88rem\]{
    font-size: .88rem;
  }

  .md\:text-\[2\.625rem\]{
    font-size: 2.625rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:shadow-\[0_1px_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
    --tw-shadow: 0 1px 20px rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[1\.875rem\]{
    bottom: 1.875rem;
  }

  .lg\:bottom-\[37px\]{
    bottom: 37px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-\[1\.875rem\]{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-\[65px\]{
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mb-\[1\.1875rem\]{
    margin-bottom: 1.1875rem;
  }

  .lg\:mb-\[134px\]{
    margin-bottom: 134px;
  }

  .lg\:mb-\[4\.8125rem\]{
    margin-bottom: 4.8125rem;
  }

  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:ml-\[0\.9375rem\]{
    margin-left: 0.9375rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:h-\[450px\]{
    height: 450px;
  }

  .lg\:h-\[539px\]{
    height: 539px;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-\[140px\]{
    width: 140px;
  }

  .lg\:w-\[25\.172\%\]{
    width: 25.172%;
  }

  .lg\:w-\[310px\]{
    width: 310px;
  }

  .lg\:w-\[36\.188rem\]{
    width: 36.188rem;
  }

  .lg\:w-\[563px\]{
    width: 563px;
  }

  .lg\:w-\[600px\]{
    width: 600px;
  }

  .lg\:w-\[74\.828\%\]{
    width: 74.828%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[390px\]{
    max-width: 390px;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:gap-\[0\.98rem\]{
    gap: 0.98rem;
  }

  .lg\:gap-\[1\.31rem\]{
    gap: 1.31rem;
  }

  .lg\:gap-\[3\.125rem\]{
    gap: 3.125rem;
  }

  .lg\:gap-\[3\.12rem\]{
    gap: 3.12rem;
  }

  .lg\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }

  .lg\:gap-\[60px\]{
    gap: 60px;
  }

  .lg\:gap-x-\[3rem\]{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-\[4\.31rem\]{
    -moz-column-gap: 4.31rem;
         column-gap: 4.31rem;
  }

  .lg\:gap-x-\[65px\]{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:px-\[0\.875rem\]{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-\[1\.625rem\]{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg\:px-\[146px\]{
    padding-left: 146px;
    padding-right: 146px;
  }

  .lg\:px-\[2\.03rem\]{
    padding-left: 2.03rem;
    padding-right: 2.03rem;
  }

  .lg\:px-\[3\.75rem\]{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-\[33px\]{
    padding-left: 33px;
    padding-right: 33px;
  }

  .lg\:px-\[43px\]{
    padding-left: 43px;
    padding-right: 43px;
  }

  .lg\:px-\[5\.75rem\]{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .lg\:px-\[6\.875rem\]{
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }

  .lg\:px-\[62\.5px\]{
    padding-left: 62.5px;
    padding-right: 62.5px;
  }

  .lg\:px-\[73px\]{
    padding-left: 73px;
    padding-right: 73px;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-\[0\.9375rem\]{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-\[4\.125rem\]{
    padding-bottom: 4.125rem;
  }

  .lg\:pr-\[5\.8125rem\]{
    padding-right: 5.8125rem;
  }

  .lg\:pr-\[8\.125rem\]{
    padding-right: 8.125rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-\[3\.4375rem\]{
    padding-top: 3.4375rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-2xl{
    font-size: 1.25rem;
  }

  .lg\:text-3xl{
    font-size: 1.375rem;
  }

  .lg\:text-4xl{
    font-size: 1.75rem;
  }

  .lg\:text-5xl{
    font-size: 2.375rem;
  }

  .lg\:text-\[13px\]{
    font-size: 13px;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:leading-\[1\.375rem\]{
    line-height: 1.375rem;
  }

  .lg\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }

  .lg\:leading-\[2\.375rem\]{
    line-height: 2.375rem;
  }

  .lg\:leading-\[3\.25rem\]{
    line-height: 3.25rem;
  }

  .lg\:tracking-\[0\.0016rem\]{
    letter-spacing: 0.0016rem;
  }

  .lg\:tracking-\[0\.0102rem\]{
    letter-spacing: 0.0102rem;
  }

  .lg\:first\:pb-0:first-child{
    padding-bottom: 0px;
  }

  .lg\:hover\:shadow-\[0_0px_20px_5px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover{
    --tw-shadow: 0 0px 20px 5px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 0px 20px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:top-0{
    top: 0px;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-\[65px\]{
    margin-bottom: 65px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:w-\[234px\]{
    width: 234px;
  }

  .xl\:w-\[563px\]{
    width: 563px;
  }

  .xl\:w-\[617px\]{
    width: 617px;
  }

  .xl\:w-\[67\.02\%\]{
    width: 67.02%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-x-\[32px\]{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xl\:gap-y-\[15px\]{
    row-gap: 15px;
  }

  .xl\:space-x-\[2\.8125rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-\[222\.5px\]{
    padding-left: 222.5px;
    padding-right: 222.5px;
  }

  .xl\:px-\[37px\]{
    padding-left: 37px;
    padding-right: 37px;
  }

  .xl\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pl-\[96px\]{
    padding-left: 96px;
  }

  .xl\:pt-\[7\.625rem\]{
    padding-top: 7.625rem;
  }

  .xl\:pt-\[77px\]{
    padding-top: 77px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-start{
    text-align: start;
  }

  .xl\:text-3xl{
    font-size: 1.375rem;
  }

  .xl\:text-4xl{
    font-size: 1.75rem;
  }

  .xl\:text-5xl{
    font-size: 2.375rem;
  }
}

@media (min-width: 1440px){
  .\32xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:ml-\[3\.12rem\]{
    margin-left: 3.12rem;
  }

  .\32xl\:h-\[347px\]{
    height: 347px;
  }

  .\32xl\:w-\[563px\]{
    width: 563px;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:min-w-\[14rem\]{
    min-width: 14rem;
  }

  .\32xl\:justify-start{
    justify-content: flex-start;
  }

  .\32xl\:gap-\[2\.94rem\]{
    gap: 2.94rem;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\32xl\:gap-\[8\.62rem\]{
    gap: 8.62rem;
  }

  .\32xl\:gap-x-\[2\.94rem\]{
    -moz-column-gap: 2.94rem;
         column-gap: 2.94rem;
  }

  .\32xl\:gap-x-\[8\.62rem\]{
    -moz-column-gap: 8.62rem;
         column-gap: 8.62rem;
  }

  .\32xl\:px-\[4\.06rem\]{
    padding-left: 4.06rem;
    padding-right: 4.06rem;
  }

  .\32xl\:px-\[63px\]{
    padding-left: 63px;
    padding-right: 63px;
  }

  .\32xl\:px-\[73px\]{
    padding-left: 73px;
    padding-right: 73px;
  }

  .\32xl\:text-5xl{
    font-size: 2.375rem;
  }

  .\32xl\:text-6xl{
    font-size: 2.625rem;
  }

  .\33xl\:top-1\/4{
    top: 25%;
  }

  .\33xl\:w-full{
    width: 100%;
  }

  .\33xl\:pl-32{
    padding-left: 8rem;
  }

  .\33xl\:pt-0{
    padding-top: 0px;
  }

  .\33xl\:text-center{
    text-align: center;
  }
}

.\[\&\:not\(\:last-child\)\]\:border-b-\[3px\]:not(:last-child){
  border-bottom-width: 3px;
}

@media (min-width: 768px){
  .md\:\[\&\:not\(\:last-child\)\]\:border-b-0\.5:not(:last-child){
    border-bottom-width: 0.5px;
  }
}

.cookies_container {
  display: none;flex-wrap: inherit;align-items: center;justify-content: space-between;
  display: none !important;
}

.cookies_paragraph {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #575756;
  display: none;
}

.cookies_link {
  text-decoration: underline; color: #65A1D7;
  display: none;
}

.cookies_button {
  display: none;
  background-color: #A7C712;border-radius: 50px;width: 224px;color: #fff;font-size: 16px;padding: 9px 19px 9px 19px;
}

@media (max-width: 920px){
  .cookies_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;  
    gap: 20px; 
    display: none;
  }
  .cookies_button {
    width: 330px;
  }
}

.navbar__menu {
  top: 15.6741rem;
}

.navbar__menu.top-0 {
  top: 66px;
}

@media only screen and (min-width: 440px) and (max-width: 766px) {
.navbar__menu {
  top: 14.6741rem;
}
}

/**umb_name:Black title 38px*/
.blackParagraphTitle {
	font-size: 38px;
	font-weight: 700;
	color: #262F33;
}

/**umb_name:Blue title 38px*/
.blueParagraphTitle {
	font-size: 38px;
	font-weight: 700;
	color: #262F33;
}

/**umb_name:Paragraph subtitle 28px*/
.individualParagraphSubtitle {
	font-size:22px;
	font-weight:600;
	color: #00395C;
}

/**umb_name:Paragraph subtitle 22px*/
.paragraphSubtitle {
	font-size:22px;
	font-weight:400;
	color: #00395C;
}

/**umb_name:Paragraph title*/
.generalParagraph--mainTitle {
	font-size: 28px;
	color: #262F33;
	font-weight: 700;
	line-height: normal;
}

/**umb_name:Paragraph subtitle*/
.generalParagraph--subtitle {
	color: #00395C;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

/**umb_name:Underline*/
.generalParagraph--underline {
	border-bottom: 1px solid #262F33;
}

/**umb_name:Dark blue btn*/
.darkBlueBtn {
	background-color: #00395C;
	color: #fff;
	border-radius: 50px;
	padding: 9px 19px;
}

/**umb_name:Light blue btn*/
.lightBlueBtn {
	background-color: #65A1D7;
	color: #fff;
	border-radius: 50px;
	padding: 9px 19px;
}

/**umb_name:Subtitle padding top 61px*/
.pt-61px {
	padding-top: 0;
}

/**umb_name:font-18*/
.font18 {
	font-size: 18px;
}

/**umb_name:Alternate Post Title*/
.alternatePostTitle {
	font-size: 22px;
	color: #262F33;
	font-weight: 700;
	line-height: normal;
}

/**umb_name:General Paragraph Title*/
.generalParagraphTitle {
	font-size: 32px;
	font-weight: 700;
	color: #262F33;
}
