@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
}

html,
body,
#___gatsby,
#gatsby-focus-wrapper {
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
#root {
  margin: 0;
  height: 100%;
  background: #f8f8f8;
}

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;
}

:focus {
  outline: 0;
}

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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
figure {
  margin: 0;
}

/**
   * Correct margin displayed oddly in IE 6/7.
   */
form {
  margin: 0;
}

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
   * Address Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove inner padding and border in Firefox 3+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.header {
  position: relative;
  padding: 0 20px;
  background-color: #ffffff;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 150px;
}

.header__hamburger {
  position: relative;
  display: block;
  width: 37px;
  height: 37px;
  border: 0;
  background: none;
}
@media (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger .header__hamburger__inner div, .header__hamburger .header__hamburger__inner:before, .header__hamburger .header__hamburger__inner::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000000;
}
.header__hamburger .header__hamburger__inner::before, .header__hamburger .header__hamburger__inner::after {
  display: block;
  content: "";
  transition-duration: 0.2s;
  transition-property: transform, top, bottom;
}
.header__hamburger .header__hamburger__inner div {
  top: calc(50% - 1px);
}
.header__hamburger .header__hamburger__inner::before {
  top: 5px;
}
.header__hamburger .header__hamburger__inner::after {
  bottom: 5px;
}

.header__hamburger--active .header__hamburger__inner div {
  display: none;
}
.header__hamburger--active .header__hamburger__inner::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.header__hamburger--active .header__hamburger__inner::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.header__main-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f4f4f4;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(22, 44, 61, 0.2);
  order: 2;
}
@media (min-width: 992px) {
  .header__main-menu {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    order: 1;
  }
}
.header__main-menu--active {
  display: block;
}
.header__main-menu > ul {
  display: block;
  padding-left: 0;
}
@media (min-width: 992px) {
  .header__main-menu > ul {
    display: flex;
  }
}
.header__main-menu li {
  position: relative;
  width: auto;
  margin: 0 5px;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .header__main-menu li {
    padding: 10px;
  }
}
.header__main-menu li:hover > a {
  color: #946fa7;
}
.header__main-menu li[class*=current] > a {
  color: #946fa7;
  font-weight: 700;
}
.header__main-menu .menu-item-has-children {
  padding-right: 22px;
}
.header__main-menu .menu-item-has-children:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.header__main-menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header__main-menu .menu-item-has-children:after {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJtMjEyLjI0IDEwMC4yNGwtODAgODBhNiA2IDAgMCAxLTguNDggMGwtODAtODBhNiA2IDAgMCAxIDguNDgtOC40OEwxMjggMTY3LjUxbDc1Ljc2LTc1Ljc1YTYgNiAwIDAgMSA4LjQ4IDguNDhaIi8+PC9zdmc+");
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .header__main-menu .menu-item-has-children:after {
    display: none;
  }
}
.header__main-menu a {
  text-decoration: none;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.header__main-menu .sub-menu {
  z-index: 2;
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .header__main-menu .sub-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    visibility: hidden;
    width: 150px;
    padding: 10px 0;
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
    transition-property: visibility, opacity, top;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 3px;
    background-color: #162c3d;
  }
}
@media (min-width: 992px) {
  .header__main-menu .sub-menu li {
    padding: 12px 10px;
  }
}
@media (min-width: 992px) {
  .header__main-menu .sub-menu a {
    color: #ffffff;
  }
}

