.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #101445;
  font-size: 1rem;
  line-height: 1.7;
}

.container {
  max-width: 1380px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr minmax(100px, 100px) 1fr;
  grid-template-columns: 1fr minmax(100px, 100px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0.8rem;
  font-family: 'Playfair Display', sans-serif;
  color: #101445;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 800;
  text-transform: uppercase;
}

.heading.white {
  max-width: 100%;
  color: #fff;
}

.heading.max_width {
  max-width: 55%;
  font-size: 1.8rem;
}

.text-block {
  color: #101445;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
}

.text-block.margin_bottom {
  margin-bottom: 0.8rem;
}

.heading-2 {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', sans-serif;
  color: #009dba;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-2 {
  font-size: 0.9rem;
  font-weight: 300;
}

.text-span {
  color: #039dba;
}

.image {
  width: 120px;
  margin-top: 1rem;
}

.div-block {
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #101445;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 75px;
  max-width: 75px;
  min-height: 75px;
  min-width: 75px;
  margin: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #101445;
}

.div-block-3 {
  position: relative;
  width: 100%;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-field {
  min-height: 60px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #929292;
  color: #101445;
  font-size: 0.7rem;
}

.text-field:hover {
  border-bottom-color: #009dba;
}

.text-field::-webkit-input-placeholder {
  color: #101445;
}

.text-field:-ms-input-placeholder {
  color: #101445;
}

.text-field::-ms-input-placeholder {
  color: #101445;
}

.text-field::placeholder {
  color: #101445;
}

.checkbox-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: rgba(16, 20, 69, 0.5);
  font-size: 0.6rem;
}

.form-block {
  margin-top: 1.2rem;
}

.submit-button {
  position: static;
  padding: 0.7rem 2rem;
  background-color: #009dba;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 1rem;
}

.submit-button:hover {
  background-color: #101445;
}

.div-block-4 {
  position: relative;
  display: inline-block;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
}

.div-block-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 920px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(225deg, rgba(15, 20, 74, 0), #0f144a 75%), url('../images/portrait-of-young-success-business-man-with-digita-2022-08-15-21-22-54-utc.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-3 {
  max-width: 600px;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
}

.text-block-4 {
  font-size: 0.8rem;
}

.link-block {
  position: relative;
  padding: 0.7rem 2rem;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #101445;
  font-size: 1rem;
  text-decoration: none;
}

.link-block:hover {
  background-color: #009dba;
  color: #fff;
}

.link-block.blue {
  background-color: #101445;
  color: #fff;
}

.link-block.blue:hover {
  background-color: #009dba;
}

.text-span-2 {
  color: #009dba;
}

.text-block-5 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #009dba;
  font-size: 0.9rem;
  font-weight: 500;
}

.text-block-6 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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;
}

.grid-2 {
  margin-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 2rem;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(75%, #101445)), url('../images/businesswoman-and-businessman-meeting-in-office-2022-03-07-23-56-22-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 75%), url('../images/businesswoman-and-businessman-meeting-in-office-2022-03-07-23-56-22-utc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-8.margin_top {
  margin-top: 0rem;
}

.div-block-8.margin_top._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(75%, #101445)), url('../images/business-handshake-of-people-at-office-2022-05-31-14-03-23-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 75%), url('../images/business-handshake-of-people-at-office-2022-05-31-14-03-23-utc.jpg');
}

.div-block-8._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(75%, #101445)), url('../images/office-buildings-2022-12-15-21-53-43-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 75%), url('../images/office-buildings-2022-12-15-21-53-43-utc.jpg');
}

.text-block-7 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-8 {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 400;
}

.text-block-9 {
  font-family: 'Playfair Display', sans-serif;
  color: #009dba;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}

.text-block-10 {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 300;
}

.section-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c0f35;
}

.grid-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1rem;
}

.text-block-11 {
  color: #fff;
}

.list-item {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-top: 1px solid #fff;
  font-size: 0.9rem;
  font-weight: 300;
}

