@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);/* ----------------------------------------------
 * Generated by Animista on 2019-10-7 20:22:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-in-bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*

    Responsive manager

    0 - 600px   Phone
    600 - 900px         Tablet portrait
    900-1200px          Tablet landscape
    [1200 - 1800px]     Normal screen
    1800px +            Big desktop

    1em = 16px
*/

/*colors*/

/*msg colors*/

/*font size*/

/*grid*/

/*custom*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 55%;
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 30%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 70%;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  border: none;
  border-top: 2px solid #eee;
  margin: 2.2rem 0;
}

pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #787878;
}

a {
  text-decoration: none;
}

.heading-primary {
  color: white;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 6rem;
}

.heading-primary--main {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
}

.heading-secondary {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}

.heading-secondary-bis {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  font-size: 2rem;
  text-align: justify;
}

.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.paragraph--smaller {
  font-size: 1.5rem;
}

.normal {
  font-size: 2rem;
}

.small {
  font-size: 1.3rem;
}

.big {
  font-size: 3rem;
}

.huge {
  font-size: 6rem;
}

.u-center-text {
  text-align: center !important;
}

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

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

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.u-anchor-bottom {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

.u-container-fullwidth {
  width: 100%;
  position: block;
}

.u-color-primary {
  color: #00a5c8;
}

.u-color-secondary {
  color: #153d8a;
}

.u-color-black {
  color: #787878;
}

.u-color-white {
  color: white;
}

.u-bgcolor-primary {
  background-color: #00a5c8;
}

.u-bgcolor-secondary {
  background-color: #153d8a;
}

.u-bgcolor-color-grey {
  background-color: #fbfbfb;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-padding-normal {
  padding: 4rem;
}

.u-padding-top-medium {
  padding-top: 5rem;
}

.u-padding-top-small {
  padding-top: 1rem;
}

.u-padding-bottom-medium {
  padding-bottom: 5rem;
}

.u-padding-top-big {
  padding-top: 10rem;
}

.u-padding-normal-unique {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-margin-none {
  margin: 0 !important;
}

.u-padding-small {
  padding: 1rem;
}

.logo-container {
  float: left;
}

.logo img {
  width: 25rem;
}

.topbar__logo {
  width: 25rem;
}

@media only screen and (max-width: 37.5em) {
  .topbar__logo {
    width: 20rem;
  }
}

#topbar {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 100;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 3rem;
}

#home_topbar {
  top: 0;
  display: block;
  transition: top 0.3s;
  z-index: 20;
  padding: 3rem;
  padding-right: 0rem !important;
  position: relative;
}

.topbar-offset {
  height: 18rem;
}

.user-nav {
  float: right;
  padding-right: 3rem;
}

.user-nav__links {
  width: 100%;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2rem;
}

.user-nav__link {
  color: #787878;
}

.user-nav__link-home {
  color: white;
}

.user-nav__link-home:link,
.user-nav__link-home:visited {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.4s;
  border: none;
}

.user-nav__link-home i {
  margin-left: 1rem;
  transition: 0.2s ease;
}

.user-nav__link-home:hover {
  color: #787878;
}

.user-nav__link:link,
.user-nav__link:visited {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.4s;
  border: none;
}

.user-nav__link i {
  margin-left: 1rem;
  transition: 0.2s ease;
}

.user-nav__link:hover {
  color: #153d8a;
}

.user-nav__item {
  float: left;
  padding-top: 1.5rem;
  padding-right: 1rem;
}

.user-nav__item-drop-home {
  position: relative;
  display: inline-block;
}

.user-nav__item-drop-home:hover .user-nav__link-main {
  color: #787878;
}

.user-nav__item-drop-home:hover i {
  transform: rotateZ(-180deg);
}

.user-nav__item-drop-home:hover .user-nav__drop-home {
  display: block;
}

.user-nav__item-drop {
  position: relative;
  display: inline-block;
}

.user-nav__item-drop:hover .user-nav__link-main {
  color: #153d8a;
}

.user-nav__item-drop:hover i {
  transform: rotateZ(-180deg);
}

.user-nav__item-drop:hover .user-nav__drop {
  display: block;
}

.user-nav__drop {
  display: none;
  position: absolute;
  right: 0;
  min-width: 100%;
  z-index: 1;
  background: white;
  padding-top: 4.1rem;
  font-size: 1.3rem;
  text-transform: none;
}

.user-nav__drop-home {
  display: none;
  position: absolute;
  right: 0;
  min-width: 100%;
  z-index: 1;
  background: none;
  font-size: 1.3rem;
  text-transform: none;
}

.user-nav__drop-home li {
  background: none;
}

.user-nav__drop li {
  background: white;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.16), 0 9px 8px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 112.5em) {
  .user-nav__drop {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 75em) {
  .user-nav {
    display: none;
  }
}

.user-nav-home {
  padding-right: 0rem !important;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.responsive-nav {
  color: #787878;
  width: 20rem;
  text-align: left !important;
  display: inline-block;
}

.responsive-nav__subitem {
  font-size: 1.5rem !important;
  text-transform: none !important;
  padding-left: 3rem;
}

.responsive-nav__close {
  position: absolute;
  right: 5rem;
  top: 5rem;
  font-size: 5rem;
  cursor: pointer;
}

.responsive-nav__close:hover {
  cursor: pointer;
  color: #153d8a;
  transition: all 0.4s;
}

.responsive-nav li {
  padding-top: 2rem;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.responsive-nav a:hover {
  color: #153d8a;
}

.footer {
  background-color: #00a5c8;
  color: white;
  min-height: 15rem;
  padding: 4rem;
  font-size: 1.6rem;
}

.footer__fonts {
  font-size: 2.5rem;
}

.footer__fonts i {
  padding: 0.6rem;
}

.footer__links a {
  padding: 0.6rem;
}

.btn {
  border-radius: 100px;
  color: white;
  font-weight: 700;
  text-align: center;
  display: block;
  transition: 0.5s;
  border: none;
}

.btn:hover {
  cursor: pointer;
}

.btn__home {
  background-color: none;
  border: 2px solid white !important;
}

.btn__home:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #787878;
  border: 2px solid #787878 !important;
}

.btn__primary {
  background-color: #00a5c8;
}

.btn__primary:hover {
  background-color: #153d8a;
}

.btn__secondary {
  background-color: #153d8a;
}

.btn__secondary:hover {
  background-color: #00a5c8;
}

.btn__medium {
  width: 12rem;
  padding: 1.4rem;
  font-size: 1.5rem;
}

.btn__big {
  padding: 2.3rem;
  width: 17rem;
  font-size: 1.8rem;
}

.btn__go {
  transition: 0.5s;
  z-index: 1;
  display: block;
  height: 6rem;
  border-radius: 100px;
  margin-left: 50%;
  margin-right: 50%;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  color: white;
  cursor: pointer;
}

.btn__go > i {
  padding-top: 1.5rem;
}

@media only screen and (max-width: 37.5em) {
  .btn__go {
    display: none;
  }
}

.btn__link {
  text-transform: lowercase;
  text-decoration: underline;
}

.btn__link:hover {
  cursor: pointer;
}

.btn__burger {
  position: absolute;
  color: #787878;
  font-size: 5rem;
  right: 10rem;
  display: none;
}

.btn__burger-home {
  position: absolute;
  color: white;
  font-size: 5rem;
  right: 5rem;
  display: none;
}

.btn__burger-home > i:hover {
  cursor: pointer;
  color: #787878;
  transition: all 0.4s;
}

@media only screen and (max-width: 75em) {
  .btn__burger-home {
    display: block;
  }
}

@media only screen and (max-width: 37.5em) {
  .btn__burger-home {
    font-size: 4.3rem;
  }
}

.btn__burger > i:hover {
  cursor: pointer;
  color: #153d8a;
  transition: all 0.4s;
}

@media only screen and (max-width: 75em) {
  .btn__burger {
    display: block;
  }
}

@media only screen and (max-width: 37.5em) {
  .btn__burger {
    font-size: 4.3rem;
  }
}

.select-box {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}

.select-box__current {
  position: relative;
  box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #153d8a;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.info.row {
  height: 30rem;
}

@media only screen and (max-width: 56.25em) {
  .info.row {
    height: auto;
  }
}

.info__tab {
  padding: 4rem;
}

.info__img__container {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .info__img__container {
    height: auto;
  }
}

.info__img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.info__grey {
  background-color: #fbfbfb;
}

.newstab {
  background-color: #fbfbfb;
  padding: 4rem;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 70rem;
}

@media only screen and (max-width: 56.25em) {
  .newstab {
    width: 60rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .newstab {
    width: -moz-available;
    width: -webkit-fill-available;
    margin: 1rem;
  }
}

.newstab__info {
  text-transform: capitalize;
}

.newstab__state {
  font-size: 2.5rem;
  position: absolute;
  display: inline-block;
  right: 4rem;
  top: 3rem;
  color: #00a5c8;
}

.newstab__text {
  max-height: 20rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.form {
  padding: 4rem;
  display: inline-block;
}

@media only screen and (max-width: 56.25em) {
  .form {
    padding: 0rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .form__group:not(:last-child) .row {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 56.25em) {
  .form__group:not(:last-child) .row .col-1-of-2 {
    margin-bottom: 0;
  }
}

.formrow {
  margin: none;
}

.form__input {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #fbfbfb;
  border: none;
  border-bottom: 3px solid #e6e6e6;
  width: 90%;
  display: block;
  transition: all 0.3s;
}

.form__input:focus {
  outline: none;
  box-shadow: 0rem 1.4rem 1.5rem 0.4rem rgba(120, 120, 120, 0.1);
}

.form__input-invalid {
  border-bottom: 3px solid #efa9a9;
}

.form textarea {
  resize: vertical;
}

.form__invalid {
  background-color: #efa9a9;
  color: #971c1c;
  border-radius: 0.4rem;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.form__invalid ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.form button {
  border: none;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  text-align: left;
}

.form__label p {
  padding-left: 1rem;
  font-size: 1.4rem;
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.form #dim {
  display: none;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.form__radio-group {
  width: 49%;
  display: inline-block;
}

.form__radio-input {
  display: none;
}

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4.5rem;
}

.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #00a5c8;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.4rem;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00a5c8;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}

.form__select {
  padding: 0.5rem;
  width: 7rem;
}

@media only screen and (max-width: 56.25em) {
  .form__select {
    width: 90%;
  }
}

.form__checkprivacy {
  float: left;
  padding: 1rem;
  margin-left: 1rem;
}

.form__privacy {
  text-align: left;
  line-height: 3rem;
}

.form__privacy a {
  text-decoration: underline !important;
  cursor: pointer;
}

.msg {
  width: 90%;
  padding: 2rem;
  border-radius: 0.3rem;
  text-align: left;
  position: relative;
}

.msg__error {
  color: #971c1c;
  background-color: #efa9a9;
}

.msg__success {
  color: #270;
  background-color: #DFF2BF;
}

.msg__warning {
  color: #9F6000;
  background-color: #FEEFB3;
}

.msg__info {
  color: #059;
  background-color: #BEF;
}

.msg__close {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 0.5rem;
}

.msg i {
  padding-right: 0.5rem;
}

.team {
  padding: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .team-inner {
    text-align: center;
  }
}

@media only screen and (max-width: 56.25em) {
  .team .row:not(:last-child) {
    margin-bottom: 0;
  }
}

.team__container {
  overflow: hidden;
  height: 10rem;
  width: 10rem;
  border-radius: 100%;
  display: inline-block;
}

.team__profile {
  width: 25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
}

@media only screen and (max-width: 56.25em) {
  .team__profile {
    display: inline-block;
  }
}

@media only screen and (max-width: 37.5em) {
  .team__profile {
    width: 80%;
  }
}

.team__profile:hover .team__profile-photo {
  transform: scale(1.3);
}

.team__profile-role {
  text-transform: capitalize;
}

.team__profile-photo {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.7s ease;
}

.team__profile-name {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.team__profile-description {
  margin-top: 1.5rem;
  text-align: left;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.mySlides1,
.mySlides2 {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-container {
  max-width: 60rem;
  position: relative;
  margin: auto;
}

.slideshow-container img {
  width: 100%;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */

