/*BEGIN RESETS*/
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: inherit;
  vertical-align: baseline;
  margin-block-start: 0;
  margin-block-end: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
}

ol, ul, li {
  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;
}

a:link, a:visited {
  text-decoration: none;
}

html, body {
  overflow: hidden;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media (max-width: 1805px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 48%;
  }
}
@media (max-width: 1350px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 42%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

/*END RESETS*/
:root {
  --font-size-small: 1.2rem;
  --font-size-x-small: 1.4rem;
  --font-size-xx-small: 1.6rem;
  --font-size-xxx-small: 1.8rem;
  --font-size-medium: 2rem;
  --font-size-x-medium: 2.6rem;
  --font-size-xx-medium: 3rem;
  --font-size-large: 4rem;
  --font-size-x-large: 8rem;
}
@media (max-width: 1150px) {
  :root {
    --font-size-medium: 1.6rem;
    --font-size-x-medium: 2.1rem;
    --font-size-xx-medium: 2.7rem;
    --font-size-x-large: 6rem;
  }
}
@media (max-width: 480px) {
  :root {
    --font-size-xxx-small: 1.2rem;
    --font-size-x-medium: 1.6rem;
    --font-size-xx-medium: 2.4rem;
    --font-size-large: 2rem;
    --font-size-x-large: 3rem;
  }
}

body {
  color: #656565;
  background-color: #E5E5E5;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-x-medium);
}

::-moz-selection {
  background: #2E3191;
  color: #588FFE;
}

::selection {
  background: #2E3191;
  color: #588FFE;
}

/*BEGIN CONTAINER*/
.container {
  padding: 0 9.3rem;
  margin: 0 auto;
  width: 100%;
}

.container-left {
  padding-left: 9.3rem;
  margin-left: auto;
}

.container-right {
  padding-right: 9.3rem;
  margin-right: auto;
}

@media (max-width: 480px) {
  .container {
    padding: 0 4.7rem;
    margin: 0 auto;
    width: 100%;
  }

  .container-left {
    padding-left: 4.7rem;
    margin-left: auto;
  }

  .container-right {
    padding-right: 4.7rem;
    margin-right: auto;
  }
}
/*END CONTAINER*/
/*BEGIN IMAGES*/
.s-sustainability .image img, .s-sustainability .image #slider-sustainability img, .s-description-who-we-are .left-area > div > img, .s-top .main img, .footer .main .links-navigation .logo, .footer .main .links-navigation .logo img, .s-structure #slide-structure .card-structure img, .s-providers #slide-providers .card-image a img, .s-who-we-are .imgs-who-we-are img, .header .menu .main .links-navigation .logo, .header .menu .main .links-navigation .logo img, .s-error-404 .container > img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

/*END IMAGES*/
.s-contact-us .text p, .s-structure #slide-structure .card-structure h3, .s-structure #slide-structure .card-structure p, .s-structure .text p, .s-providers .text p {
  color: #2E3191;
}

.s-top .bread-crumbs, .s-top .bread-crumbs a, .footer .main .links-contacts > ul li a:hover, .footer .main .links-contacts > p, .footer .main .links-navigation nav ul li a:hover, .header .menu .main .social-networks ul li a:hover, .header .menu .main .links-navigation nav ul li a:hover {
  color: #588FFE;
}

.s-mission-vision-values .card p, .s-mission-vision-values .card h4, .s-top .bread-crumbs a:hover, .footer .terms p, .footer .main .links-contacts > ul li a, .footer .main .links-navigation nav ul li a, .s-who-we-are .top .text p, .s-hero .text p, .header .menu .main .social-networks ul li a, .header .menu .main .social-networks > p, .header .menu .main .links-navigation nav ul li a, .s-error-404 .text .btns a, .s-sustainability .text h2, .s-description-who-we-are .left-area h2, .s-top .main .title h1, .s-contact-us .text h2, .s-structure .text h2, .s-providers .text h2, .s-who-we-are .top .title h2, .s-hero .text h1 {
  color: white;
}

.s-mission-vision-values .card.values ul li::before, .s-mission-vision-values .card .icon, .s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page.is-active, .s-top, .footer, .s-who-we-are, .header .menu, .s-error-404 .text .btns a:first-child {
  background-color: #2E3191;
}

.s-contact-us form > button:hover, .s-error-404 .text .btns a:last-child {
  background-color: #003399;
}

.s-sustainability .image #slider-sustainability .splide__pagination .splide__pagination__page.is-active, .s-mission-vision-values, .s-contact-us form > button, .s-providers #slide-providers .splide__pagination .splide__pagination__page.is-active, .s-error-404 .text .btns a:hover {
  background-color: #588FFE;
}

.s-providers #slide-providers .splide__pagination .splide__pagination__page {
  background-color: #C4C4C4;
}

.s-sustainability .image #slider-sustainability .splide__pagination .splide__pagination__page, .s-sustainability, .s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page, .footer .main .links-contacts .social-networks ul li a:hover, .s-structure, .header .menu .main .social-networks ul li a:hover .icon, .header {
  background-color: white;
}

/*begin centralize*/
.s-mission-vision-values .card .icon, .footer .main .links-contacts .social-networks ul li a, .recaptcha-contact, .s-providers #slide-providers .card-image, .header .btn-whatsapp, .header .menu .main .social-networks ul li a .icon, .header .logo, .btn-arrow-bottom, button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*end centralize*/
.s-providers.none-paginate-slide #slide-providers .splide__pagination {
  display: none;
}

.s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page, .s-top .bread-crumbs a, .footer .main .links-contacts .social-networks ul li a, .footer .main .links-contacts > ul li a, .footer .main .links-navigation nav ul li a, .s-contact-us form .alert, .s-contact-us form > button, .s-contact-us form .show-label label, .s-structure #slide-structure .splide__pagination .splide__pagination__page, .s-structure #slide-structure .splide__arrow svg, .s-structure #slide-structure .splide__arrow, .s-providers #slide-providers .splide__pagination .splide__pagination__page, .s-who-we-are .top .text a, .s-hero > ul > li, .header .btn-whatsapp, .header .menu .main .social-networks ul li a, .header .menu .main .social-networks ul li a .icon, .header .menu .main .links-navigation nav ul li a, .header .menu .top button:hover svg path, .header .nav, .s-error-404 .text .btns a {
  transition: all 0.3s;
}

strong {
  font-weight: bold;
}