.image-4 {
  width: 295px;
  min-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4.margin {
  max-width: 50%;
  margin-top: 2rem;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 120px;
}

.div-block-10 {
  position: relative;
}

.grid-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-5 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('../images/linie_1.svg');
  background-position: 0% 100%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.text-span-3 {
  color: #009dba;
  font-weight: 700;
}

.image-6 {
  width: 600px;
  min-height: 750px;
  margin-top: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 80% 50%;
  object-position: 80% 50%;
}

.section-6 {
  height: 100vh;
  max-height: 900px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0c0f35;
}

.section-7 {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.8rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
}

.image-7 {
  width: 15px;
  min-height: 15px;
  min-width: 15px;
}

.div-block-11 {
  max-width: 690px;
  padding: 3rem 40px;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 900px;
  padding-right: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 35%;
  object-position: 50% 35%;
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding: 1rem;
  color: #fff;
  text-align: right;
}

.text-block-12 {
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.2rem;
}

.text-block-13 {
  font-size: 0.8rem;
  font-weight: 300;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 15, 53, 0)), to(#0c0f35));
  background-image: linear-gradient(180deg, rgba(12, 15, 53, 0), #0c0f35);
}

.image-15 {
  margin-bottom: 5px;
}

.text-block-14 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.image-11 {
  position: absolute;
  left: -50px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 300px;
}

.image-9 {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow {
  left: -50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
}

.text-block-15 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.slide {
  overflow: visible;
  width: 100%;
  max-width: 32%;
  margin-right: 2%;
  padding: 0px;
  background-color: #101445;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/portrait-of-a-smiling-businessman-in-restaurant-ta-2022-12-18-17-30-45-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/portrait-of-a-smiling-businessman-in-restaurant-ta-2022-12-18-17-30-45-utc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/mature-boss-and-young-business-man-working-togethe-2022-06-02-01-15-53-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/mature-boss-and-young-business-man-working-togethe-2022-06-02-01-15-53-utc.jpg');
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/tax-manager-working-at-the-office-2022-04-11-15-19-38-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/tax-manager-working-at-the-office-2022-04-11-15-19-38-utc.jpg');
}

.slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/real-estate-agent-using-laptop-while-having-a-meet-2022-10-06-01-29-48-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/real-estate-agent-using-laptop-while-having-a-meet-2022-10-06-01-29-48-utc.jpg');
}

.slide._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/young-business-couple-working-and-discussing-by-la-2022-04-06-01-39-44-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/young-business-couple-working-and-discussing-by-la-2022-04-06-01-39-44-utc.jpg');
}

.slide._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0)), color-stop(80%, #101445)), url('../images/young-businesswoman-standing-and-having-a-presenta-2021-09-23-20-19-31-utc.jpg');
  background-image: linear-gradient(180deg, rgba(16, 20, 69, 0), #101445 80%), url('../images/young-businesswoman-standing-and-having-a-presenta-2021-09-23-20-19-31-utc.jpg');
}

.slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-size: 0.9rem;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: -50px;
  bottom: 0%;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.image-10 {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 100px;
  background-color: #001b24;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask {
  overflow: visible;
  background-color: transparent;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-16 {
  font-family: 'Playfair Display', sans-serif;
  color: #009dba;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 1180px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(225deg, rgba(15, 20, 74, 0), #0f144a 75%), url('../images/portrait-of-mature-businessman-inside-modern-offic-2022-12-15-00-18-54-utc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
  background-color: #101445;
}

.image-16 {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
}

.image-17 {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
}

.close_menu_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -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;
  cursor: pointer;
}

.div-block-23 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-left: 60px;
  -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: #101445;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.link {
  padding: 0.5rem 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #009dba;
}

.menu_line {
  width: 20px;
}

.close_menu {
  display: block;
  width: 20px;
}

.close_menu_2 {
  display: none;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -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;
  cursor: pointer;
}

.section-15 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
}

.container-4 {
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
}

.block_lpc_1 {
  display: inline-block;
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}