.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}

.js-cookie-consent {
  z-index: 999;
  min-height: 20px;
  width: 100%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  color: white;
  bottom: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.js-cookie-consent-agree {
  border-radius: 6px;
  color: white;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
  text-transform: capitalize;
  border: none !important;
  background-color: #00a5c8;
  width: 8rem;
  padding: 1rem;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 2rem;
}

.js-cookie-consent-agree:hover {
  cursor: pointer;
  background-color: #153d8a;
}

.textcontainer {
  margin: 15rem;
  margin-right: 20rem;
  margin-left: 20rem;
}

@media only screen and (max-width: 56.25em) {
  .textcontainer {
    margin: 5rem !important;
  }
}

.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a5c8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a5c8;
  border-color: #00a5c8;
}

.page-link:hover {
  z-index: 2;
  color: #153d8a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.row {
  max-width: 100%;
  margin: 0 auto;
}

.row:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row [class^=col-] {
  float: left;
}

.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}

@media only screen and (max-width: 56.25em) {
  .row [class^=col-]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .row [class^=col-] {
    width: 100% !important;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}

.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}

.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}

.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}

.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}

#presentation {
  height: 100vh;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

@media only screen and (max-width: 37.5em) {
  #presentation {
    background-attachment: inherit !important;
  }
}

