@tailwind base;

@tailwind components;

@tailwind utilities;

:root{
  --noir: #333333;
  --gris: #707070;
  --gris-fonce: #212121;
  --violet-pale: #EDEBEB;
  --violet: #962654;
  --violet-fonce: #5D525C;
  --bleu: #2E9C8C;
  --blanc: #ffffff;
  --orange: #DA6B1F
}

body #header{
  position:absolute;
  width:100%
}

body #header #menu #menu-menu-1 *{
  font-family:"Montserrat", sans-serif;
  color:var(--violet-fonce);
  font-size:18px;
  font-weight:600
}

body #header #menu #menu-menu-1 #menu-item-290{
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative
}

body #header #menu #menu-menu-1 #menu-item-290 .dropdown-menu{
  display:none
}

@media screen and (min-width:1024px){
  body #header #menu #menu-menu-1 #menu-item-290:hover a.dropdown-toggle{
    color:var(--blanc);
    padding-bottom:10px
  }

  body #header #menu #menu-menu-1 #menu-item-290:hover .dropdown-menu{
    position:absolute;
    background-color:var(--blanc);
    border-radius:15px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:15px;
    gap:10px;
    top:30px
  }
}

body #header #menu #menu-menu-1 .nav-item{
  text-transform:uppercase
}

@media screen and (max-width:1023px){
  body #header #menu{
    background-color:var(--violet-fonce);
    opacity:0.9
  }

  body #header #menu #menu-menu-1 *{
    color:var(--blanc)
  }

  body #header #menu #menu-menu-1 #menu-item-290 .dropdown-menu{
    display:flex;
    flex-direction:column;
    align-items:center
  }

  body #header #menu #menu-menu-1 #menu-item-290 .dropdown-menu *{
    font-weight:400
  }
}

body.page-template-gabarit-edito #header #menu #menu-menu-1 *{
  color:var(--blanc)
}

@media screen and (min-width:1024px){
  body.page-template-gabarit-edito #header #menu #menu-menu-1 #menu-item-290:hover .dropdown-menu *{
    color:var(--violet-fonce)
  }
}

#footer{
  background-color:var(--noir)
}

#footer .footer_container *{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris);
  color:var(--blanc)
}

#footer .footer_container .bold{
  font-weight:500
}

#footer .legals *{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris);
  color:var(--blanc)
}

#footer .legals strong{
  font-weight:600
}

#footer .legals strong *{
  font-weight:600
}

section.programme_fidelite .programme_fidelite_container{
  background:var(--violet-pale)
}

section.programme_fidelite .scrolling_title{
  color:var(--blanc);
  font-size:clamp(60px, calc(60px + (150 - 60) * ((100vw - 375px) / (1920 - 375))), 150px);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800
}

section.programme_fidelite .scrolling_title #texte{
  white-space:nowrap;
  animation:slide 30s linear infinite;
  -webkit-animation:slide 30s linear infinite;
  font-size:clamp(60px, calc(60px + (150 - 60) * ((100vw - 375px) / (1920 - 375))), 150px)
}

@keyframes slide{
  from{
    transform:translateX(0%)
  }

  to{
    transform:translateX(-50%)
  }
}

section.programme_fidelite .programme_fidelite_violet h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

section.programme_fidelite .programme_fidelite_violet h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

section.programme_fidelite .programme_fidelite_blanc .left{
  background:var(--bleu)
}