button {
  outline: none;
  padding: 6px 12px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

input, textarea, select {
  padding: 10px;
  outline: none;
  border: 0;
  width: 100%;
}

.s-sustainability .text h2, .s-description-who-we-are .left-area h2, .s-top .main .title h1, .s-contact-us .text h2, .s-structure .text h2, .s-providers .text h2, .s-who-we-are .top .title h2, .s-hero .text h1 {
  font-weight: bold;
  font-size: var(--font-size-x-large);
  line-height: 119.52%;
}

.d-none {
  display: none;
}

.s-top.page-error-404 .main .title {
  margin-right: 3rem;
}

.s-error-404 {
  padding: 10rem 0;
}
.s-error-404 .container > img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.s-error-404 .text {
  margin-top: 6rem;
}
.s-error-404 .text h2 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5rem;
}
.s-error-404 .text .btns {
  display: flex;
  justify-content: center;
}
.s-error-404 .text .btns a {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.5rem;
  border-radius: 0.5rem;
}
.s-error-404 .text .btns a:first-child {
  margin-right: 4rem;
}
.s-error-404 .text .btns a img {
  max-width: 2.5rem;
  margin-right: 0.7rem;
}
@media (max-width: 480px) {
  .s-error-404 {
    padding: 5rem 0;
  }
  .s-error-404 .container > img {
    max-width: 100%;
  }
  .s-error-404 .text {
    margin-top: 3rem;
  }
  .s-error-404 .text h2 {
    margin-bottom: 3rem;
  }
  .s-error-404 .text .btns {
    flex-direction: column;
    align-items: center;
  }
  .s-error-404 .text .btns a:first-child {
    margin: 0 0 2rem 0;
  }
}

/*begin loader*/
.loader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999999;
  background-color: #2E3191;
}
.loader svg {
  stroke-dasharray: 376.78;
  transition: all 0.3s;
  animation: 8s draw infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 376.78;
  }
}
/*end loader*/
.btn-arrow-bottom {
  z-index: 5;
  position: absolute;
}
.btn-arrow-bottom svg {
  width: 32rem;
  height: 32rem;
}
.btn-arrow-bottom svg .circle {
  transform: rotate(-90deg);
  transform-origin: 18.55rem 18.55rem;
}
.btn-arrow-bottom.btn-s-top svg {
  width: 0;
  height: 0;
}
.btn-arrow-bottom.btn-s-top.active svg {
  width: 32rem;
  height: 32rem;
}
.btn-arrow-bottom.btn-s-top.active svg .arrow {
  stroke-dasharray: 303.16;
  animation: 1.5s draw_arrow forwards;
}
.btn-arrow-bottom.btn-s-top.active svg .plus {
  transform: scale(0);
  transform-origin: 18.5rem 18.5rem;
  animation: 1.5s draw_plus forwards;
}
.btn-arrow-bottom.btn-s-top.active svg .circle {
  stroke-dasharray: 1163.02;
}
.btn-arrow-bottom.btn-s-top.active svg.draw-circle .circle {
  animation: 1.8s draw_circle forwards;
}
.btn-arrow-bottom:hover::before {
  width: 31.85rem;
  height: 31.85rem;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -0.2px;
  right: -0.2px;
  border: 0.8px solid #588FFE;
  z-index: -1;
}
.btn-arrow-bottom:hover svg .circle {
  stroke-width: 3px;
  stroke-dasharray: 1163.02;
  stroke: white;
  animation: 1.5s draw_circle_hover forwards;
}
.btn-arrow-bottom:hover.btn-b-struture::before {
  border-color: #2E3191;
}
.btn-arrow-bottom:hover.btn-b-struture svg .circle {
  stroke: #588FFE;
}
.btn-arrow-bottom:hover.btn-b-sustainability::before {
  border-color: #588FFE;
}
.btn-arrow-bottom:hover.btn-b-sustainability svg .circle {
  stroke: #003399;
}
@media (max-width: 1805px) {
  .btn-arrow-bottom svg .circle {
    cx: 160;
    r: 147;
  }
  .btn-arrow-bottom:hover::before {
    width: 235.32px;
    height: 235.32px;
    top: calc(50% - 120px);
    left: calc(50% - 118.7px);
  }
}
@media (max-width: 1680px) {
  .btn-arrow-bottom svg .circle {
    cx: 141;
    cy: 184;
  }
  .btn-arrow-bottom:hover::before {
    width: 223.15px;
    height: 223.15px;
    top: calc(50% - 113.5px);
    left: calc(50% - 114px);
  }
}
@media (max-width: 1600px) {
  .btn-arrow-bottom svg .circle {
    cx: 125;
  }
  .btn-arrow-bottom:hover::before {
    width: 210.98px;
    height: 210.98px;
    top: calc(50% - 108px);
    left: calc(50% - 108px);
  }
}
@media (max-width: 1480px) {
  .btn-arrow-bottom svg .circle {
    cx: 108;
    r: 140;
  }
  .btn-arrow-bottom:hover::before {
    width: 184.5px;
    height: 184.5px;
    top: calc(50% - 99.4px);
    left: calc(50% - 94.8px);
  }
}
@media (max-width: 1350px) {
  .btn-arrow-bottom svg .arrow {
    transform: scale(0.9);
    transform-origin: 18.498rem 18.498rem;
  }
  .btn-arrow-bottom svg .circle {
    cx: 94;
    cy: 181;
    r: 130;
  }
  .btn-arrow-bottom.icon-plus svg .circle {
    cx: 82;
    cy: 185;
  }
  .btn-arrow-bottom:hover::before {
    width: 161px;
    height: 161px;
    top: calc(50% - 89.2px);
    left: calc(50% - 84px);
  }
}
@media (max-width: 1200px) {
  .btn-arrow-bottom svg .circle {
    cx: 73;
    cy: 177;
    r: 120;
  }
  .btn-arrow-bottom:hover::before {
    width: 139px;
    height: 139px;
    top: calc(50% - 76px);
    left: calc(50% - 75.9px);
  }
}
@media (max-width: 480px) {
  .btn-arrow-bottom svg {
    width: 13.5rem;
    height: 13.5rem;
  }
  .btn-arrow-bottom svg .circle {
    cx: 185.5;
    cy: 185.5;
    r: 185.1;
  }
  .btn-arrow-bottom.btn-s-top.active svg {
    width: 13.5rem;
    height: 13.5rem;
  }
  .btn-arrow-bottom:hover::before {
    width: 134.71px;
    height: 134.71px;
    top: calc(50% - 68px);
    left: calc(50% - 68px);
  }
}

