.homepage-block.offer-container {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .homepage-block.offer-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.homepage-block.offer-container .viewport-container {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .viewport-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.homepage-block.offer-container .wrapper {
  position: relative;
}
.homepage-block.offer-container .offer-container--top {
  position: relative;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.homepage-block.offer-container .offer-container--top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -230px;
  width: 230px;
  height: 230px;
  background: #000;
  mix-blend-mode: color;
  z-index: 2;
}
.homepage-block.offer-container .offer-container--top:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 460px;
  width: 20px;
  height: 20px;
  background: #FFF;
  z-index: 2;
}
.homepage-block.offer-container .offer-container--top_image {
  height: 460px;
  position: relative;
  z-index: 1;
  width: 690px;
  position: absolute;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.homepage-block.offer-container .offer-container--top_image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 230px;
  width: 230px;
  height: 230px;
  background: #071138;
  mix-blend-mode: color;
  z-index: 2;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_image:before {
    display: none;
  }
}
.homepage-block.offer-container .offer-container--top_image:after {
  content: "";
  display: block;
  position: absolute;
  top: 230px;
  left: 0px;
  width: 230px;
  height: 230px;
  background: #071138;
  mix-blend-mode: color;
  z-index: 2;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_image:after {
    display: none;
  }
}
.homepage-block.offer-container .offer-container--top_image .extra-detail-layer {
  content: "";
  display: block;
  position: absolute;
  top: 230px;
  left: 460px;
  width: 230px;
  height: 230px;
  background: #071138;
  mix-blend-mode: color;
  z-index: 2;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_image .extra-detail-layer {
    display: none;
  }
}
.homepage-block.offer-container .offer-container--top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.homepage-block.offer-container .offer-top-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.homepage-block.offer-container .offer-container--top_content {
  width: calc(100% - 460px);
  margin-left: 460px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_content {
    width: 100%;
    margin-left: 0;
  }
}
.homepage-block.offer-container .offer-container--top_content-heading {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #071138;
  padding-left: 54px;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_content-heading {
    height: auto;
    padding: 40px;
  }
}
.homepage-block.offer-container .offer-container--top_content-heading .single-header {
  color: #FFF;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_content-heading .single-header {
    font-size: 32px;
  }
}
.homepage-block.offer-container .offer-container--top_content-text-content {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_content-text-content {
    height: auto;
  }
}
.homepage-block.offer-container .offer-container--top_content-text-content .body-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #000;
  mix-blend-mode: color;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 230px;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top_content-text-content .body-text {
    margin-left: 0;
  }
}
.homepage-block.offer-container .offer-container--bottom {
  --offer-bottom-hook: initial;
  margin-top: 130px;
  position: relative;
}
.homepage-block.offer-container .offer-container--bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: #05296A;
  -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.homepage-block.offer-container .offer-container--bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 256px;
  height: 256px;
  background: #061D51;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.homepage-block.offer-container .offer-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  position: relative;
}
.homepage-block.offer-container .offer-items-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: url(../../images/dual_pixel.svg) no-repeat center center;
  z-index: 2;
}
.homepage-block.offer-container .offer-item {
  min-width: 0;
  width: 20%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-item {
    width: 50%;
  }
}
.homepage-block.offer-container .offer-item .offer-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-item .offer-item-link {
    padding: 15px;
  }
}
.homepage-block.offer-container .offer-item.odd {
  background: #040B28;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-item.odd {
    background: transparent;
  }
}
.homepage-block.offer-container .offer-item.odd:hover {
  background: #1B2342;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-item.even {
    background: transparent;
  }
}
.homepage-block.offer-container .offer-item.even:hover {
  background: #061D51;
}
@media screen and (max-width: 991px) {
  .homepage-block.offer-container .offer-item:nth-of-type(4n) {
    background: #040B28;
  }
  .homepage-block.offer-container .offer-item:nth-of-type(4n-3) {
    background: #040B28;
  }
}
.homepage-block.offer-container .offer-item-icon {
  width: 72px;
  height: 72px;
}
.homepage-block.offer-container .offer-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.homepage-block.offer-container .offer-item-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-item-title {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .homepage-block.offer-container .offer-container--top {
    --offer-top-hook: tablet;
  }
  .homepage-block.offer-container .offer-items-container {
    --offer-items-hook: tablet;
  }
}
@media (max-width: 767px) {
  .homepage-block.offer-container .offer-container--top {
    --offer-top-hook: mobile;
  }
  .homepage-block.offer-container .offer-item {
    --offer-item-layout: mobile;
  }
}