section.programme_fidelite .programme_fidelite_blanc .left h3{
  font-size:clamp(30px, calc(30px + (60 - 30) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--blanc);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  line-height:1;
  font-weight:400
}

section.programme_fidelite .programme_fidelite_blanc .left p{
  font-size:clamp(25px, calc(25px + (35 - 25) * ((100vw - 375px) / (1920 - 375))), 35px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:400;
  line-height:1;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

section.programme_fidelite .programme_fidelite_blanc .left_content{
  transition:opacity 0.5s ease-in-out
}

section.programme_fidelite .programme_fidelite_blanc .left:hover .left_content{
  animation:slideDownFade 0.5s ease forwards
}

@keyframes slideDownFade{
  0%{
    transform:translateY(-50px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

section.programme_fidelite .programme_fidelite_blanc .right{
  background:var(--violet-pale)
}

section.programme_fidelite .programme_fidelite_blanc .right h3{
  font-size:clamp(30px, calc(30px + (60 - 30) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  line-height:1;
  font-weight:400
}

section.programme_fidelite .programme_fidelite_blanc .right p{
  font-size:clamp(23px, calc(23px + (28 - 23) * ((100vw - 375px) / (1920 - 375))), 28px);
  font-family:"Montserrat", sans-serif;
  color:var(--gris);
  font-weight:400;
  line-height:1
}

section.programme_fidelite .programme_fidelite_blanc .right p strong{
  font-weight:800
}

section.programme_fidelite .programme_fidelite_blanc .right_content{
  transition:opacity 0.5s ease-in-out
}

section.programme_fidelite .programme_fidelite_blanc .right:hover .right_content{
  animation:slideUpFade 0.5s ease forwards
}

@keyframes slideUpFade{
  0%{
    transform:translateY(50px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

section.programme_fidelite .programme_fidelite_blanc .right,section.programme_fidelite .programme_fidelite_blanc .left{
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1)
}

@media screen and (max-width:767px){
  section.programme_fidelite .programme_fidelite_blanc .left:hover .left_content{
    animation:none
  }

  section.programme_fidelite .programme_fidelite_blanc .right:hover .right_content{
    animation:none
  }
}

.news_form{
  width:100%;
  display:flex;
  align-items:center
}

.news_form form{
  width:100%
}

.news_form .news_input{
  width:60%
}

.news_form .news_input input{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:200;
  font-style:italic;
  border:none;
  background:transparent;
  border-bottom:solid 1px var(--blanc);
  width:100%
}

.news_form .news_input input::-moz-placeholder{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:200;
  font-style:italic
}

.news_form .news_input input::placeholder{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:200;
  font-style:italic
}

.news_form .sib-default-btn{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--blanc);
  background-color:var(--blanc);
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase;
  width:100%
}

.news_form .sib-default-btn:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  .news_form .sib-default-btn{
    padding:15px 20px
  }
}

#home section.en_tete svg{
  width:clamp(350px, calc(350px + (500 - 350) * ((100vw - 375px) / (1920 - 375))), 500px)
}

#home section.mb_boutique .mb_boutique__left h1{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--violet-fonce);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#home section.mb_boutique .mb_boutique__left h1::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--violet);
  width:150px;
  bottom:-20px;
  left:0
}

#home section.mb_boutique .mb_boutique__left .description{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#home section.mb_boutique .mb_boutique__left .links a{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--gris);
  background-color:white;
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase
}

#home section.mb_boutique .mb_boutique__left .links a:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  #home section.mb_boutique .mb_boutique__left .links a{
    padding:15px 20px
  }
}

#home section.mb_boutique .mb_boutique__right .carousel{
  left:50%;
  transform:translatex(-50%)
}

#home section.mb_boutique .mb_boutique__right .slides .slide{
  background:radial-gradient(circle, white 50%, #edebeb 100%)
}

#home section.en_ce_moment{
  background-color:var(--violet-pale)
}

#home section.en_ce_moment .en_ce_moment_container h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--violet-fonce);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#home section.en_ce_moment .en_ce_moment_container h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

#home section.en_ce_moment .en_ce_moment_container .slide_container .content_right h3{
  font-size:clamp(25px, calc(25px + (25 - 25) * ((100vw - 375px) / (1920 - 375))), 25px);
  color:var(--violet-fonce);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1
}

#home section.en_ce_moment .en_ce_moment_container .slide_container .content_right p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--violet-fonce)
}

#home section.en_ce_moment .en_ce_moment_container .slide_container .content_left,#home section.en_ce_moment .en_ce_moment_container .slide_container .content_right{
  box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:1023px){
  #home section.en_ce_moment .en_ce_moment_container .slide_container .content_left,#home section.en_ce_moment .en_ce_moment_container .slide_container .content_right{
    box-shadow:none
  }
}

#home section.en_ce_moment .en_ce_moment_container .swiper-button-next,#home section.en_ce_moment .en_ce_moment_container .swiper-button-prev{
  color:var(--violet-fonce)
}

#home section.en_ce_moment .en_ce_moment_container .swiper-button-next:after,#home section.en_ce_moment .en_ce_moment_container .swiper-button-prev:after{
  font-size:25px;
  font-weight:800
}

#home section.en_ce_moment .en_ce_moment_container .swiper-pagination-bullet-active{
  background:var(--bleu)
}

#home section.le_maroquinier h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--violet-fonce);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#home section.le_maroquinier h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--violet);
  width:50%;
  bottom:-20px;
  left:25%
}

#home section.le_maroquinier .le_maroquinier_container .right{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--blanc);
  background:var(--violet)
}

#home section.le_maroquinier .le_maroquinier_container .right a{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--gris);
  background-color:white;
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase
}

#home section.le_maroquinier .le_maroquinier_container .right a:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  #home section.le_maroquinier .le_maroquinier_container .right a{
    padding:15px 20px
  }
}

@media screen and (max-width:1023px){
  #home section.le_maroquinier .le_maroquinier_container .left{
    background:linear-gradient(to top, var(--violet) 50%, transparent 30%)
  }
}

#home section.contact .contact_container .left h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#home section.contact .contact_container .left h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--violet);
  width:150px;
  bottom:-20px;
  left:0
}

#home section.contact .contact_container .left input,#home section.contact .contact_container .left textarea{
  color:var(--gris)
}

#home section.contact .contact_container .left input::-moz-placeholder, #home section.contact .contact_container .left textarea::-moz-placeholder{
  color:var(--gris);
  opacity:0.8
}