@keyframes draw_arrow {
  0% {
    fill: rgba(88, 143, 254, 0);
    stroke-dashoffset: 303.16;
  }
  49% {
    fill: rgba(88, 143, 254, 0);
  }
  66% {
    fill: rgba(88, 143, 254, 0.1);
  }
  70% {
    fill: rgba(88, 143, 254, 0.2);
  }
  74% {
    fill: rgba(88, 143, 254, 0.3);
  }
  78% {
    fill: rgba(88, 143, 254, 0.4);
    stroke-dashoffset: 0;
  }
  82% {
    fill: rgba(88, 143, 254, 0.5);
  }
  86% {
    fill: rgba(88, 143, 254, 0.6);
  }
  90% {
    fill: rgba(88, 143, 254, 0.7);
  }
  94% {
    fill: rgba(88, 143, 254, 0.8);
  }
  98% {
    fill: rgba(88, 143, 254, 0.9);
  }
  100% {
    fill: #588ffe;
  }
}
@keyframes draw_plus {
  0% {
    transform: scale(0);
  }
  33% {
    transform: scale(0.33);
  }
  66% {
    transform: scale(0.66);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes draw_circle {
  0% {
    stroke-dashoffset: 116.302rem;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw_circle_hover {
  0% {
    stroke-dashoffset: 116.302rem;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*  end btn-arrow-bottom */
.header {
  position: fixed;
  height: 12rem;
  z-index: 99;
  width: 100%;
  box-shadow: 0.6rem 0 1.5rem 0.5rem rgba(37, 37, 37, 0.1);
}
.header > .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  width: 100%;
  max-width: 10.5rem;
}
.header .nav {
  padding: 0;
}
.header .nav:hover {
  opacity: 0.6;
}
.header .menu {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 4.9rem 0 11rem 0;
  height: auto;
  margin-top: -200%;
  box-shadow: 0.6rem 0 1.5rem 0.5rem rgba(37, 37, 37, 0.1);
}
.header .menu.menu-block {
  margin-top: 0;
}
.header .menu .top {
  margin-bottom: 9.3rem;
  display: flex;
  justify-content: flex-end;
}
.header .menu .top button:hover svg path {
  fill: #588FFE;
}
.header .menu .top button svg {
  width: 2rem !important;
}
.header .menu .main, .header .menu .main .links-navigation {
  display: flex;
  justify-content: space-between;
}
.header .menu .main .links-navigation {
  width: 100%;
  max-width: 70rem;
}
.header .menu .main .links-navigation .logo, .header .menu .main .links-navigation .logo img {
  max-width: 10.2rem;
}
.header .menu .main .links-navigation nav ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.header .menu .main .links-navigation nav ul li a {
  font-size: var(--font-size-large);
  letter-spacing: 9%;
  font-weight: bold;
  line-height: 1.2;
}
.header .menu .main .social-networks {
  width: 100%;
  max-width: 61.9rem;
}
.header .menu .main .social-networks > p {
  font-weight: 500;
  font-size: var(--font-size-xx-medium);
  margin-bottom: 4.2rem;
}
.header .menu .main .social-networks ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.header .menu .main .social-networks ul li a {
  display: flex;
  align-items: center;
}
.header .menu .main .social-networks ul li a .icon {
  width: 7rem;
  height: 7rem;
  border: 1px solid #588FFE;
  border-radius: 50%;
}
.header .menu .main .social-networks ul li a .icon img {
  height: 2.4rem;
}
.header .menu .main .social-networks ul li a .icon img.hover {
  display: none;
}
.header .menu .main .social-networks ul li a span {
  margin-left: 3rem;
  font-weight: 300;
}
.header .menu .main .social-networks ul li a:hover .icon {
  border-color: white;
}
.header .menu .main .social-networks ul li a:hover .icon img {
  display: none;
}
.header .menu .main .social-networks ul li a:hover .icon img.hover {
  display: block;
}
.header .btn-whatsapp {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  background-color: #25D366;
  height: 6.3rem;
  width: 6.3rem;
  border-radius: 50%;
}
.header .btn-whatsapp:hover {
  transform: scale(1.1);
}
.header .btn-whatsapp > img {
  height: 4.5rem;
  width: 4.5rem;
}
@media (max-width: 480px) {
  .header .btn-whatsapp {
    right: 1rem;
    bottom: 1rem;
    height: 13.125vw;
    width: 13.125vw;
  }
  .header .btn-whatsapp:hover {
    transform: scale(1);
  }
  .header .btn-whatsapp > img {
    height: 9.375vw;
    width: 9.375vw;
  }
}
@media (max-width: 1150px) {
  .header .menu .main .links-navigation {
    max-width: 60rem;
  }
  .header .menu .main .social-networks {
    max-width: 40rem;
  }
}
@media (max-width: 850px) {
  .header .menu .main .links-navigation {
    max-width: 40rem;
  }
  .header .menu .main .links-navigation nav ul li a {
    font-size: 2.4rem;
  }
  .header .menu .main .social-networks {
    max-width: 25rem;
  }
}
@media (max-width: 650px) {
  .header .menu .container {
    padding: 0 7rem;
  }
  .header .menu .main .links-navigation {
    max-width: 35rem;
  }
  .header .menu .main .social-networks {
    max-width: 21rem;
  }
  .header .menu .main .social-networks > p {
    font-size: 2.3rem;
  }
  .header .menu .main .social-networks ul li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .header {
    position: relative;
    height: auto;
  }
  .header .logo {
    padding: 1.8rem 0;
  }
  .header .logo img {
    max-width: 6.4rem;
  }
  .header .menu {
    padding: 3.2rem 0 3.2rem 0;
  }
  .header .menu.menu-block {
    height: 100vh;
  }
  .header .menu .container {
    padding: 0 4.7rem;
  }
  .header .menu .top {
    position: relative;
    margin-bottom: 0;
  }
  .header .menu .top button {
    position: absolute;
  }
  .header .menu .top button svg {
    width: 1.2rem !important;
  }
  .header .menu .main, .header .menu .main .links-navigation {
    flex-direction: column;
  }
  .header .menu .main .links-navigation {
    margin-bottom: 4rem;
  }
  .header .menu .main .links-navigation .logo {
    padding: 0;
    margin: 0 0 5.8rem 0;
  }
  .header .menu .main .links-navigation .logo, .header .menu .main .links-navigation .logo img {
    max-width: 6.2rem;
  }
  .header .menu .main .links-navigation nav ul li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .header .menu .main .social-networks > p {
    color: #588FFE;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .header .menu .main .social-networks ul {
    display: flex;
  }
  .header .menu .main .social-networks ul li:not(:last-child) {
    margin: 0 0.8rem 0 0;
  }
  .header .menu .main .social-networks ul li a .icon {
    width: 6rem;
    height: 6rem;
  }
  .header .menu .main .social-networks ul li a .icon img {
    height: 1.6rem;
  }
  .header .menu .main .social-networks ul li a span {
    display: none;
  }
}

/*  end header */
.s-hero {
  position: relative;
  margin-top: 12rem;
}
.s-hero .text {
  position: absolute;
  z-index: 2;
  left: 9.3rem;
  top: 14.8vw;
}
.s-hero .text h1 {
  margin-bottom: 3.1rem;
}
.s-hero .text p {
  font-size: var(--font-size-medium);
  line-height: 138.52%;
  letter-spacing: 0.32rem;
  max-width: 72.8rem;
}
.s-hero > ul {
  position: relative;
}
.s-hero > ul .mask-slider {
  position: relative;
}
.s-hero > ul .mask-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background-image: url("/img/mask-slider.png");
  background-repeat: repeat;
}
.s-hero > ul, .s-hero > ul > li, .s-hero > ul .mask-slider::after, .s-hero > ul img, .s-hero > ul video {
  height: 50.5vw;
}
.s-hero > ul > li {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.s-hero > ul > li.active {
  opacity: 1;
  pointer-events: all;
}
.s-hero .btn-arrow-bottom {
  bottom: -11rem;
  left: calc(50% - 16rem);
}
@media (max-width: 1350px) {
  .s-hero .text {
    top: 10vw;
  }
}
@media (max-width: 650px) {
  .s-hero .text h1 {
    font-size: 4rem;
  }
  .s-hero .text h1, .s-hero .text p {
    max-width: 50.9rem;
  }
  .s-hero > ul, .s-hero > ul > li, .s-hero > ul .mask-slider::after, .s-hero > ul img, .s-hero > ul video {
    height: 60.94vw;
  }
  .s-hero > ul video {
    width: 120vw;
  }
}
@media (max-width: 480px) {
  .s-hero {
    margin-top: 0;
  }
  .s-hero .text {
    left: 4.7rem;
    top: 10rem;
  }
  .s-hero .text h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .s-hero .text h1, .s-hero .text p {
    max-width: 21.9rem;
  }
  .s-hero > ul, .s-hero > ul > li, .s-hero > ul .mask-slider::after, .s-hero > ul img, .s-hero > ul video {
    height: 44.4rem;
  }
  .s-hero > ul video {
    width: 230vw;
  }
  .s-hero .btn-arrow-bottom {
    bottom: 2.8rem;
    left: 4.7rem;
  }
}

/*  end s-hero */
.s-who-we-are {
  position: relative;
  border-radius: 0 60rem 0 0;
  margin-top: -4.6rem;
  display: grid;
  z-index: 3;
}
.s-who-we-are .container {
  min-width: 100%;
  padding: 0;
}
.s-who-we-are .top {
  margin: 17.6rem 9.3rem 18.4rem 9.3rem;
  display: flex;
}
.s-who-we-are .top .title {
  margin-right: 23.2rem;
}
.s-who-we-are .top .text {
  max-width: 87.6rem;
}
.s-who-we-are .top .text p {
  margin-bottom: 5.5rem;
}
.s-who-we-are .top .text p strong {
  display: block;
  font-size: var(--font-size-xx-medium);
  line-height: 174.5%;
  margin-bottom: 1.4rem;
}
.s-who-we-are .top .text a img {
  max-width: 10.3rem;
}
.s-who-we-are .top .text a:hover {
  opacity: 0.4;
}
.s-who-we-are .imgs-who-we-are {
  margin-bottom: 18.9rem;
}
.s-who-we-are .imgs-who-we-are, .s-who-we-are .imgs-who-we-are > div {
  display: flex;
}
.s-who-we-are .imgs-who-we-are img {
  width: 30.2vw;
  position: relative;
  height: 36.45vw;
  margin-right: 4.73vw;
}
.s-who-we-are .btn-arrow-bottom {
  bottom: 8rem;
  left: calc(50% - 16rem);
}
@media (max-width: 1505px) {
  .s-who-we-are .top .title {
    margin-right: 18rem;
  }
}
@media (max-width: 1350px) {
  .s-who-we-are .top .title {
    margin-right: 14rem;
  }
}
@media (max-width: 1200px) {
  .s-who-we-are .top .title {
    margin-right: 11rem;
  }
}
@media (max-width: 800px) {
  .s-who-we-are .top {
    margin: 13rem 9.3rem 11rem 9.3rem;
    flex-direction: column;
  }
  .s-who-we-are .top .title {
    margin: 0 0 2.5rem 0;
  }
  .s-who-we-are .top .text {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .s-who-we-are {
    border-radius: 0 10rem 0 0;
  }
}
@media (max-width: 480px) {
  .s-who-we-are {
    margin-top: -9.9rem;
  }
  .s-who-we-are .top {
    margin: 9.9rem 4.7rem 4rem 4.7rem;
  }
  .s-who-we-are .top .text {
    max-width: 27.9rem;
  }
  .s-who-we-are .top .text p {
    margin-bottom: 3.3rem;
  }
  .s-who-we-are .top .text p strong {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .s-who-we-are .top .text p span {
    display: none;
  }
  .s-who-we-are .top .text a img {
    max-width: 5.6rem;
  }
  .s-who-we-are .imgs-who-we-are {
    margin-bottom: 10.4rem;
    align-items: center;
  }
  .s-who-we-are .imgs-who-we-are > div {
    flex-direction: column;
    margin: 0 6.9vw;
  }
  .s-who-we-are .imgs-who-we-are > div img:first-child {
    margin-bottom: 6.9vw;
  }
  .s-who-we-are .imgs-who-we-are img {
    width: 46.4vw;
    height: 56vw;
    margin: 0;
  }
  .s-who-we-are .btn-arrow-bottom {
    bottom: 32.2vw;
    left: auto;
    right: 36.2vw;
  }
  .s-who-we-are .btn-arrow-bottom svg {
    width: 7.7rem;
    height: 7.7rem;
  }
  .s-who-we-are .btn-arrow-bottom:hover::before {
    width: 76px;
    height: 76px;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
  }
}

/*  end s-who-we-are */
.s-providers {
  padding: 13.4rem 0 7.2rem 0;
}
.s-providers .text {
  margin-bottom: 5.1rem;
}
.s-providers .text h2 {
  color: #2E3191;
  margin-bottom: 1.2rem;
}
.s-providers .text p {
  font-weight: 300;
  max-width: 65.5rem;
  margin: 0 auto;
  line-height: 174.52%;
}
.s-providers .text h2, .s-providers .text p {
  text-align: center;
}
.s-providers.none-paginate-slide #slide-providers {
  margin-bottom: 5.1rem;
}
.s-providers #slide-providers .splide__slide.is-visible:not(.is-active) .card-image {
  border-left: 1px solid #C4C4C4;
}
.s-providers #slide-providers .card-image {
  min-height: 17rem;
  height: 100%;
  padding: 1rem 7.1rem;
}
.s-providers #slide-providers .card-image a {
  display: block;
}
.s-providers #slide-providers .card-image a img {
  filter: grayscale(100%);
}
.s-providers #slide-providers .splide__pagination {
  position: relative;
  margin-top: 7.7rem;
}
.s-providers #slide-providers .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
}
.s-providers #slide-providers .splide__pagination .splide__pagination__page {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem;
  opacity: 1;
}
@media (max-width: 1480px) {
  .s-providers.none-paginate-slide #slide-providers {
    margin-bottom: 0;
  }
  .s-providers.none-paginate-slide #slide-providers .splide__pagination {
    display: inline-flex;
  }
}
@media (max-width: 600px) {
  .s-providers #slide-providers .card-image {
    padding: 1rem 4rem;
  }
}
@media (max-width: 480px) {
  .s-providers {
    padding: 9.6rem 0 9.5rem 0;
  }
  .s-providers .text {
    margin-bottom: 4.5rem;
  }
  .s-providers .text h2 {
    margin-bottom: 3.5rem;
  }
  .s-providers #slide-providers {
    margin: 0 -4.7rem;
  }
  .s-providers #slide-providers .card-image {
    min-height: 9.9rem;
    padding: 1rem 4.7rem 1rem 4.3rem;
  }
  .s-providers #slide-providers .splide__pagination {
    margin-top: 5.2rem;
  }
  .s-providers #slide-providers .splide__pagination .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    margin: 0 0.6rem;
  }
}

