@font-face {
  font-family: "IBMPlexSans";
  src: url("../fonts/IBMPlexSans/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 700;
  font-style: normal;
}
:root {
  --rem: 3.9vw;
  --color-red: #EF3124;
  --padding-container: 1.5rem;
}
@media screen and (orientation: landscape) {
  :root {
    --rem: 1.7361vw;
    --padding-container: 3.84rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--rem);
  font-family: "IBMPlexSans", sans-serif;
  line-height: 1;
}

body {
  background-color: #000000;
}

input,
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all ease-in-out 500ms;
}

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
}

.root {
  color: white;
  overflow: hidden;
}

.picture {
  display: block;
  width: 100%;
  pointer-events: none;
}

.card-bg {
  pointer-events: none;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.card-bg_3 {
  top: unset;
  bottom: 0;
}
.card-bg_4 {
  width: 19.48rem;
}
.card-bg_5 {
  width: 16.25rem;
}
@media screen and (orientation: landscape) {
  .card-bg_5 {
    transform: translate(-0.1rem, 0);
  }
}
.card-bg_6 {
  left: unset;
  right: 0;
  width: 19.56rem;
}

.header {
  position: relative;
  padding: 2.4rem 0;
}
.header__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(10px);
}
.header__ellipse_1 {
  top: 0;
  left: 50%;
  width: 115.04rem;
  transform: translate(-50%, -60%);
}
.header__ellipse_2 {
  width: 50rem;
  top: 60%;
  left: 30%;
  transform: translate(0, 0);
}
@media screen and (orientation: landscape) {
  .header__ellipse_2 {
    width: 34rem;
    top: 0;
    left: 65%;
    transform: translate(-57%, -36%);
  }
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (orientation: landscape) {
  .header__background {
    display: block;
  }
}
.header__container {
  position: relative;
}
.container {
  padding: 0 var(--padding-container);
  margin: 0 auto;
}

.logo {
  display: block;
  width: 12rem;
  height: 2.5rem;
}
@media screen and (orientation: landscape) {
  .logo {
    width: 13.76rem;
    height: 2.64rem;
  }
}
.logo__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.shield-image {
  pointer-events: none;
  position: absolute;
  display: block;
}
.shield-image_1 {
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 15rem;
  transform: translate(60%, 0);
}
@media screen and (orientation: landscape) {
  .shield-image_1 {
    transform: translate(14%, 0);
    width: 14.68rem;
  }
}
.shield-image_2 {
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 5.96rem;
  transform: translate(45%, 12%);
}
.shield-image_3 {
  right: 0;
  bottom: 0;
  width: 6.64rem;
  transform: translate(50%, 68%);
}
.shield-image_4 {
  left: 49%;
  top: 37%;
  z-index: 5;
  width: 8.36rem;
  transform: translate(-50%, -50%);
}

.ellipse-wrapper,
.shield-image-wrapper,
.polygon-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.polygon {
  pointer-events: none;
  position: absolute;
  display: block;
}
.polygon_1 {
  top: 0;
  right: -10%;
  width: 4rem;
  transform: translate(-20%, -100%);
}
@media screen and (orientation: landscape) {
  .polygon_1 {
    right: 50%;
    width: 4.4rem;
    transform: translate(-20%, -100%);
  }
}
.polygon_2 {
  z-index: 2;
  top: 0;
  left: 100%;
  width: 8rem;
  transform: translate(-45%, -30%);
}
@media screen and (orientation: landscape) {
  .polygon_2 {
    left: 0;
    width: 8rem;
    transform: translate(-45%, -30%);
  }
}
.polygon_3 {
  top: 0;
  right: -10%;
  width: 9rem;
  transform: translate(-11%, -35%);
}
@media screen and (orientation: landscape) {
  .polygon_3 {
    right: 30%;
    width: 10.64rem;
    transform: translate(-11%, -35%);
  }
}
.polygon_4 {
  top: 3.5%;
  left: 25%;
  width: 5.68rem;
  transform: translate(0%, 0%);
}
.polygon_5 {
  top: 0%;
  right: 0%;
  width: 7.12rem;
  transform: translate(-12%, -24.5%);
}
.polygon_6 {
  top: 0%;
  right: 0%;
  width: 4.24rem;
  transform: translate(0%, -40%);
}
.polygon_7 {
  top: 0%;
  right: 0%;
  width: 4.4rem;
  transform: translate(40%, -22%);
}
.polygon_8 {
  top: 3%;
  left: 50%;
  width: 15.16rem;
  transform: translate(-49%, 0%);
}

.welcome-section {
  position: relative;
  padding: 1rem 0 6rem;
}
@media screen and (orientation: landscape) {
  .welcome-section {
    padding: 3rem 0 7rem;
  }
}
.welcome-section__container {
  position: relative;
}
.welcome-section__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 6rem;
}
@media screen and (orientation: landscape) {
  .welcome-section__grid {
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
  }
}
.welcome-section__grid-cell_1 {
  position: relative;
  z-index: 2;
}
.welcome-section__grid-cell_2 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.welcome-section__grid-cell_2 .button {
  position: relative;
  margin-top: auto;
  margin-left: auto;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.72);
}
@media screen and (orientation: landscape) {
  .welcome-section__grid-cell_2 .button {
    background-color: transparent;
  }
}