#home section.contact .contact_container .left input::placeholder,#home section.contact .contact_container .left textarea::placeholder{
  color:var(--gris);
  opacity:0.8
}

#home section.contact .contact_container .left .send{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--gris);
  background-color:white;
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase;
  padding:20px 35px;
  width:100%
}

#home section.contact .contact_container .left .send:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  #home section.contact .contact_container .left .send{
    padding:15px 20px
  }
}

#home section.contact .contact_container .right .head{
  background:var(--violet-pale);
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#home section.contact .contact_container .right .head div[data-target="mb_access"],#home section.contact .contact_container .right .head div[data-target="lm_access"]{
  color:var(--gris)
}

#home section.contact .contact_container .right .head div[data-target="mb_access"].active,#home section.contact .contact_container .right .head div[data-target="lm_access"].active{
  background:var(--gris);
  color:var(--blanc)
}

#home section.contact .contact_container .right .head div[data-target="mb_access"]:hover,#home section.contact .contact_container .right .head div[data-target="lm_access"]:hover{
  cursor:pointer
}

#home section.contact .contact_container .right #mb_access,#home section.contact .contact_container .right #lm_access{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#home section.nous_suivre{
  background-color:var(--violet-pale)
}

#home section.nous_suivre .nous_suivre_container h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#home section.nous_suivre .nous_suivre_container h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

#home section.nous_suivre .nous_suivre_container .redirection_instagram{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--gris);
  background-color:var(--violet-pale);
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase
}

#home section.nous_suivre .nous_suivre_container .redirection_instagram:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  #home section.nous_suivre .nous_suivre_container .redirection_instagram{
    padding:15px 20px
  }
}

#home section.nous_suivre .newsletter{
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1);
  background-color:var(--bleu)
}

#home section.nous_suivre .newsletter .news_title h2{
  font-size:clamp(25px, calc(25px + (40 - 25) * ((100vw - 375px) / (1920 - 375))), 40px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:400;
  line-height:1;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

#home section.nous_suivre .newsletter .news_title h2 span{
  font-size:clamp(30px, calc(30px + (50 - 30) * ((100vw - 375px) / (1920 - 375))), 50px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:800;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

@media screen and (max-width:1023px){
  #home section.mb_boutique .mb_boutique__left h1{
    position:relative
  }

  #home section.mb_boutique .mb_boutique__left h1::after{
    content:"";
    display:block;
    position:absolute;
    border-bottom:solid 5px var(--violet);
    width:50%;
    bottom:-20px;
    left:25%
  }

  #home section.mb_boutique .mb_boutique__right .slider .swiper-slide{
    background:var(--violet-pale)
  }

  #home section.mb_boutique .mb_boutique__right .slider .swiper-pagination-bullet-active{
    background:var(--violet)
  }

  #home section.contact .contact_container .left h2{
    position:relative
  }

  #home section.contact .contact_container .left h2::after{
    content:"";
    display:block;
    position:absolute;
    border-bottom:solid 5px var(--violet);
    width:50%;
    bottom:-20px;
    left:25%
  }

  #home section.contact .contact_container .left form input::-moz-placeholder, #home section.contact .contact_container .left form textarea::-moz-placeholder{
    text-align:center
  }

  #home section.contact .contact_container .left form input::placeholder,#home section.contact .contact_container .left form textarea::placeholder{
    text-align:center
  }

  #home section.contact .contact_container .left form .button-submit>p{
    width:100%
  }

  #home section.contact .contact_container .left form .button-submit>p input{
    margin-top:1.25rem
  }

  #home section.contact .contact_container .right p{
    text-align:center
  }
}

#edito h1{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito h1::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

#edito section.contenu_flexible .componentTexteCenter h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito section.contenu_flexible .componentTexteCenter h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

#edito section.contenu_flexible .componentTexteCenter p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentTexteCenter a{
  font-size:clamp(16px, calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375))), 18px);
  border:solid 1px var(--gris);
  background-color:white;
  color:var(--gris-fonce);
  font-family:"Montserrat", sans-serif;
  transition:all 0.3s ease-in-out;
  border-radius:20px;
  padding:20px 25px;
  text-transform:uppercase
}

#edito section.contenu_flexible .componentTexteCenter a:hover{
  scale:0.9;
  cursor:pointer;
  transition:all 0.3s ease-in-out
}

@media screen and (max-width:1024px){
  #edito section.contenu_flexible .componentTexteCenter a{
    padding:15px 20px
  }
}

#edito section.contenu_flexible .componentPhotoGaucheTexteDroite h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito section.contenu_flexible .componentPhotoGaucheTexteDroite h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:150px;
  bottom:-20px;
  left:0
}

#edito section.contenu_flexible .componentPhotoGaucheTexteDroite img{
  background:radial-gradient(circle, white 50%, #edebeb 100%)
}

