@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap");
body {
  margin: 0;
  font-family: "Rubik", "Arial", sans-serif;
}

* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
}

.block-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.text-1 {
  font-size: 1;
}

.text-2 {
  font-size: 2;
}

.text-3 {
  font-size: 3;
}

.text-4 {
  font-size: 4;
}

.text-5 {
  font-size: 5;
}

.text-6 {
  font-size: 6;
}

.text-7 {
  font-size: 7;
}

.text-8 {
  font-size: 8;
}

.text-9 {
  font-size: 9;
}

.text-10 {
  font-size: 10;
}

.text-11 {
  font-size: 11;
}

.text-12 {
  font-size: 12;
}

.text-13 {
  font-size: 13;
}

.text-14 {
  font-size: 14;
}

.text-15 {
  font-size: 15;
}

.text-16 {
  font-size: 16;
}

.text-17 {
  font-size: 17;
}

.text-18 {
  font-size: 18;
}

.text-19 {
  font-size: 19;
}

.text-20 {
  font-size: 20;
}

.text-21 {
  font-size: 21;
}

.text-22 {
  font-size: 22;
}

.text-23 {
  font-size: 23;
}

.text-24 {
  font-size: 24;
}

.text-25 {
  font-size: 25;
}

.text-26 {
  font-size: 26;
}

.text-27 {
  font-size: 27;
}

.text-28 {
  font-size: 28;
}

.text-29 {
  font-size: 29;
}

.text-30 {
  font-size: 30;
}

.text-31 {
  font-size: 31;
}

.text-32 {
  font-size: 32;
}

.text-33 {
  font-size: 33;
}

.text-34 {
  font-size: 34;
}

.text-35 {
  font-size: 35;
}

.text-36 {
  font-size: 36;
}

.text-37 {
  font-size: 37;
}

.text-38 {
  font-size: 38;
}

.text-39 {
  font-size: 39;
}

.text-40 {
  font-size: 40;
}

#root {
  z-index: 0;
}

.white {
  color: white;
}

.bg-red {
  background-color: red;
  color: white;
}

.no-linka, .no-link:visited, .no-link:link {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}

.primary {
  color: #1D2074;
}

.danger {
  color: red;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.block {
  display: block;
}

.gray {
  color: gray !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .container:not(.ignore-viewport) {
    max-width: 840px;
  }
}
@media screen and (min-width: 950px) {
  .container {
    max-width: 950px;
  }
}
@media screen and (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .container-lg:not(.ignore-viewport) {
    max-width: 540px;
  }
}
@media screen and (min-width: 950px) {
  .container-lg {
    max-width: 650px;
  }
}
@media screen and (min-width: 1170px) {
  .container-lg {
    max-width: 870px;
  }
}

.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .container-xl:not(.ignore-viewport) {
    max-width: 440px;
  }
}
@media screen and (min-width: 950px) {
  .container-xl {
    max-width: 550px;
  }
}
@media screen and (min-width: 1170px) {
  .container-xl {
    max-width: 770px;
  }
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .container-xxl:not(.ignore-viewport) {
    max-width: 340px;
  }
}
@media screen and (min-width: 950px) {
  .container-xxl {
    max-width: 450px;
  }
}
@media screen and (min-width: 1170px) {
  .container-xxl {
    max-width: 670px;
  }
}

.hidden {
  display: none !important;
}

.contain {
  padding: 0.5rem;
}
@media screen and (min-width: 950px) {
  .contain {
    padding: 0.8rem;
  }
}
@media screen and (min-width: 1170px) {
  .contain {
    padding: 1rem;
  }
}

