.header-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 6em;
}

.trust-elements {
  display: none;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 4em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f7f7;
}

.trust-e-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.trust-e-item {
  width: 160px;
  height: 160px;
  margin-right: 1em;
  margin-left: 1em;
  background-color: #fff;
}

.paragraph {
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins;
  color: #2e3192;
  font-size: 24px;
}

.content-p {
  margin-bottom: 0em;
  font-family: Jetbrainsmono, sans-serif;
  color: #2e3192;
  font-size: 1.4em;
  line-height: 42px;
  font-weight: 400;
}

.content-p.center {
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  text-align: center;
}

.content-p.margin-top {
  margin-top: 2em;
}

.content-p.list {
  margin-bottom: 1.7em;
  line-height: 1.4em;
}

.content-p.white {
  color: #fff;
  text-decoration: none;
}

.header-main-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-content-div {
  width: 50%;
  margin-left: 6em;
}

.heading-h1 {
  font-family: Poppins;
  color: #2e3192;
  font-size: 72px;
  line-height: 84px;
  font-weight: 600;
}

.heading-h1.header {
  width: 500px;
  margin-bottom: 1em;
  font-family: Jetbrainsmono, sans-serif;
  font-weight: 700;
}

.content-neongreen {
  color: #62e9e5;
  font-weight: 500;
}

.menu-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 150px;
  padding-right: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.menu-link {
  margin-right: 0px;
  margin-bottom: 1em;
  color: #2e3192;
  font-size: 1em;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link.white {
  color: #fff;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 2em;
  padding: 5px 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #62e9e5;
  font-family: Poppins;
  color: #2e3192;
  font-size: 1.2em;
  line-height: 40px;
  text-decoration: none;
}

.cta-button.footer-btn {
  width: auto;
  margin-right: 0px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #62e9e5;
  background-color: transparent;
  color: #f8f7f7;
  line-height: 30px;
  text-align: left;
}

.button-content {
  margin-bottom: 0px;
  font-family: Jetbrainsmono, sans-serif;
  color: #2e3192;
  font-size: 1em;
  line-height: 42px;
  text-decoration: none;
}

.offer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper.contact-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper.align-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 4em;
  padding-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3192;
}

.footer-logo-div {
  width: 25%;
}

.footer-div {
  width: 25%;
  margin-right: 2em;
  margin-left: 2em;
}