#edito section.contenu_flexible .componentPhotoGaucheTexteDroite p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentPhotoDroiteTexteGauche h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito section.contenu_flexible .componentPhotoDroiteTexteGauche h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:150px;
  bottom:-20px;
  right:0
}

#edito section.contenu_flexible .componentPhotoDroiteTexteGauche img{
  background:radial-gradient(circle, white 50%, #edebeb 100%)
}

#edito section.contenu_flexible .componentPhotoDroiteTexteGauche p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentChiffresCle{
  background-color:var(--violet)
}

#edito section.contenu_flexible .componentChiffresCle .chiffre{
  font-size:clamp(70px, calc(70px + (90 - 70) * ((100vw - 375px) / (1920 - 375))), 90px);
  color:var(--blanc);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1
}

#edito section.contenu_flexible .componentChiffresCle .indice{
  font-size:clamp(30px, calc(30px + (40 - 30) * ((100vw - 375px) / (1920 - 375))), 40px);
  color:var(--blanc);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  line-height:1;
  font-weight:400
}

#edito section.contenu_flexible .componentBlocAdresse .head{
  background-color:var(--violet-pale);
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="mb_access"],#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="lm_access"]{
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="mb_access"].active,#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="lm_access"].active{
  background:var(--gris);
  color:var(--blanc)
}

#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="mb_access"]:hover,#edito section.contenu_flexible .componentBlocAdresse .head div[data-target="lm_access"]:hover{
  cursor:pointer
}

#edito section.contenu_flexible .componentBlocAdresse #mb_access,#edito section.contenu_flexible .componentBlocAdresse #lm_access{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocMarques *{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-next,#edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-prev{
  color:var(--violet);
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1)
}

#edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-next:after,#edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-prev:after{
  font-size:20px
}

#edito section.contenu_flexible .componentBlocMarques .marque .swiper-slide{
  background:radial-gradient(circle, white 50%, #edebeb 100%)
}

#edito section.contenu_flexible .componentBlocMarques .marque .swiper-slide.swiper-slide-active{
  border:solid 4px var(--violet)
}

#edito section.contenu_flexible .componentBlocMarques .marque .swiper-slide.swiper-slide-active:after{
  content:url('data:image/svg+xml,<svg width="25px" height="25px" viewBox="0 -0.5 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="si-glyph si-glyph-triangle-up" fill="%23962654" stroke="%23962654"> <g  stroke-width="0"></g> <g  stroke-linecap="round" stroke-linejoin="round"></g> <g ><title>1236</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M7.96,2.392 C8.541,1.812 9.482,1.812 10.064,2.392 L16.506,8.836 C17.088,9.417 17.345,10.939 15.506,10.939 L2.518,10.939 C0.616,10.939 0.936,9.418 1.517,8.836 L7.96,2.392 L7.96,2.392 Z" fill="%23962654" class="si-glyph-fill"></path> </g> </g> </svg>');
  position:absolute;
  transform:rotate(180deg) translateY(8px);
  bottom:-25px
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--violet);
  width:150px;
  bottom:-20px;
  left:0
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent .swiper-slide{
  background:radial-gradient(circle, white 50%, #edebeb 100%)
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent .swiper-button-next,#edito section.contenu_flexible .componentBlocMarques .marquesContent .swiper-button-prev{
  color:var(--violet);
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1)
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent .swiper-button-next:after,#edito section.contenu_flexible .componentBlocMarques .marquesContent .swiper-button-prev:after{
  font-size:20px
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent .paginationIllustration .swiper-pagination-bullet{
  width:100%;
  border-radius:0;
  background:var(--gris);
  height:2px
}

#edito section.contenu_flexible .componentBlocMarques .marquesContent .paginationIllustration .swiper-pagination-bullet-active{
  background:var(--bleu);
  border-radius:20px;
  height:8px
}

#edito section.contenu_flexible .componentBlocAnnees{
  background-color:var(--violet-pale)
}

#edito section.contenu_flexible .componentBlocAnnees .h3{
  font-size:clamp(30px, calc(30px + (30 - 30) * ((100vw - 375px) / (1920 - 375))), 30px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris);
  font-weight:bold
}