/*  end s-providers */
.s-structure {
  position: relative;
  padding: 16.2rem 0 18.5rem 0;
  border-radius: 0 0 0 50rem;
}
.s-structure .container {
  display: flex;
  justify-content: space-between;
}
.s-structure .text {
  max-width: 60.6rem;
}
.s-structure .text h2 {
  color: #2E3191;
  margin-bottom: 1rem;
}
.s-structure .text p {
  font-weight: 300;
}
.s-structure #slide-structure {
  max-width: 103.9rem;
  margin-right: -9.3rem;
}
.s-structure #slide-structure .card-structure img {
  min-width: 75rem;
  height: 52.4rem;
}
.s-structure #slide-structure .card-structure h3 {
  font-weight: bold;
  font-size: var(--font-size-large);
  line-height: 1.2;
  margin-top: 1.5rem;
}
.s-structure #slide-structure .card-structure p {
  font-size: var(--font-size-xxx-small);
}
.s-structure #slide-structure .card-structure h3, .s-structure #slide-structure .card-structure p {
  text-align: right;
}
.s-structure #slide-structure .splide__arrow {
  top: initial;
  bottom: 0;
  transform: initial;
  width: 63px;
  height: 63px;
  border: 1px solid #588FFE;
  opacity: 1;
  background: transparent;
}
.s-structure #slide-structure .splide__arrow svg {
  width: 50px;
  height: initial;
  position: relative;
  top: 15.5px;
  fill: #588FFE;
}
.s-structure #slide-structure .splide__arrow:hover {
  background: #588FFE;
}
.s-structure #slide-structure .splide__arrow:hover svg {
  fill: white;
}
.s-structure #slide-structure .splide__arrow.splide__arrow--prev {
  left: 0;
}
.s-structure #slide-structure .splide__arrow.splide__arrow--prev svg {
  right: 15.5px;
}
.s-structure #slide-structure .splide__arrow.splide__arrow--next {
  right: initial;
  left: 75px;
}
.s-structure #slide-structure .splide__arrow.splide__arrow--next svg {
  left: 15.5px;
}
.s-structure #slide-structure .splide__pagination {
  flex-wrap: nowrap;
  position: relative;
  bottom: 0;
  left: 0;
  transform: initial;
  padding: 0;
  height: 63px;
  margin-left: 16.6rem;
  width: calc(100% - 40rem);
}
.s-structure #slide-structure .splide__pagination li {
  width: 100%;
}
.s-structure #slide-structure .splide__pagination .splide__pagination__page {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.s-structure #slide-structure .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #588FFE;
}
.s-structure .btn-arrow-bottom {
  bottom: -19rem;
  right: 32rem;
}
@media (max-width: 1600px) {
  .s-structure #slide-structure .card-structure img {
    min-width: 65rem;
    height: 50rem;
  }
  .s-structure #slide-structure .splide__pagination {
    margin-left: 20.6rem;
    width: calc(100% - 44rem);
  }
}
@media (max-width: 1350px) {
  .s-structure #slide-structure {
    max-width: 95rem;
  }
  .s-structure #slide-structure .card-structure img {
    min-width: 55rem;
    height: 48rem;
  }
  .s-structure #slide-structure .splide__pagination {
    width: calc(100% - 39rem);
  }
}
@media (max-width: 1200px) {
  .s-structure #slide-structure .splide__pagination {
    margin-left: 23rem;
    width: calc(100% - 42rem);
  }
}
@media (max-width: 991px) {
  .s-structure {
    padding: 16.2rem 0 18.5rem 0;
    border-radius: 0 0 0 50rem;
  }
  .s-structure .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .s-structure .text {
    margin-bottom: 3rem;
  }
  .s-structure .text h2, .s-structure .text p {
    text-align: center;
  }
  .s-structure #slide-structure {
    margin-right: 0;
    margin-left: 20rem;
    max-width: 100%;
  }
  .s-structure #slide-structure .card-structure img {
    height: 60.4rem;
  }
  .s-structure #slide-structure .splide__pagination {
    width: calc(100% - 53rem);
  }
  .s-structure .btn-arrow-bottom {
    bottom: -15rem;
    right: 26rem;
  }
}
@media (max-width: 800px) {
  .s-structure #slide-structure .card-structure img {
    height: 50rem;
  }
}
@media (max-width: 650px) {
  .s-structure {
    border-radius: 0 0 0 10rem;
  }
}
@media (max-width: 480px) {
  .s-structure {
    padding: 10.4rem 0 8.3rem 0;
  }
  .s-structure .text {
    margin: 0 4.7rem 4.4rem 4.7rem;
  }
  .s-structure .text h2 {
    margin-bottom: 3.5rem;
  }
  .s-structure #slide-structure {
    max-width: 100%;
    margin: 0 0 0 4.7rem;
  }
  .s-structure #slide-structure .card-structure img {
    min-width: 75.4vw;
    height: 52vw;
  }
  .s-structure #slide-structure .card-structure h3, .s-structure #slide-structure .card-structure p {
    color: transparent;
    text-align: left;
  }
  .s-structure #slide-structure .splide__slide.is-active .card-structure h3, .s-structure #slide-structure .splide__slide.is-active .card-structure p {
    color: #2E3191;
  }
  .s-structure #slide-structure .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .s-structure #slide-structure .splide__arrow svg {
    width: 30px;
    top: 9px;
  }
  .s-structure #slide-structure .splide__arrow.splide__arrow--prev svg {
    right: 9px;
  }
  .s-structure #slide-structure .splide__arrow.splide__arrow--next {
    left: 45px;
  }
  .s-structure #slide-structure .splide__arrow.splide__arrow--next svg {
    left: 9px;
  }
  .s-structure #slide-structure .splide__pagination {
    height: 40px;
    margin: 2rem 0 0 9rem;
    width: calc(75.4vw - 8rem);
  }
  .s-structure .btn-arrow-bottom {
    bottom: -6.8rem;
    right: 5.3rem;
  }
}