.footer-div.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-p {
  font-family: Poppins;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.footer-p.center {
  font-family: Jetbrainsmono, sans-serif;
}

.text-span {
  font-weight: 600;
}

.footer-link {
  margin-bottom: 0.5em;
  font-family: Jetbrainsmono, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

.contact-section {
  display: block;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-input {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #2e3192;
}

.heading-h2 {
  font-family: Jetbrainsmono, sans-serif;
  color: #2e3192;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
}

.heading-h2.margin-bottom {
  margin-bottom: 2em;
}

.form-block {
  width: 440px;
}

.text-div {
  width: 500px;
}

.team-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f7f7;
}

.slide {
  width: 300px;
}

.slide-item {
  width: 300px;
  margin-right: 2em;
  margin-left: 0em;
}

.slider {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slider-img-div {
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-bottom: 2em;
  background-color: #fff;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2e3192;
  border-radius: 50px;
}

.slider-arrow.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2e3192;
}

.left-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  margin-top: 1em;
  margin-right: 2.5em;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  margin-top: 1em;
}

.mask {
  width: 100%;
  margin-top: 3em;
  margin-right: 0px;
}

.slide-nav {
  display: none;
}

.slider-content-p {
  margin-bottom: 5px;
  font-family: Jetbrainsmono, sans-serif;
  color: #2e3192;
  font-size: 1.2em;
  line-height: 1.5em;
}

.slider-content-p.bold {
  font-family: Jetbrainsmono, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
}

.network-section {
  display: none;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-img {
  overflow: hidden;
  width: 100%;
}

.wrapper-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-1-3 {
  width: 20%;
}

.div-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.network-item {
  width: 200px;
  margin-right: 1em;
  margin-bottom: 2em;
  margin-left: 1em;
}

.network-img-frame {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 1em;
  background-color: #f8f7f7;
}

.image-network {
  overflow: hidden;
  width: 100%;
}

.network-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-text {
  width: 40%;
}

.container-text.margin-right {
  width: 45%;
  padding-right: 3em;
}

.container-text.right {
  width: 55%;
  padding-left: 3em;
}

.container-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-right: 3em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-img.right {
  width: 45%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-width {
  width: 100%;
}

.text-width.fixed-width {
  width: 400px;
}

.img-container-l {
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: #2e3192;
}

.img-container-l.vertical {
  width: 100%;
  height: 300px;
  background-color: #2e3192;
}

.image {
  overflow: hidden;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-benefit {
  display: block;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 160px;
}

.menu-list {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70vh;
  margin-bottom: 10vh;
  margin-left: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 60px;
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-img-container {
  width: 800px;
  background-color: transparent;
}

.slider-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-width-l {
  width: 500px;
}

.button-arrow {
  width: 30px;
  margin-right: 1.5em;
}

.arrow-img {
  width: 100%;
}

.arrow-img.slider-left {
  width: 70%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-img.slider-right {
  width: 70%;
}

.heading {
  margin-left: 160px;
}

.image-2 {
  width: 70%;
}

.image-3 {
  width: 100%;
}

.image-fill {
  width: 100%;
}

.benefit-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 2em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-content-div {
  width: 50%;
  padding-right: 3em;
}

.offer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-item {
  position: absolute;
  right: 50%;
  bottom: 45%;
  width: 250px;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-content.vertical {
  position: relative;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-content.network {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-content.network.center {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-content.top-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.network-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.benefit-point {
  width: 15px;
  height: 15px;
  margin-right: 1em;
  border-style: none;
  border-width: 2px;
  border-color: #62e9e5;
  border-radius: 50px;
  background-color: #2e3192;
}

.benefit-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-point {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #62e9e5;
  border-radius: 50px;
  background-color: transparent;
}

.bullet-line {
  width: 1px;
  height: 3em;
  background-color: #62e9e5;
}

.footer-input {
  height: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  line-height: 16px;
}

.footer-logo {
  width: 80%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.underline {
  width: 80px;
  height: 2px;
  background-color: #62e9e5;
}

.menu-mobile-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3192;
}

.mobile-menu-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-mobile {
  display: none;
}

.menu-bar {
  width: 35px;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #2e3192;
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-main {
    margin-top: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trust-e-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trust-e-item {
    margin-top: 2em;
  }

  .content-p {
    font-size: 1.2em;
    line-height: 2em;
  }

  .content-p.list {
    margin-bottom: 2.3em;
  }

  .header-main-img {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-content-div {
    width: 60%;
    margin-right: 1em;
    margin-left: 1em;
  }

  .heading-h1.header {
    width: 100%;
    margin-top: 0px;
    font-size: 45px;
    line-height: 62px;
  }

  .menu-horizontal {
    display: none;
    margin-bottom: 4em;
  }

  .offer-section {
    padding-left: 0px;
  }

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.align-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-section {
    padding-left: 80px;
  }

  .text-div {
    margin-bottom: 3em;
  }

  .team-section {
    padding-left: 80px;
  }

  .slide-item {
    width: 250px;
  }

  .slider-img-div {
    width: 250px;
    height: 250px;
  }

  .slider-content-p {
    line-height: 1.8em;
  }

  .slider-content-p.bold {
    margin-bottom: 15px;
    line-height: 1.8em;
  }

  .network-section {
    padding-left: 80px;
  }

  .wrapper-1-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-2-3 {
    width: 100%;
  }

  .network-item {
    margin-left: 0em;
  }

  .network-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-text.margin-right {
    width: 100%;
    margin-top: 4em;
  }

  .container-text.right {
    width: 100%;
    padding-left: 0em;
  }

  .container-img {
    width: 100%;
  }

  .container-img.right {
    width: 100%;
  }

  .text-width {
    margin-bottom: 4em;
  }

  .text-width.fixed-width {
    width: 100%;
  }

  .section-benefit {
    padding-left: 0px;
  }

  .menu {
    display: none;
    width: 80px;
  }

  .menu-list {
    height: 5vh;
    margin-left: 5em;
  }

  .header-logo {
    display: none;
    width: 50px;
  }

  .header-img-container {
    width: 300px;
  }

  .text-width-l {
    width: 100%;
  }

  .image-2 {
    width: 100%;
  }

  .benefit-list-div {
    width: 100%;
  }

  .circle-item {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 180px;
  }

  .container-content {
    max-width: 100%;
  }

  .container-content.vertical {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-content.network.center {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-content.top-align {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-mobile-content {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 93%;
  }

  .menu-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-right: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-mobile.close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 2em;
    margin-right: 3em;
  }

  .menu-bar.white {
    background-color: #fff;
    -webkit-transform: translate(0px, -10px) rotate(-45deg);
    -ms-transform: translate(0px, -10px) rotate(-45deg);
    transform: translate(0px, -10px) rotate(-45deg);
  }

  .menu-bar.white.left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-mobile-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .header-main {
    margin-top: 0em;
    margin-bottom: 6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trust-elements {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 2em;
    padding-left: 2em;
  }

  .trust-e-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-main-img {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-content-div {
    width: 100%;
    margin-right: 0em;
    margin-left: 0em;
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .heading-h1.header {
    font-size: 40px;
    line-height: 52px;
  }

  .menu-horizontal {
    position: relative;
    display: none;
  }

  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-button {
    width: 100%;
  }

  .offer-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .footer {
    height: auto;
  }

  .footer-div {
    width: 30%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .contact-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .text-div {
    width: 100%;
  }

  .team-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .slide-item {
    width: 200px;
  }

  .slider-img-div {
    width: 200px;
    height: 200px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .slider-arrow.left {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .left-arrow {
    margin-right: 1.5em;
  }

  .slider-content-p {
    font-size: 1em;
  }

  .slider-content-p.bold {
    font-size: 1em;
  }

  .network-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .wrapper-1-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-1-3 {
    width: 100%;
    margin-bottom: 2em;
  }

  .div-2-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .network-item {
    width: 150px;
  }

  .network-img-frame {
    width: 150px;
    height: 150px;
  }

  .container-img.right {
    margin-right: 0em;
  }

  .text-width {
    width: 100%;
  }

  .img-container-l {
    width: 100%;
    height: auto;
  }

  .img-container-l.vertical {
    height: auto;
  }

  .section-benefit {
    margin-bottom: 5em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .menu {
    display: none;
  }

  .header-logo {
    display: none;
  }

  .header-img-container {
    width: 100%;
  }

  .text-width-l {
    width: 100%;
  }

  .benefit-content-div {
    width: 100%;
  }

  .container-content {
    padding-top: 2em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-content.vertical {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-content.network {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-content.network.center {
    max-width: 100%;
  }

  .container-content.top-align {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-mobile-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 92vh;
  }

  .menu-mobile {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-mobile-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-mobile {
    width: 40px;
  }

  .image-4 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .trust-e-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .trust-e-item {
    width: 120px;
    height: 120px;
  }

  .cta-button {
    width: 100%;
  }

  .footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-div.vertical {
    margin-right: 0em;
    margin-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .footer-p {
    margin-right: auto;
    margin-left: 0px;
  }

  .footer-p.center {
    margin-left: auto;
  }

  .heading-h2 {
    margin-bottom: 1em;
    font-size: 40px;
    line-height: 60px;
  }

  .form-block {
    width: 100%;
  }

  .left-arrow {
    top: 15%;
    width: 40px;
  }

  .right-arrow {
    top: 15%;
    width: 40px;
  }

  .network-section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .network-item {
    width: 110px;
    margin-right: 0em;
    margin-left: 0em;
  }

  .network-img-frame {
    width: 110px;
    height: 110px;
  }

  .network-row {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-text.margin-right {
    padding-right: 0em;
  }

  .header-img-container {
    width: 100%;
  }

  .benefit-content-div {
    padding-right: 0em;
  }

  .container-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .bullet-line {
    height: 4.6em;
  }

  .footer-logo {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    text-align: left;
  }
}

@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}