*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
.main {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}
.container {
  display: block;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1120px;
}
.text-center {
  text-align: center;
}
img {
  max-width: 100%;
}
svg {
  max-width: 100%;
}
p {
  font-size: 1rem;
}
p + p {
  margin-top: 15px;
}
.alignleft,
.alignleft {
  display: inline;
  float: left;
}
.alignright,
.alignright {
  display: inline;
  float: right;
}
.aligncenter,
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.wp-caption {
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  line-height: 1.5;
  font-size: 10px;
}
.wp-smiley {
  margin: 0;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.page:not(.home) .main {
  padding: 55px 0;
}
.page:not(.home) .main.without-hero {
  padding: 110px 0 55px;
}
.page:not(.home) .page-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.page:not(.home) .section-title {
  text-align: center;
}
.page:not(.home) p {
  font-size: 20px;
  color: #5e5850;
}
.page:not(.home) p + p {
  margin-top: 40px;
}
.page:not(.home) figure {
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 0;
}
.page:not(.home) figure.alignright,
.page:not(.home) figure.alignleft {
  margin-top: 0;
  margin-bottom: 0;
}
.page:not(.home) .plyr {
  margin: 80px auto;
  max-width: 1000px;
}
@media (min-width: 850px) {
  .page:not(.home) .main {
    padding: 80px 0;
  }
  .page:not(.home) .main.without-hero {
    padding: 160px 0 80px;
  }
  .page:not(.home) .page-title {
    margin-bottom: 80px;
    font-size: 48px;
  }
}
.page .button,
.page .wp-block-button__link {
  display: inline-block;
  min-width: 190px;
  padding: 16px 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #9b9b9b;
  border: 1px solid;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  background: transparent;
}
.page .button:hover,
.page .wp-block-button__link:hover {
  -webkit-box-shadow: inset 0 0 0 2em #9b9b9b;
  box-shadow: inset 0 0 0 2em #9b9b9b;
  color: #ffffff;
}
.page .button-white,
.page .wp-block-button__link-white {
  border-color: #ffffff;
  color: #ffffff;
}
.page .button-white:hover,
.page .wp-block-button__link-white:hover {
  -webkit-box-shadow: inset 0 0 0 2em #ffffff;
  box-shadow: inset 0 0 0 2em #ffffff;
  border-color: #ffffff;
}
.page .button-white-primary:hover,
.page .wp-block-button__link-white-primary:hover {
  color: #394fda;
}
.page .button-white-secondary:hover,
.page .wp-block-button__link-white-secondary:hover {
  color: #4cfd85;
}
.page .wp-block-button__link {
  padding: 8px 16px;
}
.section {
  overflow: hidden;
}
.section .container {
  padding: 0 32px;
  text-align: center;
}
.section-title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.1;
}
.section-title.mobile {
  display: block;
}
.section-title.desktop {
  display: none;
}
.section-description {
  color: #9b9b9b;
  margin-bottom: 48px;
  font-size: 20px;
  font-weight: 300;
}
.section-description strong {
  font-weight: 400;
  color: #000000;
}
.section-figure {
  margin: 0 auto 40px;
  position: relative;
  width: 85%;
  max-width: 560px;
  line-height: 0;
}
.section-figure::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  border: 6px solid #007465;
}
.section-figure img {
  width: 100%;
  height: auto;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.section-figure.border-top::after {
  -webkit-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.section-figure.border-top img {
  -webkit-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}
.section-figure.border-color-secondary::after {
  border-color: #f29144;
}
.section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.section .row .col-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 48px 0 32px;
}
@media (min-width: 850px) {
  .section .container {
    padding: 0 16px;
    text-align: center;
  }
  .section .mobile {
    display: none;
  }
  .section .desktop {
    display: block;
  }
  .section .section-title {
    font-size: 48px;
  }
  .section .section-description {
    font-size: 25px;
    font-weight: 400;
  }
  .section .section-description b {
    font-weight: 700;
  }
  .section .section-figure {
    margin: 0;
  }
  .section .section-figure::after {
    -webkit-transform: translate(20px, 24px);
    -ms-transform: translate(20px, 24px);
    transform: translate(20px, 24px);
    border-width: 10px;
  }
  .section .section-figure img {
    -webkit-transform: translate(-20px, -24px);
    -ms-transform: translate(-20px, -24px);
    transform: translate(-20px, -24px);
  }
  .section .section-figure.border-top::after {
    -webkit-transform: translate(20px, -32px);
    -ms-transform: translate(20px, -32px);
    transform: translate(20px, -32px);
  }
  .section .section-figure.border-top img {
    -webkit-transform: translate(-20px, 32px);
    -ms-transform: translate(-20px, 32px);
    transform: translate(-20px, 32px);
  }
  .section .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section .row .col-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.footer {
  position: relative;
  color: #0e0d0d;
  background-color: #3fff80;
  z-index: 1;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}
.footer .container .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 360px;
}
.footer .container .col.col-logo {
  margin-bottom: 40px;
}
.footer .container .logo-eneva {
  display: block;
  margin: 0 auto;
  width: 135px;
}
.footer .container .sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
.footer .container .sociais li + li {
  margin-left: 10px;
}
.footer .container .sociais li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  line-height: 0;
}
.footer .container .sociais li a svg {
  width: 50%;
  fill: #008372;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.footer .container .sociais li a:hover {
  background-color: #007465;
}
.footer .container .sociais li a:hover svg {
  fill: #ffffff;
}
.footer .container strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  cursor: pointer;
}
.footer .container strong::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAnxJREFUSA29lsFLG0EUxrNBIihIj4IXQcGr/gdKI1oLFb0JEdKz9H9Req+J4EEQtIj2UATBPyAeFdRTwIMHBYWCFOLvW3c2m3V2dzaSPPgyM+99730zuzOT9QqO1mq1pqBOx6Dsiyg8z7uSM8u8LAKCq3A2wBjoEAly45Np4v/JBH4H8fwNortgHwy4ZosLDsCOa07II2kR/ANroTNnh9wKeAbzTqkQl8ApGHRKSCFRYwicgYUUWqEAQSs9TSV1EQzEy4mpEPR4P7zSuAA1h8FT3O+PCWgjdf1OrUUjTmqvg3rE5T/iVZz7Hc4eDNA4BN/C0gy0mZyPTJiYs4NGCfxVWpGObqQxDvz/nHVy09F4IWkczckiHd08upH6ZQ2EZnIJM9NNoIl2GL5PYFttR8A+8IV1dv+ARTun7YVTA7IHEIrTl2gDyNSmihP/Ak4kfAdG2xL2HpwqMOaLM4iKKlazZ7e9cEbBnbOwUkmIi5uVEsoWDWqEwk6P2sw5Ji5BWc3Es1q4/qPW5roA4TvLSuRI1OB8j/Dq+KqRcVZ3BkJDl4aEV7LY0bjEmblcszlFlSPhPb23KXApTz8MrWswUWTG+kZqMujHlal/vls0b/xFIroMDnq9YjSOwFfpaHMVmIE+zJ5wVjTuhVG7St17tI7f1Seob6Shd4EPOqg5Ah4TyxCcB2eJhC4D1DwHc6npEBYkDoZTiQ5BamilEv3sQPevxjJkvfN1pwQLiVxdr48gfaWWXJ3xOjgEJVvc5oM7CLR7f9nixueZTlJLAX0j/QDjQP+lgm47tTLdRFHcMt6y7l6xA8sUNkQmMEnfCOhuV19mJuO34eXwFkv8fQU9BwoO2vakegAAAABJRU5ErkJggg==");
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (max-width: 950px) {
  .footer .container strong.opened::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .container strong.opened + .menu-footer {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #007465;
  }
}
.footer .container .menu-footer {
  display: none;
  margin-bottom: 24px;
}
.footer .container .menu-footer li a {
  display: inline-block;
  color: #0e0d0d;
  margin-bottom: 8px;
}
.footer .container .menu-footer li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
  padding: 16px;
  background-color: #1f5bac;
  color: #ffffff;
}
@media (min-width: 950px) {
  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
  }
  .footer .container .col.col-logo {
    margin-bottom: 0;
  }
  .footer .container .logo-eneva {
    margin: 0;
  }
  .footer .container .sociais {
    margin: 16px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer .container .sociais li a {
    width: 27px;
    height: 27px;
    border-radius: 27px;
  }
  .footer .container strong {
    cursor: default;
  }
  .footer .container strong::after {
    display: none;
  }
  .footer .container .menu-footer {
    display: block;
  }
}
.map-wrap {
  position: relative;
}
.map-wrap .map {
  width: 700px;
}
.map-wrap .map circle {
  fill: #3abd81;
}
.map-wrap .map path {
  stroke: #9b9b9b;
  stroke-width: 1;
  fill: transparent;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.map-wrap .map .text path {
  stroke: none;
  fill: #9b9b9b;
}
.map-wrap .map a {
  cursor: default;
}
.map-wrap .map a[data-units=""] circle {
  opacity: 0;
}
.map-wrap .map a:not([data-units=""]) {
  cursor: pointer;
}
.map-wrap .map a:not([data-units=""]):hover path,
.map-wrap .map a:not([data-units=""]).state-active path {
  fill: #3abd81;
}
.map-wrap .map a:not([data-units=""]):hover .text path,
.map-wrap .map a:not([data-units=""]).state-active .text path {
  fill: #ffffff;
}
.box-map {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  max-width: 500px;
  background: #f7f7f7;
  color: #3abd81;
  -webkit-transform: translate(32px, -70%);
  -ms-transform: translate(32px, -70%);
  transform: translate(32px, -70%);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  z-index: 1;
}
.box-map.box-opened {
  display: block;
  width: auto;
  height: auto;
  padding: 8px;
  pointer-events: none;
}
.box-map strong {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.box-map p {
  font-size: 14px;
  color: #9b9b9b;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 1050px) {
  .box-map {
    -webkit-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
  }
  .box-map::before {
    width: 50px;
  }
  .box-map strong {
    font-size: 14px;
  }
  .box-map p {
    font-size: 12px;
  }
}
@media (max-width: 910px) {
  .box-map {
    -webkit-transform: translate(-50%, -115%);
    -ms-transform: translate(-50%, -115%);
    transform: translate(-50%, -115%);
  }
  .box-map::before {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -1px);
    -ms-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px);
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7f7f7;
  }
}
@media (max-width: 849px) {
  .box-map.box-opened {
    display: block;
  }
}
.page .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.page .timeline::before {
  content: "";
  position: absolute;
  width: calc(90%);
  height: 6px;
  background-color: #707070;
  z-index: -1;
  top: 1px;
  left: 30px;
  width: 6px;
  height: 90%;
}
.page .timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 8px;
  text-align: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.page .timeline li + li {
  margin-top: 40px;
}
.page .timeline li:last-child {
  background-color: #f7f7f7;
}
.page .timeline li .circle {
  opacity: 1;
}
.page .timeline figure {
  display: none;
  margin: 0;
  width: 90px;
}
.page .timeline .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #394fda;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  margin: 0 16px 0 0;
  width: 50px;
  height: 50px;
  font-size: 15px;
}
.page .timeline span {
  color: #707070;
  width: calc(100% - 70px);
}
.page .timeline span p {
  font-size: 16px;
}
.page .timeline span img {
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 700px) {
  .page .timeline::before {
    left: 136px;
  }
  .page .timeline figure {
    display: block;
  }
  .page .timeline .circle {
    margin: 0 16px;
  }
  .page .timeline span {
    width: calc(100% - 200px);
  }
  .page .timeline span img {
    display: none;
  }
}
@media (min-width: 900px) {
  .page .timeline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page .timeline::before {
    width: 90%;
    height: 6px;
    top: 127px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page .timeline li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .timeline li + li {
    margin: 0;
  }
  .page .timeline li:last-child {
    background: transparent;
  }
  .page .timeline li * {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    opacity: 0;
  }
  .page .timeline li.hover * {
    opacity: 1;
  }
  .page .timeline .circle {
    margin: 16px 0;
  }
  .page .timeline span {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .page .timeline::before {
    top: 153px;
  }
  .page .timeline figure {
    width: 115px;
  }
}
.page .carousel-item {
  display: block;
  position: relative;
  padding: 56px 56px;
  min-height: 545px;
  z-index: 1;
}
.page .carousel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 800px;
}
.page .carousel img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
.page .carousel img.desktop {
  display: none;
}
.page .carousel h3,
.page .carousel p,
.page .carousel a {
  color: #ffffff;
}
.page .carousel h3 {
  font-size: 28px;
}
.page .carousel p {
  margin: 38px 0 40px;
  font-size: 18px;
}
.page .carousel a {
  padding: 8px;
}
.page .carousel-schools .tns-outer {
  position: relative;
}
.page .carousel-schools .tns-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 0 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page .carousel-schools .tns-controls button {
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  background: transparent;
  width: 20px;
  height: 20px;
  text-indent: 999px;
  overflow: hidden;
}
.page .carousel-schools .tns-controls button:first-child {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page .carousel-schools .tns-controls button:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 700px) {
  .page .carousel-item {
    padding: 80px 64px;
  }
  .page .carousel .wrap h3,
  .page .carousel .wrap p {
    max-width: 550px;
  }
  .page .carousel .wrap h3 {
    font-size: 40px;
  }
  .page .carousel .wrap p {
    font-size: 25px;
  }
  .page .carousel img.desktop {
    display: block;
  }
  .page .carousel img.mobile {
    display: none;
  }
}
.collapse__item {
  display: block;
}
.collapse__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collapse__item--header strong {
  padding: 8px 0;
  width: 100%;
  max-width: 270px;
  font-size: 20px;
  color: #5e5850;
  cursor: pointer;
}
.collapse__item--header::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #008372;
  border-bottom: none;
  border-left: none;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapse__item--body {
  display: none;
  padding: 16px 16px 32px;
}
.collapse__item.opened .collapse__item--header::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.collapse__item.opened .collapse__item--body {
  display: block;
}
.home .section-welcome {
  display: block;
  width: 100%;
}
.home .section-welcome video {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
}
.home
  .section-welcome
  .plyr.plyr--full-ui.plyr--video
  .plyr__control.plyr__control--overlaid {
  opacity: 0;
}
@media (min-width: 700px) {
  .home .section-welcome {
    position: relative;
  }
  .home .section-welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
  }
}
.home .section-mission {
  position: relative;
  padding: 24px 0;
}
.home .section-mission .arrow {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  width: 10%;
  min-width: 40px;
  opacity: 0.7;
  z-index: 1;
}
@media (min-width: 850px) {
  .home .section-mission {
    padding: 88px 0 80px;
  }
  .home .section-mission .arrow {
    top: 50%;
    width: 230px;
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
    opacity: 0.4;
  }
}
.home .section-schools {
  padding: 40px 0;
}
.home .section-schools ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
}
.home .section-schools ul li {
  display: inline-block;
  margin: 16px 08px;
  width: 40%;
  max-width: 140px;
}
@media (min-width: 900px) {
  .home .section-schools ul li {
    margin: 16px;
    width: auto;
  }
}
.home .section-schools svg,
.home .section-schools img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.home .section-schools svg:hover,
.home .section-schools img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.home .section-solutions {
  padding: 24px 0;
}
.home .section-solutions .section-title {
  margin-bottom: 40px;
}
.home .section-solutions .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .section-solutions .grid .item {
  display: block;
  width: 100%;
  padding: 32px;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.home .section-solutions .grid .item:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.home .section-solutions .grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.home .section-solutions .grid .item .text {
  color: #ffffff;
}
.home .section-solutions .grid .item h3 {
  font-weight: 300;
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 1.2;
}
.home .section-solutions .grid .item p {
  max-width: 330px;
  line-height: 1.3;
}
.home .section-solutions .grid .item .button {
  margin-top: 40px;
}
@media (min-width: 760px) {
  .home .section-solutions {
    padding: 40px 0;
  }
  .home .section-solutions .section-title {
    margin-bottom: 80px;
  }
  .home .section-solutions .grid .item {
    width: 50%;
    overflow: hidden;
  }
  .home .section-solutions .grid .item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home .section-solutions .grid .item:hover img {
    -webkit-transition: all 10s linear;
    transition: all 10s linear;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .home .section-solutions .grid .item h3 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .home .section-solutions .grid .item {
    padding: 0;
  }
  .home .section-solutions .grid .item img {
    position: relative;
    z-index: 0;
  }
  .home .section-solutions .grid .item .text {
    position: absolute;
    top: 50%;
    left: 80px;
    right: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home .section-solutions .grid .item h3 {
    font-size: 48px;
  }
}
.home .section-transform {
  position: relative;
  padding: 24px 0;
}
.home .section-transform .arrow-green {
  display: none;
  position: absolute;
  top: 65%;
  left: 0;
  width: 115px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0.1;
}
.home .section-transform .col {
  position: relative;
}
.home .section-transform .col-figure .arrow {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  min-width: 60px;
  -webkit-transform: translate(-100%, -80%);
  -ms-transform: translate(-100%, -80%);
  transform: translate(-100%, -80%);
}
@media (min-width: 850px) {
  .home .section-transform {
    padding: 80px 0;
  }
  .home .section-transform .arrow-green {
    top: 40%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .home .section-transform .col-figure .arrow {
    left: 50%;
    width: 132px;
    -webkit-transform: translate(0, 80%);
    -ms-transform: translate(0, 80%);
    transform: translate(0, 80%);
  }
}
.section-map {
  padding: 80px 0;
}
.section-map .section-title {
  margin: 0 auto 48px;
  max-width: 580px;
}
.section-map .section-description {
  max-width: none;
}
@media (max-width: 849px) {
    .section-map .map {
    pointer-events: none;
  }
}
.section-map .filter-map {
  display: block;
  margin: 40px auto 0;
  max-width: 500px;
}
@media (min-width: 850px) {
  .section-map .filter-map {
    display: none;
  }
}
.section-map .filter-map .text strong {
  display: block;
  font-size: 25px;
  color: #008372;
  text-transform: uppercase;
}
.section-map .filter-map .text p {
  margin: 0 auto;
  max-width: 140px;
  font-size: 15px;
  color: #9b9b9b;
  text-align: left;
}
.section-map .filter-map label {
  display: block;
  margin: 32px auto;
  position: relative;
  width: 90%;
  border: 1px solid #707070;
  border-radius: 6px;
}
.section-map .filter-map label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-70%) rotate(45deg);
  -ms-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #008372;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 2px;
}
.section-map .filter-map label select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 15px;
  color: #008372;
  padding: 16px;
  padding-right: 40px;
}
.section-map .filter-map button {
  border-color: #008372;
  color: #008372;
  background: transparent;
}
.section-map .filter-map button:hover {
  -webkit-box-shadow: inset 0 0 0 2em #008372;
  box-shadow: inset 0 0 0 2em #008372;
  color: #ffffff;
}
.page .template-mission.main {
  padding-bottom: 0;
}
.page .template-mission .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page .template-mission .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.page .template-mission .row .col figure {
  margin: 40px auto;
}
.page .template-mission .row .col-text {
  padding: 0 32px;
}
.page .template-mission .row .col-text .section-description {
  margin-bottom: 0;
}
.page .template-mission .row .col-text p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.7;
}
.page .template-mission .wrap-worth {
  margin-top: 80px;
}
.page .template-mission .wrap-worth ul li {
  display: block;
  padding: 32px;
  background-color: #3abd81;
}
.page .template-mission .wrap-worth ul li:nth-child(even) {
  background-color: #394fda;
}
.page .template-mission .wrap-worth .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
}
.page .template-mission .wrap-worth .wrap figure {
  margin: 0 0 16px 0;
  width: 140px;
}
.page .template-mission .wrap-worth .wrap figure img {
  width: 100%;
}
.page .template-mission .wrap-worth .wrap div {
  width: 100%;
  color: #ffffff;
}
.page .template-mission .wrap-worth .wrap div strong {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page .template-mission .wrap-worth .wrap div p {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 700px) {
  .page .template-mission .wrap-worth ul li:nth-child(even) .wrap figure {
    margin: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .template-mission .wrap-worth .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page .template-mission .wrap-worth .wrap figure {
    margin: 0 16px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page .template-mission .wrap-worth .wrap div {
    width: calc(100% - 200px);
  }
  .page .template-mission .wrap-worth .wrap div strong {
    margin-bottom: 24px;
    font-size: 25px;
  }
  .page .template-mission .wrap-worth .wrap div p {
    font-size: 25px;
  }
}
@media (min-width: 850px) {
  .page .template-mission .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page .template-mission .row .col-text p {
    font-size: 30px;
  }
  .page .template-mission .wrap-worth .wrap figure {
    width: 220px;
  }
  .page .template-mission .wrap-worth .wrap div {
    width: calc(100% - 250px);
  }
}
.page .template-schools.main {
  padding-bottom: 0;
}
.page .template-schools .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page .template-schools .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.page .template-schools .row .col figure {
  margin: 40px auto;
}
.page .template-schools .row .col-text {
  padding: 0 32px;
}
.page .template-schools .row .col-text .section-description {
  margin-bottom: 0;
}
.page .template-schools .row .col-text p {
  font-size: 20px;
}
.page .template-schools .wrap-schools {
  margin-bottom: 80px;
}
.page .template-schools .wrap-results {
  padding: 80px 0 0;
}
.page .template-schools .wrap-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.page .template-schools .wrap-results ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-height: 90px;
  background-color: #3abd81;
  padding: 16px 8px;
  border: 1px solid #ffffff;
}
.page .template-schools .wrap-results ul li figure {
  margin: 0 8px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px;
  text-align: center;
  max-width: 80px;
}
.page .template-schools .wrap-results ul li div {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.page .template-schools .wrap-results ul li p {
  font-size: 10px;
  color: #ffffff;
}
.page .template-schools .wrap-results ul li:nth-child(even) {
  background-color: #394fda;
}
@media (min-width: 600px) {
  .page .template-schools .wrap-results ul li {
    min-height: 120px;
  }
  .page .template-schools .wrap-results ul li figure {
    max-width: 90px;
  }
  .page .template-schools .wrap-results ul li p {
    font-size: 14px;
  }
}
@media (min-width: 850px) {
  .page .template-schools .section-title {
    font-size: 48px;
    padding-top: 80px;
  }
  .page .template-schools .section-title + p {
    text-align: center;
  }
  .page .template-schools .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page .template-schools .row .col-text p {
    font-size: 25px;
  }
  .page .template-schools .wrap-results ul li {
    width: 33.333%;
    width: calc(100% / 3);
    min-height: 140px;
  }
  .page .template-schools .wrap-results ul li figure {
    max-width: 100px;
  }
  .page .template-schools .wrap-results ul li p {
    font-size: 18px;
  }
}

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