/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

.wrapper {
  font-family: "Fredoka", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  height: 100%;
}

html, body {
  height: 100%;
  width: 100%;
}

.wrapper__terms {
  background-color: #ADADAD;
  padding: 35px 20px;
}
.wrapper__terms-btn {
  font-size: 20px;
  margin-bottom: 20px;
}
.wrapper__terms-title {
  color: #10253A;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.wrapper__terms-text {
  padding-top: 10px;
}
.wrapper__terms-text-title {
  font-size: 18px;
  font-weight: 600;
}

.hero {
  background-image: url(hero_bg2.3323921d.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__wrapper {
  position: absolute;
  background: rgba(16, 37, 58, 0.4);
  width: 100%;
  height: 100%;
  padding: 47px 200px 0 200px;
}
.hero__nav {
  display: flex;
  justify-content: space-between;
  width: 500px;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
.hero__nav-link {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  cursor: pointer;
}
.hero__logo {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.hero__article {
  max-width: 870px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 85%;
  right: 45%;
  transform: translate(40%, -50%);
  z-index: 1;
}

.about {
  background-image: url(bg_map.3fe2e04c.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
  background-position: center;
  overflow: hidden;
  position: relative;
  top: -12%;
  z-index: 0;
}
.about__article {
  margin: 0 auto;
  padding-top: 90px;
  max-width: 963px;
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
.about__article-uppercase {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.about__article2 {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 963px;
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}

.offers {
  position: relative;
  overflow: hidden;
  right: 50%;
  transform: translate(50%);
}
.offers__title {
  color: #10253A;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
}
.offers__title-upper {
  color: #10253A;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.offers__methods {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.offers__payment {
  padding: 0 30px;
}
.offers__payment-img {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.offers__payment-description {
  color: #10253A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.offers__banks {
  padding: 0 30px;
}
.offers__banks-img {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.offers__banks-description {
  color: #10253A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.offers__article {
  color: #10253A;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.offers__description {
  color: #989898;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  max-width: 708px;
  margin: 26px auto 0 auto;
}
.offers__rectangle {
  background-image: url(rectangle.a5e1058d.png);
  height: 941px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: -81%;
  top: -330px;
  z-index: 1;
}
.offers__wrapper {
  background-image: url(rectangle_2.f4fc6248.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1400px;
  width: 1900px;
  position: relative;
  top: -1100px;
  background-position: center;
  z-index: 0;
}
.offers__wrapper1 {
  background-image: url(img.512f86ce.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 468px;
  width: 414px;
  position: relative;
  right: -31%;
  top: 30%;
  transform: translate(-50%);
}
.offers__wrapper2 {
  max-width: 487px;
  display: flex;
  flex-direction: column;
  position: relative;
  right: -65%;
  top: 6%;
  transform: translate(-50%);
  align-items: center;
}
.offers__wrapper3 {
  background-image: url(snake.718b5e65.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 671px;
  width: 500px;
  position: relative;
  left: -2%;
}
.offers__wrapper4 {
  background-image: url(bg2.6d3761a2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 970px;
  max-width: 1240px;
  position: relative;
  top: -30%;
  right: -50%;
  transform: translate(-50%);
  padding: 148px 0 0 108px;
  z-index: 2;
}
.offers__wrapper4-title {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: 33px;
}
.offers__wrapper4-links {
  max-width: 480px;
}
.offers__wrapper4-link {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.offers__wrapper4-link:not(:last-child) {
  padding-bottom: 26px;
}
.offers__wrapper5 {
  background-image: url(bg3.b189b7c3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1940px;
  height: 100%;
  position: relative;
  top: -60%;
  z-index: 1;
}
.offers__wrapper5-title1 {
  color: #10253A;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  top: 34%;
  right: 50%;
  transform: translate(50%);
}
.offers__wrapper5-title2 {
  text-align: center;
  color: #10253A;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  top: 36%;
  right: 50%;
  transform: translate(50%);
}
.offers__wrapper5-solutions {
  background-image: url(reasons.14839762.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1000px;
  height: 344px;
  position: relative;
  top: 40%;
  z-index: 10;
  transform: translate(-50%);
  left: 50%;
}
.offers__wrapper-title {
  color: #10253A;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 34px;
}
.offers__wrapper-link {
  color: #10253A;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.offers__wrapper-text {
  color: #10253A;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 20px 0;
}
.offers__wrapper-description {
  color: #7D7D7D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-top: 73px;
}

.solution {
  height: 553px;
  width: 100%;
  background: #496988;
  position: relative;
  overflow: hidden;
}
.solution__wrapper {
  background-image: url(solution.df5a9dda.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 238px 0 0 441px;
}
.solution__wrapper-line {
  background-image: url(solution_line.633f61a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 283px;
  width: 100%;
  position: relative;
  top: -28%;
  left: 60%;
}
.solution__wrapper-title {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  padding-bottom: 23px;
}
.solution__wrapper-title2 {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.solution__wrapper-article {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-bottom: 10px;
  max-width: 509.683px;
}
.solution__wrapper-article2 {
  color: #E5E5E5;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  max-width: 509.683px;
}

.footer {
  background: #10253A;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  background-image: url(footer_logo.05d84ffe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 280px;
  height: 250px;
  margin: 0 auto;
}
.footer__information {
  color: #E5E5E5;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-bottom: 10px;
}
.footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.footer__link {
  color: #E5E5E5;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.footer__link1 {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  padding-bottom: 20px;
}
.footer__link:not(:last-child) {
  padding-bottom: 12px;
  margin-right: 20px;
}

/*# sourceMappingURL=/scss.6b84482b.css.map */