.message {
  position: fixed;
  padding: 2rem 1rem;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message__body {
  position: relative;
  padding: 2.2rem 1.8rem 2rem;
  max-width: 20rem;
  width: 100%;
  flex: 0 0 auto;
  margin: auto auto;
  box-shadow: 0 0.4rem 4rem 0 rgba(255, 0, 0, 0.2509803922) inset, 0 0 3rem 0 #0055FF;
  background: linear-gradient(180deg, #190C2E 0%, #166298 100%);
}
.message__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.message__close::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.06rem;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.message__close::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.06rem;
  background-color: #ffffff;
  transform: rotate(-45deg);
}
.message__content {
  color: white;
  margin-bottom: 2rem;
}
.message__content .title {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
}
.message__content p {
  font-size: 1rem;
  text-align: center;
}
.message__button {
  color: white;
  margin: 0 auto;
}

.title {
  font-weight: 400;
}
.title b {
  font-weight: 700;
}
.title u {
  text-decoration: none;
  color: var(--color-red);
}
.title_size-4xl {
  font-size: 2.8rem;
}
.title_size-2xl {
  font-size: 2.4rem;
}
@media screen and (orientation: landscape) {
  .title_size-2xl {
    font-size: 1.8rem;
  }
}
.title_size-l {
  font-size: 2rem;
}
@media screen and (orientation: landscape) {
  .title_size-l {
    font-size: 1.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.04rem solid #FFA201;
  padding: 0.85rem 1.44rem 0.9rem;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 126, 158, 0.6) inset, 0 0 1.6rem 0 #0055FF;
  cursor: pointer;
}
.button:focus, .button:hover {
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 126, 158, 0.6) inset, 0 0 5rem 0 #0055FF;
  border: 0.04rem solid #B05D45;
}
.button:active {
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 126, 158, 0.6) inset, 0 0 1.5rem 0 #0055FF;
  transform: rotate(-0.5deg) scale(1.01);
}
@media screen and (orientation: landscape) {
  .button {
    font-size: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1.44rem 0.65rem;
  }
}