.img_lpc {
  width: 100%;
  max-width: 165px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 40px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .heading.white {
    max-width: 100%;
  }

  .heading.max_width {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .div-block {
    width: 100%;
    height: 1px;
  }

  .image-2 {
    width: 100px;
  }

  .section-2 {
    height: auto;
    max-height: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0.85)), to(rgba(16, 20, 69, 0.85))), url('../images/graf_1.jpeg');
    background-image: linear-gradient(180deg, rgba(16, 20, 69, 0.85), rgba(16, 20, 69, 0.85)), url('../images/graf_1.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-3 {
    max-width: 100%;
  }

  .grid-2 {
    grid-column-gap: 1rem;
  }

  .grid-3 {
    grid-column-gap: 1rem;
  }

  .grid-4 {
    grid-column-gap: 1rem;
  }

  .section-6 {
    height: auto;
    max-height: none;
  }

  .grid-5 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    max-width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }

  .div-block-12 {
    max-height: 500px;
  }

  .image-8 {
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .left-arrow {
    left: -40px;
    width: 80px;
    height: 80px;
  }

  .slide {
    max-width: 48%;
    margin-right: 4%;
  }

  .right-arrow {
    right: -40px;
    width: 80px;
    height: 80px;
  }

  .mask {
    overflow: hidden;
  }

  .section-top {
    height: auto;
    max-height: none;
    min-height: 650px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 20, 69, 0.75)), to(rgba(16, 20, 69, 0.75))), url('../images/portrait-of-mature-businessman-inside-modern-offic-2022-12-15-00-18-54-utc.jpg');
    background-image: linear-gradient(180deg, rgba(16, 20, 69, 0.75), rgba(16, 20, 69, 0.75)), url('../images/portrait-of-mature-businessman-inside-modern-offic-2022-12-15-00-18-54-utc.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-24 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading.max_width {
    max-width: 100%;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    min-height: 250px;
    margin-top: 0rem;
  }

  .div-block-8._3 {
    margin-top: 0rem;
  }

  .grid-4 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .section-5 {
    background-size: 200px;
  }

  .image-6 {
    min-height: 300px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .heading.white {
    font-size: 1.2rem;
  }

  .heading.max_width {
    font-size: 1.2rem;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .div-block-5 {
    padding-bottom: 0rem;
  }

  .div-block-6 {
    padding-top: 0rem;
  }

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-8 {
    min-height: 250px;
    margin-top: 0rem;
  }

  .div-block-8._3 {
    margin-top: 0rem;
  }

  .text-block-7 {
    font-size: 0.9rem;
  }

  .text-block-8 {
    font-size: 0.7rem;
  }

  .text-block-9 {
    font-size: 2rem;
  }

  .text-block-10 {
    font-size: 0.7rem;
  }

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-3 {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-4.margin {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    margin-top: 0rem;
  }

  .div-block-10 {
    display: none;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-6 {
    min-height: 350px;
    margin-top: 0rem;
  }

  .section-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-12 {
    max-height: 450px;
  }

  .image-11 {
    bottom: 30px;
  }

  .left-arrow {
    left: -20px;
    width: 70px;
    height: 70px;
  }

  .slide {
    max-width: 100%;
  }

  .slide._2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .slide_wrap {
    padding: 60px 20px 20px;
  }

  .right-arrow {
    right: -20px;
    width: 70px;
    height: 70px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 1.6rem;
  }

  .section-top {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-21 {
    height: 60px;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-23 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

#w-node-ccaa0945-d524-a9c5-315f-16a7f3db6b5f-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8034c08a-c90d-59bc-0daa-f34356311936-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad12880e-8fc7-b1cd-a53a-780283fa64b3-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1afc1f7-7898-9c32-c677-bc0740b9b8ee-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_49925a1d-3ff0-f63a-0cc3-1252427bae8c-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_11cafca4-4e48-2cf3-eb52-9939495f349c-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de86e52f-b84a-122e-df46-e7d447456ed3-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e14a12e6-1b6f-244f-0d3c-0b48650bbb9e-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cc1cf127-3f78-d88d-2ef0-fdfce78ea409-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_31e44525-51eb-d7f2-c5ee-97eb34f229f4-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2cf0f74d-0822-5fca-d130-923452f9732a-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1c3abf1a-cdfb-2e6d-0b97-175ab4af6757-66b55b85 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-de86e52f-b84a-122e-df46-e7d447456ed3-66b55b85 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

