.styles__banner-square___RB6uC {
  height: 360px;
}

.styles__banner-texts___zb4qj {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.styles__image-wrapper___klF6t {
  display: inline-block;
  max-width: 90%;
  height: 200px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.styles__image-wrapper___klF6t:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.styles__image___NCzlP {
  max-width: 75%;
  max-height: 200px;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .styles__banner-square___RB6uC {
    height: auto;
  }
}
/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.banners__banners-wrapper___M6mxS {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 720px;
  border-radius: 16px;
  overflow: hidden;
}

.banners__banners-wrapper-fixed___uOQTq {
  width: 1306px;
}

.banners__collage-wrapper___OxQex {
  padding: 5px;
}
.banners__collage-wrapper___OxQex .banners__collage___TUumh {
  border-radius: 16px;
  overflow: hidden;
}

.banners__margin-bottom___IE4tO {
  margin-bottom: 50px;
}

.banners__row___FaehB {
  display: flex;
  width: 100%;
  gap: 10px;
}

.banners__col___AA9R3 {
  vertical-align: top;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banners__pointer___INLYH {
  cursor: pointer;
}

.banners__caption____iWbW {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 6px;
  color: #808080;
}

.banners__title___ZaUuE {
  font-size: 23px;
  line-height: 160%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  color: #212529;
}

.banners__button___djzT7 {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #212529;
  display: inline-block;
  padding: 15px 25px;
  margin: 35px 0 0;
  font-size: 18px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.banners__button___djzT7:hover {
  color: var(--color-primary, #4C4C4C);
}

.banners__link___F446V {
  display: table;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.banners__col-14___YAc8A {
  width: 25%;
}

.banners__col-24___vVpbs {
  width: 50%;
}

.banners__col-34___DM368 {
  width: 75%;
}

.banners__col-44____HP8p {
  width: 100%;
}

.banners__col-13___vb4L4 {
  width: 33.33333333%;
}

.banners__col-23___kPEgL {
  width: 66.66666666%;
}

.banners__col-33___RV7G_ {
  width: 100%;
}

.banners__pink___X3gau {
  background: #F6D0D7;
}

.banners__yellow___pnukc {
  background: #F6EFE0;
}

.banners__platinum___P17Cb {
  background: #E8E1DB;
}

.banners__silver___CLs65 {
  background: #F4F4F4;
}

.banners__light-blue___CQp5R {
  background: #D8E2EA;
}

.banners__light-green___QUvwr {
  background: #ebf9f7;
}

.banners__purple___PoJE7 {
  background: #f7e0fb;
}

.banners__blue___G1CDQ {
  background: #dae0fb;
}

.banners__orange___jLOZy {
  background: #f6dfd0;
}

.banners__green___f0BuR {
  background: #e5ffcb;
}

.banners__red___HpvCQ {
  background: #ffbbbb;
}

.banners__white___o7R7S {
  background: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1223px) {
  .banners__banners-wrapper___M6mxS, .banners__banners-wrapper-fixed___uOQTq {
    width: calc(95% + 10px);
  }
  .banners__title___ZaUuE {
    font-size: 20px;
  }
  .banners__caption____iWbW {
    font-size: 18px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .banners__banners-wrapper___M6mxS, .banners__banners-wrapper-fixed___uOQTq {
    width: calc(95% + 10px);
  }
  .banners__title___ZaUuE {
    font-size: 20px;
  }
  .banners__caption____iWbW {
    font-size: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .banners__banners-wrapper___M6mxS, .banners__banners-wrapper-fixed___uOQTq {
    width: calc(92% + 10px);
    height: auto;
    display: block;
  }
  .banners__row___FaehB {
    flex-direction: column;
  }
  .banners__col___AA9R3 {
    display: block;
  }
  .banners__link___F446V {
    top: 0;
    transform: translateY(0);
  }
  .banners__title___ZaUuE {
    font-size: 20px;
  }
  .banners__caption____iWbW {
    font-size: 18px;
  }
  .banners__col-14___YAc8A {
    width: 100%;
  }
  .banners__col-24___vVpbs {
    width: 100%;
  }
  .banners__col-34___DM368 {
    width: 100%;
  }
  .banners__col-44____HP8p {
    width: 100%;
  }
  .banners__col-13___vb4L4 {
    width: 100%;
  }
  .banners__col-23___kPEgL {
    width: 100%;
  }
  .banners__col-33___RV7G_ {
    width: 100%;
  }
}
/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.styles__banner-vertical___JLBiN {
  height: 720px;
}

.styles__banner-texts___BXVx2 {
  text-align: center;
  padding: 0 20px;
}

.styles__image-wrapper___xYQkA {
  margin: 50px auto 15px;
  text-align: center;
}

.styles__image___rZQiV {
  max-width: 60%;
}

@media only screen and (max-width: 979px) {
  .styles__banner-vertical___JLBiN {
    height: auto;
  }
  .styles__link___Wlt2N {
    padding: 25px 0;
  }
  .styles__image-wrapper___xYQkA {
    max-width: 90%;
  }
}
.styles__banner-vertical___JLBiN {
  height: 100%;
}
.styles__banner-horizontal___jAXBg {
  height: 360px;
  text-align: left;
}

.styles__link___sfHl6 {
  padding: 0 70px;
  height: 100%;
}

.styles__ltr___LVwsl {
  direction: ltr;
  text-align: right;
}

.styles__banner-texts___nYO1c {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  direction: rtl;
}

.styles__image-wrapper___wlxN8 {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  direction: rtl;
}

.styles__align-right___I5ZHO {
  text-align: right;
}

.styles__align-left___DNLoW {
  text-align: left;
}

.styles__padding-right___LBeEQ {
  padding-right: 20px;
}

.styles__padding-left___BXIFI {
  padding-left: 20px;
}

.styles__image___EtFIx {
  max-width: 100%;
  max-height: 250px;
}

@media only screen and (max-width: 979px) {
  .styles__banner-horizontal___jAXBg {
    height: auto;
    text-align: center;
  }
  .styles__link___sfHl6 {
    padding: 25px 0;
  }
  .styles__banner-texts___nYO1c, .styles__image-wrapper___wlxN8 {
    display: block;
    width: 100%;
  }
  .styles__image-wrapper___wlxN8 {
    margin: 0 auto 15px;
    max-width: 90%;
  }
  .styles__align-right___I5ZHO, .styles__align-left___DNLoW {
    text-align: center;
  }
  .styles__padding-right___LBeEQ, .styles__padding-left___BXIFI {
    padding: 0;
  }
}