#edito section.contenu_flexible .componentBlocAnnees p{
  font-size:clamp(16px, calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))), 20px);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  color:var(--gris)
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-slide-shadow-left,#edito section.contenu_flexible .componentBlocAnnees .swiper-slide-shadow-right,#edito section.contenu_flexible .componentBlocAnnees .swiper-slide-shadow-top,#edito section.contenu_flexible .componentBlocAnnees .swiper-slide-shadow-bottom{
  background-image:none
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide{
  z-index:1 !important
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide .h2{
  font-size:clamp(40px, calc(40px + (60 - 40) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  opacity:0.3
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide.swiper-slide-active{
  z-index:10 !important
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide.swiper-slide-active .h2{
  font-size:clamp(100px, calc(100px + (120 - 100) * ((100vw - 375px) / (1920 - 375))), 120px);
  color:var(--violet-fonce);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  opacity:1
}

#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide.swiper-slide-prev .h2,#edito section.contenu_flexible .componentBlocAnnees .swiper-wrapper .swiper-slide.swiper-slide-next .h2{
  font-size:clamp(60px, calc(60px + (60 - 60) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1
}

#edito section.contenu_flexible .componentBlocFidelite{
  background-color:var(--violet-pale)
}

#edito section.contenu_flexible .componentBlocFidelite h2{
  font-size:clamp(35px, calc(35px + (60 - 35) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  font-weight:800;
  line-height:1;
  position:relative
}

#edito section.contenu_flexible .componentBlocFidelite h2::after{
  content:"";
  display:block;
  position:absolute;
  border-bottom:solid 5px var(--bleu);
  width:50%;
  bottom:-20px;
  left:25%
}

#edito section.contenu_flexible .componentBlocFidelite .left{
  background:var(--bleu)
}

#edito section.contenu_flexible .componentBlocFidelite .left h3{
  font-size:clamp(30px, calc(30px + (60 - 30) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--blanc);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  line-height:1;
  font-weight:400
}

#edito section.contenu_flexible .componentBlocFidelite .left p{
  font-size:clamp(30px, calc(30px + (40 - 30) * ((100vw - 375px) / (1920 - 375))), 40px);
  font-family:"Montserrat", sans-serif;
  color:var(--gris);
  color:var(--blanc);
  font-weight:400;
  line-height:1;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

#edito section.contenu_flexible .componentBlocFidelite .left_content{
  transition:opacity 0.5s ease-in-out
}

#edito section.contenu_flexible .componentBlocFidelite .left:hover .left_content{
  animation:slideDownFade 1.2s ease forwards
}

@keyframes slideDownFade{
  0%{
    transform:translateY(-50px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

#edito section.contenu_flexible .componentBlocFidelite .right{
  background:var(--violet-pale)
}

#edito section.contenu_flexible .componentBlocFidelite .right h3{
  font-size:clamp(30px, calc(30px + (60 - 30) * ((100vw - 375px) / (1920 - 375))), 60px);
  color:var(--gris);
  text-transform:uppercase;
  font-family:"Myanmar MN", "Arsenal", sans-serif;
  line-height:1;
  font-weight:400
}

#edito section.contenu_flexible .componentBlocFidelite .right p{
  font-size:clamp(23px, calc(23px + (33 - 23) * ((100vw - 375px) / (1920 - 375))), 33px);
  font-family:"Montserrat", sans-serif;
  color:var(--gris);
  font-weight:400;
  line-height:1
}

#edito section.contenu_flexible .componentBlocFidelite .right p strong{
  font-weight:800
}

#edito section.contenu_flexible .componentBlocFidelite .right_content{
  transition:opacity 0.5s ease-in-out
}

#edito section.contenu_flexible .componentBlocFidelite .right:hover .right_content{
  animation:slideUpFade 1.2s ease forwards
}

@keyframes slideUpFade{
  0%{
    transform:translateY(50px);
    opacity:0
  }

  100%{
    transform:translateY(0);
    opacity:1
  }
}

#edito section.contenu_flexible .componentBlocFidelite .right,#edito section.contenu_flexible .componentBlocFidelite .left{
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1)
}

#edito section.contenu_flexible .nous_suivre .newsletter{
  box-shadow:0 1px 1px rgba(3, 7, 18, 0.02), 0 2px 4px rgba(3, 7, 18, 0.04), 0 5px 9px rgba(3, 7, 18, 0.06), 0 10px 15px rgba(3, 7, 18, 0.08), 0 15px 24px rgba(3, 7, 18, 0.1);
  background-color:var(--bleu)
}

#edito section.contenu_flexible .nous_suivre .newsletter .news_title h2{
  font-size:clamp(25px, calc(25px + (40 - 25) * ((100vw - 375px) / (1920 - 375))), 40px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:400;
  line-height:1;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

#edito section.contenu_flexible .nous_suivre .newsletter .news_title h2 span{
  font-size:clamp(30px, calc(30px + (50 - 30) * ((100vw - 375px) / (1920 - 375))), 50px);
  font-family:"Montserrat", sans-serif;
  color:var(--blanc);
  font-weight:800;
  font-family:"Myanmar MN", "Arsenal", sans-serif
}

@media screen and (max-width:1023px){
  #edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-next,#edito section.contenu_flexible .componentBlocMarques .marque .swiper-button-prev{
    display:none
  }
}

@media screen and (max-width:767px){
  #edito section.contenu_flexible .componentBlocFidelite .left:hover .left_content{
    animation:none
  }

  #edito section.contenu_flexible .componentBlocFidelite .right:hover .right_content{
    animation: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:  
}

/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%
}

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

@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: 1536px){
  .container{
    max-width: 1536px
  }
}

.static{
  position: static
}

