.backdrop {
  background-color: #000;
  border: 0;
  height: 0;
  left: 0;
  opacity: 0;
  outline: none;
  position: fixed;
  top: 0;
  transition: opacity 0.4s;
  width: 0;
  z-index: 30; }
  .backdrop--active {
    height: 100%;
    opacity: 0.5;
    width: 100%; }

.loader {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5rem;
  width: 100%; }
  .loader__item {
    animation: spin 1s infinite linear;
    border: 3px solid #14aae2;
    border-radius: 50%;
    border-top-color: transparent;
    height: 5rem;
    width: 5rem; }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.institutional .header {
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  height: 8.2rem;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30; }
  .institutional .header__logo {
    height: auto;
    margin-left: 3rem;
    margin-top: 1rem;
    width: 14rem; }
    @media screen and (min-width: 1024px) {
      .institutional .header__logo {
        height: 4.2rem; } }
  .institutional .header__menu {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .institutional .header__links {
    display: none; }
    @media screen and (min-width: 1024px) {
      .institutional .header__links {
        display: flex;
        align-items: center; } }
    .institutional .header__links a,
    .institutional .header__links button {
      background: transparent;
      border: 0;
      color: #999;
      cursor: pointer;
      font-size: 1.8rem;
      outline: none;
      padding: 3rem 2.84rem; }
  .institutional .header__login {
    color: #0a4c89;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 3rem; }
  .institutional .header__signin {
    background: #14aae2;
    color: #fff;
    display: none;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.8rem 4rem;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .institutional .header__signin {
        display: initial; } }
  .institutional .header__burger-menu {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbD0iIzBBNEM4OSIgZmlsbC1vcGFjaXR5PSIuOSIgZD0iTTAgMTRoMjZ2LTJIMHYyem0wLTZoMjZWNkgwdjJ6bTAtOHYyaDI2VjBIMHoiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.6rem 1.4rem;
    border-radius: 50%;
    border: 0;
    height: 6rem;
    margin-right: 1rem;
    outline: none;
    width: 6rem; }
    .institutional .header__burger-menu:hover:not(:disabled), .institutional .header__burger-menu:focus:not(:disabled), .institutional .header__burger-menu:active:not(:disabled) {
      background-color: rgba(20, 170, 226, 0.1); }
    @media screen and (min-width: 1024px) {
      .institutional .header__burger-menu {
        display: none; } }

.institutional .menu-mobile {
  background-color: #fff;
  display: none;
  padding: 2rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.2s;
  width: 100%;
  z-index: 20; }
  @media screen and (min-width: 1024px) {
    .institutional .menu-mobile {
      display: none; } }
  .institutional .menu-mobile--mounted {
    display: block; }
  .institutional .menu-mobile--open {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(81px); }
  .institutional .menu-mobile__links {
    margin-bottom: 1.5rem; }
    .institutional .menu-mobile__links a,
    .institutional .menu-mobile__links button {
      background-color: transparent;
      border: 0;
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-size: 1.8rem;
      outline: none;
      padding: 1rem 0; }
      .institutional .menu-mobile__links a:hover,
      .institutional .menu-mobile__links button:hover {
        color: #14aae2; }
  .institutional .menu-mobile__social {
    align-items: center;
    display: flex; }
    .institutional .menu-mobile__social-item {
      padding-right: 2.4rem; }

.institutional .contact-form {
  background-color: #fff;
  display: none;
  max-height: calc(100vh - 8.2rem);
  overflow-y: auto;
  padding: 2rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.2s;
  width: 100%;
  z-index: 20; }
  .institutional .contact-form--mounted {
    display: block; }
  .institutional .contact-form--open {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(81px); }
  .institutional .contact-form__close {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iIzBBNEM4OSIgZmlsbC1vcGFjaXR5PSIuOSIgZD0iTTEuNTE1IDE5LjlMMTkuODk5IDEuNTE0IDE4LjQ4NS4xLjEwMSAxOC40ODUgMS41MTUgMTkuOXptMTYuOTcgMGwxLjQxNC0xLjQxNUwxLjUxNS4xMDEuMSAxLjUxNWwxOC4zODQgMTguMzg0eiIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.6rem;
    border: 0;
    cursor: pointer;
    height: 4rem;
    outline: 0;
    position: absolute;
    right: 2rem;
    top: 3.1rem;
    width: 4rem; }
  .institutional .contact-form h2 {
    color: #14aae2;
    font-size: 2.6rem;
    font-weight: 100;
    line-height: 2.2rem;
    margin: 2rem 0 3rem 0; }
    @media screen and (min-width: 480px) {
      .institutional .contact-form h2 {
        font-size: 3rem; } }
  .institutional .contact-form__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .institutional .contact-form__form .input-group {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .institutional .contact-form__form .input-group {
          width: 28%; } }
      .institutional .contact-form__form .input-group__field {
        color: #4a4a4a;
        text-align: left; }
      .institutional .contact-form__form .input-group__label {
        left: unset;
        transform: translate(0, -50%); }
    .institutional .contact-form__form textarea {
      border-radius: 5px;
      border: solid 1px #979797;
      height: 163px;
      margin-bottom: 2rem;
      outline: none;
      padding: 1rem;
      resize: none;
      width: 100%;
      color: #999;
      font-size: 1.6rem; }
      .institutional .contact-form__form textarea::placeholder {
        color: #999; }
      .institutional .contact-form__form textarea:focus {
        border-color: #14aae2; }
  .institutional .contact-form .loader {
    display: block;
    height: 2.8rem;
    margin-left: auto;
    margin-right: 1.5rem;
    padding: 0;
    width: 2.8rem; }
    .institutional .contact-form .loader__item {
      height: 100%;
      width: 100%; }
  .institutional .contact-form__submit {
    background-color: #14aae2;
    border: 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: auto;
    padding: 0.5rem 1rem; }
    .institutional .contact-form__submit:disabled {
      opacity: 0.6; }
  .institutional .contact-form__message {
    background: transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .institutional .contact-form__message-text {
    animation-delay: 1s;
    animation: fadeIn 0.8s ease-out forwards;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    max-width: 80%;
    opacity: 0;
    text-align: center; }
  .institutional .contact-form__message-text--featured {
    font-size: 22px; }
  .institutional .contact-form__success-image {
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 0.3s;
    opacity: 0; }

.institutional .contact-form--submitted {
  overflow: hidden; }
  .institutional .contact-form--submitted .contact-form__submit {
    animation: fill 3s cubic-bezier(0.106, 0.55, 0.139, 0.77) forwards;
    background: #14aae2;
    border-radius: 50%;
    color: transparent;
    height: 22px;
    outline: none; }
  .institutional .contact-form--submitted .contact-form__message {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.institutional .backdrop {
  z-index: 10; }

@keyframes fill {
  0% {
    border-radius: 50%;
    transform: scale(1); }
  100% {
    transform: scale(100); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.wrapper {
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .wrapper {
      max-width: 45rem; } }
  @media screen and (min-width: 700px) {
    .wrapper {
      max-width: 70rem; } }
  @media screen and (min-width: 1024px) {
    .wrapper {
      max-width: 102.4rem; } }

.footer {
  background-color: #0a4c89;
  color: #fff;
  margin-top: auto;
  padding: 2.5rem 2rem 12rem 2rem;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .footer {
      padding-bottom: 8.5rem; } }
  .footer__logo {
    width: 17rem; }
  .footer__social {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
  .footer__social-item {
    padding: 1.25rem; }
  .footer__nav {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .footer__nav ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      @media screen and (min-width: 700px) {
        .footer__nav ul {
          font-size: 1.8rem;
          justify-content: center;
          margin: 0 auto;
          max-width: 60rem; } }
  .footer__nav-item {
    display: block;
    width: 100%; }
    @media screen and (min-width: 700px) {
      .footer__nav-item {
        width: 25%; } }
    .footer__nav-item a {
      color: #fff;
      display: block;
      padding: 1rem;
      text-align: center; }
      .footer__nav-item a:hover {
        text-decoration: underline; }
  .footer__apps {
    margin-bottom: 3rem; }
  .footer__app:not(:last-child) {
    margin-right: 2.5rem; }
  .footer__infos {
    color: #fff;
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (min-width: 700px) {
      .footer__infos {
        margin: 0 auto;
        max-width: 60rem; } }
    .footer__infos a {
      color: #fff; }
  .footer__info p:not(:only-child) {
    margin-bottom: 1.5rem; }

.mobile-signin {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -1px 9px 0 rgba(0, 0, 0, 0.3);
  padding: 2rem;
  position: fixed;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .mobile-signin {
      display: none; } }
  .mobile-signin__link {
    background: #14aae2;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.31);
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    max-width: 30rem;
    padding: 1rem 4rem;
    text-align: center; }

