/* ====================== FONTS =================== */
@font-face {
  font-family: 'Involve';
  src: url("../fonts/Involve/Involve-Medium.eot");
  src: url("../fonts/Involve/Involve-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve/Involve-Medium.woff") format("woff"), url("../fonts/Involve/Involve-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Involve';
  src: url("../fonts/Involve/Involve-Bold.eot");
  src: url("../fonts/Involve/Involve-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve/Involve-Bold.woff") format("woff"), url("../fonts/Involve/Involve-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Involve';
  src: url("../fonts/Involve/Involve-SemiBold.eot");
  src: url("../fonts/Involve/Involve-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve/Involve-SemiBold.woff") format("woff"), url("../fonts/Involve/Involve-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Involve';
  src: url("../fonts/Involve/Involve-Regular.eot");
  src: url("../fonts/Involve/Involve-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Involve/Involve-Regular.woff") format("woff"), url("../fonts/Involve/Involve-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SA Long Beach';
  src: url("../fonts/SALongBeachRegular.eot");
  src: url("../fonts/SALongBeachRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SALongBeachRegular.woff") format("woff"), url("../fonts/SALongBeachRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bon-main {
  font-family: 'Involve';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-main {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .bon-main {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-main {
    font-size: 20px;
  }
}

.title {
  font-family: 'SA Long Beach';
  font-weight: normal;
  font-style: normal;
}

b, strong, .bold {
  font-family: 'Involve';
  font-weight: bold;
  font-style: normal;
}

.upc {
  text-transform: uppercase;
}

sup {
  font-size: 70%;
  line-height: 1;
}

.font-50 {
  font-size: 52px;
  line-height: 100%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .font-50 {
    font-size: 27px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .font-50 {
    font-size: 30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-50 {
    font-size: 32px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-50 {
    font-size: 46px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-50 {
    font-size: 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-50 {
    font-size: 50px;
  }
}

.font-42 {
  font-size: 42px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-42 {
    font-size: 28px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-42 {
    font-size: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-42 {
    font-size: 38px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-42 {
    font-size: 40px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-42 {
    font-size: 42px;
  }
}

.font-28 {
  font-size: 28px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-28 {
    font-size: 18px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-28 {
    font-size: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-28 {
    font-size: 22px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-28 {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-28 {
    font-size: 26px;
  }
}

/* ====================== HELPERS =================== */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.bon-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1160px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ====================== ASSETS =================== */
/* ====================== COMMON =================== */
.bon-main {
  background: #F4FBFF;
  color: #274080;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.bon-main * {
  box-sizing: border-box;
}

.bon-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.bon-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
  float: none;
  right: auto;
}

.bon-main .year-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 50px;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  background: #147331;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.3);
}

@media screen and (max-width: 759px) {
  .bon-main .desktop {
    display: none;
  }
}

.bon-main .spo-the-law-on-advertising {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 10px;
  line-height: 14px;
  color: #274080;
  text-align: right;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-main .spo-the-law-on-advertising {
    top: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-main .spo-the-law-on-advertising {
    top: 0px;
    right: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-main .spo-the-law-on-advertising {
    right: 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-main .spo-the-law-on-advertising {
    right: 20px;
  }
}

.bon-main .spo-the-law-on-advertising a {
  color: #274080;
}

.bon-product-wrap {
  position: relative;
  max-width: 1196px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-product-wrap {
    max-width: 282px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .bon-product-wrap {
    max-width: 586px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .bon-product-wrap {
    max-width: 890px;
  }
}

.bon-product-wrap .swiper-slide {
  width: 280px;
  padding: 10px;
}

.bon-product-wrap .swiper-slide .card-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 25px;
  min-height: 410px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.3);
}

.bon-product-wrap .swiper-slide .card-item::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #B5DBF5;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bon-product-wrap .swiper-slide .card-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 14px;
}

.bon-product-wrap .swiper-slide .card-item:hover::before {
  background-image: repeating-conic-gradient(#B5DBF5 0 10deg, #61ADDB 10deg 20deg, #FD5D2F 20deg 30deg, #FCDA49 30deg 40deg);
  animation: rotate 4s linear infinite;
}

.bon-product-wrap .swiper-slide .card-item .card-mg {
  position: relative;
}

.bon-product-wrap .swiper-slide .card-item .card-mg .zero {
  position: absolute;
  top: -5px;
  right: -5px;
  filter: drop-shadow(0px 0px 7px rgba(34, 60, 80, 0.3));
  display: none;
}

.bon-product-wrap .swiper-slide .card-item p {
  font-size: 16px;
  line-height: 125%;
}

.bon-product-wrap .swiper-slide .card-item .card-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: auto;
  gap: 12px;
}

.bon-product-wrap .swiper-slide .card-item .card-btn img {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.3));
}

.bon-product-wrap .pagination {
  text-align: center;
}

.bon-product-wrap .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.bon-product-wrap .buttons .button-prev, .bon-product-wrap .buttons .button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-radius: 10px;
  z-index: 5;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .bon-product-wrap .buttons .button-prev, .bon-product-wrap .buttons .button-next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .bon-product-wrap .buttons .button-prev, .bon-product-wrap .buttons .button-next {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

.bon-product-wrap .buttons .button-prev {
  left: -60px;
  background: url(../src/images/common/button-prev.svg) no-repeat 50% 50%/cover;
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.3);
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .bon-product-wrap .buttons .button-prev {
    left: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .bon-product-wrap .buttons .button-prev {
    left: -40px;
  }
}

.bon-product-wrap .buttons .button-prev.swiper-button-disabled {
  background: url(../src/images/common/button-prev-disabled.svg) no-repeat 50% 50%/cover;
  box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.3);
}

.bon-product-wrap .buttons .button-next {
  right: -60px;
  background: url(../src/images/common/button-next.svg) no-repeat 50% 50%/cover;
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.3);
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .bon-product-wrap .buttons .button-next {
    right: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .bon-product-wrap .buttons .button-next {
    right: -40px;
  }
}

.bon-product-wrap .buttons .button-next.swiper-button-disabled {
  background: url(../src/images/common/button-next-disabled.svg) no-repeat 50% 50%/cover;
  box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0.3);
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.bon-header {
  position: relative;
  /*background: getColor(white) url(../src/images/common/header-bg.png) no-repeat 50% 100%;*/
  /*&-top-logo {
			text-align:center;
			padding:0 20px 30px;
			@media screen and (min-width: 320px) and (max-width: 759px) {
				display:none;
			}
		}*/
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-header {
    padding: 10px 0;
  }
}

.bon-header.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
  z-index: 2;
}

.bon-header-menu-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /*.right-block {
				display: flex;
				align-items: center;
				align-content: center;
				margin-top:.8%;
				@media screen and (min-width: 320px) and (max-width: 579px) {
					margin-top:2%;
				}
				@media screen and (min-width: 760px) and (max-width: 1023px) {
					margin-top:0;
				}
				z-index:1;
				.my-points {
					font-size: 16px;
					line-height: 125%;
					color: #1C1F22;
				}
				a {
					color:#1C1F22;
					text-decoration: none;
				}
			}*/
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-header-menu-wrap {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media screen and (max-width: 759px) {
  .bon-header-wrap.desktop {
    display: none;
  }
}

.bon-header-wrap.mobile {
  display: none;
}

@media screen and (max-width: 759px) {
  .bon-header-wrap.mobile {
    display: block;
  }
}

.bon-header-wrap, .bon-header-menu-wrap {
  min-height: 80px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-header-wrap, .bon-header-menu-wrap {
    min-height: 80px;
  }
}

.bon-header-logo {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-header-logo {
    margin-left: 10px;
    display: block;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-header-logo {
    margin-left: 10px;
    margin-right: auto;
    display: block;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-header-logo {
    margin-bottom: 0px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .bon-header-logo {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1340px) {
  .bon-header-logo {
    margin-left: 20px;
  }
}

.bon-header-logo img {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-header-logo img {
    width: 173px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-header-logo img {
    width: 173px;
  }
}

.bon-header.is-sticky {
  background: #B5DBF5;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
  /*.bon-header-logo {
				display:block;
				img {
//					width:80px;
					@media screen and (min-width: 320px) and (max-width: 579px) {
//						width:86px;
					}
				}
			}*/
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-header.is-sticky {
    background: #B5DBF5;
  }
}

.bon-header.is-sticky .bon-header-menu-wrap {
  min-height: 80px;
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-header.is-sticky .bon-header-menu-wrap {
    min-height: 80px;
  }
}

.bon-menu {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-menu {
    margin-top: 14px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-menu {
    padding: 10px 0;
  }
}

.bon-menu.is-sticky {
  background: #fff;
  padding: 15px 0;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .bon-menu.is-sticky ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.bon-menu.active {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%/760px auto, url(../src/images/common/village-bg.png) no-repeat 50% 100%/760px auto, #B5DBF5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.bon-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-menu ul {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .bon-menu ul {
    gap: 15px;
  }
}

.bon-menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  color: #fff;
  background: #147331;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.3);
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-menu ul li a {
    font-size: 10px;
    font-weight: 600;
    padding: 9px 12px;
    text-align: center;
    white-space: nowrap;
    display: block;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-menu ul li a {
    display: inline-block;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-menu ul li a {
    padding: 5px 10px;
    box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.3);
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-menu ul li a {
    padding: 10px 15px;
  }
}

.bon-menu ul li a.active {
  color: #147331;
  background: #FFF;
  box-shadow: 4px 4px 10px 0px #27407F33 inset;
  font-weight: 700;
}

.bon-menu ul li.x-circle {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .bon-menu ul li.x-circle {
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.bon-menu.is-sticky ul {
  margin-left: 0px;
}

.icon-menu {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 20px;
    z-index: 1;
  }
}

.bon-footer {
  padding: 1200px 0 30px 0;
  background: url(../src/images/common/valley-bg.png) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-footer {
    padding: 380px 0 30px 0;
    background: url(../src/images/common/valley-bg.png) no-repeat 50% 0%/580px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-footer {
    padding: 620px 0 30px 0;
    background: url(../src/images/common/valley-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-footer {
    padding: 620px 0 30px 0;
    background: url(../src/images/common/valley-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-footer {
    padding: 780px 0 30px 0;
    background: url(../src/images/common/valley-bg.png) no-repeat 50% 0%/1200px auto;
  }
}

.bon-sharing {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .bon-sharing {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.bon-sharing__list {
  font-size: 0;
  margin: 5px 0 15px;
}

.bon-sharing__item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0 5px;
}

.bon-sharing__link {
  display: block;
  width: 40px;
  height: 40px;
  transition: all .2s linear;
  transform: translate3d(0, 0, 0);
  -ms-transform-origin: center center;
      transform-origin: center center;
  border-radius: 50%;
  background-color: black;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .bon-sharing__link {
    width: 30px;
    height: 30px;
  }
}

.bon-sharing__link._bb {
  padding: 15%;
}

.bon-sharing__link._fb, .bon-sharing__link._ok, .bon-sharing__link._wt, .bon-sharing__link._vb, .bon-sharing__link._vk {
  padding: 20%;
}

.bon-sharing__link._tg {
  padding: 25% 0 10%;
}

.bon-sharing__link._bb {
  border-color: #ef498f;
  background-color: #ef498f;
}

.bon-sharing__link._bb:hover {
  background-color: rgba(239, 73, 143, 0.8);
}

.bon-sharing__link._vk {
  border-color: #0077ff;
  background-color: #0077ff;
}

.bon-sharing__link._vk:hover {
  background-color: rgba(0, 119, 255, 0.8);
}

.bon-sharing__link._ok {
  border-color: #f7931e;
  background-color: #f7931e;
}

.bon-sharing__link._ok:hover {
  background-color: rgba(247, 147, 30, 0.8);
}

.bon-sharing__link._tg {
  border-color: #2aabee;
  background-color: #2aabee;
}

.bon-sharing__link._tg:hover {
  background-color: rgba(42, 171, 238, 0.8);
}

.bon-sharing__link._wt {
  border-color: #0dc143;
  background-color: #0dc143;
}

.bon-sharing__link._wt:hover {
  background-color: rgba(13, 193, 67, 0.8);
}

.bon-sharing__link._vb {
  border-color: #675da9;
  background-color: #675da9;
}

.bon-sharing__link._vb:hover {
  background-color: rgba(103, 93, 169, 0.8);
}

.bon-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.bon-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: #141414;
}

.result-sharing .bon-sharing {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .result-sharing .bon-sharing {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.result-sharing .bon-sharing__list {
  font-size: 0;
  margin: 5px 0 0px;
}

/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.bon-preface {
  position: relative;
  padding: 0 0 0 0;
  /*display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;*/
  background: url(../src/images/common/top-stars-bg.svg) no-repeat 50% 0%, url(../src/images/common/snowdrifts-bg.svg) no-repeat 50% 100%, url(../src/images/common/snowflakes-top-bg.svg) no-repeat 50% 0%, url(../src/images/common/gifts-bg.png) no-repeat 50% 100%, #B5DBF5;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-preface {
    background: url(../src/images/common/top-stars-bg.svg) no-repeat 50% 0%/580px auto, url(../src/images/common/snowdrifts-bg.svg) no-repeat 50% 100%/580px auto, url(../src/images/common/snowflakes-top-bg.svg) repeat-y 50% 0%/580px auto, url(../src/images/common/gifts-bg.png) no-repeat 50% 100%/680px auto, #B5DBF5;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-preface {
    background: url(../src/images/common/top-stars-bg.svg) no-repeat 50% 0%/1000px auto, url(../src/images/common/snowdrifts-bg.svg) no-repeat 50% 100%/1000px auto, url(../src/images/common/snowflakes-top-bg.svg) no-repeat 50% 0%/1000px auto, url(../src/images/common/gifts-bg.png) no-repeat 50% 100%/1000px auto, #B5DBF5;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-preface {
    background: url(../src/images/common/top-stars-bg.svg) no-repeat 50% 0%/1300px auto, url(../src/images/common/snowdrifts-bg.svg) no-repeat 50% 100%/1300px auto, url(../src/images/common/snowflakes-top-bg.svg) no-repeat 50% 0%/1300px auto, url(../src/images/common/gifts-bg.png) no-repeat 50% 100%/1300px auto, #B5DBF5;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-preface {
    background: url(../src/images/common/top-stars-bg.svg) no-repeat 50% 0%/1500px auto, url(../src/images/common/snowdrifts-bg.svg) no-repeat 50% 100%/1500px auto, url(../src/images/common/snowflakes-top-bg.svg) no-repeat 50% 0%/1500px auto, url(../src/images/common/gifts-bg.png) no-repeat 50% 100%/1500px auto, #B5DBF5;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .bon-preface {
    padding: 0 0 0px;
  }
}

.bon-preface-wrap {
  max-width: 780px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 500px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-preface-wrap {
    max-width: 100%;
    padding: 30px 20px 220px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-preface-wrap {
    max-width: 100%;
    padding: 30px 20px 280px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-preface-wrap {
    max-width: 550px;
    padding: 20px 20px 300px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-preface-wrap {
    max-width: 600px;
    padding: 20px 20px 340px;
  }
}

@media screen and (max-width: 759px) {
  .bon-preface-wrap .bondibon-link {
    display: none;
  }
}

.bon-preface-wrap .bondibon-logo {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.2));
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-preface-wrap p {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-preface-wrap p {
    max-width: 400px;
    margin: 0 auto;
  }
}

.bon-preface .preface-text {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
  padding: 0 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-preface .preface-text {
    max-width: 100%;
    width: 280px;
    padding: 0 0 0 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: -20px;
    z-index: 2;
    font-size: 14px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-preface .preface-text {
    max-width: 400px;
    width: 400px;
    padding: 0 0 0 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    bottom: -17px;
    z-index: 2;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-preface .preface-text {
    max-width: 500px;
    padding: 0 0 20px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-preface .preface-text {
    padding: 0 0 20px 0;
  }
}

.bon-1-year {
  position: relative;
  overflow: hidden;
  background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%, url(../src/images/common/snowflakes.svg) repeat-y 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-1-year {
    background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%/760px auto, url(../src/images/common/snowflakes.svg) no-repeat 50% 0%/760px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-1-year {
    background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%/960px auto, url(../src/images/common/snowflakes.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-1-year {
    background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%/960px auto, url(../src/images/common/snowflakes.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-1-year {
    background: url(../src/images/common/clouds-bg.svg) no-repeat 50% 0%/1200px auto, url(../src/images/common/snowflakes.svg) no-repeat 50% 0%/1200px auto;
  }
}

.bon-1-year .bon-container {
  padding: 280px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-1-year .bon-container {
    padding: 100px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-1-year .bon-container {
    padding: 110px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-1-year .bon-container {
    padding: 120px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-1-year .bon-container {
    padding: 180px 20px 0px;
  }
}

.bon-1-year .text-1-wrap {
  max-width: 960px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-1-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.bon-1-year .text-1-wrap div {
  max-width: 580px;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-1-wrap div {
    -ms-flex-order: 2;
        order: 2;
  }
}

.bon-1-year .text-1-wrap div h1 {
  padding: 0 0 20px;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-1-wrap div h1 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-1-wrap img {
    max-width: 300px;
  }
}

.bon-1-year .text-2-wrap {
  max-width: 1160px;
  margin: 30px auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-2-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.bon-1-year .text-2-wrap div {
  max-width: 760px;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-2-wrap div {
    text-align: center;
  }
}

.bon-1-year .text-2-wrap div .logo-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-2-wrap div .logo-btn-wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .bon-1-year .text-2-wrap .blot {
    display: none;
  }
}

.bon-1-year .text-2-wrap .bondibon-logo {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.2));
}

.bon-2-year {
  position: relative;
  overflow: hidden;
  background: url(../src/images/common/forest-bg.svg) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-2-year {
    background: url(../src/images/common/forest-bg.svg) no-repeat 50% 0%/760px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-2-year {
    background: url(../src/images/common/forest-bg.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-2-year {
    background: url(../src/images/common/forest-bg.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-2-year {
    background: url(../src/images/common/forest-bg.svg) no-repeat 50% 0%/1200px auto;
  }
}

.bon-2-year .bon-container {
  padding: 470px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-2-year .bon-container {
    padding: 200px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-2-year .bon-container {
    padding: 240px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-2-year .bon-container {
    padding: 240px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-2-year .bon-container {
    padding: 300px 20px 0px;
  }
}

.bon-2-year .text-1-wrap {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}

.bon-2-year .text-1-wrap p {
  margin: 25px 0;
}

.bon-2-year .text-2-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.bon-2-year .text-2-wrap p {
  margin: 25px 0;
}

.bon-2-year .text-2-wrap .bondibon-logo {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.2));
}

.bon-3-year {
  position: relative;
  overflow: hidden;
  background: url(../src/images/common/garland-bg.png) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-3-year {
    background: url(../src/images/common/garland-bg.png) no-repeat 50% 0%/580px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-3-year {
    background: url(../src/images/common/garland-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-3-year {
    background: url(../src/images/common/garland-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-3-year {
    background: url(../src/images/common/garland-bg.png) no-repeat 50% 0%/1200px auto;
  }
}

.bon-3-year .bon-container {
  padding: 350px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-3-year .bon-container {
    padding: 100px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-3-year .bon-container {
    padding: 110px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-3-year .bon-container {
    padding: 120px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-3-year .bon-container {
    padding: 180px 20px 0px;
  }
}

.bon-3-year .text-1-wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .bon-3-year .text-1-wrap {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
}

.bon-3-year .text-1-wrap div {
  max-width: 760px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-3-year .text-1-wrap div {
    max-width: 860px;
    margin: 0 auto;
  }
}

.bon-3-year .text-1-wrap div p {
  margin: 25px 0;
}

@media screen and (max-width: 1199px) {
  .bon-3-year .text-1-wrap img {
    display: none;
  }
}

.bon-4-year {
  position: relative;
  overflow: hidden;
  background: url(../src/images/common/town-bg.svg) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-4-year {
    background: url(../src/images/common/town-bg.svg) no-repeat 50% 0%/760px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-4-year {
    background: url(../src/images/common/town-bg.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-4-year {
    background: url(../src/images/common/town-bg.svg) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-4-year {
    background: url(../src/images/common/town-bg.svg) no-repeat 50% 0%/1200px auto;
  }
}

.bon-4-year .bon-container {
  padding: 330px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-4-year .bon-container {
    padding: 200px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-4-year .bon-container {
    padding: 240px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-4-year .bon-container {
    padding: 240px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-4-year .bon-container {
    padding: 300px 20px 0px;
  }
}

.bon-4-year .text-1-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.bon-4-year .text-1-wrap p {
  margin: 25px 0 0;
}

.bon-4-year .text-1-wrap .bondibon-logo {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.2));
  margin-bottom: 25px;
}

.bon-4-year .text-2-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bon-4-year .text-2-wrap p {
  margin: 25px 0;
}

.bon-5-year {
  position: relative;
  overflow: hidden;
  background: url(../src/images/common/garland-2-bg.png) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-5-year {
    background: url(../src/images/common/garland-2-bg.png) no-repeat 50% 0%/580px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-5-year {
    background: url(../src/images/common/garland-2-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-5-year {
    background: url(../src/images/common/garland-2-bg.png) no-repeat 50% 0%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-5-year {
    background: url(../src/images/common/garland-2-bg.png) no-repeat 50% calc(0% - 15px)/1200px auto;
  }
}

.bon-5-year .bon-container {
  padding: 350px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-5-year .bon-container {
    padding: 100px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-5-year .bon-container {
    padding: 110px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-5-year .bon-container {
    padding: 120px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-5-year .bon-container {
    padding: 180px 20px 0px;
  }
}

.bon-5-year .text-1-wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .bon-5-year .text-1-wrap {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
}

.bon-5-year .text-1-wrap div {
  max-width: 740px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-5-year .text-1-wrap div {
    max-width: 860px;
    margin: 0 auto;
  }
}

.bon-5-year .text-1-wrap div p {
  margin: 25px 0;
}

@media screen and (max-width: 1199px) {
  .bon-5-year .text-1-wrap img {
    display: none;
  }
}

.bon-6-year {
  position: relative;
  overflow: hidden;
  padding: 0 0 350px;
  background: url(../src/images/common/garland-3-bg.png) no-repeat 50% 0%, url(../src/images/common/village-bg.png) no-repeat 50% 100%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-6-year {
    padding: 0 0 120px;
    background: url(../src/images/common/garland-3-bg.png) no-repeat 50% 0%/760px auto, url(../src/images/common/village-bg.png) no-repeat 50% 100%/760px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-6-year {
    padding: 0 0 150px;
    background: url(../src/images/common/garland-3-bg.png) no-repeat 50% 0%/960px auto, url(../src/images/common/village-bg.png) no-repeat 50% 100%/960px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-6-year {
    padding: 0 0 150px;
    background: url(../src/images/common/garland-3-bg.png) no-repeat 50% 0%/960px auto, url(../src/images/common/village-bg.png) no-repeat 50% 100%/960px auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-6-year {
    padding: 0 0 230px;
    background: url(../src/images/common/garland-3-bg.png) no-repeat 50% 0%/1200px auto, url(../src/images/common/village-bg.png) no-repeat 50% 100%/1200px auto;
  }
}

.bon-6-year .bon-container {
  padding: 200px 0px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-6-year .bon-container {
    padding: 100px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-6-year .bon-container {
    padding: 110px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-6-year .bon-container {
    padding: 110px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-6-year .bon-container {
    padding: 130px 20px 0px;
  }
}

.bon-6-year .text-1-wrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.bon-6-year .text-1-wrap p {
  margin: 25px 0 0;
}

.bon-6-year .text-1-wrap .moon {
  position: absolute;
  top: 60px;
  left: calc(50% + 350px);
}

@media screen and (max-width: 1199px) {
  .bon-6-year .text-1-wrap .moon {
    display: none;
  }
}

.bon-6-year .text-2-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bon-6-year .text-2-wrap p {
  margin: 25px 0;
}

.bon-8-year {
  position: relative;
  overflow: hidden;
}

.bon-8-year .bon-container {
  padding: 50px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .bon-8-year .bon-container {
    padding: 40px 20px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .bon-8-year .bon-container {
    padding: 40px 20px 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .bon-8-year .bon-container {
    padding: 40px 20px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bon-8-year .bon-container {
    padding: 50px 20px 0px;
  }
}

.bon-8-year .text-1-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bon-8-year .text-1-wrap p {
  margin: 25px 0;
}

.bon-8-year .text-2-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bon-8-year .text-2-wrap p {
  margin: 25px 0;
}

.bon-8-year .text-2-wrap .bondibon-logo {
  filter: drop-shadow(0px 0px 10px rgba(34, 60, 80, 0.2));
}