@media screen and (max-height: 750px) {
  #presentation {
    height: 750px;
  }
}

.presentation {
  position: relative;
}

.presentation__logo img {
  width: 25rem;
  padding-bottom: 5rem;
}

.presentation__text {
  color: white;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.presentation__block {
  width: 60rem;
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 37.5em) {
  .presentation__block {
    width: 80%;
    font-size: 1.7rem;
  }
}

.presentation__block .btn {
  display: inline-block;
}

@media only screen and (max-width: 56.25em) {
  .presentation__block .btn {
    font-size: 1.4rem;
  }
}

.presentation__block .col-1-of-2 {
  width: 50%;
}

.presentation__p {
  font-size: 1.8rem !important;
  margin-bottom: 0 !important;
  text-align: left;
}

.presentation .col-1-of-2 {
  margin-bottom: 0;
}

.presentation .row [class^=col-]:not(:last-child) {
  margin-right: 0;
  margin-bottom: 3rem;
}

.glide__bullets {
  position: unset !important;
  transform: unset !important;
}

.glide__slide {
  height: 30rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media only screen and (max-width: 56.25em) {
  .glide__slide {
    height: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.glide__arrow {
  position: absolute;
  box-shadow: none !important;
  top: 40% !important;
  border: none !important;
  font-size: 2rem;
  padding: 0 !important;
}

@media only screen and (max-width: 56.25em) {
  .glide__arrow {
    display: none !important;
  }
}

.glide__arrow--right {
  right: 0em !important;
}

.glide__arrow--left {
  left: 0em !important;
}

.slide {
  width: 100%;
  height: 100%;
}

.slide__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.img_links {
  height: 10rem;
}

.contacts_tab {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
  text-align: center;
  padding: 4rem;
  margin-bottom: 10rem;
  margin-top: 5rem;
}

.contacts_tab .row {
  margin-bottom: 3rem;
}

.albums__card {
  background-color: #fbfbfb;
  display: inline-block;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 30rem;
  height: 40rem;
}

.albums__card:hover {
  cursor: pointer;
}

.albums__card:hover .albums__thb {
  transform: scale(1.3);
}

.albums__container {
  overflow: hidden;
}

.albums__thb {
  transition: all 0.7s ease;
  height: 20rem;
}

.albums__title {
  padding: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.photo img {
  width: 25rem;
}

.img_svg {
  width: 30rem;
}

@media only screen and (max-width: 37.5em) {
  .img_svg {
    width: 150px;
  }
}

.gallery {
  padding: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .gallery {
    padding: 0rem;
    padding-top: 2rem;
  }
}