.threats-section {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
@media screen and (orientation: landscape) {
  .threats-section {
    padding: 3rem 0;
  }
}
.threats-section__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(10px);
}
.threats-section__ellipse_1 {
  top: 0;
  left: 50%;
  width: 54.32rem;
  transform: translate(-50%, -20%);
}
.threats-section__container {
  position: relative;
}
.threats-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .threats-section__header {
    margin-bottom: 2rem;
  }
}
.threats-section__statistics-list {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (orientation: landscape) {
  .threats-section__statistics-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.5rem;
    margin-bottom: -1rem;
  }
}
.threats-section__grid {
  position: relative;
  z-index: -1;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
}
@media screen and (orientation: landscape) {
  .threats-section__grid {
    grid-template-columns: 3fr 2.5fr;
  }
}
.threats-section__grid-cell_1 {
  position: relative;
  display: none;
}
@media screen and (orientation: landscape) {
  .threats-section__grid-cell_1 {
    display: block;
  }
}
.threats-section__grid-cell_1 .shield-image-wrapper,
.threats-section__grid-cell_1 .polygon-wrapper {
  z-index: 10;
}
.threats-section__grid-cell_2 {
  background: linear-gradient(90deg, #1C2B41 0%, #00241B 100%);
  padding: 2rem 3.2rem 3rem;
}
.threats-section__grid-cell_2 .title {
  margin-bottom: 2rem;
}
.threats-section__grid-cell_2 ul {
  padding-left: 1.2em;
  color: #FFA201;
  line-height: 1.2;
}
.threats-section__grid-cell_2 ul li {
  margin-bottom: 0.5em;
}
.threats-section__grid-cell_2 ul li:last-child {
  margin-bottom: 0;
}

.threat-statistic-card__number {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  color: #B05D45;
  margin-bottom: 0.5rem;
}
.threat-statistic-card__number-value {
  font-size: 4rem;
  font-weight: 700;
}
.threat-statistic-card__number-unit {
  font-weight: 700;
  font-size: 1.2rem;
}
.threat-statistic-card__text {
  color: #61A3B3;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.threat-statistic-card__changes-text {
  color: #FF0000;
  line-height: 1.2;
}

.challenges-section {
  padding: 3rem 0 4rem;
  position: relative;
}
.challenges-section__container {
  position: relative;
}
.challenges-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .challenges-section__header {
    margin-bottom: 2.5rem;
  }
}
.challenges-section__statistics-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.2rem;
  margin-bottom: 3.6rem;
}
@media screen and (orientation: landscape) {
  .challenges-section__statistics-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.9rem;
    margin-bottom: 3rem;
  }
}
.challenges-section__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(10px);
}
.challenges-section__ellipse_1 {
  top: 50%;
  left: 50%;
  width: 115.04rem;
  transform: translate(-50%, -50%);
}
.challenges-section__ellipse_2 {
  bottom: 0;
  left: 50%;
  width: 100rem;
  transform: translate(-50%, 10%);
}
@media screen and (orientation: landscape) {
  .challenges-section__ellipse_2 {
    transform: translate(-50%, -16%);
    width: 54.28rem;
  }
}
.challenges-section__grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 3rem;
  align-items: center;
}
@media screen and (orientation: landscape) {
  .challenges-section__grid {
    grid-template-columns: auto 1fr;
    gap: 1.8rem;
  }
}
.challenges-section__grid-cell_2 {
  line-height: 1.4;
}

.button-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
.button-wrapper .button {
  width: 100%;
}

.challenge-statistic-card {
  position: relative;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  border: 0.08rem solid white;
  background-color: rgba(0, 0, 0, 0.28);
}
.challenge-statistic-card .card-bg {
  display: none;
}
@media screen and (orientation: landscape) {
  .challenge-statistic-card {
    border: none;
    background-color: unset;
  }
  .challenge-statistic-card .card-bg {
    display: block;
  }
}
.challenge-statistic-card__title {
  position: relative;
  z-index: 5;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: auto;
  line-height: 1.2;
}
.challenge-statistic-card__text {
  position: relative;
  z-index: 5;
  line-height: 1.4;
  color: #FFA807;
  min-height: 5em;
  margin-top: 1rem;
}

.solutions-section {
  padding: 0 0 3.5rem;
}
@media screen and (orientation: landscape) {
  .solutions-section {
    padding: 0 0 4.5rem;
  }
}
.solutions-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .solutions-section__header {
    margin-bottom: 1.8rem;
  }
}
.solutions-section__grid {
  display: grid;
  grid-template-columns: 100%;
  align-items: start;
  margin-bottom: 2rem;
}
@media screen and (orientation: landscape) {
  .solutions-section__grid {
    grid-template-columns: 1fr 1.07fr;
    margin-bottom: 0.8rem;
  }
}
.solutions-section__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(10px);
}
.solutions-section__ellipse_1 {
  bottom: 0%;
  right: 0%;
  width: 63.52rem;
  transform: translate(50%, 45%);
}
.solutions-section__grid-cell {
  position: relative;
}
.solutions-section__grid-cell_1 {
  background: linear-gradient(90deg, #00241B 0%, #1C2B41 100%);
  padding: 1.8rem 2.2rem 2.2rem;
}
.solutions-section__grid-cell_1 .title {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.solutions-section__grid-cell_1 p {
  position: relative;
  z-index: 1;
  line-height: 1.2em;
  margin: 2rem 0;
}
.solutions-section__grid-cell_1 p:first-child {
  margin-top: 0;
}
.solutions-section__grid-cell_1 p:last-child {
  margin-bottom: 0;
}
.solutions-section__grid-cell_1 ul {
  position: relative;
  z-index: 1;
  padding-left: 1.2em;
  color: #FFA201;
  line-height: 1.2;
}
.solutions-section__grid-cell_1 ul li {
  margin-bottom: 0.5em;
}
.solutions-section__grid-cell_1 ul li:last-child {
  margin-bottom: 0;
}
.solutions-section__grid-cell_2 {
  display: none;
}
@media screen and (orientation: landscape) {
  .solutions-section__grid-cell_2 {
    display: block;
  }
}
.solutions-section__footer {
  position: relative;
}
@media screen and (orientation: landscape) {
  .solutions-section__footer {
    margin-top: -2rem;
  }
}
.solutions-section__footer p {
  color: #57B1FF;
  line-height: 1.2;
}

.how-it-works-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .how-it-works-section__header {
    margin-bottom: 2rem;
  }
}
.how-it-works-section__statistics-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (orientation: landscape) {
  .how-it-works-section__statistics-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 0;
  }
}
.how-it-works-section__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: blur(10px);
}
.how-it-works-section__ellipse_1 {
  top: 0;
  left: 50%;
  width: 50.08rem;
  transform: translate(-50%, -50%);
}
.how-it-works-section__ellipse_2 {
  top: 50%;
  left: 50%;
  width: 63.52rem;
  transform: translate(-50%, -54%);
}
.how-it-works-section__ellipse_3 {
  bottom: 0%;
  left: 50%;
  width: 99.04rem;
  transform: translate(-50%, 56%);
}
.how-it-works-section__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 16rem;
  padding: 2.5rem 1rem;
}
@media screen and (orientation: landscape) {
  .how-it-works-section__banner {
    height: 24.16rem;
  }
}
.how-it-works-section__banner-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-it-works-section__banner-text {
  position: relative;
  margin-top: auto;
  text-align: center;
  color: #FFA807;
  font-size: 1.2rem;
}
@media screen and (orientation: landscape) {
  .how-it-works-section__banner-text {
    font-size: 1rem;
  }
}

.how-it-works-card {
  position: relative;
  padding: 1.2rem 1.2rem;
}
@media screen and (orientation: portrait) {
  .how-it-works-card {
    box-shadow: 0 0.4rem 4rem 0 rgba(255, 0, 0, 0.2509803922) inset;
    background: linear-gradient(180deg, #190C2E 0%, #166298 100%);
    border: 0.08rem solid white;
  }
  .how-it-works-card .card-bg {
    display: none;
  }
}
.how-it-works-card__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0 0.5rem;
  margin-bottom: 0.8rem;
}
.how-it-works-card__step-number {
  font-size: 4rem;
  color: #FFA201;
  font-weight: 700;
}
.how-it-works-card__step-name {
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
}
.how-it-works-card__text {
  position: relative;
  color: #FFA78E;
  line-height: 1.2;
}