/*  end s-structure */
@keyframes showLabel {
  from {
    color: rgba(46, 49, 145, 0);
  }
  to {
    color: #2e3191;
    top: -1.5rem;
  }
}
.s-contact-us {
  padding: 16.7rem 0 8.8rem 0;
  display: flex;
  justify-content: center;
}
.s-contact-us .container {
  max-width: 91.3rem;
  padding: 0;
}
.s-contact-us .text {
  margin-bottom: 12rem;
}
.s-contact-us .text h2 {
  color: #2E3191;
  margin-bottom: 1rem;
}
.s-contact-us .text p {
  font-weight: 300;
  max-width: 62.5rem;
  margin: 0 auto;
}
.s-contact-us .text h2, .s-contact-us .text p {
  text-align: center;
}
.s-contact-us form input:-webkit-autofill, .s-contact-us form input:-webkit-autofill:hover, .s-contact-us form input:-webkit-autofill:focus, .s-contact-us form textarea:-webkit-autofill, .s-contact-us form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.s-contact-us form select:-webkit-autofill, .s-contact-us form select:-webkit-autofill:hover, .s-contact-us form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #2E3191 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.s-contact-us form input {
  height: 6rem;
}
.s-contact-us form input::-moz-placeholder {
  color: #2E3191;
}
.s-contact-us form input::placeholder {
  color: #2E3191;
}
.s-contact-us form .show-label {
  margin-bottom: 3.6rem;
}
.s-contact-us form .show-label label {
  position: absolute;
  color: rgba(46, 49, 145, 0);
  top: 0.85rem;
}
.s-contact-us form .show-label label.show {
  font-size: 1.5rem;
  font-weight: bold;
  animation: showLabel 0.7s forwards;
}
.s-contact-us form .show-label input.transparent-place::-moz-placeholder {
  color: rgba(46, 49, 145, 0);
}
.s-contact-us form .show-label input.transparent-place::placeholder {
  color: rgba(46, 49, 145, 0);
}
.s-contact-us form .show-label, .s-contact-us form .txt {
  position: relative;
}
.s-contact-us form .show-label button, .s-contact-us form .txt button {
  display: none;
  position: absolute;
  right: 5px;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 11px;
  bottom: 8px;
  background-color: rgba(204, 204, 204, 0.42);
  color: #c4c4c4;
  border-radius: 3px;
  line-height: 1;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.s-contact-us form .show-label button.block, .s-contact-us form .txt button.block {
  display: block;
}
.s-contact-us form .error-input input, .s-contact-us form .error-input select, .s-contact-us form .error-input textarea {
  border: 0.1rem solid red;
}
.s-contact-us form .error-input > span {
  display: block;
  color: red;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.s-contact-us form .txt button {
  bottom: 18px;
}
.s-contact-us form textarea {
  min-height: 17rem;
}
.s-contact-us form label {
  margin-left: 1rem;
}
.s-contact-us form input, .s-contact-us form textarea {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #2E3191;
}
.s-contact-us form input, .s-contact-us form textarea, .s-contact-us form label {
  font: var(--font-size-x-medium) 300 "Inter";
  color: #2E3191;
}
.s-contact-us form > button {
  margin: 4rem auto 0 auto;
  width: 100%;
  max-width: 17.2rem;
  height: 17.2rem;
  border-radius: 50%;
}
.s-contact-us form > button.submit .arrow-submit {
  display: none;
}
.s-contact-us form > button.submit .loader-submit {
  display: block;
}
.s-contact-us form > button .arrow-submit {
  max-width: 4.5rem;
}
.s-contact-us form > button .loader-submit {
  display: none;
  max-width: 6rem;
}
.s-contact-us form .alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: transparent;
  border: 1px solid transparent;
  padding: 2.3rem 3.2rem;
  border-radius: 10rem;
  line-height: 1.2;
  margin-top: 4rem;
}
.s-contact-us form .alert > div {
  display: flex;
  align-items: center;
}
.s-contact-us form .alert img {
  display: none;
  width: 3.3rem;
  margin-right: 1.4rem;
}
.s-contact-us form .alert #close {
  display: none;
  padding: 0 0.4rem;
}
.s-contact-us form .alert.success {
  background-color: rgba(46, 145, 133, 0.3);
  color: #2E9185;
  border-color: #c3e6cb;
}
.s-contact-us form .alert.success .img-success {
  display: block;
}
.s-contact-us form .alert.success #close {
  display: flex;
}
.s-contact-us form .alert.success #close svg {
  fill: #2E9185;
}
.s-contact-us form .alert.error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.s-contact-us form .alert.error .img-error {
  display: block;
}
.s-contact-us form .alert.error #close {
  display: flex;
}
.s-contact-us form .alert.error #close svg {
  fill: #721c24;
}
@media (max-width: 1480px) {
  .s-contact-us .container {
    max-width: 110rem;
  }
}
@media (max-width: 800px) {
  .s-contact-us .container {
    padding: 0 9.3rem;
  }
}
@media (max-width: 480px) {
  .s-contact-us {
    padding: 10.4rem 0;
  }
  .s-contact-us .container {
    padding: 0 4.7rem;
  }
  .s-contact-us .text {
    margin-bottom: 4.6rem;
  }
  .s-contact-us .text h2 {
    margin-bottom: 3.5rem;
  }
  .s-contact-us form input {
    height: 4rem;
  }
  .s-contact-us form > button {
    max-width: 7.9rem;
    height: 7.9rem;
  }
  .s-contact-us form > button .arrow-submit {
    max-width: 2rem;
  }
  .s-contact-us form > button .loader-submit {
    max-width: 2.5rem;
  }
  .s-contact-us form .alert {
    padding: 0.45rem 1rem;
    margin-top: 5.4rem;
  }
  .s-contact-us form .alert p {
    font-size: 1.2rem;
  }
  .s-contact-us form .alert img {
    width: 1rem;
    margin-right: 0.6rem;
  }
  .s-contact-us form .alert #close svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.recaptcha-contact {
  margin-top: 4rem;
}
@media (max-width: 480px) {
  .recaptcha-contact {
    margin: 4rem -4.7rem 0 -4.7rem;
  }
}