.fixed{
  position: fixed
}

.absolute{
  position: absolute
}

.relative{
  position: relative
}

.inset-x-0{
  left: 0px;
  right: 0px
}

.\!-bottom-\[5\%\]{
  bottom: -5% !important
}

.-bottom-14{
  bottom: -3.5rem
}

.-left-16{
  left: -4rem
}

.-right-16{
  right: -4rem
}

.-top-32{
  top: -8rem
}

.-top-\[10px\]{
  top: -10px
}

.bottom-0{
  bottom: 0px
}

.bottom-5{
  bottom: 1.25rem
}

.bottom-\[17\%\]{
  bottom: 17%
}

.bottom-\[5\%\]{
  bottom: 5%
}

.left-0{
  left: 0px
}

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

.left-\[30\%\]{
  left: 30%
}

.left-\[5\%\]{
  left: 5%
}

.right-0{
  right: 0px
}

.right-\[15px\]{
  right: 15px
}

.right-\[20px\]{
  right: 20px
}

.right-\[30\%\]{
  right: 30%
}

.right-\[5\%\]{
  right: 5%
}

.top-0{
  top: 0px
}

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

.top-5{
  top: 1.25rem
}

.top-\[107\%\]{
  top: 107%
}

.top-\[42\%\]{
  top: 42%
}

.top-\[75\%\]{
  top: 75%
}

.top-\[8\%\]{
  top: 8%
}

.isolate{
  isolation: isolate
}

.z-0{
  z-index: 0
}

.z-10{
  z-index: 10
}

.z-20{
  z-index: 20
}

.z-30{
  z-index: 30
}

.z-\[100\]{
  z-index: 100
}

.z-\[101\]{
  z-index: 101
}

.order-1{
  order: 1
}

.order-2{
  order: 2
}

.col-span-2{
  grid-column: span 2 / span 2
}

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

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

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

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

.mb-10{
  margin-bottom: 2.5rem
}

.mb-12{
  margin-bottom: 3rem
}

.mb-16{
  margin-bottom: 4rem
}

.mb-20{
  margin-bottom: 5rem
}

.mb-28{
  margin-bottom: 7rem
}

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

.mb-48{
  margin-bottom: 12rem
}

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

.mb-6{
  margin-bottom: 1.5rem
}

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

.ml-\[10\%\]{
  margin-left: 10%
}

.mr-\[10\%\]{
  margin-right: 10%
}

.mr-auto{
  margin-right: auto
}

.mt-0{
  margin-top: 0px
}

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

.mt-16{
  margin-top: 4rem
}

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

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

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

.mt-8{
  margin-top: 2rem
}

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

.block{
  display: block
}

.flex{
  display: flex
}

.grid{
  display: grid
}

.hidden{
  display: none
}

.aspect-\[1\.2\]{
  aspect-ratio: 1.2
}

.aspect-square{
  aspect-ratio: 1 / 1
}

.h-3\/5{
  height: 60%
}

.h-32{
  height: 8rem
}

.h-\[100px\]{
  height: 100px
}

.h-\[110px\]{
  height: 110px
}

.h-\[170px\]{
  height: 170px
}

.h-\[200px\]{
  height: 200px
}

.h-\[250px\]{
  height: 250px
}

.h-\[300px\]{
  height: 300px
}

.h-\[400px\]{
  height: 400px
}

.h-\[450px\]{
  height: 450px
}

.h-\[45px\]{
  height: 45px
}

.h-\[500px\]{
  height: 500px
}

.h-\[60dvh\]{
  height: 60dvh
}

.h-auto{
  height: auto
}

.h-full{
  height: 100%
}

.h-screen{
  height: 100vh
}

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

.w-10\/12{
  width: 83.333333%
}

.w-11\/12{
  width: 91.666667%
}

.w-\[150px\]{
  width: 150px
}

.w-\[45px\]{
  width: 45px
}

.w-\[60\%\]{
  width: 60%
}

.w-auto{
  width: auto
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content
}

.w-full{
  width: 100%
}

.w-max{
  width: -moz-max-content;
  width: max-content
}

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

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

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

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

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

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

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

.max-w-\[60\%\]{
  max-width: 60%
}

.max-w-\[90\%\]{
  max-width: 90%
}

.flex-1{
  flex: 1 1 0%
}

.-translate-x-1\/2{
  --tw-translate-x: -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))
}

.-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))
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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))
}

.scale-\[1\.55\]{
  --tw-scale-x: 1.55;
  --tw-scale-y: 1.55;
  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
}

.resize{
  resize: both
}

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

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

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr))
}

.flex-row{
  flex-direction: row
}

.flex-col{
  flex-direction: column
}

.flex-wrap{
  flex-wrap: wrap
}

.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-evenly{
  justify-content: space-evenly
}

.gap-10{
  gap: 2.5rem
}

.gap-12{
  gap: 3rem
}

.gap-2{
  gap: 0.5rem
}

