.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___wkM68 {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 720px;
}

.banners__banners-wrapper-fixed___mSWAw {
  width: 1210px;
}

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

.banners__row___KIfdI {
  display: table;
  width: 100%;
}

.banners__col___DSrMJ {
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.banners__pointer___lI5_b {
  cursor: pointer;
}

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

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

.banners__button___Bbkpx {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #2C2C2D;
  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___Bbkpx:hover {
  color: var(--color-primary, #02A9CB);
}

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

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

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

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

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

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

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

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

.banners__pink___K3vo2 {
  background: #F6D0D7;
  border: 5px solid var(--color-bg, #fff);
}

.banners__yellow___gU1Ve {
  background: #F6EFE0;
  border: 5px solid var(--color-bg, #fff);
}

.banners__platinum___X7lsE {
  background: #E8E1DB;
  border: 5px solid var(--color-bg, #fff);
}

.banners__silver___gtPhZ {
  background: #F4F4F4;
  border: 5px solid var(--color-bg, #fff);
}

.banners__light-blue___uxeZm {
  background: #D8E2EA;
  border: 5px solid var(--color-bg, #fff);
}

.banners__light-green___utoRy {
  background: #ebf9f7;
  border: 5px solid var(--color-bg, #fff);
}

.banners__purple___kJuFI {
  background: #f7e0fb;
  border: 5px solid var(--color-bg, #fff);
}

.banners__blue___VjWFR {
  background: #dae0fb;
  border: 5px solid var(--color-bg, #fff);
}

.banners__orange___AMYDf {
  background: #f6dfd0;
  border: 5px solid var(--color-bg, #fff);
}

.banners__green___cgQJD {
  background: #e5ffcb;
  border: 5px solid var(--color-bg, #fff);
}

.banners__red___SMm5A {
  background: #ffbbbb;
  border: 5px solid var(--color-bg, #fff);
}

.banners__white___x2dz7 {
  background: #fff;
  border: 5px solid var(--color-bg, #fff);
}

@media only screen and (min-width: 1024px) and (max-width: 1223px) {
  .banners__banners-wrapper___wkM68, .banners__banners-wrapper-fixed___mSWAw {
    width: calc(95% + 10px);
  }
  .banners__title___GqrQt {
    font-size: 20px;
  }
  .banners__caption___gIYLj {
    font-size: 18px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .banners__banners-wrapper___wkM68, .banners__banners-wrapper-fixed___mSWAw {
    width: calc(95% + 10px);
  }
  .banners__title___GqrQt {
    font-size: 20px;
  }
  .banners__caption___gIYLj {
    font-size: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .banners__banners-wrapper___wkM68, .banners__banners-wrapper-fixed___mSWAw {
    width: calc(92% + 10px);
    height: auto;
    display: block;
  }
  .banners__col___DSrMJ {
    display: block;
  }
  .banners__link___Innce {
    top: 0;
    transform: translateY(0);
  }
  .banners__title___GqrQt {
    font-size: 20px;
  }
  .banners__caption___gIYLj {
    font-size: 18px;
  }
  .banners__col-14___8QL3n {
    width: 100%;
  }
  .banners__col-24___dao5_ {
    width: 100%;
  }
  .banners__col-34___wTFuZ {
    width: 100%;
  }
  .banners__col-44___zC8bN {
    width: 100%;
  }
  .banners__col-13___p1RWp {
    width: 100%;
  }
  .banners__col-23___WZBdP {
    width: 100%;
  }
  .banners__col-33___s550Y {
    width: 100%;
  }
}
.styles__banner-vertical___g5eUx {
  height: 720px;
}

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

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

.styles__image___GdSRM {
  max-width: 60%;
}

@media only screen and (max-width: 979px) {
  .styles__banner-vertical___g5eUx {
    height: auto;
  }
  .styles__link___VW8VK {
    padding: 25px 0;
  }
  .styles__image-wrapper___sEfCe {
    max-width: 90%;
  }
}
.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;
  }
}
/* Colors */
/* Font */
/* Width & Height */
.styles__title-wrapper___brlxm {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.styles__title-wrapper___brlxm:after {
  content: "";
  background: #2C2C2D;
  width: 60px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
}

.styles__title___InWmx {
  color: #2C2C2D;
  display: inline-block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  font-size: 22px;
  line-height: 170%;
}

.styles__title-dark___FwmDI .styles__title___InWmx {
  color: #fff;
}
.styles__title-dark___FwmDI:after {
  background: #fff;
}
.styles__title-dark___FwmDI .styles__description___lku2S {
  color: rgba(255, 255, 255, 0.8);
}

.styles__description___lku2S {
  margin-top: 12px;
  color: #6B7C93;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (max-width: 979px) {
  .styles__title___InWmx {
    font-size: 20px;
  }
}