/*  end s-contact-us */
.footer {
  padding: 16.3rem 0 7.5rem 0;
}
.footer .main {
  padding-bottom: 9.3rem;
  margin-bottom: 9.5rem;
  border-bottom: 1px solid #588FFE;
}
.footer .main, .footer .main .links-navigation {
  display: flex;
  justify-content: space-between;
}
.footer .main .links-navigation {
  width: 100%;
  max-width: 53.5rem;
}
.footer .main .links-navigation .logo, .footer .main .links-navigation .logo img {
  max-width: 15.2rem;
}
.footer .main .links-navigation .logo > img:last-of-type {
  width: 2.5rem;
}
.footer .main .links-navigation nav ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer .main .links-navigation nav ul li a {
  font-size: var(--font-size-xx-medium);
  letter-spacing: 0.144rem;
}
.footer .main .links-contacts {
  width: 100%;
  max-width: 45rem;
}
.footer .main .links-contacts > p {
  font-weight: 500;
  font-size: var(--font-size-xx-medium);
  line-height: 114.52%;
  margin-bottom: 3.6rem;
}
.footer .main .links-contacts > ul {
  margin-bottom: 3.6rem;
}
.footer .main .links-contacts > ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.footer .main .links-contacts > ul li a {
  display: flex;
  align-items: flex-start;
}
.footer .main .links-contacts > ul li a img {
  display: block;
  margin: 0.2rem 1.7rem 0 0;
}
.footer .main .links-contacts > ul li a span {
  font-weight: 500;
  font-size: var(--font-size-medium);
  line-height: 137.02%;
}
.footer .main .links-contacts .social-networks ul {
  display: flex;
}
.footer .main .links-contacts .social-networks ul li:not(:last-child) {
  margin-right: 1.1rem;
}
.footer .main .links-contacts .social-networks ul li a {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  border: 1px solid #588FFE;
  position: relative;
}
.footer .main .links-contacts .social-networks ul li a img {
  height: 2.4rem;
}
.footer .main .links-contacts .social-networks ul li a img:last-of-type {
  display: none;
}
.footer .main .links-contacts .social-networks ul li a:hover {
  border-color: white;
}
.footer .main .links-contacts .social-networks ul li a:hover img:first-of-type {
  display: none;
}
.footer .main .links-contacts .social-networks ul li a:hover img:last-of-type {
  display: flex;
}
.footer .terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .terms p {
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1350px) {
  .footer .main .links-contacts {
    max-width: 48rem;
  }
}
@media (max-width: 800px) {
  .footer {
    padding: 12rem 0 7.5rem 0;
  }
  .footer .main, .footer .main .links-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .main .links-navigation {
    max-width: 100%;
  }
  .footer .main .links-navigation, .footer .main .links-navigation .logo {
    margin-bottom: 3.5rem;
  }
  .footer .main .links-navigation nav ul li {
    text-align: center;
  }
  .footer .main .links-contacts {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .main .links-contacts > p {
    text-align: center;
  }
  .footer .main .links-contacts > ul li {
    text-align: center;
  }
  .footer .main .links-contacts > ul li a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 12.1rem 0 5.3rem 0;
  }
  .footer .main {
    padding-bottom: 10.4rem;
    margin-bottom: 5.1rem;
    border-color: #FFFDFD;
  }
  .footer .main .links-navigation {
    margin-bottom: 8rem;
  }
  .footer .main .links-navigation .logo {
    margin-bottom: 0;
  }
  .footer .main .links-navigation .logo, .footer .main .links-navigation .logo img {
    max-width: 13rem;
  }
  .footer .main .links-navigation nav {
    display: none;
  }
  .footer .main .links-contacts > p, .footer .main .links-contacts > ul {
    margin-bottom: 2.3rem;
  }
  .footer .main .links-contacts > ul li a {
    max-width: 17.3rem;
    flex-direction: column;
    align-items: center;
  }
  .footer .main .links-contacts > ul li a img {
    margin: 0 0 1.5rem 0;
  }
  .footer .main .links-contacts .social-networks ul li a {
    width: 7.9rem;
    height: 7.9rem;
  }
  .footer .main .links-contacts .social-networks ul li a img {
    height: 2rem;
  }
  .footer .terms {
    flex-direction: column;
  }
  .footer .terms p {
    text-align: center;
    margin-bottom: 5.1rem;
  }
}

