.module-always-touch p {
  margin: 0;
}
.module-always-touch .banner {
  background-size: cover;
  background-position: top center;
  border-top: 1px dotted transparent;
  background-color: #F2F2F2;
}
.module-always-touch .banner-content {
  width: 1264px;
  padding: 24px 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-always-touch .banner-content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-always-touch .banner-content {
    width: 360px;
    min-width: 360px;
  }
}
.module-always-touch .banner-content .banner-title {
  display: flex;
  align-items: center;
}
.module-always-touch .banner-content .banner-title_text {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  color: #0B1E04;
  line-height: 50px;
}
.module-always-touch .banner-content .push-mobile {
  display: flex;
  margin-top: 16px;
}
.module-always-touch .banner-content .push-mobile_text {
  font-size: 22px;
  color: #1A1918;
  line-height: 36px;
  font-weight: 400;
}
.module-always-touch .banner-content .promotion-block {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.module-always-touch .banner-content .promotion-block_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #0B1E04;
  opacity: 50%;
}
.module-always-touch .content {
  width: 1264px;
  margin: 0 auto;
  color: #0B1E04;
  padding: 0 22px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-always-touch .content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-always-touch .content {
    width: 360px;
    min-width: 360px;
  }
}
.module-always-touch .content .conditions-block {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: none;
  color: #0B1E04;
}
.module-always-touch .content .conditions-block.action {
  margin: 100px 0 150px 0;
}
.module-always-touch .conditions-action {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #219653;
  color: #FFFFFF;
  margin-top: 40px;
}
.module-always-touch .conditions-action .conditions-action-one,
.module-always-touch .conditions-action .conditions-action-two {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 24px;
  align-items: center;
}
.module-always-touch .conditions-action .conditions-action-two {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.module-always-touch .conditions-action .block-one_text-conditions,
.module-always-touch .conditions-action .block-two_text-conditions {
  font-size: 16px;
  margin-left: 30px;
  line-height: 20px;
  font-weight: 400;
}
.module-always-touch .decorated-text {
  text-decoration: none;
  color: #72C337;
  font-weight: 500;
}
.module-always-touch .text-bold {
  font-weight: 700;
}
.module-always-touch .winner-block {
  display: flex;
}
.module-always-touch .left-part {
  width: 50%;
  height: 370px;
}
.module-always-touch .left-part .left-img {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 370px;
  background-image: url(/assets/img/eb751ae98c00b3eb20b54e43cc03322c.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.module-always-touch .right-part {
  width: 50%;
}
.module-always-touch .block-info {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.module-always-touch .select-winner-title {
  font-weight: bold;
  font-size: 42px;
  text-transform: none;
  color: #0B1E04;
}
.module-always-touch .select-winner-title-mobile {
  display: none;
}
.module-always-touch .select-winner-text1 {
  margin-top: 30px;
}
.module-always-touch .select-winner-text2,
.module-always-touch .select-winner-text3 {
  text-align: left;
  margin-top: 24px;
}
.module-always-touch .files.section {
  margin-top: 100px;
}
.module-always-touch .files.section .section-title {
  margin-bottom: 44px;
}
.module-always-touch .files-item {
  position: relative;
  margin-left: 48px;
  font-size: 16px;
  line-height: 30px;
}
.module-always-touch .files-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.module-always-touch .files-item a {
  color: #0B1E04;
  text-decoration: none;
}
.module-always-touch .files-item:before {
  content: "";
  height: 32px;
  width: 32px;
  background: url(/assets/img/2dead846bf663b5432244940f8348fd2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -48px;
}
.module-always-touch .files [class^="root-"] {
  margin-bottom: 0;
}
.module-always-touch .section-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: none;
  color: #0B1E04;
}
@media screen and (max-width: 1270px) {
  .module-always-touch .conditions-action {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .module-always-touch .banner-content {
    width: 100%;
    padding: 32px 20px;
  }
  .module-always-touch .banner-content-title {
    text-align: center;
    width: 500px;
  }
  .module-always-touch .banner .banner-title_text {
    font-size: 32px;
  }
  .module-always-touch .banner .push-mobile {
    text-align: left;
    margin-top: 8px;
    width: 400px;
    line-height: 1.5;
    font-size: 16px;
  }
  .module-always-touch .banner .push-mobile_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .module-always-touch .banner .promotion-block_text {
    font-size: 12px;
    font-weight: 400;
  }
  .module-always-touch .content {
    width: 100%;
    padding: 0 16px;
  }
  .module-always-touch .content .conditions-block.action {
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 22px;
    text-align: center;
  }
  .module-always-touch .conditions-action {
    display: block;
    margin-top: 24px;
    padding: 16px 0 64px 0;
  }
  .module-always-touch .conditions-action .number-one-text,
  .module-always-touch .conditions-action .number-two-text {
    font-size: 36px;
  }
  .module-always-touch .conditions-action .block-one_text-conditions,
  .module-always-touch .conditions-action .block-two_text-conditions {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 0;
  }
  .module-always-touch .conditions-action .conditions-action-one,
  .module-always-touch .conditions-action .conditions-action-two {
    display: block;
    text-align: center;
    padding: 16px 10px 16px 10px;
  }
  .module-always-touch .conditions-action .block-two_text-conditions {
    padding: 0 35px;
  }
  .module-always-touch .winner-block {
    display: block;
  }
  .module-always-touch .winner-block .left-part {
    display: block;
    width: 100%;
  }
  .module-always-touch .winner-block .left-part .left-img {
    margin: auto;
  }
  .module-always-touch .winner-block .right-part {
    width: 100%;
  }
  .module-always-touch .winner-block .right-part .select-winner-title {
    display: none;
  }
  .module-always-touch .winner-block .block-info {
    margin-top: 28px;
  }
  .module-always-touch .winner-block .select-winner-text1,
  .module-always-touch .winner-block .select-winner-text2,
  .module-always-touch .winner-block .select-winner-text3 {
    margin-top: 16px;
  }
  .module-always-touch .select-winner-title-mobile {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 75px;
  }
  .module-always-touch .section-title {
    font-size: 22px;
    line-height: 30px;
  }
  .module-always-touch .section.files {
    margin-top: 48px;
    padding: 0 0 75px 0;
  }
  .module-always-touch .section.files .section-title {
    margin-bottom: 31px;
  }
}

.breadcrumbs {
  margin: 0 auto 40px auto;
  width: 100%;
  min-width: 320px;
  max-width: 1264px;
  padding: 0 22px;
}
.breadcrumbs * {
  font-family: "Abank Sans";
  font-style: normal;
}
.breadcrumbs .breadcrumb-item {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.breadcrumbs .breadcrumb-item a {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #0B1E04;
}
.breadcrumbs .breadcrumb-item:not(:last-of-type) a {
  color: rgba(26, 26, 26, 0.5);
}
.breadcrumbs .breadcrumb-item:not(:last-of-type):after {
  display: inline-block;
  content: "/";
  position: initial;
  margin-left: 8px;
  background: none;
  color: rgba(26, 26, 26, 0.5);
}

.module-special-offers {
  background: #F8FAFF;
  margin-bottom: -120px;
  padding-bottom: 48px;
  padding-top: 24px;
}
.module-special-offers * {
  font-family: "Abank Sans";
  font-style: normal;
}
.module-special-offers .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-special-offers .content {
    max-width: 1000px;
    width: 100%;
  }
}
.module-special-offers p {
  margin: 0;
}
.module-special-offers .title-block {
  position: relative;
  border-radius: 16px;
  padding: 24px 0 24px 24px;
  max-width: 1200px;
  background: #FFFFFF;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .title-block {
    padding-left: 0;
  }
}
.module-special-offers .title-block-left .title-block-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.module-special-offers .title-block-left .title-block-text {
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  margin-top: 8px;
}
.module-special-offers .title-block-img {
  position: absolute;
  right: 1px;
  width: 167px;
  bottom: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .title-block-img {
    display: none;
  }
}
.module-special-offers .downloads .documents-component {
  padding-top: 16px;
  margin-bottom: 0;
}
.module-special-offers .stepToVictory {
  background: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory {
    height: 580px;
  }
}
.module-special-offers .stepToVictory .banner-module-content {
  background: url(/assets/img/ddce15ab277c8967d946330857c8283a.png) right / contain no-repeat;
  color: #0D0C22;
  border-radius: 16px;
  padding-right: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory .banner-module-content {
    background: url(/assets/img/a604e54f7ca3ac845d7b88a19e9d0bb6.png) right / contain no-repeat;
    background-size: cover;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    max-width: 344px;
  }
}
.module-special-offers .stepToVictory .banner-module-content .banner-left-side {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 220px;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory .banner-module-content .banner-left-side {
    padding-top: 100px;
  }
}
.module-special-offers .stepToVictory .banner-module-content .banner-left-side .btn-success {
  display: none;
}
.module-special-offers .stepToVictory .banner-module-content .banner-left-side .top-image {
  width: 328px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory .banner-module-content .banner-left-side .top-image {
    width: 176px;
  }
}
.module-special-offers .stepToVictory .banner-module-content .banner-left-side .banner-title {
  line-height: 56px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory .banner-module-content .banner-left-side .banner-title {
    line-height: 32px;
    margin-top: 16px;
    font-size: 24px;
  }
}
.module-special-offers .stepToVictory .banner-module-content .banner-left-side .banner-dates {
  position: absolute;
  bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .stepToVictory .banner-module-content .banner-left-side .banner-dates {
    top: 16px;
    bottom: 0;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }
}
.module-special-offers .visa-iphone {
  background: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.module-special-offers .visa-iphone .banner-module-content {
  background: url(/assets/img/5f0e57d7c173564c543b9d53627ccab9.png) center / contain no-repeat;
  color: #0D0C22;
  border-radius: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .visa-iphone .banner-module-content {
    background: url(/assets/img/39f38ae2875fe1f631e17ca5296e3373.png) right / contain no-repeat;
    background-size: cover;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 16px;
    max-width: 344px;
  }
}
.module-special-offers .visa-iphone .banner-module-content .banner-left-side {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 79px;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .visa-iphone .banner-module-content .banner-left-side {
    padding-top: 56px;
  }
}
.module-special-offers .visa-iphone .banner-module-content .banner-left-side .top-image {
  width: 328px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .visa-iphone .banner-module-content .banner-left-side .top-image {
    width: 176px;
  }
}
.module-special-offers .visa-iphone .banner-module-content .banner-left-side .banner-title {
  line-height: 56px;
  margin-bottom: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .visa-iphone .banner-module-content .banner-left-side .banner-title {
    line-height: 32px;
    margin-top: 16px;
  }
}
.module-special-offers .visa-iphone .banner-module-content .banner-left-side .btn-success {
  display: none;
}
.module-special-offers .visa-iphone .banner-module-content .banner-left-side .banner-dates {
  position: absolute;
  bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .visa-iphone .banner-module-content .banner-left-side .banner-dates {
    top: 16px;
    bottom: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }
}
.module-special-offers .banner {
  width: 100%;
  background: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 24px auto auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.module-special-offers .banner-content {
  width: 100%;
  max-width: 1349px;
  background: radial-gradient(207.48% 151.39% at 50% 0%, #DEFFEF 5.21%, #EAF4FF 44.79%, #FFF 100%);
  border-radius: 16px;
  padding-bottom: 24px;
  padding-right: 87px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #0D0C22;
}
.module-special-offers .banner-content:visited {
  color: #0D0C22;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content {
    display: block;
    max-width: 344px;
    border-radius: 16px;
    padding: 0 16px 24px 16px;
    height: 535px;
    min-height: 535px;
    overflow: hidden;
  }
}
.module-special-offers .banner-content .banner-left-side {
  padding: 68px 0 0 88px;
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side {
    padding-top: 24px;
    padding-left: 0;
    margin-right: 0;
  }
}
.module-special-offers .banner-content .banner-left-side-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-title {
    font-size: 24px;
    line-height: 32px;
    width: 301px;
  }
}
@media only screen and (min-width: 1264px) {
  .module-special-offers .banner-content .banner-left-side-title {
    width: 708px;
  }
}
.module-special-offers .banner-content .banner-left-side-subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 182px;
  }
}
.module-special-offers .banner-content .banner-left-side-logos {
  margin-bottom: 182px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-logos {
    margin-bottom: 20px;
    margin-top: 52px;
  }
}
.module-special-offers .banner-content .banner-left-side-logos-item {
  margin-left: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-logos-item {
    margin-left: 16px;
  }
}
.module-special-offers .banner-content .banner-left-side-logos-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-logos-item:last-child {
    margin-left: 0;
  }
}
.module-special-offers .banner-content .banner-left-side-text {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side-text {
    white-space: nowrap;
  }
}
.module-special-offers .banner-content .banner-left-side .btn-success {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  background-color: #0D0C22;
  border: none;
  color: #FFFFFF;
  width: 320px;
  margin-left: 0;
  margin-bottom: 86px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-left-side .btn-success {
    width: 118px;
  }
}
.module-special-offers .banner-content .banner-right-side {
  position: relative;
}
.module-special-offers .banner-content .banner-right-side img {
  width: 628px;
  position: absolute;
  bottom: -23px;
  left: -60px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .banner-content .banner-right-side img {
    width: 302px;
    bottom: -56px;
    left: 106px;
  }
}
.module-special-offers .payoneer-iphone {
  background: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone {
    height: 704px;
  }
}
.module-special-offers .payoneer-iphone .banner-module-content {
  background: url(/assets/img/b3604984ee8929850f91aa3f73803785.png) center / contain no-repeat;
  color: #0D0C22;
  cursor: pointer;
  border-radius: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone .banner-module-content {
    background: url(/assets/img/ed9db02e2d4d8d6ce440c073221a2ddd.png) center / contain no-repeat;
    background-size: cover;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 344px;
  }
}
.module-special-offers .payoneer-iphone .banner-module-content .banner-left-side {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone .banner-module-content .banner-left-side {
    padding-top: 81px;
  }
}
.module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .btn-success {
  display: none;
}
.module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .top-image {
  width: 328px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .top-image {
    width: 180px;
  }
}
.module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .banner-title {
  line-height: 56px;
  margin-bottom: 12px;
  margin-top: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .banner-title {
    line-height: 32px;
    margin-top: 8px;
  }
}
.module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .banner-dates {
  position: absolute;
  bottom: 24px;
  max-width: 624px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-special-offers .payoneer-iphone .banner-module-content .banner-left-side .banner-dates {
    white-space: nowrap;
    top: 24px;
    bottom: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }
}

.contact-less {
  margin-top: -5px;
}
.contact-less p {
  margin: 0;
}
.contact-less .banner {
  background-size: cover;
  background-position: top center;
  border-top: 1px dotted transparent;
  background-image: url(/assets/img/14cae55d9a5ecd83c0b00096a2db83d1.png);
  margin-top: -10px;
}
.contact-less .banner-content {
  width: 1264px;
  display: flex;
  align-items: center;
  padding: 24px 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .contact-less .banner-content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .contact-less .banner-content {
    width: 360px;
    min-width: 360px;
  }
}
.contact-less .banner-content .block-logo {
  display: flex;
  align-items: center;
  margin-left: -85px;
}
.contact-less .banner-content .block-logo .block-logo-mastercard {
  width: 185px;
  height: 30px;
  background-image: url(/assets/img/380a2c1c7a7499e55589a1cd0ae2d9de.png);
  background-size: cover;
}
.contact-less .banner-content .block-logo .block-vertical-line {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-size: 26px;
}
.contact-less .banner-content .block-logo .block-logo-a-bank {
  width: 150px;
  height: 37px;
  margin-top: -8px;
  background-image: url(/assets/img/a099c0c2c50b82879d41f7ecc0087897.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-less .banner-content .block-title {
  margin-left: 90px;
}
.contact-less .banner-content .block-title_text1 {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}
.contact-less .banner-content .block-title_text2 {
  margin-top: 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.contact-less .banner-content .block-title_text2_mobile {
  display: none;
}
.contact-less .banner-content .pay-card {
  display: flex;
  margin-top: 16px;
}
.contact-less .banner-content .pay-card_text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: -16px;
}
.contact-less .content {
  width: 1264px;
  margin: 0 auto;
  color: #0B1E04;
  padding: 0 22px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .contact-less .content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .contact-less .content {
    width: 360px;
    min-width: 360px;
  }
}
.contact-less .content .conditions-block {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: none;
  color: #0B1E04;
}
.contact-less .content .conditions-block.action {
  margin: 100px 0 150px 0;
  margin-bottom: 70px;
}
.contact-less .conditions-action {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background: #219653;
  color: #FFFFFF;
  margin-top: 40px;
}
.contact-less .conditions-action .conditions-action-one,
.contact-less .conditions-action .conditions-action-two {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 24px;
  align-items: center;
}
.contact-less .conditions-action .conditions-action-one .number-one,
.contact-less .conditions-action .conditions-action-two .number-one,
.contact-less .conditions-action .conditions-action-one .number-two,
.contact-less .conditions-action .conditions-action-two .number-two {
  margin-top: 10px;
  margin-bottom: 24px;
}
.contact-less .conditions-action .conditions-action-two {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 140px;
}
.contact-less .conditions-action .conditions-action-one {
  margin-left: 20px;
}
.contact-less .conditions-action .block-one_text-conditions,
.contact-less .conditions-action .block-two_text-conditions {
  font-size: 16px;
  margin-left: 30px;
  line-height: 20px;
  font-weight: 400;
  margin-top: -10px;
}
.contact-less .conditions-action .block-two_text-conditions-mobile {
  display: none;
}
.contact-less .decorated-text {
  text-decoration: none;
  color: #72C337;
  font-weight: 500;
}
.contact-less .text-bold {
  font-weight: 700;
}
.contact-less .text-thin {
  font-weight: 200;
  font-size: 15px;
}
.contact-less .winner-block {
  display: flex;
}
.contact-less .info-for-mobile,
.contact-less .select-winner-text-mobile {
  display: none;
}
.contact-less .left-part {
  margin-top: 112px;
  display: flex;
  justify-content: center;
  width: 50%;
}
.contact-less .left-part .left-img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  background-image: url(/assets/img/5bd9e12ab27ed8f3f95b912efdb1e5f7.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.contact-less .right-part {
  width: 50%;
  margin-top: 70px;
  margin-left: -25px;
}
.contact-less .block-info {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.contact-less .select-winner-title {
  font-weight: bold;
  font-size: 42px;
  text-transform: none;
  color: #0B1E04;
}
.contact-less .select-winner-title-mobile {
  display: none;
}
.contact-less .select-winner-text {
  margin-top: 54px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #252525;
}
.contact-less .select-winner-text1,
.contact-less .select-winner-text3 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-less .select-winner-text2 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-less .number-two-text {
  margin-left: 10px;
}
.contact-less .files {
  margin-bottom: -12px;
}
.contact-less .files.section {
  margin-top: 140px;
}
.contact-less .files.section .section-title {
  margin-bottom: 40px;
}
.contact-less .files-item {
  position: relative;
  margin-left: 48px;
  font-size: 16px;
  line-height: 30px;
}
.contact-less .files-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.contact-less .files-item a {
  color: #0B1E04;
  text-decoration: none;
}
.contact-less .files-item:before {
  content: "";
  height: 32px;
  width: 32px;
  background: url(/assets/img/2dead846bf663b5432244940f8348fd2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -48px;
}
.contact-less .files [class^="root-"] {
  margin-bottom: 0;
}
.contact-less .section-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: none;
  color: #0B1E04;
}
@media screen and (max-width: 1270px) {
  .contact-less .banner-content {
    width: 100%;
    height: auto;
  }
  .contact-less .banner-content .block-logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .contact-less .banner-content {
    display: block;
    width: 100%;
    height: 240px;
    padding: 32px 20px;
  }
  .contact-less .banner-content .block-logo {
    height: 22px;
    width: 185px;
    background-image: url(/assets/img/e2e4a894e3030d401c6172aebc246a94.png);
    background-size: cover;
  }
  .contact-less .banner-content .block-logo .block-logo-mastercard,
  .contact-less .banner-content .block-logo .block-vertical-line,
  .contact-less .banner-content .block-logo .block-logo-a-bank {
    display: none;
  }
  .contact-less .banner-content .block-title {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-less .banner-content .block-title_text1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
  }
  .contact-less .banner-content .block-title_text2 {
    display: none;
  }
  .contact-less .banner-content .block-title_text2_mobile {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #FFFFFF;
  }
  .contact-less .banner .promotion-block_text {
    font-size: 12px;
    font-weight: 400;
    margin-top: -10px;
  }
  .contact-less .content {
    width: 100%;
    padding: 0 16px;
  }
  .contact-less .content .conditions-block.action {
    margin-top: 44px;
    margin-bottom: 75px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.0025em;
  }
  .contact-less .conditions-action {
    display: block;
    margin-top: 14px;
    padding: 16px 0 64px 0;
    height: 350px;
  }
  .contact-less .conditions-action .number-one-text,
  .contact-less .conditions-action .number-two-text {
    font-size: 36px;
  }
  .contact-less .conditions-action .number-two .number-two-text {
    margin-left: 0;
    margin-top: -17px;
  }
  .contact-less .conditions-action .block-one_text-conditions {
    font-size: 14px;
    margin-top: -15px;
    margin-left: 0;
    line-height: 22px;
  }
  .contact-less .conditions-action .block-two_text-conditions {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
  }
  .contact-less .conditions-action .conditions-action-one,
  .contact-less .conditions-action .conditions-action-two {
    display: block;
    text-align: center;
    padding: 21px 20px 40px 0px;
  }
  .contact-less .conditions-action .conditions-action-two {
    display: contents;
  }
  .contact-less .conditions-action .block-two_text-conditions {
    padding: 0 2px 0 0;
    margin-left: 2px;
  }
  .contact-less .info-for-mobile {
    display: block;
  }
  .contact-less .info-for-mobile .winner-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 22px;
  }
  .contact-less .info-for-mobile .block-info {
    margin-top: 60px;
  }
  .contact-less .winner-block {
    margin-top: -100px;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .contact-less .winner-block .left-part {
    margin-top: 40px;
    width: 245px;
    height: 240px;
  }
  .contact-less .winner-block .select-winner-text {
    display: none;
  }
  .contact-less .winner-block .right-part {
    width: 100%;
    display: contents;
  }
  .contact-less .winner-block .block-info {
    margin-top: 24px;
  }
  .contact-less .winner-block .block-info .select-winner-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.25%;
    text-align: center;
  }
  .contact-less .winner-block .block-info .select-winner-text {
    margin-top: 3px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
  }
  .contact-less .winner-block .select-winner-text1,
  .contact-less .winner-block .select-winner-text2,
  .contact-less .winner-block .select-winner-text3 {
    margin-top: 16px;
    display: none;
  }
  .contact-less .section-title {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-less .section.files {
    margin-top: 62px;
    padding: 0 0 75px 0;
    margin-bottom: 5px;
  }
  .contact-less .section.files .section-title {
    margin-bottom: 31px;
    margin-top: -17px;
  }
  .contact-less .section.files .document-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
  }
}

.mc-gifts-module {
  margin-bottom: -120px;
}
.mc-gifts-module * {
  font-family: "Abank Sans";
  font-style: normal;
}
.mc-gifts-module .banner-module-content {
  background: url(/assets/img/80e2083238ff6681c39182d7181bbb7b.png) center / contain no-repeat;
  color: #FFF;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .banner-module-content {
    background-size: cover;
  }
}
.mc-gifts-module .banner-module-content .banner-left-side {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
  height: 100%;
}
.mc-gifts-module .banner-module-content .banner-left-side .top-image {
  width: 265px;
}
.mc-gifts-module .banner-module-content .banner-left-side .banner-title {
  line-height: 56px;
  margin-bottom: 16px;
  margin-top: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .banner-module-content .banner-left-side .banner-title {
    line-height: 32px;
  }
}
.mc-gifts-module .banner-module-content .banner-left-side .banner-dates {
  position: absolute;
  bottom: 24px;
}
.mc-gifts-module .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .mc-gifts-module .content {
    max-width: 1000px;
    width: 100%;
  }
}
.mc-gifts-module .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
  margin-bottom: 24px;
}
.mc-gifts-module .mc-gifts-content-wrapper {
  background: #F9F9F9;
}
.mc-gifts-module .counter-block-list,
.mc-gifts-module .rules-block-list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 48px;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .counter-block-list,
  .mc-gifts-module .rules-block-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mc-gifts-module .counter-block-list-item,
.mc-gifts-module .rules-block-list-item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 50%;
  gap: 8px;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .counter-block-list-item,
  .mc-gifts-module .rules-block-list-item {
    width: 100%;
  }
}
.mc-gifts-module .counter-block-list-item-title,
.mc-gifts-module .rules-block-list-item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
  margin-bottom: 0;
  font-weight: 700;
}
.mc-gifts-module .counter-block-list-item-title img,
.mc-gifts-module .rules-block-list-item-title img {
  margin-left: 16px;
  width: 40px;
  vertical-align: sub;
}
.mc-gifts-module .counter-block-list-item-text,
.mc-gifts-module .rules-block-list-item-text {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
}
.mc-gifts-module .rules-block {
  margin-top: 96px;
}
.mc-gifts-module .rules-block-list {
  gap: 24px;
}
.mc-gifts-module .rules-block-list-item {
  width: 33%;
  padding: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .rules-block-list-item {
    width: 100%;
  }
}
.mc-gifts-module .rules-block-list-item-title {
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.019em;
  font-weight: 700;
}
.mc-gifts-module .rules-block-desc {
  text-align: center;
  margin-top: 24px;
  border-radius: 16px;
  background: rgba(255, 247, 220, 0.6);
  padding: 16px 0;
}
.mc-gifts-module .rules-block-desc span {
  font-weight: 700;
}
.mc-gifts-module .winners-block {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 48px;
  margin-top: 104px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .winners-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mc-gifts-module .winners-block-img {
  width: 680px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .mc-gifts-module .winners-block-img {
    width: 100%;
  }
}
.mc-gifts-module .winners-block-schedule .title {
  margin-bottom: 16px;
}
.mc-gifts-module .winners-block-schedule .text {
  margin-bottom: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
}
.mc-gifts-module .winners-block-schedule-list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.mc-gifts-module .winners-block-schedule-list-item-title {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
}
.mc-gifts-module .winners-block-schedule-list-item-text {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.014em;
}
.mc-gifts-module .winners-block-schedule-list-item-text span {
  font-weight: 700;
}
.mc-gifts-module .downloads .documents-component {
  background: #F9F9F9;
}

.downloads .documents-component {
  background-color: #F8FAFF;
  padding: 80px 0 56px;
  margin-bottom: -120px;
}
.downloads .documents-component .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .downloads .documents-component .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .downloads .documents-component .content {
    max-width: 1000px;
    width: 100%;
  }
}
.downloads .documents-component-title {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 32px 0;
  font-weight: 700;
}
.downloads .documents-component-item {
  margin-bottom: 16px;
  display: flex;
  font-weight: 400;
}
.downloads .documents-component-item a {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  color: #0B1E04;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.downloads .documents-component-item a img {
  width: 40px;
  height: 48px;
}
.downloads .documents-component-item a div {
  padding-left: 10px;
}
.downloads .documents-component-item-wrapper {
  display: flex;
  flex-direction: column;
}
.downloads .documents-component-item:last-child {
  margin-bottom: 0;
}
.downloads .documents-component.platinum-card {
  background-color: #151515;
}
.downloads .documents-component.reports {
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
.downloads .documents-component.white-page {
  background-color: #FFFFFF;
}
.downloads .documents-component.new-design {
  background-color: #F9F9F9;
}
.downloads .documents-component.pbp {
  padding: 48px 0;
}
.downloads .documents-component.pbp .documents-component-title {
  margin: 0 0 24px 0;
}
.downloads .documents-component.about {
  background-color: transparent;
  margin-bottom: 0;
}
.downloads .documents-component.about-general {
  background-color: transparent;
  margin-bottom: 0;
}
.downloads .documents-component.about-general .content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
}
.downloads .documents-component.about-general .content .documents-component-title {
  width: 100%;
  flex-shrink: 0;
}
.downloads .documents-component.about-general .content .documents-component-item {
  width: 49%;
}
.downloads .documents-component.usefull {
  padding-top: 0;
  padding-bottom: 24px;
}
.downloads .documents-component.usefull .content {
  padding: 0;
}
.downloads .documents-component.usefull .documents-component-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  margin: 0 0 16px 0;
}
.downloads .documents-component.usefull .usefull-documents-item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: #FFFFFF;
  gap: 16px;
  border-radius: 16px;
  margin-bottom: 8px;
}
.downloads .documents-component.usefull .usefull-documents-item-text {
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.252px;
}
.downloads .documents-component.usefull .usefull-documents-item-btn {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  width: 275px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #0D0C22;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .downloads .documents-component.usefull .usefull-documents-item-btn {
    width: 100%;
  }
}

.happy-atb-module {
  background: #FFFFFF;
  color: #090A0C;
  margin-bottom: -120px;
}
.happy-atb-module * {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
}
.happy-atb-module .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .happy-atb-module .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .happy-atb-module .content {
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .happy-atb-module .content {
    padding-left: 8px;
  }
}
.happy-atb-module .slider-wrapper .slider-main .slide-content .green-content .slider-main-head p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 700;
}
.happy-atb-module .slider-wrapper .slider-main .slide-content .green-content .slider-desc p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.happy-atb-module .slider-wrapper .slider-main .footnote p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
}
.happy-atb-module .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.happy-atb-module .title.bold {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 600;
}
.happy-atb-module .text {
  color: #1B1E24;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  max-width: 792px;
}
.happy-atb-module .link {
  cursor: pointer;
  color: #008DE0;
  text-decoration: none;
}
.happy-atb-module .info-block {
  background: url(/assets/img/f7d5053d6d54e0803e34c9368548f19c.png) no-repeat center / cover;
  border-radius: 16px;
  margin-bottom: 80px;
  padding: 48px 32px;
  position: relative;
  max-width: 1200px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .happy-atb-module .info-block {
    background: url(/assets/img/41ddea64f07cd641090c883ba8fd1e3b.png) no-repeat center / cover;
    padding: 24px 16px;
    height: 559px;
  }
}
.happy-atb-module .info-block-text {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1264px) {
  .happy-atb-module .info-block-text {
    width: 908px;
  }
}
.happy-atb-module .info-block-text.first {
  margin-bottom: 8px;
}
.happy-atb-module .winners-block {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .happy-atb-module .winners-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.happy-atb-module .winners-block-img {
  width: 680px;
  margin-top: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .happy-atb-module .winners-block-img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}
.happy-atb-module .winners-block-schedule .title {
  margin-bottom: 16px;
  margin-top: 0;
  font-family: "Fixel Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.happy-atb-module .winners-block-schedule .text {
  margin-bottom: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
}
.happy-atb-module .winners-block-schedule-list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.happy-atb-module .winners-block-schedule-list-item {
  max-width: 504px;
  padding: 16px;
  background: #F5F5F5;
  border-radius: 16px;
}
.happy-atb-module .winners-block-schedule-list-item-title {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.happy-atb-module .winners-block-schedule-list-item-text {
  font-size: 16px;
  line-height: 24px;
}
.happy-atb-module .downloads .documents-component {
  background: #FFFFFF;
}
.happy-atb-module .downloads .documents-component .documents-component-title {
  font-family: "Fixel Display", sans-serif;
  font-weight: 600;
}

@font-face {
  font-family: "Abank Sans";
  src: url(/AbankSans-Regular-9c5f68a8da1cc1c709781dfa7e9f0908.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Abank Sans";
  src: url(/AbankSans-Bold-7c8d92648871bb468f4360222b338bdc.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Thin-c07ff0e0a1a660a0ab28ce99bf2abe21.woff2) format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-ExtraLight-2b538c6029a3d152fd642e1eea9e520a.woff2) format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Light-a6444459ddf71636e02e7bc87e4630dd.woff2) format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Regular-0030fa5586360a29f90764c5bff5147d.woff2) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Medium-c92a2e56edf6522066316bc22b9645c5.woff2) format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-SemiBold-0c998ae40d18a7d96809ced49502b7ce.woff2) format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Bold-164db87bdc87f05f791bf8241ce3dc16.woff2) format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-ExtraBold-8a150a1525e202b2818e7b0026bf0bf0.woff2) format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-Black-16caa1e6f49123fc362e10cf733ef9a2.woff2) format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-ThinItalic-1e39574ce2fda9b254565afa327b6c8b.woff2) format("woff");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-ExtraLightItalic-64401a51ea09901ba7b2e8bd8932154d.woff2) format("woff");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-LightItalic-06b10e221b940668375f00a6c156523c.woff2) format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-RegularItalic-070d07a55673de5a83b044bc273d2ee4.woff2) format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-MediumItalic-cdbd8b39846c459e96c57f574696e227.woff2) format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-SemiBoldItalic-2c731772db2beed47a5adcec8a666684.woff2) format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-BoldItalic-fee6ed55fb2d0e59fdfa704933077adb.woff2) format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-ExtraBoldItalic-49a2211609565d83310f4263ed35c75e.woff2) format("woff");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Fixel Display";
  src: url(/FixelDisplay-BlackItalic-30fa62887075f73a55a844e609f9a168.woff2) format("woff");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-Thin-9980344aca73549ecf708a861458eeae.woff2) format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-ExtraLight-548574f96f07f8c6326b77c5e3a46f43.woff2) format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-Light-c93264ee27266475129f44469acc9a9b.woff2) format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-Regular-6114a47be53bc83c1b20e9fd578e6ae2.woff2) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-Medium-49bd5b7fcd5e5016fe82969ef46c7d82.woff2) format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-SemiBold-77389d321120d03a6859e9566355f2f9.woff2) format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/IBMPlexMono-Bold-05968875d877d351be73dd86d35f0ea1.woff2) format("woff");
  font-style: normal;
  font-weight: 700;
}
.slider-wrapper {
  background: #F8F8F8;
  height: 576px;
  max-width: 1376px;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px auto 24px;
}
.slider-wrapper * {
  font-family: "Abank Sans";
  font-style: normal;
}
.slider-wrapper strong {
  font-weight: 700;
}
.slider-wrapper p {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper {
    width: 358px;
    height: 536px;
    position: relative;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .slider-wrapper {
    width: 90%;
    height: 536px;
    position: relative;
  }
}
.slider-wrapper .slider-main {
  height: 100%;
  background: linear-gradient(0deg, rgba(238, 242, 252, 0.8), rgba(238, 242, 252, 0.8)), linear-gradient(84.4deg, rgba(255, 255, 255, 0.68) -0.72%, #00387B 59.39%, rgba(255, 255, 255, 0.723175) 100.52%);
  border-radius: 16px;
}
.slider-wrapper .slider-main .award-block {
  position: absolute;
  bottom: 32px;
  left: 88px;
  display: inline-flex;
  column-gap: 16px;
  text-decoration: none;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .slider-wrapper .slider-main .award-block {
    left: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .award-block {
    top: 16px;
    left: 24px;
    right: 16px;
    bottom: auto;
    display: inline-block;
  }
}
.slider-wrapper .slider-main .award-block-image {
  display: inline-block;
  width: 137px;
  height: 48px;
}
.slider-wrapper .slider-main .award-block-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0C22;
}
.slider-wrapper .slider-main .award-block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0C22;
}
.slider-wrapper .slider-main .footnote {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 88px;
  bottom: 42px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .footnote {
    left: 24px;
    top: 16px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .slider-wrapper .slider-main .footnote {
    padding-left: 24px;
  }
}
.slider-wrapper .slider-main .slide-content {
  height: 93%;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 88px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .slide-content {
    padding: 0 32px 0 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: start;
    align-items: start;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .slider-wrapper .slider-main .slide-content {
    padding: 0 32px 0 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: start;
    align-items: start;
  }
}
.slider-wrapper .slider-main .slide-content .green-content {
  margin-top: 30px;
}
.slider-wrapper .slider-main .slide-content .green-content .slider-main-head {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.022em;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .slide-content .green-content .slider-main-head {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.016em;
  }
}
.slider-wrapper .slider-main .slide-content .green-content .slider-desc {
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.019em;
}
.slider-wrapper .slider-main .slide-content .green-content .slider-desc ul li {
  list-style-image: url(/assets/img/29256110410b61fe8f435f1aac797d45.svg);
  margin-left: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .slide-content .green-content .slider-desc {
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.014em;
  }
}
.slider-wrapper .slider-main .slide-content .green-content .slider-info {
  margin-top: 24px;
}
.slider-wrapper .slider-main .slide-content .green-content .slider-info .btn-transparent {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0D0C22;
  background: #0D0C22;
  color: #FFFFFF;
  width: 238px;
  background: #FFFFFF;
  color: #0D0C22;
}
.slider-wrapper .slider-main .slide-content .green-content .slider-info [class^='root-'] .btn-black {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0D0C22;
  background: #0D0C22;
  color: #FFFFFF;
  width: 238px;
}
.slider-wrapper .slider-main .slide-content .slider-images {
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.slider-wrapper .slider-main .slide-content .slider-images img {
  width: 540px;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper .slider-main .slide-content .slider-images img {
    width: 210px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .slider-wrapper .slider-main .slide-content .slider-images img {
    width: 260px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.slider-wrapper .slider-main .slide-content p {
  margin: 0;
  font-weight: 400;
}
.slider-wrapper .slider-main .slide-content p.ql-align-center {
  text-align: center;
}
.slider-wrapper .slider-main .slide-content strong * {
  font-weight: 700;
}
.slider-wrapper .slider-main .slide-content blockquote {
  font-size: 17.5px;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.slider-wrapper .slider-main .slide-content em * {
  font-style: italic;
}
.slider-wrapper [class^='navigationWrapper-'] {
  position: absolute;
  column-gap: 16px;
  left: 88px;
  bottom: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper [class^='navigationWrapper-'] {
    left: 32px;
    bottom: 40px;
  }
}
.slider-wrapper [class^='navigationWrapper-'] [class^='bullet-'] {
  background: #78FFAD;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper [class^='navigationWrapper-'] [class^='bullet-'] {
    background: #78FFAD;
  }
}
.slider-wrapper [class^='navigationWrapper-'] .active {
  background: #78FFAD;
  border: 4px solid #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper [class^='navigationWrapper-'] [class^='navigationLeft-'] [class^='navigationImgLeft-'] {
    background: url(/assets/img/01efc571684f91434e693a996a526b7c.svg);
  }
}
@media only screen and (min-width: 1264px) {
  .slider-wrapper [class^='navigationWrapper-'] [class^='navigationLeft-'] [class^='navigationImgLeft-'] {
    background: url(/assets/img/01efc571684f91434e693a996a526b7c.svg);
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .slider-wrapper [class^='navigationWrapper-'] [class^='navigationRight-'] [class^='navigationImgRight-'] {
    background: url(/assets/img/05f06fafb4a8ad110540ef1fc97afcff.svg);
  }
}
@media only screen and (min-width: 1264px) {
  .slider-wrapper [class^='navigationWrapper-'] [class^='navigationRight-'] [class^='navigationImgRight-'] {
    background: url(/assets/img/05f06fafb4a8ad110540ef1fc97afcff.svg);
  }
}
.slider-wrapper [class^='navigationWrapper-'] [class^='navigationLeft-'],
.slider-wrapper [class^='navigationWrapper-'] [class^='navigationRight-'] {
  margin: 0;
  cursor: pointer;
  content: '';
}

.sunny-tariff-module {
  background: #FFFFFF;
  color: #090A0C;
  margin-bottom: -120px;
}
.sunny-tariff-module * {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
}
.sunny-tariff-module .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
  padding-left: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .sunny-tariff-module .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .sunny-tariff-module .content {
    max-width: 1000px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .sunny-tariff-module .content {
    padding-left: 8px;
  }
}
.sunny-tariff-module .slider-wrapper .slider-main .slide-content .green-content .slider-main-head p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 700;
}
.sunny-tariff-module .slider-wrapper .slider-main .slide-content .green-content .slider-desc p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.sunny-tariff-module .slider-wrapper .slider-main .footnote p {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
}
.sunny-tariff-module .title {
  color: #090A0C;
  font-family: 'Fixel Display', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  margin-top: 64px;
}
.sunny-tariff-module .title.bold {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 600;
}
.sunny-tariff-module .text {
  color: #2C2D30;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.sunny-tariff-module .link {
  cursor: pointer;
  color: #008DE0;
  text-decoration: none;
}
.sunny-tariff-module .how-to-block {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 24px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid rgba(9, 10, 12, 0.04);
  background: #F6F7F7;
  backdrop-filter: blur(5.25px);
  margin-bottom: 128px;
}
.sunny-tariff-module .how-to-block-desc {
  font-family: 'Fixel Display', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #090A0C;
  margin-bottom: 8px;
}
.sunny-tariff-module .how-to-block-list {
  list-style-type: none;
}
.sunny-tariff-module .how-to-block-list-item {
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #2C2D30;
  letter-spacing: 0;
}
.sunny-tariff-module .how-to-block-list-item::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #2C2D30;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.sunny-tariff-module .how-to-block-list-item:last-child {
  margin-bottom: 0;
}
.sunny-tariff-module .downloads .documents-component {
  background: #FFFFFF;
  padding-left: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .sunny-tariff-module .downloads .documents-component {
    padding-left: 0;
  }
}
.sunny-tariff-module .downloads .documents-component .documents-component-title {
  font-family: "Fixel Display", sans-serif;
  font-weight: 600;
}


/*# sourceMappingURL=pages-SpecialOffers.83fe97b93c95ee0f6790.css.map*/