.Footer {
  display: flex;
  align-items: flex-start;
  background: #203240;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .Footer {
    padding: 90px 0;
  }
}
.Footer--title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  color: #ffffff;
}
.Footer .container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.Footer__colum {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  height: 95px;
  margin-top: 25px;
}
.Footer__colum .item {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
}
.Footer__colum .item img {
  display: none;
}
.Footer__colum .item--email {
  text-decoration: underline;
}
.Footer__colum .item:hover {
  text-decoration: underline;
}
.Footer__colum .item-nodecoration:hover {
  text-decoration: none !important;
}
.Footer .go-top {
  width: 149px;
  height: 149px;
  background: #F9B03D;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway";
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  top: -60px;
  right: 20px;
  z-index: 100;
}
.Footer .flex {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .Footer {
    padding: 40px 16px;
  }
  .Footer--title {
    font-size: 24px;
    line-height: 30px;
  }
  .Footer__colum {
    height: auto;
    margin-top: 32px;
  }
  .Footer__colum .item {
    font-size: 16px;
    line-height: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  .Footer__colum .item img {
    display: block;
    width: 20px;
    max-height: 24px;
    margin-right: 5px;
  }
  .Footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .Footer .go-top {
    width: 80px;
    height: 80px;
    font-size: 15px;
    line-height: 17px;
    top: -40px;
  }
}

.container-newsletter {
  display: flex;
  align-items: flex-start;
  background: #6ec4c5;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.container-newsletter div {
  padding: 40px 0;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container-newsletter div {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .container-newsletter div {
    padding: 40px 16px;
  }
}
.container-newsletter h2 {
  margin-bottom: 24px;
}

.item--datos {
  margin-top: 16px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.sub-title {
  letter-spacing: 0.02em;
  color: #468085;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 21px;
}

.title-banner {
  text-align: center;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .title-banner {
    font-size: 76px;
    line-height: 1;
  }
}

.item-title {
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}

.item-paragraph {
  letter-spacing: 0.025em;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}

.see-more {
  float: left;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 35px;
  background: #719f59;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
}
.see-more--blue {
  background-color: #468085;
}
.see-more--orange {
  background-color: #f16843;
}
.see-more--pink {
  background-color: #f2789d;
}
.see-more--dark {
  background-color: #203240;
}
.see-more--black {
  background-color: #162c3d;
}
.see-more--blue-ligth {
  background-color: #6ec4c5;
}
.see-more--orange-ligth {
  background: #f9b541;
}
.see-more--green-dark {
  float: none;
  margin: 0 auto;
  background-color: #1a5758;
}
.see-more:hover {
  opacity: 0.8;
  color: #ffffff;
}
@media (max-width: 768px) {
  .see-more {
    padding: 10px 35px;
    font-size: 14px !important;
  }
}

.networks {
  position: fixed;
  z-index: 200;
  top: 40%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 56px;
  height: 224px;
  padding: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: rgba(22, 44, 61, 0.3);
  backdrop-filter: blur(17px);
  justify-content: space-around;
  align-items: center;
}
.networks .item {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 9px;
  border-radius: 50%;
  background: #162c3d;
  justify-content: center;
  align-items: center;
}
.networks .item img {
  width: auto !important;
  max-height: 16px !important;
}
.networks .item:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .networks {
    display: none;
  }
}

.card-projects {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #a3a3a3;
  border-radius: 0px 32px 32px 32px;
  background: #ffffff;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .card-projects {
    width: calc(50% - 8px);
  }
}
.card-projects .cont-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  align-items: flex-start;
}
.card-projects .cont-text .card__headline {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-projects .cont-text .card__headline h3 {
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  .card-projects .cont-text .card__headline h3 {
    flex: 0 0 calc(100% - 180px);
  }
}
.card-projects .cont-text .card__headline img {
  width: 180px;
}
@supports (object-fit: contain) {
  .card-projects .cont-text .card__headline img {
    height: 100px;
    object-fit: contain;
    object-position: center;
  }
}
.card-projects .cont-text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card-projects--small {
  width: 100%;
  height: 279px;
}
@media (min-width: 768px) {
  .card-projects--small {
    width: 32%;
    min-width: 390px;
  }
}
.card-projects--small p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1280px) {
  .card-projects--small {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .card-projects--small {
    width: 100%;
  }
}
.card-projects--title {
  color: #162c3d;
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
}
.card-projects .content p {
  margin-top: 10px;
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.card-projects p {
  margin-top: 16px;
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.card-projects p span {
  font-weight: 700;
}
.card-projects .see-more--1 {
  background-color: #719f59;
}
.card-projects .see-more--2 {
  background-color: #946FA7;
}
.card-projects .see-more--3 {
  background-color: #74C2B8;
}

.p-80 {
  padding: 80px;
}

.aboutUs .aboutUs__banner {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: -30px;
  padding: 100px 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .aboutUs .aboutUs__banner {
    margin-bottom: 0;
    padding: 200px 0;
  }
}
.aboutUs .aboutUs__banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.aboutUs .aboutUs__banner .title-banner {
  position: relative;
  z-index: 2;
}
.aboutUs .row-information {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: -25px;
  border-radius: 24px 24px 0 0;
  background-color: #162c3d;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .aboutUs .row-information {
    margin-top: 0;
    border-radius: 0;
  }
}
.aboutUs .row-information .column-left,
.aboutUs .row-information .column-right {
  width: 100%;
}
@media (min-width: 768px) {
  .aboutUs .row-information .column-left,
  .aboutUs .row-information .column-right {
    width: 50%;
  }
}
.aboutUs .row-information .column-left {
  display: flex;
  padding: 15% 16px;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .aboutUs .row-information .column-left {
    padding: 15% 32px;
  }
}
.aboutUs .row-information .column-left .colors {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 30px;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .aboutUs .row-information .column-left .colors {
    max-width: 410px;
    font-size: 30px;
  }
}
.aboutUs .row-information .column-left .colors strong {
  font-weight: 700;
}
.aboutUs .row-information .column-left .colors span {
  font-weight: 600 !important;
}
.aboutUs .row-information .column-right {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  border-radius: 24px 24px 0 0;
  align-self: stretch;
}
@media (min-width: 768px) {
  .aboutUs .row-information .column-right {
    padding-bottom: 0;
    border-radius: 24px 0 0 24px;
  }
}
.aboutUs .row-information .column-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .aboutUs .row-information .column-right img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.aboutUs .row-information--light-blue {
  background: #6ec4c5;
}
.aboutUs .row-information--light-blue .column-left .colors strong {
  color: #162C3D;
}
.aboutUs .row-information--purple {
  background: #956e9b;
}
.aboutUs .row-information--purple .column-left .colors strong {
  color: #F9B541;
}
.aboutUs .row-information--blue {
  background: #203240;
}
.aboutUs .row-information--blue .column-left .colors strong {
  color: #f2789d;
}
.aboutUs .row-information--yellow {
  background: #f9b03d;
}
.aboutUs .row-information--yellow .column-left .colors strong {
  color: #162C3D;
}
.aboutUs .row-information--green {
  background: #719f59;
}
.aboutUs .row-information--green .column-left .colors strong {
  color: #F9B541;
}
@media (min-width: 768px) {
  .aboutUs .row-information:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .aboutUs .row-information:nth-of-type(even) .column-right {
    border-radius: 0 24px 24px 0;
  }
}
.aboutUs .section-our-dna {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding: 120px 0px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #ededed;
}
.aboutUs .section-our-dna .row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.aboutUs .section-our-dna .column {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .column {
    padding-right: 0px;
    padding-left: 70px;
    gap: 29px;
  }
}
@media (min-width: 992px) {
  .aboutUs .section-our-dna .column {
    width: 50%;
  }
}
.aboutUs .section-our-dna .column .card {
  width: 285px;
  height: auto;
  padding: 26px;
  padding-bottom: 35px;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 60px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .column .card {
    height: 498px;
  }
}
.aboutUs .section-our-dna .column .card--title {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  line-height: 33px;
}
.aboutUs .section-our-dna .column .card p {
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.aboutUs .section-our-dna .column .card img {
  width: 93px !important;
  height: 98px !important;
}
.aboutUs .section-our-dna .column--img {
  height: auto;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .column--img {
    height: 500px;
  }
}
.aboutUs .section-our-dna .column--img .image {
  width: 100%;
  max-width: 628px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .column--img .image {
    height: 502px;
  }
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.aboutUs .section-our-dna .row:nth-child(odd) .column {
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna .row:nth-child(odd) .column {
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 0;
  }
}
.aboutUs .section-our-dna .row:nth-child(odd) .column--img {
  justify-content: flex-start;
}
.aboutUs .section-our-dna__title {
  display: flex;
  margin-bottom: 40px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .aboutUs .section-our-dna__title {
    margin-bottom: 40px;
    padding-left: 140px;
  }
}
.aboutUs .section-our-dna__title h2 {
  width: 100%;
  text-align: center;
}
.aboutUs .section-our-dna__title .sub-title {
  text-transform: none;
  color: #162c3d;
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}
.aboutUs .section-our-team {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  border-radius: 20px;
  background: #ffffff;
}
.aboutUs .section-our-team .container {
  display: block;
  padding: 80px 24px 40px;
}
@media (min-width: 768px) {
  .aboutUs .section-our-team .container {
    padding: 120px 40px 40px;
  }
}
.aboutUs .section-our-team__title {
  display: flex;
  margin-bottom: 64px;
  justify-content: flex-start;
  align-items: center;
}
.aboutUs .section-our-team__title .sub-title {
  text-transform: none;
  color: #162c3d;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.aboutUs .section-our-team__sub-title {
  margin-bottom: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #468085;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 21px;
}
@media (min-width: 768px) {
  .aboutUs .section-our-team__sub-title {
    margin-left: 40px;
  }
}
.aboutUs .section-our-team__grid {
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .aboutUs .section-our-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .aboutUs .section-our-team__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 76px;
  }
}
@media (min-width: 992px) {
  .aboutUs .section-our-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.aboutUs .section-our-team__grid .card-user {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .aboutUs .section-our-team__grid .card-user {
    max-width: 223px;
    width: inherit;
  }
}
@media (min-width: 768px) {
  .aboutUs .section-our-team__grid .card-user:nth-child(4n+3) {
    grid-column-start: 2;
  }
}
@media (min-width: 992px) {
  .aboutUs .section-our-team__grid .card-user:nth-child(4n+3) {
    grid-column-start: auto;
  }
}
@media (min-width: 992px) {
  .aboutUs .section-our-team__grid .card-user:nth-child(6n+4) {
    grid-column-start: 2;
  }
}
.aboutUs .section-our-team__grid .card-user img {
  width: 158px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .aboutUs .section-our-team__grid .card-user img {
    width: 223px;
    display: inherit;
    margin: 0;
  }
}
.aboutUs .section-our-team__grid .card-user h3 {
  margin-top: 25px;
  color: #946fa7;
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
}
.aboutUs .section-our-team__grid .card-user .rolname {
  margin: 12px 0;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}
.aboutUs .section-our-team__grid .card-user .linkedin {
  display: flex;
}
.aboutUs .section-our-team__grid .card-user .linkedin svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.aboutUs .section-our-team__grid .card-user .linkedin {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #162c3d;
}
.aboutUs .section-our-team__grid .card-user .linkedin:hover {
  opacity: 0.6;
}
.aboutUs .section-our-team__grid .card-user .text p {
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}

.homePage {
  background-color: #ffffff;
}
.homePage .homePage__banner {
  width: 100%;
}
.homePage .homePage__banner .swiper-arrow {
  color: white;
}
.homePage .homePage__banner .swiper-arrow {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .homePage .homePage__banner .swiper-arrow {
    bottom: auto;
    top: 50%;
  }
}
.homePage .homePage__banner .swiper-arrow svg {
  width: 40px;
  height: 40px;
  fill: white;
}
.homePage .homePage__banner .swiper-arrow--prev {
  right: 60px;
}
@media (min-width: 768px) {
  .homePage .homePage__banner .swiper-arrow--prev {
    right: auto;
    left: 16px;
  }
}
.homePage .homePage__banner .swiper-arrow--next {
  right: 16px;
}
.homePage .homePage__banner .swiper-slide {
  position: relative;
  height: 100%;
  padding: 125px 0;
  object-fit: cover !important;
  width: 100% !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  .homePage .homePage__banner .swiper-slide {
    padding: 0;
    padding-bottom: 50%;
  }
}
@media (min-width: 1400px) {
  .homePage .homePage__banner .swiper-slide {
    padding-bottom: 35%;
  }
}
.homePage .homePage__banner .slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .homePage .homePage__banner .slide__bg {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.homePage .homePage__banner .slide__text {
  position: relative;
  width: 100%;
  max-width: 950px;
}
@media (min-width: 768px) {
  .homePage .homePage__banner .slide__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.homePage .homePage__banner .slide__text h2 {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  .homePage .homePage__banner .slide__text h2 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .homePage .homePage__banner .slide__text h2 {
    font-size: 76px;
  }
}
.homePage .section-what-do {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 70px;
  transform: translateY(-30px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ededed;
}
@media (max-width: 768px) {
  .homePage .section-what-do .item__box--title {
    justify-content: flex-start !important;
  }
}
.homePage .section-what-do .sub-title {
  margin-left: 20px;
}
.homePage .section-what-do .container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.homePage .section-what-do .items {
  width: 100%;
}
.homePage .section-what-do .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.homePage .section-what-do .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.homePage .section-what-do .item__box {
  width: 50%;
  max-width: 504px;
  padding: 0 20px;
  text-align: center;
}
.homePage .section-what-do .item__box--not {
  color: transparent;
}
.homePage .section-what-do .item__box img {
  width: 100%;
}
.homePage .section-what-do .item__box .childrend {
  width: 464px;
  height: 334px;
  margin: 0 auto;
}
.homePage .section-what-do .item__box--title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.homePage .section-what-do .item__box--title img {
  width: 18px;
  height: 19px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: -30px;
}
.homePage .section-what-do .item__box p {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 0.025em;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.homePage .section-what-do .item__box a,
.homePage .section-what-do .item__box .item-title {
  text-align: left !important;
}
.homePage .section-what-do .item__box a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .homePage .section-what-do .item {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .homePage .section-what-do {
    padding: 56px 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .homePage .section-what-do .container {
    padding: 0;
  }
  .homePage .section-what-do .container .sub-title {
    margin: 0;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
  .homePage .section-what-do .items .item {
    flex-direction: column;
  }
  .homePage .section-what-do .items .item__box {
    width: 100%;
    padding: 0;
  }
  .homePage .section-what-do .items .item__box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .homePage .section-what-do .items .item__box--title h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .homePage .section-what-do .items .item__box--title img {
    display: none;
  }
  .homePage .section-what-do .items .item__box--not {
    margin-top: 40px;
  }
}
.homePage .section-promote {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 80px;
  padding-bottom: 120px;
  transform: translateY(-50px);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #162c3d;
  align-items: center;
  justify-content: space-between;
}
.homePage .section-promote img {
  width: 228px;
  height: auto;
}
@media (max-width: 768px) {
  .homePage .section-promote img:last-child {
    display: none;
  }
}
.homePage .section-promote h2 {
  text-align: center;
  color: #f2789d;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.homePage .section-promote p {
  margin-top: 16px;
  margin-bottom: 34px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.homePage .section-promote a {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .homePage .section-promote {
    flex-direction: column;
    padding: 50px 16px;
    padding-bottom: 120px;
  }
  .homePage .section-promote img {
    width: 163px !important;
    margin-bottom: 20px;
  }
  .homePage .section-promote .title-h2 {
    text-align: center;
    color: #F2789D;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .homePage .section-promote p {
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.025em;
    font-size: 16px;
    line-height: 150%;
  }
}
.homePage .section-promote__content {
  max-width: 850px;
  display: flex;
  flex-direction: column;
}
.homePage .section-promote__content .see-more {
  background-color: #F2789D;
}
.homePage .section-working {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 122px 80px 80px;
  padding-bottom: 70px;
  transform: translateY(-70px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #719f59;
}
.homePage .section-working .see-more {
  float: inline-end;
  margin: 0 auto;
  text-align: center;
}
.homePage .section-working .center {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.homePage .section-working .container {
  display: block;
  padding: 0 20px;
}
.homePage .section-working .title-h2 {
  margin-left: 12px;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
}
.homePage .section-working__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.homePage .section-working__brands {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.homePage .section-working__brands img {
  width: auto;
  height: 67px;
  object-fit: contain;
}
.homePage .section-working--two {
  padding-top: 10px;
  transform: translateY(0px);
  border-radius: 0 !important;
  background-color: #ffffff;
  padding-bottom: 100px;
}
.homePage .section-working--two .section-working__brands {
  justify-content: space-around;
}
.homePage .section-working--two .section-working__brands img {
  height: 100px !important;
}
@media (max-width: 768px) {
  .homePage .section-working--two {
    transform: translateY(-60px);
  }
}
@media (max-width: 768px) {
  .homePage .section-working {
    padding: 100px 72px 0px;
  }
  .homePage .section-working .item__box--title {
    justify-content: flex-start;
  }
  .homePage .section-working__title {
    align-items: center;
    justify-content: center;
  }
  .homePage .section-working__title img {
    display: none;
  }
  .homePage .section-working__title .title-h2 {
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
  }
  .homePage .section-working__brands {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  .homePage .section-working__brands img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.d-none {
  display: block !important;
}

.section-our-impact {
  position: relative;
  z-index: 3;
  display: flex;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  background: #ffffff;
  justify-content: center;
  align-items: flex-start;
}

.impact-box {
  width: 50%;
}

.impact-box--content {
  padding: 100px;
}
@media (min-width: 768px) {
  .impact-box--content {
    padding: 0 100px;
  }
}
.impact-box--content .text {
  letter-spacing: 0.025em;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.impact-box__title {
  margin-bottom: 24px;
}
.impact-box__title .sub-title {
  margin-bottom: 1em;
  color: #162c3d;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .impact-box__title .sub-title {
    font-size: 38px;
    margin-top: 2em;
  }
}

.impact-box__map {
  position: relative;
  height: 440px;
  margin-top: 30px;
}
.impact-box__map .map {
  position: relative;
  float: right;
  width: auto;
  height: 440px;
}
.impact-box__map .absolute {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 80px;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.impact-box__map .absolute p,
.impact-box__map .absolute .line,
.impact-box__map .absolute img {
  visibility: hidden;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.impact-box__map .absolute p,
.impact-box__map .absolute .line {
  letter-spacing: 0.02em;
  color: #F2789D;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  float: left;
  clear: left;
}
@media (max-width: 769px) {
  .impact-box__map .absolute .line {
    display: none;
  }
}
.impact-box__map .absolute.active p,
.impact-box__map .absolute.active .line,
.impact-box__map .absolute.active img {
  visibility: visible;
  opacity: 1;
}
.impact-box__map .antioquia {
  top: 91px;
  right: 181px;
  width: 80px;
  height: 90px;
}
.impact-box__map .antioquia p {
  margin-left: -200px;
}
.impact-box__map .antioquia p:first-child {
  margin-top: 20px;
}
.impact-box__map .antioquia img {
  width: 105px;
  height: 140px;
}
.impact-box__map .antioquia .line {
  width: 90px;
  height: 1px;
  margin-top: -38px;
  margin-left: -110px;
  background-color: #F2789D;
}
.impact-box__map .cauca {
  top: 192px;
  right: 212px;
  width: 100px;
  height: 100px;
}
.impact-box__map .cauca p {
  margin-left: -200px;
}
.impact-box__map .cauca p:first-child {
  margin-top: 20px;
}
.impact-box__map .cauca img {
  width: 105px;
  height: 140px;
}
.impact-box__map .cauca .line {
  width: 50px;
  height: 1px;
  margin-top: -63px;
  margin-left: -68px;
  background-color: #F2789D;
}
.impact-box__map .bolivar {
  top: 25px;
  right: 140px;
  width: 60px;
  height: 90px;
}
.impact-box__map .bolivar p {
  margin-left: -200px;
}
.impact-box__map .bolivar p:first-child {
  margin-top: 20px;
}
.impact-box__map .bolivar img {
  width: 72px;
  height: 117px;
}
.impact-box__map .bolivar .line {
  width: 95px;
  height: 1px;
  margin-top: -65px;
  margin-left: -121px;
  background-color: #F2789D;
}
.impact-box__map .santander {
  top: 79px;
  right: 106px;
  width: 60px;
  height: 70px;
}
.impact-box__map .santander p {
  margin-left: -220px;
}
.impact-box__map .santander p:first-child {
  margin-top: 20px;
}
.impact-box__map .santander img {
  width: 77px;
  height: 91px;
}
.impact-box__map .santander .line {
  width: 95px;
  height: 1px;
  margin-top: -65px;
  margin-left: -121px;
  background-color: #F2789D;
}
.impact-box__map .meta {
  top: 173px;
  right: 51px;
  width: 114px;
  height: 70px;
}
.impact-box__map .meta p {
  margin-left: -220px;
}
.impact-box__map .meta p:first-child {
  margin-top: 20px;
}
.impact-box__map .meta img {
  width: 161px;
  height: 119px;
}
.impact-box__map .meta .line {
  width: 125px;
  height: 1px;
  margin-top: -38px;
  margin-left: -141px;
  background-color: #F2789D;
}
.impact-box__map .caldas {
  top: 170px;
  right: 155px;
  width: 80px;
  height: 70px;
}
.impact-box__map .caldas p {
  margin-left: -220px;
}
.impact-box__map .caldas p:first-child {
  margin-top: 20px;
}
.impact-box__map .caldas img {
  width: 103px;
  height: 83px;
}
.impact-box__map .caldas .line {
  width: 95px;
  height: 1px;
  margin-top: -118px;
  margin-left: -141px;
  background-color: #F2789D;
}
@media (max-width: 769px) {
  .impact-box__map .antioquia p {
    margin-left: -95px;
  }
  .impact-box__map .cauca p {
    margin-left: -5px;
  }
  .impact-box__map .bolivar p {
    margin-left: -95px;
  }
  .impact-box__map .santander p {
    margin-left: -95px;
  }
  .impact-box__map .meta p {
    margin-left: -95px;
  }
  .impact-box__map .caldas p {
    margin-left: -95px;
  }
}

.impact-box--items {
  flex-direction: column;
  border-top-right-radius: 20px;
  background: #162c3d;
}
.impact-box--items .item {
  display: flex;
  height: auto;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .impact-box--items .item {
    padding: 0 40px;
    flex-wrap: nowrap;
    height: 225px;
  }
}
.impact-box--items .item:last-child {
  border-bottom: 0px solid #e8e8e8;
}
.impact-box--items .item:nth-child(even) .number-big {
  color: #74C2B8;
}
.impact-box--items .item .item-title {
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 136%;
  display: block;
}
@media (min-width: 768px) {
  .impact-box--items .item .item-title {
    font-size: 28px;
    max-width: 235px;
    display: inherit;
  }
}
.impact-box--items .item .number-big {
  margin-left: 0px;
  color: #F9B541;
  font-family: "Raleway";
  font-size: 80px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (min-width: 768px) {
  .impact-box--items .item .number-big {
    margin-left: 50px;
    font-size: 115px;
    line-height: 135px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .section-our-impact {
    flex-direction: column;
    max-height: 100%;
    padding-top: 50px;
  }
  .section-our-impact .impact-box {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .section-our-impact .impact-box p {
    font-size: 16px;
    line-height: 150%;
  }
  .section-our-impact .impact-box__title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .section-our-impact .impact-box-items {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .section-our-impact .impact-box-items .item {
    flex-direction: column;
    padding: 40px 0;
    padding-top: 50px;
    justify-content: center;
  }
  .section-our-impact .impact-box-items .item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 136%;
  }
  .section-our-impact .impact-box-items .item .number-big p {
    margin-top: 16px;
    margin-left: 0;
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  .section-our-impact {
    flex-direction: column;
    max-height: 100%;
    padding-top: 50px;
  }
  .section-our-impact .impact-box {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .section-our-impact .impact-box p {
    font-size: 16px;
    line-height: 150%;
  }
  .section-our-impact .impact-box__title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .section-our-impact .impact-box-items {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .section-our-impact .impact-box-items .item {
    flex-direction: column;
    padding: 40px 0;
    padding-top: 50px;
    justify-content: center;
  }
  .section-our-impact .impact-box-items .item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 136%;
  }
  .section-our-impact .impact-box-items .item .number-big p {
    margin-top: 16px;
    margin-left: 0;
    font-size: 80px;
    line-height: 80px;
  }
}
.WeMake__banner {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 100px 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .WeMake__banner {
    padding: 200px 0;
  }
}
.WeMake__banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.WeMake__banner .title-banner {
  position: relative;
  z-index: 2;
}

.WeMake-nav-links {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .WeMake-nav-links {
    height: 132px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    padding-top: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.WeMake-nav-links .link {
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 26px;
  background-color: #F2789D;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
@media (min-width: 768px) {
  .WeMake-nav-links .link {
    font-size: 18px;
  }
}
.WeMake-nav-links .link:hover {
  color: #ffffff;
}
.WeMake-nav-links .link--two {
  background-color: #719F59;
}
.WeMake-nav-links .link--three {
  background-color: #79CCDF;
}

.WeMake__content {
  margin-top: -20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #162c3d;
  padding-bottom: 80px;
}
.WeMake__content--bottom {
  padding-bottom: 80px;
}
.WeMake__content--head {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .WeMake__content--head {
    flex-wrap: nowrap;
  }
}
.WeMake__content--head__title {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.WeMake__content--head__title .title-h2 {
  color: #f2789d;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.WeMake__content--head__title .title-h2-yellow {
  color: #f9b541;
}
.WeMake__content--head__title img {
  margin-top: 10px;
  margin-right: 12px;
}
.WeMake__content--head .box {
  width: 100%;
}
@media (min-width: 768px) {
  .WeMake__content--head .box {
    width: 50%;
    max-width: 640px;
  }
}
.WeMake__content--head .box img {
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .WeMake__content--head .box img {
    min-height: 636px;
  }
}
.WeMake__content--head .box .item {
  width: 18px !important;
  height: 18px !important;
  min-height: auto;
}
.WeMake__content--head .box--text {
  display: flex;
  flex-direction: column;
  padding: 80px 40px;
  padding-left: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .WeMake__content--head .box--text {
    padding-left: 90px;
  }
}
.WeMake__content--head .box--text p {
  margin-bottom: 30px;
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.WeMake__content--head .box--text ol {
  margin-bottom: 30px;
  list-style: disc;
}
.WeMake__content--head .box--text ol li {
  margin-left: 29px;
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.WeMake__content--head .box--text ol span {
  font-weight: 600;
}
.WeMake__content--head .box .child {
  width: 100%;
  height: 100%;
  max-height: 700px;
  border-top-right-radius: 25px;
  object-fit: cover;
}
.WeMake__content .container {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -40px;
  padding: 80px 60px;
  border-radius: 32px;
  background: #ededed;
}
.WeMake__content .container__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
.WeMake__content .container_title {
  margin-bottom: 32px;
  color: #818181;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
}
.WeMake__content .caroucel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.WeMake__content .max-w {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
}
.WeMake__content .max-w .sub-title-w {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
}

.WeMake__content--light {
  background-color: #ffffff;
}
.WeMake__content--light .WeMake__content--head__title .title-h2 {
  color: #719f59;
}
.WeMake__content--light .WeMake__content--head .box--text p {
  color: #162c3d;
}

.howWeDo__banner {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: -30px;
  padding: 100px 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .howWeDo__banner {
    margin-bottom: 0;
    padding: 200px 0;
  }
}
.howWeDo__banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.howWeDo__banner .title-banner {
  position: relative;
  z-index: 2;
}

.howWeDo .section-we-promote {
  padding: 80px 50px;
  background: #f5f5f5;
}
.howWeDo .section-we-promote .container {
  display: block;
}
.howWeDo .section-we-promote .container .title {
  margin-bottom: 55px;
  color: #719f59;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.howWeDo .section-we-promote--grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 16px;
}
@media (min-width: 768px) {
  .howWeDo .section-we-promote--grid {
    justify-content: flex-start;
  }
}
.howWeDo .card-colors {
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #a3a3a3;
  border-radius: 0px 24px 24px 24px;
  flex: 0 0 300px;
}
.howWeDo .card-colors img {
  width: 150px;
  max-width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 20px;
  transition: opacity 0.2s ease-out;
  border-radius: 50%;
}
.howWeDo .card-colors .box {
  position: relative;
  height: 150px;
  text-align: left;
  color: #ffffff;
  font-family: "Raleway";
  font-style: normal;
}
.howWeDo .card-colors .box h3 {
  margin-bottom: 16px;
  transition: opacity 0.2s ease-out;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}
.howWeDo .card-colors .box > p {
  transition: opacity 0.2s ease-out;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.howWeDo .card-colors .box .test-content {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.02em;
  text-transform: inherit;
  opacity: 0;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  transition: opacity 0.2s ease-in;
}
.howWeDo .card-colors--light-blue {
  background: #6ec4c5;
}
.howWeDo .card-colors--purple {
  background: #956e9b;
}
.howWeDo .card-colors--blue {
  background: #203240;
}
.howWeDo .card-colors--yellow {
  background: #f9b03d;
}
.howWeDo .card-colors--green {
  background: #719f59;
}
.howWeDo .card-colors:hover .box h3,
.howWeDo .card-colors:hover .box > p {
  opacity: 0;
}
.howWeDo .card-colors:hover img {
  opacity: 0;
}
.howWeDo .card-colors:hover .test-content {
  opacity: 1;
}
.howWeDo .section-program {
  padding: 80px 20px;
  padding-bottom: 140px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #719f59;
}
.howWeDo .section-program__title {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.howWeDo .section-program .container {
  display: block;
}
.howWeDo .section-program .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
}
.howWeDo .section-program .list .item {
  width: 230px;
}
.howWeDo .section-program .list .item img {
  width: 230px;
  height: 230px;
  margin-bottom: 32px;
  border-radius: 50%;
}
.howWeDo .section-program .list .item p {
  text-align: center;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
}
.howWeDo .section-ped {
  width: 100%;
  padding: 80px 40px;
  background: #6FC5C6;
}
.howWeDo .section-ped .container {
  display: block;
}
.howWeDo .section-ped .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howWeDo .section-ped .row .column {
  width: 35%;
  margin-top: 50px;
}
.howWeDo .section-ped .row .column .card-projects {
  display: none;
  width: 100%;
  height: auto;
}
.howWeDo .section-ped .row .column .card-projects h5 {
  letter-spacing: 0.025em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
}
.howWeDo .section-ped .row .column .card-projects h5 span {
  font-weight: 700;
}
.howWeDo .section-ped .row .column .card-active {
  display: block;
  animation: fadeIn ease 0.75s;
}
.howWeDo .section-ped .row .column--left {
  width: 25%;
}
.howWeDo .section-ped .row .column--left .button-item {
  display: flex;
  margin-bottom: 15px;
  margin-left: 20px;
  text-align: left;
  color: #162c3d;
  border: none;
  background-color: transparent;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  justify-content: flex-start;
  align-items: center;
}
.howWeDo .section-ped .row .column--left .tab-active {
  position: relative;
  color: #203240;
  font-weight: 800;
  text-decoration-line: underline;
}
.howWeDo .section-ped .row .column--left .tab-active::after {
  position: absolute;
  left: -10px;
  width: 8px;
  height: 8px;
  content: "*";
  color: transparent;
  border-radius: 8px;
  background-color: #203240;
  font-size: 0;
}
.howWeDo .section-ped .row .column--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howWeDo .section-ped .row .column--center .image {
  display: none;
}
.howWeDo .section-ped .row .column--center .active {
  display: flex !important;
  animation: fadeIn ease 0.75s;
}
.howWeDo .section-ped .row .column--center img {
  width: 244px !important;
  height: 244px !important;
  border-radius: 50%;
  object-fit: cover;
}
@keyframes fadeIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.howWeDo .section-ped__title {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
.howWeDo .section-ped__title .sub-title {
  color: #162c3d;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.howWeDo .section-ped__title .image {
  margin-top: 13px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .howWeDo__banner {
    height: 454px;
  }
  .howWeDo__banner .title-banner {
    font-size: 32px;
    line-height: 36px;
  }
  .howWeDo .section-we-promote {
    padding: 56px 24px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .howWeDo .section-we-promote {
    padding: 56px 0;
  }
}
@media (max-width: 768px) {
  .howWeDo .section-we-promote .container .title {
    margin-bottom: 32px;
    color: #719F59;
    font-size: 24px;
    line-height: 30px;
  }
  .howWeDo .section-we-promote .section-we-promote--grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  .howWeDo .section-we-promote .section-we-promote--grid .card-colors {
    width: 100%;
    margin-bottom: 16px;
  }
  .howWeDo .section-program {
    padding: 56px 16px;
  }
  .howWeDo .section-program__title {
    margin-bottom: 56px;
    font-size: 24px;
    line-height: 30px;
  }
  .howWeDo .section-program .list {
    flex-direction: column;
  }
  .howWeDo .section-ped {
    padding: 56px 24px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .howWeDo .section-ped {
    padding: 56px 0px;
  }
}
@media (max-width: 768px) {
  .howWeDo .section-ped__title {
    margin-bottom: 24px;
  }
  .howWeDo .section-ped__title img {
    display: none;
  }
  .howWeDo .section-ped__title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .howWeDo .section-ped .row {
    flex-direction: column;
  }
  .howWeDo .section-ped .row .column {
    width: 100%;
  }
  .howWeDo .section-ped .row .column--center {
    margin-top: 0;
  }
  .howWeDo .section-ped .row .column .button-item {
    white-space: nowrap;
  }
  .howWeDo .section-ped .row .column--left {
    margin-top: 0;
  }
  .howWeDo .section-ped .row .column--left ol {
    display: flex;
    overflow: auto;
    gap: 20px;
  }
  .howWeDo .section-ped .row .column--left ol li {
    margin-left: 0px;
    white-space: nowrap;
  }
  .howWeDo .section-ped .row .column .card-projects {
    height: auto;
  }
}

.programs__banner {
  position: relative;
  display: flex;
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .programs__banner {
    margin-bottom: -25px;
    padding: 200px 0;
  }
}
.programs__banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.programs__banner .title-banner {
  position: relative;
  z-index: 2;
}

.program-section {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .program-section {
    margin-bottom: -25px;
    padding: 60px 0 80px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
.program-section .container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .program-section .container {
    padding: 0 20px;
  }
}
.program-section .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
.program-section .cards__card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 32px 24px;
  border-radius: 32px;
  background: #ffffff;
  justify-content: space-between;
  align-items: flex-start;
}
.program-section .cards__card-info:last-child {
  background: #f9b03d;
}
.program-section .cards__card-info--title {
  margin-bottom: 16px;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .program-section .cards {
    flex-direction: row;
    margin-top: 30px;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 20px;
  }
  .program-section .cards__card-info {
    width: 50%;
    padding: 40px;
  }
  .program-section .cards__card-info--title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.program-section--text .title {
  margin-bottom: 1em;
  text-align: center;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .program-section--text .title {
    font-size: 38px;
  }
}
.program-section--text .text {
  text-align: center;
  letter-spacing: 0.025em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
.program-section--text .text p {
  margin-bottom: 2em;
}
.program-section--text .text span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .program-section--text .text {
    font-size: 20px;
  }
}

.program-section--boxes .flex-between {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .program-section--boxes .flex-between {
    flex-direction: row;
    margin-bottom: 80px;
  }
}
.program-section--boxes .flex-between .card-info {
  width: 100%;
  padding: 32px;
  border: 1px solid #a3a3a3;
  border-radius: 0px 32px 32px 32px;
}
@media (min-width: 768px) {
  .program-section--boxes .flex-between .card-info {
    width: 50%;
  }
}
.program-section--boxes .flex-between .card-info .see-more {
  line-height: 130%;
}
.program-section--boxes .flex-between .card-info .card_title {
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 35px;
  margin-bottom: 1em;
}
.program-section--boxes .flex-between .card-info .text ul {
  margin-left: 20px;
  list-style: disc;
}
.program-section--boxes .flex-between .card-info .text p,
.program-section--boxes .flex-between .card-info .text li {
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.program-section--boxes .flex-between .card-info .see-more {
  margin-top: 32px;
}
.program-section--boxes .flex-between .card-info--blue {
  background: #6ec4c5;
}
.program-section--boxes .flex-between .card-info--blue a {
  display: none;
}
.program-section--boxes .flex-between .card-info--orange {
  background: #f9b03d;
}
.program-section--boxes .flex-between .card-info--orange .card_title {
  color: #ffffff;
}

.program-section--image-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background: #162c3d;
  justify-content: space-between;
  align-items: center;
}
.program-section--image-tabs .sub-title {
  text-transform: none !important;
}
.program-section--image-tabs .box-right {
  width: 40%;
}
.program-section--image-tabs .box-right img {
  width: 100%;
  height: 690px;
  border-top-right-radius: 25px;
  object-fit: cover;
}
.program-section--image-tabs .box-left {
  display: flex;
  width: 60%;
  padding: 80px;
  justify-content: center;
  align-items: center;
}
.program-section--image-tabs .box-left .cont {
  width: 100%;
  max-width: 600px;
}
.program-section--image-tabs .box-left .tabs {
  display: flex;
  margin-bottom: 46px;
  gap: 40px;
}
.program-section--image-tabs .box-left .tabs__tab {
  display: flex;
  opacity: 0.5;
  color: #ffffff;
  border: none;
  background-color: transparent;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
}
.program-section--image-tabs .box-left .tabs__tab img {
  margin-top: 3px;
  margin-right: 5px;
}
.program-section--image-tabs .box-left .tabs__tab .item-down {
  display: none;
}
.program-section--image-tabs .box-left .tabs__tab .item-right {
  display: flex;
}
.program-section--image-tabs .box-left .tabs__tab--active {
  opacity: 1;
  color: #719f59;
}
.program-section--image-tabs .box-left .tabs__tab--active .item-down {
  display: flex;
}
.program-section--image-tabs .box-left .tabs__tab--active .item-right {
  display: none;
}
.program-section--image-tabs .box-left .text {
  display: none;
}
.program-section--image-tabs .box-left .text p {
  margin-bottom: 16px;
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
}
.program-section--image-tabs .box-left .text--active {
  display: block;
}
.program-section--image-tabs .box-left__title {
  display: flex;
  margin-bottom: 27px;
  justify-content: flex-start;
  align-items: center;
}
.program-section--image-tabs .box-left__title .sub-title {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
}
.program-section--image-tabs .box-left__title img {
  margin-right: 12px;
}
.program-section--image-tabs .container {
  padding: 30px 0 60px;
}
@media (max-width: 768px) {
  .program-section--image-tabs {
    flex-direction: column;
  }
  .program-section--image-tabs .text p {
    font-size: 16px !important;
  }
  .program-section--image-tabs .box-left,
  .program-section--image-tabs .box-right {
    width: 100%;
  }
  .program-section--image-tabs .box-left {
    padding: 56px 16px;
    padding-bottom: 40px;
  }
  .program-section--image-tabs .box-left .tabs {
    overflow-x: auto;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .program-section--image-tabs .box-left .tabs__tab {
    white-space: nowrap;
  }
  .program-section--image-tabs .box-left__title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .program-section--image-tabs .box-left__title img {
    display: none;
  }
  .program-section--image-tabs .box-right img {
    height: 325.08px !important;
    border-radius: 0;
  }
}

.program-section--components .components__title {
  display: flex;
  margin-bottom: 27px;
  justify-content: flex-start;
  align-items: center;
}
.program-section--components .components__title .sub-title {
  text-transform: none;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.program-section--components .components__title img {
  margin-right: 12px;
}
.program-section--components .sub-title {
  text-transform: none !important;
}
.program-section--components .paragraph {
  letter-spacing: 0.025em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}
.program-section--components .librery {
  width: 332px;
  height: 332px;
  border-radius: 50%;
}
.program-section--components .items {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.program-section--components .items-item {
  opacity: 0.5;
  color: #162c3d;
  border: none;
  background-color: transparent;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
}
.program-section--components .items-item img {
  margin-right: 5px;
}
.program-section--components .items-item .orange {
  display: none;
}
.program-section--components .items-item .gray {
  display: unset;
}
.program-section--components .items-item--active .orange {
  display: unset;
}
.program-section--components .items-item--active .gray {
  display: none;
}
.program-section--components .items-item--active {
  opacity: 1;
  color: #c78d31;
}
.program-section--components .list,
.program-section--components ul {
  margin-top: 40px;
  margin-left: 20px;
  list-style: disc;
}
.program-section--components .list li,
.program-section--components ul li {
  letter-spacing: 0.025em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
}
.program-section--components .container {
  display: block;
}
.program-section--components .container .flex-box p {
  letter-spacing: 0.025em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}
.program-section--components .flex {
  display: none;
  margin-top: 65px;
  justify-content: space-between;
  align-items: flex-start;
}
.program-section--components .flex img {
  width: 332px !important;
  max-width: 322px !important;
  height: 332px !important;
  border-radius: 50%;
}
.program-section--components .flex--active {
  display: flex;
}
@media (max-width: 768px) {
  .program-section--components {
    padding: 56px 0;
  }
  .program-section--components__title .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .program-section--components .items {
    overflow-x: auto;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .program-section--components .flex {
    flex-direction: column;
    margin-top: 35px;
  }
  .program-section--components .flex img {
    width: 212px !important;
    max-width: 212px !important;
    height: 212px !important;
    margin: 0 auto !important;
  }
  .program-section--components .flex .paragraph {
    font-size: 16px;
    line-height: 160%;
  }
  .program-section--components .flex .list {
    margin-bottom: 20px;
  }
  .program-section--components .flex .librery {
    margin: 0 auto;
  }
  .program-section--components .items-item {
    display: flex;
    white-space: nowrap;
    justify-content: center;
  }
}

.program-section--columns {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #719f59;
}
.program-section--columns .container {
  display: block;
}
.program-section--columns .container .title {
  margin-bottom: 60px;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
}
.program-section--columns .container .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.program-section--columns .container .flex-wrap .box-card {
  width: 30%;
  margin-bottom: 40px;
}
.program-section--columns .container .flex-wrap .box-card img {
  width: 100px !important;
  height: 100px !important;
  margin-bottom: 15px;
  border-radius: 50%;
}
.program-section--columns .container .flex-wrap .box-card .paragraph {
  letter-spacing: 0.02em;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
}
@media (max-width: 768px) {
  .program-section--columns .container .title {
    font-size: 24px;
    line-height: 30px;
  }
  .program-section--columns .container .flex-wrap {
    text-align: center;
  }
  .program-section--columns .container .flex-wrap .box-card {
    width: 100%;
  }
  .program-section--columns .container .flex-wrap .box-card .paragraph {
    font-size: 16px;
    line-height: 150%;
  }
}

.program-section--images {
  background: #162c3d;
}
.program-section--images .title {
  margin-bottom: 2em;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .program-section--images .title {
    font-size: 38px;
  }
}
.program-section--images .program-images__slider .swiper-wrapper {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
.program-section--images .program-images__slider .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.program-section--images .program-images__slider .swiper-arrow:hover svg path {
  fill: #f2789d;
}
.program-section--images .program-images__slider .swiper-arrow--prev {
  left: 0;
}
@media (min-width: 768px) {
  .program-section--images .program-images__slider .swiper-arrow--prev {
    left: 5%;
  }
}
.program-section--images .program-images__slider .swiper-arrow--next {
  right: 0;
}
@media (min-width: 768px) {
  .program-section--images .program-images__slider .swiper-arrow--next {
    right: 5%;
  }
}
.program-section--images .program-images__slider .swiper-arrow svg path {
  fill: #ffffff;
}

.program-section--last {
  background: #719f59;
}

.see-more--program {
  margin: 0 auto;
  display: block;
}

.program-section--text .container {
  display: flex;
  flex-direction: column;
}

.page-resources__banner {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 100px 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-resources__banner {
    padding: 200px 0;
  }
}
.page-resources__banner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.page-resources__banner .title-banner {
  position: relative;
  z-index: 2;
}

.page-resources__filters {
  padding: 89px;
  background: #f5f5f5;
}
.page-resources__filters .container {
  display: block;
  max-width: 1480px;
}
.page-resources__filters .container .paragraph {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #000000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}
.page-resources__filters .container .paragraph strong {
  font-weight: 700;
}
.page-resources__filters .content__row {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .page-resources__filters .content__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-resources__filters .content__row .group__label {
  margin-right: 40px;
  white-space: nowrap;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
}
@media screen and (max-width: 650px) {
  .page-resources__filters .content__row .group__label {
    margin-bottom: 16px;
  }
}
.page-resources__filters .content__row .group__label img {
  margin-top: 2px;
  margin-left: 10px;
}
.page-resources__filters .content__row .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.page-resources__filters .content__row .button-filter {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 44px;
  cursor: pointer;
  border-radius: 35px;
  background-color: #e3e3e3;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in;
}
.page-resources__filters .content__row .button-filter:hover {
  background-color: #8d98a0;
}
.page-resources__filters .content__row .button-filter .input {
  display: flex;
  height: 44px;
  padding: 0 20px;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .page-resources__filters .content__row .button-filter .input {
    padding: 0 16px;
  }
}
.page-resources__filters .content__row .button-filter span {
  position: relative;
  z-index: 1;
  display: block;
  color: #162c3d;
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
}
.page-resources__filters .content__row .button-filter .close {
  display: none;
  margin-left: 8px;
  transform: translateY(-1px);
  color: white;
  font-size: 20px;
}
.page-resources__filters .content__row .button-filter input:checked + .input span {
  color: white;
}
.page-resources__filters .content__row .button-filter input:checked + .input .close {
  display: block;
}
.page-resources__filters .content__row .button-filter input:checked + .input + .button-filter:after {
  display: none;
}
.page-resources__filters .content__row .button-filter--2 input:checked + .input {
  background-color: #F2789D;
}
.page-resources__filters .content__row .button-filter--3 input:checked + .input,
.page-resources__filters .content__row .button-filter--type input:checked + .input {
  background-color: #719F59;
}
.page-resources__filters .content__row .button-filter--4 input:checked + .input {
  background-color: #79CCDF;
}
.page-resources__filters .content__row .button-filter--5 input:checked + .input {
  background-color: #f9b541;
}

.page-resources .content__cards {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  padding: 80px 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #ffffff;
}
.page-resources .content__cards .see-more--orange-ligth {
  float: none;
  margin: 0 auto;
}
.page-resources .content__cards .center {
  width: 100%;
  margin: 100px 0;
  text-align: center;
}
.page-resources .content__cards .container {
  display: block;
  max-width: 1480px;
}
.page-resources .content__cards .container .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
.page-resources .content__cards .container .flex-wrap .wrap-card {
  position: relative;
}
.page-resources .content__cards .container .flex-wrap .card-developing {
  display: flex;
  flex-direction: column;
  width: 332px;
  height: 100%;
  margin-bottom: 40px;
  border-radius: 24px;
}
.page-resources .content__cards .container .flex-wrap .card-developing .see-more {
  justify-content: center;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px 24px 0px 0px;
  background-color: #8d98a0;
  flex: 1 1 auto;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .title-type {
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .title-card {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  justify-content: space-between;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom img {
  max-width: 130px !important;
  max-height: 115px !important;
  object-fit: contain;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom .type {
  display: flex;
  justify-content: flex-start;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom .type img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom .type .turtle {
  width: 145px;
  height: auto;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom .type .type {
  margin-top: -2px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head .head-bottom .type span {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head--term-2 {
  background-color: #F2789D;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head--term-3 {
  background-color: #719f59;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head--term-4 {
  background-color: #79CCDF;
}
.page-resources .content__cards .container .flex-wrap .card-developing__head--term-5 {
  background-color: #f9b541;
}
.page-resources .content__cards .container .flex-wrap .card-developing__footer {
  padding: 24px;
  border-radius: 0px 0px 24px 24px;
  background: #ededed;
  flex: 0 1 auto;
}
.page-resources .content__cards .container .flex-wrap .card-developing__footer .for {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #468085;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
}
.page-resources .content__cards .container .flex-wrap .card-developing__footer p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 16px;
  color: #162c3d;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-resources .content__cards .container .flex-wrap .card-developing__footer .see-more {
  display: flex;
  float: none;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  align-items: center;
}
.page-resources .content__cards .container .element-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .page-resources__banner {
    height: 454px;
  }
  .page-resources__banner .title-banner {
    font-size: 32px;
    line-height: 36px;
  }
  .page-resources .content__cards .container {
    padding: 0;
  }
  .page-resources .content__cards .container .felx-wrap .card-developing {
    margin-bottom: 10px;
  }
  .page-resources__filters {
    position: relative;
    z-index: 10;
    margin-top: -25px;
    padding: 56px 16px;
    padding-bottom: 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .page-resources__filters .container {
    padding: 0;
  }
  .page-resources__filters .container .paragraph {
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.025em;
    color: #162C3D;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
  }
  .page-resources__filters .container .paragraph span {
    font-weight: 400;
  }
  .page-resources__filters .container .conetnt__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page-resources__filters .container .conetnt__row .list--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .page-resources__filters .container .conetnt__row .label {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 19px;
  }
  .page-resources__filters .container .conetnt__row .list {
    flex-direction: column;
    width: auto;
    align-items: flex-start;
  }
}

.page-contact {
  min-height: calc(100vh - 132px);
  padding: 80px 15px;
  background: #162c3d;
}
@media (min-width: 768px) {
  .page-contact {
    padding: 80px;
  }
}
.page-contact .row {
  display: flex;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.page-contact .row .column {
  padding: 0 16px;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .page-contact .row .column {
    flex: 0 0 50%;
  }
}
.page-contact .contact__text {
  margin-bottom: 32px;
}
.page-contact .title-contact {
  margin-bottom: 80px;
  color: #f2789d;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .page-contact .title-contact {
    font-size: 50px;
  }
}
.page-contact form .form-control,
.page-contact form .form-control::placeholder {
  letter-spacing: 0.025em;
  color: #ffffff;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
}
.page-contact form .form-control {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.page-contact form .form-control:active, .page-contact form .form-control:hover, .page-contact form .form-control:focus {
  box-shadow: none;
}
.page-contact form .form-control--textarea {
  height: 176px;
  padding: 10px;
  resize: none;
  border: 1px solid #FFFFFF;
  border-radius: 0 25px 25px 25px;
  background: rgba(255, 255, 255, 0.1);
}
.page-contact form .form-control.parsley-error {
  border-color: tomato;
}
.page-contact form .msg-is-invalid {
  display: block;
  transform: translateY(-15px);
  color: tomato;
}
.page-contact form .wrap-captcha {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.page-contact form .wrap-captcha .wrap-captcha-img {
  display: flex;
  margin: 20px 0;
  align-items: flex-end;
}
.page-contact form .wrap-captcha a.new-captcha {
  display: block;
  margin-left: 16px;
  color: #FFFFFF;
}
.page-contact form .wrap-captcha .error-captcha {
  display: none;
  color: tomato;
}
.page-contact form .wrap-captcha input {
  width: 200px;
  height: 40px;
  color: #FFFFFF;
  border: 1px solid white;
  background-color: transparent;
  padding: 0 5px;
}
.page-contact form .btn-send {
  height: 44px;
  padding: 5px 20px;
  color: #FFFFFF;
  border: 0;
  border-radius: 35px;
  background: #F9B03D;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
}
.page-contact .thanks {
  color: white;
}

/*# sourceMappingURL=main.css.map */