.gap-20{
  gap: 5rem
}

.gap-4{
  gap: 1rem
}

.gap-5{
  gap: 1.25rem
}

.self-center{
  align-self: center
}

.overflow-hidden{
  overflow: hidden
}

.whitespace-normal{
  white-space: normal
}

.break-words{
  overflow-wrap: break-word
}

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

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

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

.rounded-\[2rem\]{
  border-radius: 2rem
}

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

.rounded-xl{
  border-radius: 0.75rem
}

.rounded-l-\[20px\]{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

.rounded-r-\[20px\]{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.rounded-r-\[2rem\]{
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem
}

.border{
  border-width: 1px
}

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

.border-b{
  border-bottom-width: 1px
}

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

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

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

.object-\[75\%\]{
  -o-object-position: 75%;
     object-position: 75%
}

.p-10{
  padding: 2.5rem
}

.p-4{
  padding: 1rem
}

.p-5{
  padding: 1.25rem
}

.p-6{
  padding: 1.5rem
}

.p-8{
  padding: 2rem
}

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

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem
}

.pb-12{
  padding-bottom: 3rem
}

.pb-16{
  padding-bottom: 4rem
}

.pb-20{
  padding-bottom: 5rem
}

.pb-24{
  padding-bottom: 6rem
}

.pb-28{
  padding-bottom: 7rem
}

.pb-48{
  padding-bottom: 12rem
}

.pb-8{
  padding-bottom: 2rem
}

.pl-0{
  padding-left: 0px
}

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

.pr-4{
  padding-right: 1rem
}

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

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

.pt-0{
  padding-top: 0px
}

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

.pt-16{
  padding-top: 4rem
}

.pt-24{
  padding-top: 6rem
}

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

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

.text-center{
  text-align: center
}

.text-right{
  text-align: right
}

.uppercase{
  text-transform: uppercase
}

.italic{
  font-style: italic
}

.underline{
  text-decoration-line: underline
}

.opacity-100{
  opacity: 1
}

.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)
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.\[grid-template-columns\:repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{
  grid-template-columns: repeat(auto-fit,minmax(0,1fr))
}

@media (min-width: 768px){
  .md\:-left-\[21\%\]{
    left: -21%
  }

  .md\:-right-\[28\%\]{
    right: -28%
  }

  .md\:bottom-5{
    bottom: 1.25rem
  }

  .md\:bottom-auto{
    bottom: auto
  }

  .md\:left-5{
    left: 1.25rem
  }

  .md\:left-\[35\%\]{
    left: 35%
  }

  .md\:left-\[55\%\]{
    left: 55%
  }

  .md\:right-5{
    right: 1.25rem
  }

  .md\:top-5{
    top: 1.25rem
  }

  .md\:top-\[85\%\]{
    top: 85%
  }

  .md\:top-auto{
    top: auto
  }

  .md\:mt-20{
    margin-top: 5rem
  }

  .md\:h-40{
    height: 10rem
  }

  .md\:h-\[300px\]{
    height: 300px
  }

  .md\:w-11\/12{
    width: 91.666667%
  }

  .md\:w-8\/12{
    width: 66.666667%
  }

  .md\:w-\[150px\]{
    width: 150px
  }

  .md\:w-auto{
    width: auto
  }

  .md\:max-w-\[70\%\]{
    max-width: 70%
  }

  .md\:scale-\[1\.7\]{
    --tw-scale-x: 1.7;
    --tw-scale-y: 1.7;
    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))
  }

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

  .md\:gap-5{
    gap: 1.25rem
  }

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

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem
  }

  .md\:pl-\[20\%\]{
    padding-left: 20%
  }

  .md\:pr-\[20\%\]{
    padding-right: 20%
  }

  .md\:text-left{
    text-align: left
  }

  .md\:text-right{
    text-align: right
  }

  .md\:opacity-0{
    opacity: 0
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute
  }

  .lg\:relative{
    position: relative
  }

  .lg\:-bottom-\[50\%\]{
    bottom: -50%
  }

  .lg\:-right-\[40\%\]{
    right: -40%
  }

  .lg\:-top-\[10\%\]{
    top: -10%
  }

  .lg\:-top-\[50\%\]{
    top: -50%
  }

  .lg\:left-0{
    left: 0px
  }

  .lg\:left-\[10\%\]{
    left: 10%
  }

  .lg\:left-\[17\%\]{
    left: 17%
  }

  .lg\:right-\[10\%\]{
    right: 10%
  }

  .lg\:right-\[5\%\]{
    right: 5%
  }

  .lg\:top-\[12\%\]{
    top: 12%
  }

  .lg\:top-\[25\%\]{
    top: 25%
  }

  .lg\:top-\[50\%\]{
    top: 50%
  }

  .lg\:order-1{
    order: 1
  }

  .lg\:order-2{
    order: 2
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1
  }

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

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

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .lg\:mb-48{
    margin-bottom: 12rem
  }

  .lg\:ml-0{
    margin-left: 0px
  }

  .lg\:ml-4{
    margin-left: 1rem
  }

  .lg\:ml-auto{
    margin-left: auto
  }

  .lg\:mr-0{
    margin-right: 0px
  }

  .lg\:mt-0{
    margin-top: 0px
  }

  .lg\:mt-20{
    margin-top: 5rem
  }

  .lg\:mt-48{
    margin-top: 12rem
  }

  .lg\:block{
    display: block
  }

  .lg\:grid{
    display: grid
  }

  .lg\:hidden{
    display: none
  }

  .lg\:h-3\/5{
    height: 60%
  }

  .lg\:h-\[120\%\]{
    height: 120%
  }

  .lg\:h-\[150px\]{
    height: 150px
  }

  .lg\:h-\[160px\]{
    height: 160px
  }

  .lg\:h-\[200\%\]{
    height: 200%
  }

  .lg\:h-\[200px\]{
    height: 200px
  }

  .lg\:h-\[370px\]{
    height: 370px
  }

  .lg\:h-\[450px\]{
    height: 450px
  }

  .lg\:h-\[700px\]{
    height: 700px
  }

  .lg\:h-auto{
    height: auto
  }

  .lg\:h-full{
    height: 100%
  }

  .lg\:max-h-\[760px\]{
    max-height: 760px
  }

  .lg\:w-10\/12{
    width: 83.333333%
  }

  .lg\:w-7\/12{
    width: 58.333333%
  }

  .lg\:w-8\/12{
    width: 66.666667%
  }

  .lg\:w-\[200px\]{
    width: 200px
  }

  .lg\:w-\[230px\]{
    width: 230px
  }

  .lg\:w-\[85\%\]{
    width: 85%
  }

  .lg\:w-auto{
    width: auto
  }

  .lg\:w-full{
    width: 100%
  }

  .lg\:max-w-\[84\%\]{
    max-width: 84%
  }

  .lg\:max-w-none{
    max-width: none
  }

  .lg\:scale-\[1\.2\]{
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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))
  }

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

  .lg\:grid-cols-\[20\%_70\%_10\%\]{
    grid-template-columns: 20% 70% 10%
  }

  .lg\:grid-cols-\[27\.5\%_67\.5\%\]{
    grid-template-columns: 27.5% 67.5%
  }

  .lg\:grid-cols-\[35\%_65\%\]{
    grid-template-columns: 35% 65%
  }

  .lg\:grid-cols-\[40\%_60\%\]{
    grid-template-columns: 40% 60%
  }

  .lg\:grid-cols-\[67\.5\%_27\.5\%\]{
    grid-template-columns: 67.5% 27.5%
  }

  .lg\:flex-row{
    flex-direction: row
  }

  .lg\:items-start{
    align-items: flex-start
  }

  .lg\:justify-end{
    justify-content: flex-end
  }

  .lg\:justify-center{
    justify-content: center
  }

  .lg\:gap-0{
    gap: 0px
  }

  .lg\:gap-10{
    gap: 2.5rem
  }

  .lg\:gap-20{
    gap: 5rem
  }

  .lg\:gap-4{
    gap: 1rem
  }

  .lg\:gap-5{
    gap: 1.25rem
  }

  .lg\:gap-\[5\%\]{
    gap: 5%
  }

  .lg\:rounded-\[20px\]{
    border-radius: 20px
  }

  .lg\:rounded-\[2rem\]{
    border-radius: 2rem
  }

  .lg\:rounded-l-\[2rem\]{
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem
  }

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

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill
  }

  .lg\:p-8{
    padding: 2rem
  }

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

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

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem
  }

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

  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem
  }

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

  .lg\:pb-24{
    padding-bottom: 6rem
  }

  .lg\:pl-24{
    padding-left: 6rem
  }

  .lg\:pl-\[40\%\]{
    padding-left: 40%
  }

  .lg\:pr-0{
    padding-right: 0px
  }

  .lg\:pr-20{
    padding-right: 5rem
  }

  .lg\:pr-\[40\%\]{
    padding-right: 40%
  }

  .lg\:pt-0{
    padding-top: 0px
  }

  .lg\:pt-16{
    padding-top: 4rem
  }

  .lg\:pt-24{
    padding-top: 6rem
  }

  .lg\:pt-28{
    padding-top: 7rem
  }

  .lg\:pt-36{
    padding-top: 9rem
  }

  .lg\:text-left{
    text-align: left
  }
}

@media (min-width: 1280px){
  .xl\:left-\[18\%\]{
    left: 18%
  }

  .xl\:right-\[18\%\]{
    right: 18%
  }

  .xl\:w-10\/12{
    width: 83.333333%
  }

  .xl\:w-7\/12{
    width: 58.333333%
  }

  .xl\:w-\[250px\]{
    width: 250px
  }

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

  .xl\:pl-36{
    padding-left: 9rem
  }
}

