.offers-banner {
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width: 991px) {
  .offers-banner {
    margin: 20px 0;
  }
}
@media screen and (max-width: 568px) {
  .offers-banner {
    margin: 15px 0;
  }
}
.offers-banner__container {
  max-width: 1224px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  overflow: hidden;
  padding: 50px 38px;
}
@media screen and (max-width: 991px) {
  .offers-banner__container {
    max-width: 728px;
  }
}
@media screen and (max-width: 568px) {
  .offers-banner__container {
    padding: 24px 24px 220px 24px;
    max-width: 320px;
  }
}
.offers-banner__container img {
  max-width: 430px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .offers-banner__container img {
    max-width: 320px;
    height: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .offers-banner__container img {
    max-width: none;
    width: 100%;
  }
}
.offers-banner__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 60%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 568px) {
  .offers-banner__content {
    width: 100%;
    gap: 16px;
  }
}
.offers-banner__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offers-banner__text h2 {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #102a1f;
}
@media screen and (max-width: 991px) {
  .offers-banner__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 568px) {
  .offers-banner__text h2 {
    font-size: 24px;
  }
}
.offers-banner__text h2 span {
  color: #265742;
}
.offers-banner__text p {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #102a1f;
}
@media screen and (max-width: 991px) {
  .offers-banner__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .offers-banner__text p {
    font-size: 14px;
  }
}
.offers-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background: #265742;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
}
@media screen and (max-width: 568px) {
  .offers-banner__btn {
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.offers-banner__btn span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 568px) {
  .offers-banner__btn span {
    font-size: 12px;
  }
}
.offers-banner__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.geo-banner {
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width: 991px) {
  .geo-banner {
    margin: 20px 0;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner {
    margin: 15px 0;
  }
}
.geo-banner__container {
  max-width: 1224px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  overflow: hidden;
  padding: 28px 40px;
}
@media screen and (max-width: 991px) {
  .geo-banner__container {
    max-width: 728px;
    padding: 38px 32px;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner__container {
    padding: 24px 24px 250px 24px;
    max-width: 320px;
  }
}
.geo-banner__container img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.geo-banner__container img.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .geo-banner__container img {
    bottom: inherit;
    top: 0;
    max-width: 530px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .geo-banner__container img {
    right: -20%;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner__container img {
    max-width: none;
    top: inherit;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .geo-banner__container img.desktop {
    display: none;
  }
  .geo-banner__container img.mobile {
    display: block;
  }
}
.geo-banner__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .geo-banner__content {
    width: 60%;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner__content {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
}
.geo-banner__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 568px) {
  .geo-banner__text {
    align-items: center;
  }
}
.geo-banner__text h2 {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #102a1f;
}
@media screen and (max-width: 991px) {
  .geo-banner__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner__text h2 {
    font-size: 24px;
    text-align: center;
  }
}
.geo-banner__text h2 span {
  color: #265742;
}
.geo-banner__text p {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #102a1f;
}
@media screen and (max-width: 991px) {
  .geo-banner__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .geo-banner__text p {
    font-size: 14px;
    text-align: center;
  }
}
.geo-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background: #265742;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
}
@media screen and (max-width: 568px) {
  .geo-banner__btn {
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.geo-banner__btn span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 568px) {
  .geo-banner__btn span {
    font-size: 12px;
  }
}
.geo-banner__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.network-banner {
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width: 991px) {
  .network-banner {
    margin: 20px 0;
  }
}
@media screen and (max-width: 568px) {
  .network-banner {
    margin: 15px 0;
  }
}
.network-banner__container {
  max-width: 1224px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  padding: 19px 24px;
}
@media screen and (max-width: 991px) {
  .network-banner__container {
    max-width: 728px;
  }
}
@media screen and (max-width: 568px) {
  .network-banner__container {
    padding: 24px 24px 160px 24px;
    max-width: 320px;
  }
}
.network-banner__container img {
  width: 100%;
  max-width: 180px;
  height: auto;
  position: absolute;
  left: 60%;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .network-banner__container img {
    left: 40%;
  }
}
@media screen and (max-width: 568px) {
  .network-banner__container img {
    max-width: none;
    left: inherit;
    width: 100%;
    height: auto;
    right: 0;
    max-width: none;
  }
}
.network-banner__content {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 568px) {
  .network-banner__content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.network-banner__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.network-banner__text h2 {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #102a1f;
}
.network-banner__text h2 span {
  color: #265742;
}
.network-banner__text p {
  margin: 0 !important;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #102a1f;
}
@media screen and (max-width: 568px) {
  .network-banner__text p {
    width: 75%;
  }
}
.network-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background: #265742;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
  flex-shrink: 0;
}
@media screen and (max-width: 568px) {
  .network-banner__btn {
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.network-banner__btn span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 568px) {
  .network-banner__btn span {
    font-size: 12px;
  }
}
.network-banner__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}/*# sourceMappingURL=banners.css.map */