.benefits-section {
  position: relative;
  padding: 4rem 0 3rem;
}
@media screen and (orientation: landscape) {
  .benefits-section {
    padding: 3rem 0;
  }
}
.benefits-section__container {
  position: relative;
}
.benefits-section__header {
  margin-bottom: 2.5rem;
}
@media screen and (orientation: landscape) {
  .benefits-section__header {
    margin-bottom: 2rem;
  }
}
.benefits-section__cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (orientation: landscape) {
  .benefits-section__cards-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.benefits-section__footer .button {
  margin: 0 auto;
}

.benefits-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media screen and (orientation: landscape) {
  .benefits-card__title {
    font-weight: 400;
  }
}
.benefits-card__numbers {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFA201;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.benefits-card__text {
  font-size: 0.88rem;
  line-height: 1.4;
}

.finbridge-case-section {
  padding: 2.8rem 0 4.5rem;
}
.finbridge-case-section__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .finbridge-case-section__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
.finbridge-case-section__steps-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.32rem;
}
@media screen and (orientation: landscape) {
  .finbridge-case-section__steps-grid {
    grid-template-columns: 10.16rem 13.64rem 1fr;
  }
}
@media screen and (orientation: landscape) {
  .finbridge-case-section__steps-grid .finbridge-case-quote {
    grid-column: span 3;
  }
}

.finbridge-tooltip {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.finbridge-tooltip__logo {
  width: 6.24rem;
  height: 1rem;
}
.finbridge-tooltip__text {
  font-size: 0.9rem;
  color: #C48A8A;
}
@media screen and (orientation: landscape) {
  .finbridge-tooltip__text {
    font-size: 0.88rem;
    color: #9C6161;
  }
}

.arrow-image {
  position: absolute;
  display: block;
  width: 5.96rem;
}
@media screen and (orientation: portrait) {
  .arrow-image {
    transform: rotate(90deg);
  }
}
.arrow-image_1 {
  right: -2rem;
  bottom: 1rem;
}
@media screen and (orientation: portrait) {
  .arrow-image_1 {
    right: unset;
    left: -3rem;
    bottom: -2rem;
  }
}
.arrow-image_2 {
  right: -2.1rem;
  bottom: 2.5rem;
}
@media screen and (orientation: portrait) {
  .arrow-image_2 {
    right: unset;
    left: -3rem;
    bottom: -2rem;
  }
}

.finbridge-case-step {
  position: relative;
  padding: 2rem 2rem 2.5rem;
  background-color: #7F0000;
}
@media screen and (orientation: landscape) {
  .finbridge-case-step {
    padding: 1rem 1rem 2rem;
  }
}
.finbridge-case-step_1 {
  z-index: 3;
}
.finbridge-case-step_2 {
  z-index: 2;
}
.finbridge-case-step__title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.finbridge-case-step__text-content {
  font-size: 0.88rem;
  line-height: 1.2;
}
.finbridge-case-step__text-content ul {
  padding-left: 1.2em;
}
.finbridge-case-step__text-content ul li {
  margin-bottom: 0.5em;
}
.finbridge-case-step__text-content ul li:last-child {
  margin-bottom: 0;
}
.finbridge-case-step__text-content ul li::marker {
  color: #C3FF00;
}

.finbridge-case-quote {
  position: relative;
  padding: 4rem 2rem;
  background-color: #26282E;
  overflow: hidden;
}
@media screen and (orientation: landscape) {
  .finbridge-case-quote {
    padding: 2rem 6rem;
  }
}
.finbridge-case-quote__icon {
  position: absolute;
  display: block;
  width: 4.32rem;
  height: 4.32rem;
}
.finbridge-case-quote__icon_open {
  top: -0.8rem;
  left: 1rem;
}
.finbridge-case-quote__icon_close {
  transform: rotate(180deg);
  bottom: -0.8rem;
  right: 1rem;
}
.finbridge-case-quote__text-content {
  position: relative;
  color: #FFA807;
  font-size: 1.2em;
  line-height: 1.2;
  font-style: italic;
}

.usage-emaples-section {
  position: relative;
  z-index: 1;
}
.usage-emaples-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .usage-emaples-section__header {
    margin-bottom: 1.8rem;
  }
}
.usage-emaples-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (orientation: landscape) {
  .usage-emaples-section__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
  }
}

