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

body {
  font-family: "Manrope", sans-serif;
  color: rgba(30, 30, 30, 0.9);
  background-color: #ffffff;
  overflow-x: clip !important;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.grid-container:not(.shapes) {
  max-width: 1280px;
  margin-inline: auto;
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.col-span-4 {
  grid-column: span 4;
}

@media (min-width: 768px) {
  .pseudo-left-primary {
    position: relative;
  }
  .pseudo-left-primary:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(50vw - 640px);
    background-color: #6546f3;
    z-index: -1;
  }
  .pseudo-right-primary {
    position: relative;
  }
  .pseudo-right-primary:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc(50vw - 640px);
    background-color: #6546f3;
    z-index: -1;
  }
  .pseudo-right-secondary-light {
    position: relative;
  }
  .pseudo-right-secondary-light:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc(50vw - 640px);
    background-color: #493990;
    z-index: -1;
  }
  .pseudo-secondary {
    position: relative;
  }
  .pseudo-secondary:after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 0;
    width: calc(100vw - 1280px);
    background-color: #271E52;
    z-index: -1;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
  .pseudo-secondary:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    width: calc(100vw - 1280px);
    background-color: #271E52;
    z-index: -1;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.bg-white {
  background-color: #ffffff;
}

.bg-primary {
  background-color: #6546f3;
}

.bg-secondary {
  background-color: #271E52;
}

.bg-secondary-light {
  background-color: #493990;
}

.header-wrapper {
  padding-inline: 1.5rem;
  width: 100vw;
  display: flex;
}
.header-wrapper .header-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
}
.header-wrapper .header-content .pseudo-left-primary:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc(50vw - 640px) !important;
  background-color: #6546f3;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  .header-wrapper .header-content .pseudo-left-primary:after {
    width: calc(50vw - 640px) !important;
  }
}

.header {
  padding: 3rem 3rem 3rem 2.5rem;
}
@media screen and (min-width: 1280px) {
  .header {
    padding-left: calc(40px - (50vw - 640px));
  }
}
@media screen and (min-width: 1360px) {
  .header {
    padding-left: 0;
  }
}
.header .logo {
  width: 188.4px;
  height: 60px;
  margin-bottom: 2.5rem;
}
.header h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0.005em;
}
.header h1 .highlight {
  color: #6546f3;
}

.content-box {
  padding: 3rem;
  color: #ffffff;
}
.content-box p {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.content-box p:last-of-type {
  margin-bottom: 0;
}
.content-box .btn {
  background: #ffffff;
  color: #493990;
  display: inline-block;
  text-decoration: none;
  margin-top: 2.5rem;
  width: 184px;
  height: 42px;
  min-width: 152px;
  gap: 10px;
  padding: 10px 26px;
  font-weight: 500;
  text-align: center;
  transition: all 0.5s ease;
}
.content-box .btn:hover {
  color: #ffffff;
  background-color: #271E52;
}
.content-box .btn:active {
  box-shadow: 0 0 0 2px #ffffff;
}

@media (min-width: 768px) {
  .h-desktop {
    height: 326px;
  }
}
.footer {
  background-color: #271E52;
  color: #ffffff;
  border-top: 8px solid #fff;
  width: 100%;
}
.footer .footer-logo {
  padding: 4rem 0;
}
.footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-columns .column {
  flex: 1 1 33.3333333333%;
  padding: 1.5rem 2rem;
}
.footer .footer-columns .column:first-child {
  padding-left: 0;
}
.footer .footer-columns .column:last-child {
  padding-right: 0;
}
.footer .footer-columns .column:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-columns .column h4 {
  font-size: 13.33px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 8px;
}
.footer .footer-columns .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-columns .column ul li {
  font-size: 18px;
  line-height: 1.6em;
  vertical-align: middle;
}
.footer .footer-columns .column ul li.opacity-40 {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-columns .column a {
  color: currentColor;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer .footer-columns .column .lang {
  margin-top: 28.44px;
}
.footer .footer-columns .column .lang .lang-selector {
  display: flex;
  flex-direction: row;
}
.footer .footer-columns .column .lang .lang-selector li {
  padding-left: 9.78px;
  padding-right: 9.78px;
}
.footer .footer-columns .column .lang .lang-selector li:not(:last-child) {
  border-right: 0.44px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-columns .column .lang .lang-selector li:first-child {
  padding-left: 0px;
}
.footer .footer-columns .column .lang .lang-selector li:last-child {
  padding-right: 0px;
}
.footer .footer-columns .column .lang .lang-selector li a {
  color: currentColor;
  text-decoration: none;
}
.footer .footer-section-wrapper {
  padding-inline: 2.5rem;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .footer .footer-section-wrapper {
    padding-inline: 0;
    width: 100%;
  }
}
.footer .footer-section-wrapper.has-border-bottom {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-section-wrapper > * {
  margin-inline: auto;
  max-width: 1280px;
}
.footer .footer-header,
.footer .footer-top,
.footer .footer-bottom {
  margin-inline: auto;
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.footer .footer-bottom .footer-bottom-content {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-bottom .logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: unset;
}
.footer .footer-bottom .logos .box-image-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 5px 40px;
}
.footer .footer-bottom .logos .box-image-logos:first-child {
  padding-left: 0px;
}
.footer .footer-bottom .logos .box-image-logos:last-child {
  padding-right: 0px;
}
.footer .footer-bottom .logos .box-image-logos:not(:last-child) {
  border-right: 0.29px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 21.33px;
}
.footer .footer-bottom .social a {
  width: 28.44px;
  height: 28.44px;
}

@media (max-width: 768px) {
  .grid-container {
    gap: 0px;
  }
  .h-mobile {
    height: 95.47px;
  }
  .d-none-mobile {
    display: none;
  }
  .col-span-1,
  .col-span-2,
  .col-span-3,
  .col-span-4 {
    grid-column: span 1;
  }
  .header {
    padding: 1.5rem;
    grid-column: span 4;
  }
  .header h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .content-box {
    grid-column: span 4;
    margin-top: 8px;
    margin-bottom: 8px;
    order: 2;
    padding: 2rem;
  }
  .content-box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
  }
  .content-box p:last-of-type {
    margin-bottom: 0;
  }
  .col-span-2 {
    grid-column: span 2;
    order: 1;
  }
  .shapes {
    grid-column: span 4;
    gap: 8px;
  }
  .footer {
    grid-column: span 4;
    order: 3;
  }
  .footer .footer-logo {
    padding: 2.5rem 2rem;
  }
  .footer .footer-columns {
    flex-direction: column;
  }
  .footer .footer-columns .column {
    padding: 1.5rem !important;
  }
  .footer .footer-columns .column:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    padding: 2.5rem;
  }
  .footer .footer-bottom .logos {
    gap: 40px;
    flex-direction: column;
    margin: 0 auto;
  }
  .footer .footer-bottom .logos .box-image-logos {
    padding: 0;
  }
  .footer .footer-bottom .logos .box-image-logos img {
    margin: 0 auto;
  }
  .footer .footer-bottom .logos .box-image-logos:not(:last-child) {
    border-right: none;
  }
  .footer .footer-bottom .social {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */