@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 100px;
  background-color: #E1EEF7;
  position: relative;
}
section.offers .offers_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(6vw, 30px);
     -moz-column-gap: max(6vw, 30px);
          column-gap: max(6vw, 30px);
  padding: 0 max(4vw, 20px) 50px;
  z-index: 1;
}
section.offers .offers_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  overflow-x: hidden;
}
section.offers .offers_container .offer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: max(4vw, 20px);
     -moz-column-gap: max(4vw, 20px);
          column-gap: max(4vw, 20px);
  width: 90%;
  max-width: 1200px;
  min-width: 60%;
  background-color: #BDDEF4;
  z-index: 1;
}
section.offers .offers_container .offer:nth-child(odd) {
  padding: 40px 8% 40px max(4vw, 20px);
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
section.offers .offers_container .offer:nth-child(even) {
  margin-left: auto;
  padding: 40px max(4vw, 20px) 40px 8%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
section.offers .offers_container .offer .title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
section.offers .offers_container .offer .title_container .title {
  font-size: calc(1.1833333333rem + 2.2814814815vw);
}
@media (min-width: 1800px) {
  section.offers .offers_container .offer .title_container .title {
    font-size: 3.75rem;
  }
}
section.offers .offers_container .offer .title_container .date {
  font-size: calc(1.0583333333rem + 0.7259259259vw);
}
@media (min-width: 1800px) {
  section.offers .offers_container .offer .title_container .date {
    font-size: 1.875rem;
  }
}
section.offers .offers_container .offer .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}
section.offers .illustration {
  position: absolute;
  height: 122%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 18%;
  -webkit-transform: translate(50%, -18%) rotateY(180deg);
          transform: translate(50%, -18%) rotateY(180deg);
}
@media (max-width: 768px) {
  section.offers {
    padding: 40px 0;
  }
  section.offers .offers_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
    padding: 30px max(5vw, 25px);
  }
  section.offers .offers_container {
    row-gap: 30px;
  }
  section.offers .offers_container .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    width: 95%;
  }
  section.offers .offers_container .offer:nth-child(odd) {
    padding: 40px 15% 40px max(4vw, 20px);
  }
  section.offers .offers_container .offer:nth-child(even) {
    padding: 40px max(4vw, 20px) 40px 15%;
    text-align: right;
  }
  section.offers .offers_container .offer:nth-child(even) .text_container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 540px) {
  section.offers .offers_container .offer {
    width: 98%;
  }
  section.offers .offers_container .offer:nth-child(odd) {
    padding: 40px 20% 40px max(4vw, 20px);
  }
  section.offers .offers_container .offer:nth-child(even) {
    padding: 40px max(4vw, 20px) 40px 20%;
  }
}

body:not(.home) section.offers {
  padding: calc(50px + 12%) 0 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}
body:not(.home) section.offers .illustration {
  height: 110%;
  -webkit-transform: translate(50%, 0) rotateY(180deg);
          transform: translate(50%, 0) rotateY(180deg);
}
body:not(.home) section.offers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12%;
  width: 100%;
  border-top-left-radius: 8vw;
  border-top-right-radius: 8vw;
  background-color: #2D6CA5;
}
@media (max-width: 768px) {
  body:not(.home) section.offers {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=../../maps/sections/offers/offers.css.map */