.contain-lg {
  padding: 1rem;
}
@media screen and (min-width: 950px) {
  .contain-lg {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1170px) {
  .contain-lg {
    padding: 2rem;
  }
}

.nm {
  margin: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

section.f-section {
  padding: 4em 0;
  width: 100%;
}
section.f-section h1 {
  text-align: center;
  text-transform: uppercase;
  max-width: 50%;
  margin: 0 auto;
}
section.f-section p {
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 38%;
  text-align: center;
}
section.f-section:nth-child(odd) h1 {
  color: #F5C520;
}
section.f-section:nth-of-type(even) {
  background: linear-gradient(45deg, #212584, #1D2074);
  box-shadow: 28px 4px 27px 4px rgba(0, 0, 0, 0.12);
}
section.f-section:nth-of-type(even) h1 {
  color: white;
}

.text-center {
  text-align: center;
}

.grid-c-2-auto {
  grid-template-columns: auto auto;
}

.hide-sm {
  display: none;
}
@media screen and (min-width: 950px) {
  .hide-sm {
    display: inherit;
  }
}

.hide-md {
  display: inherit;
}
@media screen and (min-width: 950px) {
  .hide-md {
    display: none !important;
  }
}

.fade-out {
  animation: fade-out 0.5s;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.spinner {
  display: block;
  animation: table-loading-rotate 0.7s infinite;
}

@keyframes table-loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bold {
  font-weight: bold;
}

.footer {
  color: white;
  padding: 1em 0;
  width: 100%;
  background-color: black;
}
.footer p {
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.footer .grid-4 {
  margin-top: 1rem;
  justify-items: center;
}
.footer__social a, .footer__social a:link, .footer__social a:visited {
  color: white;
  font-size: 25px;
}

.home-header {
  padding: 3em 0;
}
.home-header__container {
  display: grid;
  justify-items: center;
  align-items: center;
}
.home-header__buttons .button {
  margin-bottom: 0.5rem;
  text-align: center;
}
.home-header img {
  width: 60%;
  height: auto;
}
.home-header p {
  font-weight: 600;
  font-size: 25px;
  font-style: italic;
}

.opacity-50 {
  opacity: 50%;
}

.nobold {
  font-weight: 500;
}

.stripe-trough, .line-through {
  text-decoration: line-through;
}

.what-we-give__container {
  display: grid;
  grid-gap: 2rem;
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .what-we-give__container {
    grid-template-columns: repeat(5, 1fr);
  }
}
.what-we-give__icon {
  font-size: 53px;
  text-align: center;
}
.what-we-give__title {
  transition: color 0.1s;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.with-us__container {
  display: grid;
  justify-items: center;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .with-us__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.with-us__item {
  padding: 1rem;
  display: grid;
  align-content: center;
  justify-content: center;
}
.with-us__item__avatar {
  border-radius: 100%;
  height: 10em;
}
.with-us__item__title {
  font-size: 22px;
  font-weight: bold;
}
.with-us__item__social a, .with-us__item__social a:visited, .with-us__item__social a:link {
  color: #1D2074;
}

.grid {
  display: grid;
  grid-gap: 1rem;
}

.grid-3 {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 950px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2 {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 950px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-2.ignore-viewport {
  grid-template-columns: repeat(2, 1fr);
}

.grid-4-2-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media screen and (min-width: 950px) {
  .grid-4-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-4-2-1.ignore-viewport {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1170px) {
  .grid-4-2-1 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-4-2-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media screen and (min-width: 1170px) {
  .grid-4-2-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media screen and (min-width: 950px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-4.ignore-viewport {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1170px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nav {
  background-color: #1D2074;
  width: 100%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  height: max-content;
}
@media screen and (min-width: 950px) {
  .nav {
    height: 80px;
  }
}
.nav__content {
  width: 100%;
  height: 100%;
  display: grid;
}
@media screen and (min-width: 950px) {
  .nav__content {
    grid-template-columns: 1fr 2fr;
  }
}
.nav__items {
  display: grid;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .nav__items {
    display: flex;
  }
}
@media screen and (min-width: 950px) {
  .nav__items {
    justify-content: flex-end;
  }
}
.nav__item {
  font-weight: 700;
  font-size: 20px;
  padding: 0.5rem 1rem;
}
.nav__itema, .nav__item:link, .nav__item:visited {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 950px) {
  .nav__item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .nav__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.nav__item:hover, .nav__item:active {
  color: #1D2074;
  background-color: white;
}
.nav__logo {
  height: 70px;
  margin: 5px 0;
}

.slider {
  width: 100%;
  display: grid;
  max-height: 50vh;
  overflow: hidden;
  justify-content: center;
  align-content: center;
}
.slider__item {
  filter: contrast(60%);
  transform: scale(1.3);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.slider__item.active {
  display: block;
}
.slider__item:not(.active) {
  display: none;
}

.contact__map {
  width: 100%;
  height: 40vh;
  display: block;
  border: none;
}
.contact__item__icon {
  color: #1D2074;
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 950px) {
  .contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1170px) {
  .contact__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.login {
  margin-top: 4em;
}
.login__background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: contrast(60%);
  transform: scale(1.3);
  z-index: -2;
}
.login__container {
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
  overflow: hidden;
  background-color: white;
  border-radius: 4px;
  padding: 2rem;
  margin-left: 1rem;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(128, 128, 128, 0.2);
}
.login__container__img {
  text-align: center;
}
.login__container__img img {
  max-height: 100px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 950px) {
  .login__container {
    margin: auto;
    width: 24em;
    height: 30em;
  }
}
@media screen and (min-width: 1170px) {
  .login__container {
    width: 31em;
    height: 34em;
  }
}
.login__container label {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.login__container input {
  display: block;
  width: 100%;
}
.login__container a {
  display: block;
  margin-top: 1rem;
}
.login__container .button {
  margin-top: 2rem;
  display: inline-block;
}

input[type=text], input[type=password], input[type=number] {
  transition: box-shadow 0.1s;
  border-radius: 4px;
  height: 30px;
  padding: 1rem;
  font-size: 14px;
  font-family: "museo-sans-rounded", sans-serif;
  border: 1px #cdcdcd solid;
  outline: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s;
}

.button {
  cursor: pointer;
  background-color: #1D2074;
  display: inline-block;
  color: white;
  font-weight: 600;
  padding: 1rem;
  font-size: 16px;
  line-height: 16px;
  border-radius: calc(16px + 2rem);
  transition: 0.1s;
}
.buttona, .button:link, .button:visited {
  color: white;
  text-decoration: none;
}
.button__list .button {
  margin-right: 0.8rem;
}
.button--center {
  text-align: center;
}
.button--sm {
  border-radius: calc(14px + 2rem);
  padding: 0.7rem 1rem;
  font-size: 14px;
  line-height: 14px;
  margin-right: 0.3rem;
}
.button--lg {
  border-radius: calc(22px + 4rem);
  padding: 2rem 0.8rem;
  margin-right: 0.8rem;
  font-size: 22px;
  line-height: 22px;
}
.button:hover {
  background-color: #1a1d68;
}
.button:focus {
  box-shadow: 0 0 1pt 2pt rgba(0, 0, 0, 0.2);
}

.label__single__inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.label__single__inputs * {
  display: block;
  margin: 0.5rem 0.2rem;
}
.label__single__example__content, .label__single__example__header {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.label__single__example__content * {
  padding: 0.2rem;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
}
.label__single__example__content *:last-child {
  border-right: 1px solid gray;
}

body {
  scroll-behavior: smooth;
}

section {
  padding: 5em 0;
}
section .icon {
  color: #1D2074;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 60px;
}
section h1 {
  font-size: 2em !important;
  margin: 0;
  color: #1D2074;
  margin-bottom: 0.8rem;
}
section:nth-of-type(even) {
  background-color: #1D2074;
  color: white !important;
}
section:nth-of-type(even) .icon {
  color: white !important;
}
section:nth-of-type(even) h1 {
  color: white !important;
}

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