.ellipse {
  position: absolute;
  display: block;
  filter: blur(10px);
}
.ellipse_10 {
  width: 14.72rem;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (orientation: portrait) {
  .ellipse_10 {
    width: 12rem;
    opacity: 0.25;
  }
}

.usage-emaple-card {
  position: relative;
  padding: 2rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (orientation: landscape) {
  .usage-emaple-card {
    padding: 2rem 1rem 1.7rem;
  }
}
.usage-emaple-card_1 .ellipse_10 {
  transform: translate(-42%, -55%);
}
.usage-emaple-card_2 .ellipse_10 {
  transform: translate(-65%, -42%);
}
.usage-emaple-card_3 .ellipse_10 {
  transform: translate(-53%, -47%);
}
.usage-emaple-card_4 .ellipse_10 {
  transform: translate(-59%, -53%);
}
.usage-emaple-card_5 .ellipse_10 {
  transform: translate(-40%, -51%);
}
.usage-emaple-card_6 .ellipse_10 {
  transform: translate(-58%, -44%);
}
.usage-emaple-card__icon {
  position: relative;
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  background-color: #fff;
}
@media screen and (orientation: landscape) {
  .usage-emaple-card__icon {
    width: 4.48rem;
    height: 4.48rem;
  }
}
.usage-emaple-card__title {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
}
.usage-emaple-card__text-content {
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (orientation: landscape) {
  .usage-emaple-card__text-content {
    font-size: 1rem;
  }
}

.get-offer-form-section {
  position: relative;
  padding: 5rem 0;
}
@media screen and (orientation: landscape) {
  .get-offer-form-section {
    padding: 7.08rem 0;
  }
}
.get-offer-form-section__ellipse {
  position: absolute;
  display: block;
  pointer-events: none;
}
.get-offer-form-section__ellipse_1 {
  top: 50%;
  left: 50%;
  width: 117.16rem;
  transform: translate(-50%, -50%);
}
.get-offer-form-section__ellipse_2 {
  top: 50%;
  right: 0;
  width: 48.24rem;
  transform: translate(20%, -50%);
}
.get-offer-form-section__container {
  position: relative;
}
.get-offer-form-section__header {
  margin-bottom: 3rem;
}
@media screen and (orientation: landscape) {
  .get-offer-form-section__header {
    margin-bottom: 1.2rem;
  }
}
.get-offer-form-section__grid {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: landscape) {
  .get-offer-form-section__grid {
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
  }
}
.get-offer-form-section__grid-cell_1 .title {
  margin-bottom: 1em;
}
.get-offer-form-section__grid-cell_1 .title b {
  font-weight: 500;
}
.get-offer-form-section__grid-cell_1 ul {
  padding-left: 1.2em;
  color: #C3FF00;
  line-height: 1.2;
}
.get-offer-form-section__grid-cell_1 ul li {
  margin-bottom: 0.5em;
}
.get-offer-form-section__grid-cell_1 ul li:last-child {
  margin-bottom: 0;
}
form._disabled {
  pointer-events: none;
  opacity: 0.5;
}

.get-offer-form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (orientation: landscape) {
  .get-offer-form {
    max-width: 12rem;
    gap: 0.8rem;
  }
}
.get-offer-form .button-wrapper {
  margin-top: 0.5rem;
}
@media screen and (orientation: landscape) {
  .get-offer-form .button-wrapper {
    margin-left: -0.5rem;
    width: calc(100% + 1rem);
  }
}

.input {
  width: 100%;
}
.input__field {
  display: block;
  width: 100%;
  background-color: #182227;
  border: 0.08rem solid #3C7CFD;
  height: 3.2rem;
  color: #ffffff;
  padding: 0 1.4rem;
  font-size: 1.2rem;
}
.input__field:active, .input__field:focus, .input__field:hover {
  border: 0.08rem solid #9C6161;
}
@media screen and (orientation: landscape) {
  .input__field {
    height: 1.76rem;
    padding: 0 0.56rem;
    font-size: 0.8rem;
  }
}
.input__field::-moz-placeholder {
  opacity: 1;
  color: #00D0FF;
}
.input__field::placeholder {
  opacity: 1;
  color: #00D0FF;
}
.footer {
  position: relative;
  padding: 4.6rem 0;
}
.footer__background {
  position: absolute;
  left: calc(var(--padding-container) - 0.2rem);
  bottom: 0;
  width: calc(100% - var(--padding-container) * 2);
}
.footer__container {
  position: relative;
}
.footer__row {
  position: relative;
}
.copyright {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.4;
}
.copyright a {
  text-decoration: none;
}

.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.checkbox {
  position: relative;
}
.checkbox__link {
  font-size: 0.9rem;
}
@media screen and (orientation: landscape) {
  .checkbox__link {
    font-size: 0.6rem;
  }
}
.checkbox__label {
  cursor: pointer;
  font-size: 0.9rem;
}
@media screen and (orientation: landscape) {
  .checkbox__label {
    font-size: 0.6rem;
  }
}
.checkbox__indicator {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #4CAF50;
  border-radius: 0.2rem;
  position: relative;
  flex-shrink: 0;
  transform: translate(0, 14%);
  margin-right: 0.2rem;
}
@media screen and (orientation: landscape) {
  .checkbox__indicator {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.checkbox input[type=checkbox]:checked + label .checkbox__indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.292 5.708a1 1 0 00-1.414-1.416L9 14.17l-3.878-3.88a1 1 0 10-1.414 1.415l4.585 4.586a1 1 0 001.414 0L20.292 5.708z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (orientation: landscape) {
  .checkbox input[type=checkbox]:checked + label .checkbox__indicator::before {
    width: 0.55rem;
    height: 0.55rem;
  }
}

.cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  background: #166298;
  padding: 1.75rem 0;
  color: white;
  display: none;
}
@media screen and (orientation: portrait) {
  .cookies {
    padding: 1rem 0;
  }
}
.cookies_showed {
  display: block;
}
.cookies__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
@media screen and (orientation: portrait) {
  .cookies__grid {
    gap: 1.5rem;
    grid-template-columns: 100%;
  }
}
.cookies__cell_1 {
  font-size: 0.6rem;
  line-height: 1.2;
  font-weight: 300;
  color: white;
}
@media screen and (orientation: portrait) {
  .cookies__cell_1 {
    font-size: 0.77rem;
  }
}
.cookies__cell_1 p {
  margin: 0.7em 0;
}
.cookies__cell_1 p:first-child {
  margin-top: 0;
}
.cookies__cell_1 p:last-child {
  margin-bottom: 0;
}
@media screen and (orientation: portrait) {
  .cookies__cell_2 .button {
    font-size: 0.8rem;
  }
}

.deafault-content-section {
  position: relative;
  z-index: 2;
}
.deafault-content-section__content {
  background-color: #fff;
  padding: 2rem 2rem 4rem;
  font-size: 0.8rem;
  color: #000000;
}
@media screen and (orientation: portrait) {
  .deafault-content-section__content {
    margin: 0 calc(0px - var(--padding-container));
    font-size: 0.95rem;
  }
}
.deafault-content-section__content * {
  margin: 1em 0;
  line-height: 1.2;
}
.deafault-content-section__content *:first-child {
  margin-top: 0;
}
.deafault-content-section__content *:last-child {
  margin-bottom: 0;
}
.deafault-content-section__content ol,
.deafault-content-section__content ul {
  padding-left: 1.4em;
}
.deafault-content-section__content ul {
  list-style-type: disc;
}
.deafault-content-section__content ol {
  counter-reset: item;
  list-style-type: none;
}
.deafault-content-section__content ol > li {
  display: block;
  counter-increment: item;
}
.deafault-content-section__content ol > li::before {
  content: counters(item, ".") ". ";
}
.deafault-content-section__content table {
  border-collapse: collapse;
}
.deafault-content-section__content table th,
.deafault-content-section__content table td {
  border: 0.01rem solid #26282E;
  padding: 0.5rem 1rem;
}

.table-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}/*# sourceMappingURL=style.css.map */