@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "M PLUS 1";
  font-weight: 400;
  src: url("../fonts/MPLUS1-Regular.eot");
  src: url("../fonts/MPLUS1-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MPLUS1-Regular.ttf") format("truetype"), url("../fonts/MPLUS1-Regular.woff") format("woff"), url("../fonts/MPLUS1-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1";
  font-weight: 500;
  src: url("../fonts/MPLUS1-Medium.eot");
  src: url("../fonts/MPLUS1-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MPLUS1-Medium.ttf") format("truetype"), url("../fonts/MPLUS1-Medium.woff") format("woff"), url("../fonts/MPLUS1-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS 1";
  font-weight: 600;
  src: url("../fonts/MPLUS1-SemiBold.eot");
  src: url("../fonts/MPLUS1-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MPLUS1-SemiBold.ttf") format("truetype"), url("../fonts/MPLUS1-SemiBold.woff") format("woff"), url("../fonts/MPLUS1-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.woff2") format("woff2");
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s ease;
  padding: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal {
    padding: 60px 0;
  }
}

.modal__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.news-popup-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
  overflow-y: auto;
}

.news-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.news-popup-article {
  padding: 80px 13.888889vw; /* 200/1440 */
}
.news-popup-article h2 {
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin: 20px 0;
}
.news-popup-article p {
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}
.news-popup-article ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.news-popup-article ul li {
  list-style: disc;
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.news-popup-article strong {
  font-weight: 600;
}
.news-popup-article a {
  color: var(--green, #4d7d5b);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .news-popup-article {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .news-popup-article {
    padding: 60px 20px;
  }
  .news-popup-article h2 {
    font-size: 18px;
  }
  .news-popup-article p {
    font-size: 15px;
  }
  .news-popup-article ul li {
    font-size: 15px;
  }
}

.news-popup-title {
  color: var(--black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .news-popup-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .news-popup-title {
    font-size: 28px;
  }
}

.news-popup-fluid-image {
  width: 100%;
  margin-bottom: 20px;
}
.news-popup-fluid-image img {
  width: 100%;
}

.news-popup-quote {
  color: var(--green, #4d7d5b);
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding-left: 10px;
  border-left: 1px solid #4d7d5b;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .news-popup-quote {
    font-size: 15px;
  }
}

.news-popup-two-images {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.news-popup-two-images img {
  width: 48%;
}
@media only screen and (max-width: 666px) {
  .news-popup-two-images {
    flex-direction: column;
    gap: 20px;
  }
  .news-popup-two-images img {
    width: 100%;
  }
}

.news-popup-youtube {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin: 40px 0;
}
.news-popup-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}

.news-popup-img-text-block {
  width: 100%;
  margin: 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block {
    flex-direction: column-reverse;
  }
}

.news-popup-img-text-block-image {
  width: 48%;
}
.news-popup-img-text-block-image img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block-image {
    width: 100%;
  }
}

.news-popup-img-text-block-text {
  width: 48%;
  color: var(--grey-dark, #404040);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .news-popup-img-text-block-text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news-popup-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid #4d7d5b;
}

.news-popup-btn {
  cursor: pointer;
  border-radius: 30px;
  background: var(--green, #4d7d5b);
  padding: 15px 28px;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.news-popup-btn:hover {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .news-popup-btn {
    width: 100%;
    justify-content: space-between;
  }
}

.news-popup-img-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 666px) {
  .news-popup-img-bg {
    width: 175px;
  }
  .news-popup-img-bg img {
    width: 100%;
  }
}

.menu-wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 30;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: #fff;
}
.menu-wrapper.show {
  top: 0;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.menu-content::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}
.menu-content::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}
@media only screen and (max-width: 666px) {
  .menu-content::before, .menu-content::after {
    display: none;
  }
}

.menu-close {
  padding: 73px 20px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey, #626262);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.menu-links {
  padding: 0 31px;
}

.menu-links-item {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
  display: block;
}

.menu-accordion-head {
  display: flex;
  align-items: center;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
}
.menu-accordion-head span {
  display: block;
  margin-right: 8px;
  padding-bottom: 4px;
}
.menu-accordion-head img {
  transition: all 0.3s ease;
}
.menu-accordion-head.in img {
  transform: rotate(180deg);
}

.menu-accordion-drop {
  padding-left: 20px;
  display: none;
}

.menu-accordion-drop-item {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 28px;
}

.header {
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}
.header.scroll {
  background: #2b3d62;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 666px) {
  .header.scroll {
    background: rgb(255, 255, 255);
  }
}
.header.scroll .header-logo {
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 666px) {
  .header.scroll .header-logo {
    background: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 0 40px;
    border: none;
  }
}
@media only screen and (max-width: 666px) {
  .header {
    padding: 0 15px;
    border-bottom: none;
    background: rgb(255, 255, 255);
  }
}

.header-inner {
  width: 100%;
  height: 80px;
  display: flex;
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-inner-overlay {
  opacity: 1;
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-item {
  color: #000;
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-drop {
  transform: translatey(0);
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-drop-item {
  opacity: 1;
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-item-icon {
  transform: rotate(180deg);
}
.header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-item-icon svg path {
  fill: #000;
}
@media only screen and (max-width: 1024px) {
  .header-inner {
    height: auto;
    flex-direction: column;
    margin-bottom: -1px;
  }
  .header-inner:has(.header-menu-item-hovered:hover, .header-menu-drop:hover) .header-menu-drop {
    transform: translatey(0);
    opacity: 1;
    pointer-events: unset;
  }
}
@media only screen and (max-width: 666px) {
  .header-inner {
    height: 67px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
  }
}

.header-inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.header-logo {
  width: 50%;
  height: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.4);
  align-items: center;
  padding-left: 50px;
}
.header-logo img {
  width: 195px;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 100%;
    padding: 8px 0;
  }
  .header-logo img {
    width: 169px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 666px) {
  .header-logo {
    padding: 6px;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
  }
  .header-logo img {
    width: 171px;
  }
}

.header-menu {
  width: 50%;
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .header-menu {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header-menu-mob-btn {
  display: none;
}
@media only screen and (max-width: 666px) {
  .header-menu-mob-btn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: "M PLUS 1";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #ccc;
  }
}

.header-menu-mob-burger {
  display: none;
}
@media only screen and (max-width: 666px) {
  .header-menu-mob-burger {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}

.header-menu-item {
  cursor: pointer;
  width: 33.3333%;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header-menu-item {
    height: 45px;
    border-bottom: 1px solid #ccc;
  }
  .header-menu-item:first-of-type {
    border-left: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .header-menu-item {
    display: none;
  }
}

.header-menu-item-icon {
  margin-left: 5px;
  padding-top: 4px;
}

.header-menu-drop {
  position: absolute;
  width: calc(100% + 50px);
  height: 100dvh;
  background: #fff;
  z-index: 1;
  transform: translatey(-100%);
  overflow: hidden;
  padding: 130px 11.111111vw; /* 160/1440 */
  transition: all 0.3s ease-in-out;
}
.header-menu-drop::before {
  content: "";
  width: 1px;
  height: 100dvh;
  background: #ccc;
  position: absolute;
  right: 50px;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .header-menu-drop {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .header-menu-drop::before {
    display: none;
  }
}

.header-menu-drop-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header-menu-drop-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-menu-drop-item {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}

.footer {
  width: 100%;
}

.footer-top {
  width: 100%;
  background: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .footer-top {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-top {
    padding: 0;
  }
}

.footer-top-inner {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 100px 60px; /* 100/1440 */
}
@media only screen and (max-width: 1024px) {
  .footer-top-inner {
    padding: 0 40px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-top-inner {
    padding: 0 25px 60px 25px;
    border: none;
  }
}

.footer-top-up {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .footer-top-up {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 0 0;
  }
}

@media only screen and (max-width: 666px) {
  .footer-top-up-logo {
    margin-bottom: 40px;
  }
}

.footer-top-up-rigth {
  display: flex;
}
.footer-top-up-rigth a {
  display: block;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 65px;
}
@media only screen and (max-width: 666px) {
  .footer-top-up-rigth {
    flex-direction: column;
  }
  .footer-top-up-rigth a {
    margin-left: 0;
    display: block;
    margin-bottom: 30px;
  }
}

.footer-top-down {
  padding-top: 15px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer-top-down {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-top-down-item {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .footer-top-down-item {
    margin-bottom: 20px;
  }
}

.footer-bottom {
  background: #000;
  padding: 8px 150px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.footer-bottom a {
  color: #fff;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom {
    padding: 7px 80px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-bottom {
    padding: 7px 40px;
  }
}

.modal-contact-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 740px;
  height: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .contact-popup-content {
    width: 688px;
    height: 510px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-popup-content {
    width: calc(100% - 30px);
    height: 460px;
    padding: 100px 20px;
  }
}

.contact-popup-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}

.contact-popup-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-popup-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-popup-title {
    font-size: 28px;
  }
}

.contact-popup-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-title {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-title {
    font-size: 28px;
  }
}

.contact-trouble-popup-text {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-btns {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns {
    width: 100%;
    flex-direction: column;
  }
}

.contact-trouble-popup-btns-try {
  cursor: pointer;
  width: 48%;
  background: var(--black, #000);
  padding: 10px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-try {
    width: 180px;
    margin-bottom: 15px;
  }
}

.contact-trouble-popup-btns-send {
  cursor: pointer;
  width: 48%;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black, #000);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-send {
    width: 180px;
  }
}

.home-page .header-logo {
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 1024px) {
  .home-page .header-logo {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 666px) {
  .home-page .header-logo {
    background: none;
  }
}

.home-main {
  width: 100%;
}

.home-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 50px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-hero {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero {
    padding: 0;
    height: 750px;
  }
}

.home-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.home-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-hero-img img {
    height: 100%;
  }
}

.home-hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .home-hero-content {
    flex-direction: column;
  }
}

.home-hero-text {
  width: 50%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  position: relative;
  z-index: 2;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero-text p {
  max-width: 300px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-text {
    padding: 235px 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-text {
    font-size: 14px;
    padding: 163px 15px;
  }
}

.home-hero-left {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-left: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left {
    border: none;
    width: 100%;
  }
}

.home-hero-left-banner {
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #fff;
  padding: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 4.166667vw; /* 60/1440 */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left-banner {
    font-size: 48px;
    padding: 70px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-left-banner {
    font-size: 38px;
    padding: 50px 20px;
  }
}

.home-second {
  width: 100%;
  padding: 0 50px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
@media only screen and (max-width: 1024px) {
  .home-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second {
    padding: 0;
    border-bottom: none;
  }
}

.home-second-inner {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  height: 440px;
}
@media only screen and (max-width: 1024px) {
  .home-second-inner {
    height: 511px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-inner {
    flex-direction: column;
    height: auto;
    border: none;
  }
}

.home-second-mobile-text {
  display: none;
}
@media only screen and (max-width: 666px) {
  .home-second-mobile-text {
    display: block;
    color: var(--black, #000);
    font-family: "M PLUS 1";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin-bottom: 30px;
  }
}

.home-second-left {
  width: 50%;
  padding: 50px 100px;
}
@media only screen and (max-width: 1024px) {
  .home-second-left {
    width: 45%;
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-left {
    width: 100%;
    padding: 30px 15px 100px 15px;
  }
}

.home-second-left-title {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-second-left-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-left-title {
    font-size: 38px;
  }
}

.home-second-left-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #394c71;
}
@media only screen and (max-width: 1024px) {
  .home-second-left-btn {
    width: 200px;
    padding: 12px 28px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-left-btn {
    width: 100%;
  }
}

.home-second-right {
  width: 50%;
  border-left: 1px solid #ccc;
  padding: 98px 78px;
  display: flex;
  align-items: flex-end;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .home-second-right {
    width: 54%;
    padding: 29px;
    font-size: 15px;
    border: none;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-right {
    display: none;
  }
}

.home-services {
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .home-services {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-services {
    padding: 0 15px;
  }
}

.home-services-inner {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .home-services-inner {
    padding-bottom: 0;
  }
}

.home-services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #626262;
  border-left: 1px solid #626262;
}
@media only screen and (max-width: 1024px) {
  .home-services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .home-services-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-services-item {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  padding: 65px 65px 65px 9.027778vw;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-services-item.first {
  padding: 6.25vw; /* 90/1440 */
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 59.4px */
  letter-spacing: 2.7px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-services-item:hover .home-services-item-image {
  transform: scale(1.1);
}
.home-services-item:hover .home-services-item-white {
  background: transparent;
}
.home-services-item:hover .home-services-item-num {
  color: #fff;
}
.home-services-item:hover .home-services-item-arrow .home-services-item-svg-circle {
  fill: white;
}
.home-services-item:hover .home-services-item-arrow .home-services-item-svg-arrow {
  fill: black;
}
.home-services-item:hover .home-services-item-title {
  color: #fff;
}
.home-services-item:hover .home-services-item-description {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .home-services-item {
    padding: 60px 30px 30px 80px;
  }
  .home-services-item.first {
    padding: 40px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 666px) {
  .home-services-item {
    justify-content: flex-start;
    height: 350px;
    padding: 60px 34px 30px 80px;
  }
  .home-services-item.first {
    padding: 88px 40px;
    font-size: 38px;
    height: auto;
  }
}

.home-services-item-white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  transition: all 0.1s ease-in-out;
}

.home-services-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.home-services-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-services-item-num {
  color: #7e8eae;
  font-family: "M PLUS 1";
  font-size: 12.5vw; /* 180/1440 */
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 198px */
  letter-spacing: 9px;
  position: absolute;
  top: 0;
  left: -28px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .home-services-item-num {
    font-size: 128px;
    left: -18px;
  }
}

.home-services-item-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

.home-services-item-title {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 1.666667vw; /* 24/1440 */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .home-services-item-title {
    font-size: 22px;
  }
}

.home-services-item-description {
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .home-services-item-description {
    font-size: 14px;
  }
}

.home-contact {
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
  padding: 0 50px;
  height: 613px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-contact {
    padding: 0 40px;
    height: 946px;
  }
}
@media only screen and (max-width: 666px) {
  .home-contact {
    padding: 0;
  }
}

.home-contact-map-image {
  width: 57.611111vw; /* 844/1440 */
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.home-contact-map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-contact-map-image {
    width: 100%;
    height: 489px;
    top: auto;
    bottom: 0;
  }
}

.home-contact-inner {
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-contact-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.home-contact-left {
  padding-left: 9.416667vw; /* 150/1440 */
}
@media only screen and (max-width: 1024px) {
  .home-contact-left {
    padding: 110px 40px 40px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-contact-left {
    padding: 100px 15px 40px 15px;
  }
}

.home-contact-left-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-contact-left-title {
    font-size: 42px;
  }
}

.home-contact-left-item {
  margin-bottom: 30px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-contact-left-item p {
  display: flex;
}
.home-contact-left-item p span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-right: 5px;
}
@media only screen and (max-width: 666px) {
  .home-contact-left-item {
    font-size: 17px;
  }
  .home-contact-left-item p {
    flex-wrap: wrap;
  }
}

.home-contact-map {
  width: 57.611111vw; /* 844/1440 */
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-contact-map {
    width: 100%;
  }
}

.home-contact-map-geotag {
  position: absolute;
  top: 46.5%;
  left: 62.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.2s ease;
}
.home-contact-map-geotag span {
  width: 140px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 21px */
  text-decoration-line: underline;
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 10px);
}
.home-contact-map-geotag:hover {
  top: 45%;
  transform: translate(-50%, -50%) scale(1.1);
}
.home-contact-map-geotag:hover span {
  transform: translate(-50%, 0);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .home-contact-map-geotag {
    top: 43%;
    left: 57%;
  }
}
@media only screen and (max-width: 666px) {
  .home-contact-map-geotag {
    top: 50vw;
    left: 60%;
  }
}

.about-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-hero {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .about-hero {
    padding: 0;
  }
}

.about-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.about-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .about-hero-img img {
    height: 105vh;
  }
}

.about-hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .about-hero-content {
    flex-direction: column;
  }
}

.about-hero-left {
  width: 50%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 170px 100px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .about-hero-left {
    width: 100%;
    padding: 220px 48px 40px 48px;
  }
}
@media only screen and (max-width: 666px) {
  .about-hero-left {
    padding: 172px 15px 40px;
    font-size: 38px;
  }
}

.about-hero-rigth {
  width: 50%;
  height: 100%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border-left: 1px solid #cccccc;
  padding: 180px 100px;
}
@media screen and (max-width: 1200px) {
  .about-hero-rigth {
    padding: 180px 60px 80px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-hero-rigth {
    width: 80%;
    padding: 0 48px;
    border: none;
  }
}
@media only screen and (max-width: 666px) {
  .about-hero-rigth {
    padding: 0 15px;
    font-size: 15px;
  }
}

.about-second {
  width: 100%;
  padding: 0 50px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .about-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .about-second {
    padding: 0;
  }
}

.about-second-inner {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .about-second-inner {
    padding: 100px 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-inner {
    padding: 50px 0;
    border: none;
    position: relative;
  }
  .about-second-inner::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    background: #cccccc;
    display: none;
  }
  .about-second-inner::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    background: #cccccc;
    display: none;
  }
}

.about-second-item {
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.about-second-item.first {
  width: 92.988606%;
  background: #e5e2f4;
  margin: 0 auto;
}
.about-second-item.first .about-second-item-name {
  color: #000;
}
.about-second-item.first .about-second-item-text {
  color: #000;
}
.about-second-item.second {
  width: 96.494303%; /* 1101/1141 */
  margin: 0 auto;
  background: #5a6188;
}
.about-second-item.third {
  background: var(--blue-main, #2b3d62);
}
@media only screen and (max-width: 1024px) {
  .about-second-item {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-item {
    flex-direction: column;
    padding: 40px 50px;
  }
  .about-second-item.first {
    width: 100%;
  }
  .about-second-item.second {
    width: 100%;
  }
}

.about-second-item-name {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .about-second-item-name {
    width: 40%;
    font-size: 28px;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-item-name {
    width: 100%;
    margin-bottom: 40px;
  }
}

.about-second-item-text {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .about-second-item-text {
    width: 60%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-item-text {
    width: 100%;
  }
}

.contact-page {
  width: 100%;
}

.contact-main {
  width: 100%;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
}

.contact-container {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .contact-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-container {
    padding: 0;
  }
}

.contact-container-inner {
  width: 100%;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .contact-container-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .contact-container-inner {
    border: none;
  }
}

.contact-left {
  width: 50%;
  padding: 168px 100px 100px;
}
@media only screen and (max-width: 1024px) {
  .contact-left {
    width: 100%;
    padding: 215px 90px 80px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .contact-left {
    padding: 170px 15px 50px;
    border: none;
  }
}

.contact-left-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .contact-left-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-left-title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}

.contact-left-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media only screen and (max-width: 666px) {
  .contact-left-item {
    gap: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 666px) {
  .contact-left-item-icon {
    width: 30px;
  }
  .contact-left-item-icon img {
    width: 100%;
  }
}

.contact-left-item-text {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-left-item-text {
    font-size: 16px;
  }
}

.contact-right {
  border-left: 1px solid #ccc;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .contact-right {
    width: 100%;
    border: none;
  }
}

.contact-form {
  padding: 168px 85px 120px;
}
@media only screen and (max-width: 1024px) {
  .contact-form {
    padding: 80px 90px 100px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-form {
    padding: 20px 15px 80px;
  }
}

.contact-form-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 666px) {
  .contact-form-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.contact-form-item {
  padding-bottom: 7px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.contact-form-item input {
  width: 100%;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contact-form-item input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contact-form-item input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.contact-form-item.error {
  border-bottom: 2px solid #ff0000;
}
.contact-form-item.error .contact-form-item-error-text {
  display: block;
}

.contact-form-item-name {
  color: rgba(255, 255, 255, 0.8);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  margin-bottom: 5px;
}

.contact-form-item-error-text {
  display: none;
  color: #ff0000;
  font-family: "M PLUS 1";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  position: absolute;
  bottom: -20px;
  left: 0;
}

.contact-form-check {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
.contact-form-check input[type=checkbox] {
  display: none;
}
.contact-form-check input[type=checkbox] + label:before {
  content: "✓";
  color: transparent;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin: -5px 5px 0 0;
  height: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  transition: color ease 0.3s;
}
.contact-form-check input[type=checkbox]:checked + label:before {
  color: #fff;
  border-color: #fff;
}
.contact-form-check label {
  cursor: pointer;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
@media only screen and (max-width: 666px) {
  .contact-form-check label {
    font-size: 12px;
  }
}
.contact-form-check .contact-form-item-error-text {
  display: block;
}
.contact-form-check .contact-form-item-error-text {
  display: none;
}
.contact-form-check.error .contact-form-item-error-text {
  display: block;
}

.contact-form-btn {
  cursor: pointer;
  margin-top: 50px;
  padding: 12px;
  background: var(--white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-blue, #21326f);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: none;
  width: 100%;
}
.contact-form-btn:hover {
  background: #000;
  color: #fff;
}

.services-page {
  width: 100%;
}
.services-page .contact-form-description {
  color: var(--white, #fff);
}

.services-main {
  width: 100%;
}

.services-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 50px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .services-hero {
    padding: 0 40px;
    height: auto;
  }
}
@media only screen and (max-width: 666px) {
  .services-hero {
    padding: 0 0;
    height: 844px;
  }
}

.services-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .services-hero-img img {
    height: 100%;
  }
}

.services-hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .services-hero-content {
    flex-direction: column;
    padding: 220px 40px 60px;
  }
}
@media only screen and (max-width: 666px) {
  .services-hero-content {
    padding: 160px 15px 15px;
  }
}

.services-hero-left {
  width: 50%;
  padding: 180px 80px 80px 100px;
}
@media only screen and (max-width: 1024px) {
  .services-hero-left {
    padding: 0;
    margin-bottom: 40px;
  }
}

.services-hero-left-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .services-hero-left-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .services-hero-left-title {
    font-size: 38px;
    line-height: 130%;
  }
}

.services-hero-right {
  padding: 180px 80px 80px 100px;
  width: 50%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border-left: 1px solid #ccc;
}
.services-hero-right p {
  margin-bottom: 22px;
}
.services-hero-right ul {
  margin-left: 25px;
}
.services-hero-right ul li {
  list-style-type: square;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .services-hero-right {
    padding: 180px 60px 80px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .services-hero-right {
    width: 100%;
    border: none;
    padding: 0;
  }
}

.services-second {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .services-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .services-second {
    padding: 0;
  }
}

.services-second-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.services-second-top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .services-second-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .services-second-top {
    border: none;
  }
}

.services-second-top-left {
  width: 50%;
  padding: 100px 90px;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .services-second-top-left {
    width: 100%;
    padding: 100px 40px 60px;
    border-bottom: 1px solid #ccc;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .services-second-top-left {
    padding: 80px 15px 40px;
    font-size: 38px;
    line-height: 130%; /* 49.4px */
  }
}

.services-second-top-right {
  width: 50%;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 100px 78px;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .services-second-top-right {
    padding: 40px 40px 100px;
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .services-second-top-right {
    padding: 15px 15px 60px;
    border: none;
  }
}

.services-second-cards {
  padding: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .services-second-cards {
    padding: 40px 0;
  }
}

.services-second-cards-item {
  width: 32.5%;
  padding: 30px;
  background: #e5e2f4;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.services-second-cards-item p {
  margin-bottom: 5px;
}
.services-second-cards-item ul {
  margin-left: 25px;
}
.services-second-cards-item ul li {
  list-style-type: square;
  margin-bottom: 5px;
}
.services-second-cards-item.half {
  width: 49.2%;
}
@media only screen and (max-width: 1024px) {
  .services-second-cards-item {
    width: calc(50% - 5px);
  }
  .services-second-cards-item.half {
    width: calc(50% - 5px);
  }
  .services-second-cards-item:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .services-second-cards-item {
    width: 100%;
  }
  .services-second-cards-item.half {
    width: 100%;
  }
}

.servises-easier {
  width: 100%;
  padding: 0 50px;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
}
@media only screen and (max-width: 1024px) {
  .servises-easier {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .servises-easier {
    padding: 0;
  }
}

.servises-easier-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .servises-easier-content {
    flex-direction: column;
  }
}

.servises-easier-left {
  width: 50%;
  position: relative;
  padding: 220px 70px 83px 95px;
}
@media only screen and (max-width: 1024px) {
  .servises-easier-left {
    width: 100%;
    padding: 100px 40px 60px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .servises-easier-left {
    padding: 80px 15px 40px;
  }
}

.servises-easier-left-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .servises-easier-left-bg {
    height: 220px;
    width: 220px;
  }
  .servises-easier-left-bg img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .servises-easier-left-bg {
    width: 134px;
  }
}

.servises-easier-left-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-wrap: balance;
}
@media only screen and (max-width: 1024px) {
  .servises-easier-left-title {
    font-size: 48px;
    width: 70%;
  }
}
@media only screen and (max-width: 666px) {
  .servises-easier-left-title {
    width: 100%;
    font-size: 38px;
  }
}

.servises-easier-right {
  width: 50%;
  padding: 151px 80px 100px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .servises-easier-right {
    padding: 40px 40px 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .servises-easier-right {
    padding: 15px 15px 60px;
    font-size: 18px;
  }
}

.services-trust {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .services-trust {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .services-trust {
    padding: 0;
  }
}

.services-trust-container {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .services-trust-container {
    flex-direction: column-reverse;
  }
}

.services-trust-left {
  width: 50%;
  padding: 150px 50px 100px 90px;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .services-trust-left {
    width: 100%;
    padding: 40px 40px 100px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .services-trust-left {
    padding: 15px 15px 60px;
  }
}

.services-trust-right {
  width: 50%;
  padding: 132px 75px 100px;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .services-trust-right {
    width: 100%;
    display: flex;
    padding: 100px 40px 40px;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .services-trust-right {
    padding: 80px 15px 0;
    flex-direction: column;
  }
}

.services-trust-right-title {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-wrap: balance;
}
@media only screen and (max-width: 1024px) {
  .services-trust-right-title {
    font-size: 48px;
    width: 49%;
  }
}
@media only screen and (max-width: 666px) {
  .services-trust-right-title {
    width: 100%;
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.services-trust-right-image {
  width: 100%;
}
.services-trust-right-image img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .services-trust-right-image {
    width: 49%;
  }
}
@media only screen and (max-width: 666px) {
  .services-trust-right-image {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
}

.services-origins {
  width: 100%;
  padding: 0 50px;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
}
@media only screen and (max-width: 1024px) {
  .services-origins {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .services-origins {
    padding: 0;
  }
}

.services-origins-content {
  padding: 100px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .services-origins-content {
    padding: 100px 40px 80px;
  }
}
@media only screen and (max-width: 666px) {
  .services-origins-content {
    padding: 80px 15px 60px;
  }
}

.services-origins-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .services-origins-bg-img {
    width: 250px;
  }
  .services-origins-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .services-origins-bg-img {
    width: 180px;
  }
}

.services-origins-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .services-origins-top {
    flex-direction: column;
  }
}

.services-origins-top-left {
  width: 44.247788%; /* 500/1130 */
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .services-origins-top-left {
    width: 70%;
    margin-bottom: 40px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .services-origins-top-left {
    font-size: 38px;
    width: 100%;
  }
}

.services-origins-top-right {
  width: 43.362832%; /* 490/1130 */
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .services-origins-top-right {
    width: 100%;
  }
}

.services-origins-info {
  margin-top: 100px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(229, 226, 244, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .services-origins-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .services-origins-info {
    margin-top: 20px;
    padding: 20px;
  }
}

.services-family {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .services-family {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .services-family {
    padding: 0;
  }
}

.services-family-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .services-family-content {
    padding: 80px 40px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-content {
    padding: 80px 15px 60px;
  }
}

.services-family-bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .services-family-bg {
    width: 180px;
  }
  .services-family-bg img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-bg {
    width: 120px;
  }
}

.services-family-title {
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .services-family-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

.services-family-item {
  border-top: 2px solid var(--grey-light, #ccc);
  padding: 20px 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .services-family-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-item {
    padding: 15px 0 30px;
  }
}

.services-family-item-left {
  width: 30%;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .services-family-item-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-item-left {
    font-size: 24px;
  }
}

.services-family-item-right {
  width: 50%;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .services-family-item-right {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .services-family-item-right {
    font-size: 16px;
  }
}

.corporate-page {
  width: 100%;
}
.corporate-page .footer-top-inner {
  padding-top: 45px;
}
.corporate-page .services-hero-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.corporate-page .services-hero-right {
  font-size: 18px;
  padding: 180px 140px 100px 110px;
}
@media only screen and (max-width: 1024px) {
  .corporate-page .services-hero-right {
    max-width: 400px;
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
}
.corporate-page .contact-main {
  background: #fff;
  padding: 100px 0 0;
}
.corporate-page .contact-container {
  border-bottom: 1px solid #ccc;
}
.corporate-page .contact-left-title {
  color: #2b3d62;
}
.corporate-page .contact-left-item-text {
  color: #000;
}
.corporate-page .contact-form-item-name {
  color: rgba(64, 91, 145, 0.8);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.corporate-page .contact-form-item {
  border-bottom: 2px solid rgba(64, 91, 145, 0.3);
}
.corporate-page .contact-form-item.error {
  border-bottom: 2px solid #ff0000;
}
.corporate-page .contact-form-item input {
  color: #000;
}
.corporate-page .contact-form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.corporate-page .contact-form-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.corporate-page .contact-form-check label {
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.corporate-page .contact-form-check input[type=checkbox] + label:before {
  border: 1px solid var(--violet-blue, #7e8eae);
}
.corporate-page .contact-form-btn {
  background: var(--navy-blue, #21326f);
  color: #fff;
}
.corporate-page .contact-form-check input[type=checkbox]:checked + label:before {
  color: #21326f;
}
@media only screen and (max-width: 1024px) {
  .corporate-page .services-hero-content {
    padding: 220px 40px 300px 40px;
  }
  .corporate-page .contact-form {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-page .contact-left {
    padding: 60px 15px 0px;
  }
  .corporate-page .services-hero-content {
    padding: 160px 15px 15px;
  }
  .corporate-page .services-hero-left {
    height: auto;
  }
}

.corporate-main {
  width: 100%;
}

.corporate-second {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .corporate-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-second {
    padding: 0;
  }
}

.corporate-second-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .corporate-second-content {
    flex-direction: column-reverse;
  }
}

.corporate-second-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .corporate-second-bg-img {
    width: 160px;
  }
  .corporate-second-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-second-bg-img {
    width: 80px;
    transform: rotate(-90deg);
    bottom: auto;
    top: 0;
  }
}

.corporate-second-left {
  width: 50%;
  padding: 100px 50px 100px 100px;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.corporate-second-left p {
  margin-bottom: 20px;
}
.corporate-second-left ul {
  margin-left: 25px;
}
.corporate-second-left ul li {
  list-style-type: square;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .corporate-second-left {
    width: 100%;
    padding: 40px 40px 100px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-second-left {
    padding: 15px 15px 60px 15px;
    font-size: 18px;
  }
  .corporate-second-left ul li {
    font-size: 16px;
  }
}

.corporate-second-right {
  width: 50%;
  padding: 100px 75px;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .corporate-second-right {
    width: 100%;
    font-size: 48px;
    padding: 100px 40px 60px;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-second-right {
    font-size: 38px;
    padding: 80px 15px 40px;
  }
}

.corporate-examples {
  width: 100%;
  padding: 0 50px;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
}
@media only screen and (max-width: 1024px) {
  .corporate-examples {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-examples {
    padding: 0;
  }
}

.corporate-examples-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .corporate-examples-content {
    flex-direction: column;
  }
}

.corporate-examples-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  opacity: 0.5;
}
.corporate-examples-bg-img img {
  width: 100%;
}

.corporate-examples-left {
  width: 47%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .corporate-examples-left {
    width: 100%;
    padding: 100px 40px 40px 40px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-examples-left {
    padding: 80px 15px 20px;
    font-size: 38px;
  }
}

.corporate-examples-right {
  width: 47%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 100px 50px;
}
.corporate-examples-right p {
  margin-bottom: 20px;
}
.corporate-examples-right ul {
  padding: 30px 30px 30px 55px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(229, 226, 244, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.corporate-examples-right ul li {
  list-style-type: square;
}
@media only screen and (max-width: 1024px) {
  .corporate-examples-right {
    width: 100%;
    padding: 0 40px 100px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .corporate-examples-right {
    font-size: 18px;
    padding: 0 15px 80px;
  }
  .corporate-examples-right ul {
    padding: 20px 20px 20px 45px;
  }
}

.contact-form-description {
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .contact-form-description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-form-description {
    font-size: 20px;
  }
}

.enterpreneurs-page {
  width: 100%;
}
.enterpreneurs-page .services-hero-left {
  height: 100%;
  display: flex;
  align-items: center;
  text-wrap: balance;
}
.enterpreneurs-page .services-hero-left .services-hero-left-title {
  font-size: 51px;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-page .services-hero-left .services-hero-left-title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-page .services-hero-left {
    height: auto;
  }
  .enterpreneurs-page .services-hero-left .services-hero-left-title {
    font-size: 8.6vw;
  }
}
.enterpreneurs-page .contact-form-description {
  color: var(--white, #fff);
}

.enterpreneurs-main {
  width: 100%;
}

.enterpreneurs-second {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-second {
    padding: 0;
  }
}

.enterpreneurs-second-content {
  width: 100%;
  display: flex;
  position: relative;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-second-content {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-second-content {
    border: none;
  }
}

.enterpreneurs-second-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-second-bg-img {
    width: 200px;
  }
  .enterpreneurs-second-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-second-bg-img {
    width: 90px;
    bottom: auto;
    top: 0;
    transform: rotate(-90deg);
  }
}

.enterpreneurs-second-left {
  width: 50%;
  padding: 100px 50px 100px 90px;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.enterpreneurs-second-left p {
  margin-bottom: 20px;
}
.enterpreneurs-second-left ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.enterpreneurs-second-left ul li {
  list-style: disc;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-second-left {
    width: 100%;
    padding: 40px 40px 80px;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-second-left {
    padding: 15px 15px 60px;
    font-size: 18px;
  }
}

.enterpreneurs-second-right {
  width: 50%;
  border-left: 1px solid #ccc;
  padding: 100px 70px;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .enterpreneurs-second-right {
    width: 100%;
    font-size: 48px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 100px 150px 60px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .enterpreneurs-second-right {
    padding: 80px 15px 44px;
    font-size: 36px;
  }
}

.philanthropy-page {
  width: 100%;
}
.philanthropy-page .services-hero-left {
  height: 100%;
  display: flex;
  align-items: center;
  text-wrap: balance;
}
.philanthropy-page .services-hero-left .services-hero-left-title {
  font-size: 51px;
}
@media only screen and (max-width: 1024px) {
  .philanthropy-page .services-hero-left .services-hero-left-title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 666px) {
  .philanthropy-page .services-hero-left {
    height: auto;
  }
  .philanthropy-page .services-hero-left .services-hero-left-title {
    font-size: 8.6vw;
  }
}
.philanthropy-page .contact-form-description {
  color: var(--white, #fff);
}

.philanthropy-main {
  width: 100%;
}

.fund-page {
  width: 100%;
}
.fund-page .footer-top-inner {
  padding-top: 45px;
}
.fund-page .services-hero-left {
  height: 100%;
  display: flex;
  align-items: center;
  text-wrap: balance;
}
.fund-page .services-hero-left .services-hero-left-title {
  font-size: 51px;
}
@media only screen and (max-width: 1024px) {
  .fund-page .services-hero-left .services-hero-left-title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-page .services-hero-left {
    height: auto;
  }
  .fund-page .services-hero-left .services-hero-left-title {
    font-size: 8.6vw;
  }
}
.fund-page .contact-main {
  background: #fff;
  padding: 100px 0 0;
}
.fund-page .contact-container {
  border-bottom: 1px solid #ccc;
}
.fund-page .contact-left-title {
  color: #2b3d62;
}
.fund-page .contact-left-item-text {
  color: #000;
}
.fund-page .contact-form-item-name {
  color: rgba(64, 91, 145, 0.8);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.fund-page .contact-form-item {
  border-bottom: 2px solid rgba(64, 91, 145, 0.3);
}
.fund-page .contact-form-item.error {
  border-bottom: 2px solid #ff0000;
}
.fund-page .contact-form-item input {
  color: #000;
}
.fund-page .contact-form-item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.fund-page .contact-form-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.fund-page .contact-form-check label {
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.fund-page .contact-form-check input[type=checkbox] + label:before {
  border: 1px solid var(--violet-blue, #7e8eae);
}
.fund-page .contact-form-btn {
  background: var(--navy-blue, #21326f);
  color: #fff;
}
.fund-page .contact-form-check input[type=checkbox]:checked + label:before {
  color: #21326f;
}
@media only screen and (max-width: 1024px) {
  .fund-page .services-hero-content {
    padding: 220px 40px 300px 40px;
  }
  .fund-page .contact-form {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .fund-page .contact-left {
    padding: 60px 15px 0px;
  }
  .fund-page .services-hero-content {
    padding: 160px 15px 15px;
  }
  .fund-page .services-hero-left {
    height: auto;
  }
}

.fund-main {
  width: 100%;
}

.fund-second {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-second {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-second {
    padding: 0;
  }
}

.fund-second-content {
  width: 100%;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-second-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .fund-second-content {
    border: none;
  }
}

.fund-second-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 1024px) {
  .fund-second-bg-img {
    width: 155px;
  }
  .fund-second-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-second-bg-img {
    width: 100px;
  }
}

.fund-second-left {
  position: relative;
  width: 50%;
  padding: 100px 70px 100px 90px;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .fund-second-left {
    width: 100%;
    padding: 100px 40px 60px;
    border-bottom: 1px solid #ccc;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-second-left {
    font-size: 35px;
    padding: 80px 15px;
  }
}

.fund-second-right {
  width: 50%;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 150px 75px 100px;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-second-right {
    width: 100%;
    border: none;
    padding: 40px 40px 80px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-second-right {
    padding: 15px 15px 60px;
  }
}

.fund-types {
  width: 100%;
  padding: 0 50px;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
}
@media only screen and (max-width: 1024px) {
  .fund-types {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-types {
    padding: 0;
  }
}

.fund-types-content {
  width: 100%;
  position: relative;
  padding: 100px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-types-content {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-types-content {
    padding: 80px 15px;
  }
}

.fund-types-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .fund-types-bg-img {
    width: 247px;
  }
  .fund-types-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-types-bg-img {
    width: 180px;
  }
}

.fund-types-top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-types-top {
    flex-direction: column;
    margin-bottom: 60px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .fund-types-top {
    margin-bottom: 20px;
  }
}

.fund-types-top-left {
  width: 45%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .fund-types-top-left {
    width: 100%;
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-types-top-left {
    font-size: 36px;
  }
}

.fund-types-top-right {
  width: 40%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .fund-types-top-right {
    width: 100%;
  }
}

.fund-types-item {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(229, 226, 244, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 666px) {
  .fund-types-item {
    padding: 20px;
  }
}

.fund-types-item-name {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .fund-types-item-name {
    font-size: 22px;
  }
}

.fund-types-item-description {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .fund-types-item-description {
    font-size: 14px;
  }
}

.fund-benefits {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-benefits {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-benefits {
    padding: 0;
  }
}

.fund-benefits-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 666px) {
  .fund-benefits-content {
    border: none;
  }
}

.fund-benefits-top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-benefits-top {
    flex-direction: column;
  }
}

.fund-benefits-top-left {
  width: 50%;
  padding: 100px 35px 100px 80px;
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .fund-benefits-top-left {
    width: 100%;
    padding: 100px 40px 60px;
    font-size: 48px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 666px) {
  .fund-benefits-top-left {
    padding: 80px 15px 100px;
    font-size: 35px;
  }
}

.fund-benefits-top-right {
  width: 50%;
  border-left: 1px solid #ccc;
  padding: 100px 70px 100px 100px;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .fund-benefits-top-right {
    padding: 40px 40px 80px;
    width: 100%;
    font-size: 18px;
    border: none;
  }
}
@media only screen and (max-width: 666px) {
  .fund-benefits-top-right {
    padding: 15px 15px 64px;
  }
}

.fund-benefits-container {
  width: 100%;
  padding: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .fund-benefits-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 666px) {
  .fund-benefits-container {
    padding: 15px;
  }
}

.fund-benefits-item {
  background: #e5e2f4;
  padding: 30px;
  padding: 24px;
}

.fund-benefits-item-name {
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.fund-benefits-item-text {
  color: var(--black, #090404);
  font-family: "M PLUS 1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.fund-steps {
  width: 100%;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-steps {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps {
    padding: 0;
  }
}

.fund-steps-content {
  width: 100%;
  position: relative;
  padding: 100px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-steps-content {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-content {
    padding: 80px 15px 50px;
  }
}

.fund-steps-bg-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .fund-steps-bg-img {
    width: 201px;
  }
  .fund-steps-bg-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-bg-img {
    width: 120px;
  }
}

.fund-steps-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .fund-steps-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-top {
    margin-bottom: 30px;
  }
}

.fund-steps-top-left {
  width: 70%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .fund-steps-top-left {
    width: 100%;
    margin-bottom: 20px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-top-left {
    font-size: 35px;
  }
}

.fund-steps-top-right {
  width: 22%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 1024px) {
  .fund-steps-top-right {
    width: 45%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-top-right {
    width: 90%;
  }
}

.fund-steps-container {
  width: 100%;
}

.fund-steps-item {
  width: 100%;
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  border-top: 1px solid var(--grey-light, #ccc);
}
@media only screen and (max-width: 1024px) {
  .fund-steps-item {
    padding-top: 14px;
    flex-direction: column;
  }
}

.fund-steps-item-name {
  width: 30%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .fund-steps-item-name {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-item-name {
    font-size: 22px;
  }
}

.fund-steps-item-description {
  width: 50%;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 1024px) {
  .fund-steps-item-description {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-steps-item-description {
    font-size: 16px;
  }
}

.fund-restruct {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-restruct {
    padding: 0;
  }
}

.fund-restruct-content {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-content {
    position: relative;
  }
}
@media only screen and (max-width: 666px) {
  .fund-restruct-content {
    border: none;
  }
}

.fund-restruct-title {
  width: 70%;
  padding: 100px;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-title {
    width: 100%;
    padding: 100px 40px 60px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-restruct-title {
    font-size: 31px;
    padding: 80px 15px 40px;
  }
}

.fund-restruct-container {
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-container {
    flex-direction: column;
  }
}

.fund-restruct-left {
  width: 50%;
  position: relative;
  padding: 100px 50px 500px 90px;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fund-restruct-left p {
  margin-bottom: 20px;
}
.fund-restruct-left ul {
  margin-left: 25px;
}
.fund-restruct-left ul li {
  list-style: disc;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-left {
    width: 100%;
    padding: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-restruct-left {
    padding: 15px 15px 30px 15px;
  }
}

.fund-restruct-left-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-left-bg {
    display: none;
  }
}

.fund-restruct-right {
  width: 50%;
  position: relative;
  border-left: 1px solid #ccc;
  padding: 100px 75px 100px 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fund-restruct-right p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-right {
    position: unset;
    border: none;
    padding: 0 40px 100px;
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-restruct-right {
    padding: 0 15px 60px;
  }
}

.fund-restruct-right-bg {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .fund-restruct-right-bg {
    width: 154px;
    left: auto;
    right: 0;
    transform: rotate(90deg);
  }
  .fund-restruct-right-bg img {
    width: 100%;
  }
}

.fund-organigram {
  width: 100%;
  background: var(--gradient, linear-gradient(270deg, #2b3d62 0%, #2b3d62 48.83%, #44619c 100%));
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-organigram {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-organigram {
    padding: 0;
  }
}

.fund-organigram-content {
  padding: 100px 50px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .fund-organigram-content {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-organigram-content {
    padding: 80px 15px;
  }
}

.fund-organigram-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  .fund-organigram-bg {
    width: 247px;
  }
  .fund-organigram-bg img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .fund-organigram-bg {
    width: 180px;
  }
}

.fund-organigram-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .fund-organigram-title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-organigram-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}

.fund-organigram-container {
  padding: 100px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(229, 226, 244, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 1024px) {
  .fund-organigram-container {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 666px) {
  .fund-organigram-container {
    padding: 20px;
  }
}

.fund-organigram-picture {
  width: 100%;
}
.fund-organigram-picture img {
  width: 100%;
}

.error-page-main {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.error-page-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.error-page-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-page-content {
  position: relative;
  z-index: 2;
}

.error-page-title {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 140.8px */
  letter-spacing: 6.4px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .error-page-title {
    font-size: 80px;
    margin-bottom: 24px;
  }
}

.error-page-text {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .error-page-text {
    font-size: 24px;
  }
}

.error-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 666px) {
  .error-page-links {
    gap: 16px;
    flex-direction: column;
  }
}

.error-page-try-btn {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
}
@media only screen and (max-width: 666px) {
  .error-page-try-btn {
    font-size: 16px;
  }
}

.error-page-home-btn {
  border: 1px solid var(--black, #000);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 10px 28px;
}
@media only screen and (max-width: 666px) {
  .error-page-home-btn {
    font-size: 16px;
  }
}

.terms-page .header {
  background: #2b3d62;
  border-bottom: 1px solid #2b3d62;
}
@media only screen and (max-width: 666px) {
  .terms-page .header {
    background: rgb(255, 255, 255);
    border-bottom: none;
  }
}
.terms-page .header-logo {
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 666px) {
  .terms-page .header-inner {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}

.terms-main {
  width: 100%;
  padding: 81px 50px 0;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 1024px) {
  .terms-main {
    padding: 115px 40px 0;
  }
}
@media only screen and (max-width: 666px) {
  .terms-main {
    padding: 67px 15px 0;
  }
}

.terms-content {
  width: 100%;
  position: relative;
  padding: 100px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.terms-content h2 {
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 666px) {
  .terms-content h2 {
    font-size: 22px;
  }
}
.terms-content p {
  margin-bottom: 10px;
}
.terms-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.terms-content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.terms-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.terms-content ol li {
  list-style: decimal;
}
@media only screen and (max-width: 1024px) {
  .terms-content {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .terms-content {
    padding: 80px 15px;
    font-size: 16px;
  }
}

.terms-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 1024px) {
  .terms-img-bg img {
    width: 140px;
  }
}
@media only screen and (max-width: 666px) {
  .terms-img-bg img {
    width: 80px;
  }
}

.terms-title {
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .terms-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .terms-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.terms-item {
  border-top: 1px solid var(--navy-blue, #21326f);
  padding-top: 24px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .terms-item {
    padding-top: 14px;
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 666px) {
  .terms-item {
    margin-bottom: 30px;
  }
}

.terms-item-name {
  width: 50%;
  color: var(--blue-main, #2b3d62);
  font-family: "M PLUS 1";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .terms-item-name {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .terms-item-name {
    font-size: 24px;
  }
}

.terms-item-text {
  width: 50%;
  color: var(--grey, #626262);
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.terms-item-text ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .terms-item-text {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .terms-item-text {
    font-size: 16px;
  }
}

.privacy-page .header {
  background: #2b3d62;
  border-bottom: 1px solid #2b3d62;
}
@media only screen and (max-width: 666px) {
  .privacy-page .header {
    background: rgb(255, 255, 255);
    border-bottom: none;
  }
}
.privacy-page .header-logo {
  background: rgb(255, 255, 255);
}
@media only screen and (max-width: 666px) {
  .privacy-page .header-inner {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}

html,
body {
  font-family: "M PLUS 1";
  font-weight: 400;
  background: #fff;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
/*# sourceMappingURL=main.css.map */