/*  end footer */
.glightbox-container .gslider {
  background: rgba(46, 49, 145, 0.8) !important;
}

.glightbox-clean .gclose {
  background-color: transparent !important;
}
.glightbox-clean .gnext, .glightbox-clean .gprev {
  display: none;
}
.glightbox-clean .gslide-media {
  box-shadow: 1px 5px 62px 0 rgba(0, 0, 0, 0.4) !important;
}

.s-top {
  position: relative;
  padding-top: 4.8rem;
  min-height: 28.17vw;
  margin-bottom: 28.49vw;
}
.s-top .container {
  padding-right: 0;
}
.s-top .bread-crumbs {
  display: flex;
  padding-bottom: 11.3rem;
}
.s-top .bread-crumbs, .s-top .bread-crumbs a {
  font-weight: 300;
  font-size: var(--font-size-xx-small);
}
.s-top .bread-crumbs span {
  margin: 0 0.5rem;
}
.s-top .main {
  display: flex;
  justify-content: space-between;
}
.s-top .main img {
  max-width: 74.89vw;
  height: 38.3vw;
  border-radius: 0px 0px 0px 20.3vw;
  margin-bottom: -20vw;
}
.s-top .btn-arrow-bottom {
  bottom: -28.4vw;
  left: calc(50% - 16rem);
}
@media (max-width: 1400px) {
  .s-top {
    margin-bottom: 17vw;
  }
  .s-top .main img {
    max-width: 71vw;
    height: 32vw;
  }
}
@media (max-width: 850px) {
  .s-top {
    padding-top: 16rem;
  }
  .s-top .bread-crumbs {
    padding-bottom: 3.5rem;
  }
  .s-top .main {
    flex-direction: column;
    justify-content: stretch;
  }
  .s-top .main .title {
    margin-right: 3rem;
  }
  .s-top .main .title h1 {
    margin-bottom: 3rem;
  }
  .s-top .main .title h1 br {
    display: none;
  }
  .s-top .main img {
    max-width: none;
    width: 100vw;
    height: auto;
    border-radius: 0 0 0 10rem;
    margin: 0 0 -10rem -5rem;
  }
  .s-top .btn-arrow-bottom {
    display: none;
  }
}
@media (max-width: 700px) {
  .s-top .container {
    padding-left: 5rem;
  }
}
@media (max-width: 650px) {
  .s-top .main img {
    border-radius: 0px 0px 0px 10rem;
  }
}
@media (max-width: 480px) {
  .s-top {
    padding-top: 3.5rem;
    min-height: auto;
    margin-bottom: 12rem;
  }
  .s-top .bread-crumbs, .s-top .bread-crumbs a {
    font-size: 1.2rem;
  }
}

.s-description-who-we-are {
  margin-bottom: 30rem;
}
.s-description-who-we-are .container {
  display: flex;
  justify-content: space-between;
}
.s-description-who-we-are .left-area h2 {
  color: #2E3191;
  margin-bottom: 9.6rem;
}
.s-description-who-we-are .left-area > div {
  position: relative;
}
.s-description-who-we-are .left-area > div > img {
  max-width: 71.5rem;
}
.s-description-who-we-are .left-area > div .btn-arrow-bottom {
  bottom: -14.6rem;
  left: calc(50% - 16rem);
}
.s-description-who-we-are .right-area {
  max-width: 84.7rem;
}
.s-description-who-we-are .right-area p:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1550px) {
  .s-description-who-we-are .left-area > div > img {
    max-width: 65rem;
  }
  .s-description-who-we-are .right-area {
    max-width: 78rem;
  }
}
@media (max-width: 1250px) {
  .s-description-who-we-are .left-area > div > img {
    max-width: 55rem;
  }
  .s-description-who-we-are .right-area {
    max-width: 70rem;
  }
}
@media (max-width: 1110px) {
  .s-description-who-we-are .right-area {
    max-width: 62rem;
  }
}
@media (max-width: 991px) {
  .s-description-who-we-are .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .s-description-who-we-are .left-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .s-description-who-we-are .left-area h2 {
    margin-bottom: 0;
  }
  .s-description-who-we-are .right-area {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .s-description-who-we-are .left-area {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .s-description-who-we-are .left-area h2 {
    margin-bottom: 3rem;
  }
  .s-description-who-we-are .left-area > div .btn-arrow-bottom {
    bottom: -5rem;
    left: calc(50% - 8rem);
    width: 16rem;
    height: 16rem;
  }
  .s-description-who-we-are .left-area > div .btn-arrow-bottom img {
    max-width: 2.5rem;
  }
  .s-description-who-we-are .right-area p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s-description-who-we-are {
    margin-bottom: 12rem;
  }
  .s-description-who-we-are .right-area p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.s-mission-vision-values {
  border-radius: 0 37.65rem 0 0;
  padding-bottom: 16.7rem;
}
.s-mission-vision-values .container {
  max-width: 170.6rem;
}
.s-mission-vision-values #slide-mission-vision-values {
  top: -5.3rem;
}
.s-mission-vision-values #slide-mission-vision-values .splide__pagination {
  bottom: -10rem;
}
.s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
}
.s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem;
  opacity: 1;
}
.s-mission-vision-values .card {
  margin: 0 auto;
  max-width: 43.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.s-mission-vision-values .card .icon {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  margin: 0 auto 8.3rem auto;
}
.s-mission-vision-values .card .icon img {
  max-width: 5.5rem;
}
.s-mission-vision-values .card h4 {
  font-weight: bold;
  font-size: var(--font-size-xx-medium);
  margin-bottom: 1.7rem;
}
.s-mission-vision-values .card:not(.values) p {
  text-align: center;
}
.s-mission-vision-values .card p {
  font-weight: 300;
  line-height: 174.52%;
}
.s-mission-vision-values .card.values {
  max-width: 47.9rem;
}
.s-mission-vision-values .card.values ul li {
  position: relative;
  margin-bottom: 0.5rem;
}
.s-mission-vision-values .card.values ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  border-radius: 50%;
  top: 1.4rem;
  left: 0;
}
.s-mission-vision-values .card.values ul li p {
  margin-left: 3.5rem;
}
@media (max-width: 650px) {
  .s-mission-vision-values {
    border-radius: 0 10rem 0 0;
  }
}
@media (max-width: 480px) {
  .s-mission-vision-values {
    padding-bottom: 10rem;
  }
  .s-mission-vision-values #slide-mission-vision-values {
    top: -4rem;
  }
  .s-mission-vision-values #slide-mission-vision-values .splide__pagination {
    bottom: -7rem;
  }
  .s-mission-vision-values #slide-mission-vision-values .splide__pagination .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
  }
  .s-mission-vision-values .card {
    max-width: 100%;
  }
  .s-mission-vision-values .card .icon {
    width: 9rem;
    height: 9rem;
    margin: 0 auto 3rem auto;
  }
  .s-mission-vision-values .card .icon img {
    max-width: 3.5rem;
  }
  .s-mission-vision-values .card.values {
    max-width: 100%;
  }
  .s-mission-vision-values .card.values ul li {
    position: relative;
  }
  .s-mission-vision-values .card.values ul li::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    top: 0.9rem;
  }
  .s-mission-vision-values .card.values ul li p {
    margin-left: 2rem;
  }
}

.page-who-we-are .s-structure {
  border-radius: 0;
  padding: 18.5rem 0;
}
.page-who-we-are .s-structure .btn-arrow-bottom {
  display: none;
}
@media (max-width: 480px) {
  .page-who-we-are .s-structure {
    padding: 10.4rem 0;
  }
}

.s-sustainability .container {
  display: flex;
  justify-content: space-between;
  padding: 0 13.1rem 0 0;
}
.s-sustainability .btn-arrow-bottom {
  top: 3.7rem;
  right: -18.5rem;
}
.s-sustainability .image {
  position: relative;
}
.s-sustainability .image, .s-sustainability .image #slider-sustainability {
  width: 88.6rem;
}
.s-sustainability .image #slider-sustainability .splide__pagination {
  bottom: 8rem;
}
.s-sustainability .image #slider-sustainability .splide__pagination .splide__pagination__page {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.4rem;
  opacity: 1;
}
.s-sustainability .image #slider-sustainability .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
}
.s-sustainability .text {
  max-width: 77.9rem;
  padding-top: 17.3rem;
}
.s-sustainability .text h2 {
  color: #2E3191;
  margin-bottom: 8.7rem;
}
.s-sustainability .text p {
  font-weight: 300;
}
@media (max-width: 1840px) {
  .s-sustainability .container {
    padding: 0 10rem 0 0;
  }
  .s-sustainability .image, .s-sustainability .image #slider-sustainability {
    width: 85rem;
  }
  .s-sustainability .text {
    max-width: 75rem;
  }
}
@media (max-width: 1400px) {
  .s-sustainability .container {
    padding: 0 7rem 0 0;
  }
  .s-sustainability .image, .s-sustainability .image #slider-sustainability {
    width: 82rem;
  }
  .s-sustainability .text {
    padding-top: 15rem;
    max-width: 72rem;
  }
  .s-sustainability .text h2 {
    margin-bottom: 15rem;
  }
}
@media (max-width: 1120px) {
  .s-sustainability .image, .s-sustainability .image #slider-sustainability {
    width: 70rem;
  }
  .s-sustainability .text {
    max-width: 68rem;
  }
  .s-sustainability .text h2 {
    margin-bottom: 12rem;
  }
}
@media (max-width: 991px) {
  .s-sustainability {
    padding-bottom: 10rem;
  }
  .s-sustainability .container {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding: 0 9.3rem;
  }
  .s-sustainability .image, .s-sustainability .image #slider-sustainability {
    width: 88.3rem;
  }
  .s-sustainability .text {
    margin: 0 auto 6rem auto;
    padding-top: 0;
  }
  .s-sustainability .text h2 {
    margin-bottom: 5rem;
  }
  .s-sustainability .text h2, .s-sustainability .text p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s-sustainability .container {
    padding: 0 3.7rem;
    flex-direction: column-reverse;
  }
  .s-sustainability .image, .s-sustainability .image #slider-sustainability {
    width: 100%;
  }
  .s-sustainability .image #slider-sustainability .splide__pagination {
    bottom: 1rem;
  }
  .s-sustainability .image #slider-sustainability .splide__pagination .splide__pagination__page {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.2rem;
  }
  .s-sustainability .text, .s-sustainability .text h2 {
    margin-bottom: 3.5rem;
  }
}

.page-work-with-us .s-contact-us .annex {
  display: grid;
  margin-top: 4.5rem;
}
.page-work-with-us .s-contact-us .annex #annex {
  display: none;
}
.page-work-with-us .s-contact-us .annex label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-work-with-us .s-contact-us .annex label img {
  max-width: 1.7rem;
  margin-right: 1.4rem;
}
.page-work-with-us .s-contact-us .annex span {
  font-size: 14px;
  line-height: 1.2;
}
.page-work-with-us .s-contact-us .annex .add-name-file {
  margin: 0.5rem 0 0 4.1rem;
}
