:root {
  --bijela: #fffffe;
  --sporedni-font: "Open Sans", sans-serif;
  --plava: #1a2e45;
  --glavni-font: Merriweather, serif;
}

.body {
  background-color: var(--bijela);
  font-family: var(--sporedni-font);
  color: var(--bijela);
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.hero-section {
  z-index: auto;
  background-color: var(--plava);
  background-image: url('../images/pexels-ekaterina-bolovtsova-6077297-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  height: 100vh;
  position: relative;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container._1 {
  z-index: 62;
  width: 80%;
  height: 94%;
  position: relative;
  inset: 0%;
}

.container._3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-mask {
  z-index: auto;
  background-color: #0b1d5b80;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-h {
  font-family: var(--glavni-font);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 1.3;
}

.hero-h._1 {
  margin-bottom: 2rem;
}

.hero-paragraph {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.hero-paragraph._1 {
  margin-bottom: 2rem;
}

.button {
  background-color: var(--plava);
}

.about-section {
  background-color: var(--plava);
  color: #000;
  flex-flow: row;
  height: 50rem;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.services-section {
  background-color: var(--plava);
  border-radius: 0 0 100px 100px;
  height: 50rem;
  margin-top: 0;
  padding-top: 0;
}

.location-section {
  background-color: #fffffe00;
  height: 40rem;
  margin: 2rem 0;
  padding: 0;
}

.navbar {
  color: var(--bijela);
  background-color: #1a2e45;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 0 15px 2px #0003;
}

.container-3 {
  color: var(--bijela);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
}

.nav-link {
  color: var(--bijela);
  font-size: 1.2rem;
}

.nav-link.w--current {
  color: var(--bijela);
}

.nav-link._1.w--current {
  font-size: 1.2rem;
}

.nav-menu {
  color: var(--bijela);
}

.nav-link-2, .nav-link-3 {
  color: var(--bijela);
  font-size: 1.4rem;
}

.main-cta {
  background-color: var(--bijela);
  color: var(--plava);
  border-radius: 10px;
  width: 10rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.about-columns {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90%;
  padding-right: 0;
  display: flex;
}

.about-columns._5 {
  height: 47%;
}

.div-block {
  width: 80%;
}

.about-image {
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-left: 0;
  display: none;
}

.about-hea {
  font-family: var(--glavni-font);
  color: var(--bijela);
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.about-paragraph {
  color: var(--bijela);
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.column {
  background-color: #ffffff0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  padding-left: 1rem;
  padding-right: 4rem;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.servisec-icon {
  text-align: center;
  width: 25rem;
}

.services-h {
  font-family: var(--glavni-font);
  color: var(--bijela);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.3;
}

.s-organizer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fffffe00;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0%;
  display: grid;
}

.service-paragraph {
  color: #000;
  margin-bottom: 0;
}

.service-h {
  font-family: var(--glavni-font);
  color: var(--bijela);
  text-align: center;
  flex-flow: row;
  width: auto;
  margin: 1rem 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
}

.nav-logo {
  border: 1px none var(--bijela);
  width: 3rem;
  height: auto;
}

.llocation-columns {
  height: 100%;
}

.column-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.code-embed {
  border-radius: 0;
  width: auto;
  height: 100%;
  margin-left: 0;
}

.lokacija-h {
  font-family: var(--glavni-font);
  color: var(--bijela);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.3;
}

.lokacija-p {
  color: #000;
  text-align: right;
  margin-bottom: 0;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer {
  background-color: var(--plava);
  height: 20rem;
  margin-top: 6rem;
}

.footer-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fffffe00;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  margin: 2rem auto;
  display: flex;
}

.mail-block {
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
  display: flex;
}

.mail-block._1 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-paragraph {
  color: #fffffe;
  text-align: left;
  background-color: #fffffe00;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  display: flex;
}

.column-5 {
  border-right: 1px none var(--bijela);
  background-color: #fffffe1a;
  border-radius: 10px;
  height: 90%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link {
  color: var(--bijela);
}

.copyright {
  border-top: 0px none var(--bijela);
  background-color: var(--plava);
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-top: 0;
  display: flex;
}

.paragraph-5 {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 1rem;
}

.service-icon {
  position: static;
  inset: 0% 0% auto;
}

.footer-icon {
  margin-right: 1rem;
}

.footer-logo {
  border: 3px solid #fff;
  margin-left: 0;
  margin-right: 0;
}

.column-6 {
  border-style: none;
  border-width: 1px;
  border-color: black var(--bijela) black black;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.brand {
  margin-right: auto;
}

.brand.w--current {
  margin-right: auto;
  position: static;
  inset: 1.5% auto auto 1.5%;
}

.dropdown-toggle {
  border: 4px none var(--plava);
  background-color: #ffffff0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: var(--plava);
}

.dropdown-list.w--open {
  background-color: var(--plava);
  border-radius: 10px;
  margin-top: 1rem;
}

.paragraph-6 {
  border-radius: 0;
  margin: 1rem;
  font-size: 1.2rem;
}

.usluge-dropdown {
  background-color: #fffffe00;
  border-radius: 10px;
  width: 100%;
  height: 15rem;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.usluge-image {
  width: 5rem;
  display: block;
}

.site-wrapper {
  background-color: var(--plava);
  border-radius: 0% 20px 20px;
  overflow-y: clip;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--plava);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image {
  width: 4rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.column-7 {
  background-color: #ffffff0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

.column-8 {
  border-right: 1px none var(--bijela);
  background-color: #fffffe1a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

.footer-nav {
  color: var(--bijela);
  font-size: 1rem;
  text-decoration: none;
}

.image-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.stat-section {
  background-color: var(--plava);
  height: 10rem;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.stats-hea {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.stats-p {
  font-size: 1.2rem;
}

.stat-block {
  background-color: #fffffe1a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 1rem;
  display: flex;
}

.stat-o {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider {
  height: 100%;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/0-02-05-bc50c66c210f3fa43fa4a9b70ba8782f087c07f90dfa77c40064194e6fbb78a3_421b9327908ad359.jpg');
  background-position: 50% 30%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-image: url('../images/WhatsApp-Image-2025-04-24-at-22.13.17-1.jpeg');
  background-position: 50% 76%;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/WhatsApp-Image-2025-04-24-at-22.13.17-1.webp');
  background-position: 50% 28%;
  background-size: cover;
}

.bio-slide {
  background-color: #ddd0;
  height: 100%;
}

.tim-hea {
  font-family: var(--glavni-font);
  color: var(--bijela);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.slide-nav-2 {
  display: block;
}

.footer-sep {
  color: var(--bijela);
  background-color: #fffffe0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 2rem;
  display: flex;
}

.footer-sep._4 {
  width: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-3 {
  margin-right: 1rem;
}

.tim-s {
  width: auto;
  height: 50rem;
  margin-bottom: 2rem;
}

.slide-4 {
  background-image: url('../images/0-02-05-bc50c66c210f3fa43fa4a9b70ba8782f087c07f90dfa77c40064194e6fbb78a3_421b9327908ad359.webp');
  background-position: 50% 0;
  background-size: cover;
}

.image-4 {
  width: 3rem;
  height: auto;
}

.column-9 {
  background-image: url('../images/slika-zgrade-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.column-10 {
  height: 100%;
  padding: 0;
}

.location-img {
  width: 100%;
  max-width: none;
  height: 100%;
}

.slide-5 {
  background-image: url('../images/WhatsApp-Image-2025-04-24-at-22.13.17.webp');
  background-position: 50% 0;
  background-size: cover;
}

.columns {
  height: 32.7rem;
}

.lottie-animation {
  height: 2.5rem;
  margin-bottom: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.email-link, .link-2 {
  color: var(--bijela);
}

.body-mask {
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 20%;
    border-radius: 60px;
  }

  .container._1 {
    z-index: 0;
    height: 100%;
    position: static;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-h {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .hero-paragraph {
    font-size: 1rem;
  }

  .about-section {
    height: 40rem;
    margin-top: 2rem;
  }

  .services-section {
    height: 42rem;
    margin-top: 0;
  }

  .location-section {
    height: 40rem;
  }

  .navbar {
    position: fixed;
  }

  .nav-link {
    text-align: right;
    margin-right: 1rem;
  }

  .nav-link._1 {
    margin-top: 5rem;
    margin-right: 1rem;
  }

  .nav-menu {
    z-index: auto;
    background-color: var(--plava);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 5rem;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
    box-shadow: 0 0 15px 5px #0003;
  }

  .main-cta {
    width: 8rem;
    font-size: 1rem;
  }

  .about-columns {
    flex-flow: row;
    height: 90%;
    display: flex;
  }

  .about-image {
    margin-right: 0;
  }

  .about-hea {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .about-paragraph {
    font-size: 1rem;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .column-2 {
    height: 90%;
  }

  .services-h {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .service-h {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .lokacija-h {
    font-size: 1.6rem;
  }

  .footer {
    margin-top: 3rem;
  }

  .footer-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fffffe00;
    border-radius: 10px;
  }

  .mail-block {
    margin-left: 0;
    margin-right: 0;
  }

  .mail-block._1 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .footer-paragraph {
    font-size: .8rem;
  }

  .column-5 {
    color: var(--bijela);
    background-color: #fffffe1a;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
  }

  .paragraph-5 {
    font-size: .8rem;
  }

  .column-6 {
    display: none;
  }

  .menu-button {
    z-index: 99;
    background-color: #c8c8c800;
    width: 4rem;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    padding: 1rem;
  }

  .column-8 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 90%;
    padding-left: 2rem;
  }

  .stats-hea {
    font-size: 1.6rem;
  }

  .stats-p {
    font-size: 1rem;
  }

  .tim-hea {
    font-size: 1.6rem;
  }

  .footer-sep {
    width: 60%;
    padding-left: 1rem;
  }

  .footer-sep._4 {
    width: 40%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .tim-s {
    margin-bottom: 0;
  }

  .columns {
    display: flex;
  }

  .lottie-animation {
    margin-bottom: 2rem;
  }

  .div-block-2 {
    z-index: auto;
    border: 1px solid var(--plava);
    filter: blur(10px);
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .body-mask {
    z-index: 999;
    background-color: #1a2e45e6;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 27%;
    border-radius: 50px;
  }

  .container {
    width: 90%;
    height: 100%;
  }

  .container._2 {
    width: 90%;
  }

  .container._1 {
    width: 90%;
    height: 94%;
  }

  .container._3 {
    flex-flow: column;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-h {
    font-size: 1.8rem;
  }

  .hero-h._1 {
    margin-bottom: 1rem;
  }

  .hero-paragraph {
    font-size: .9rem;
  }

  .about-section {
    height: 60rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .services-section {
    height: auto;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .location-section {
    height: auto;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    position: fixed;
  }

  .nav-link {
    padding: .5rem;
    font-size: 1rem;
  }

  .nav-link._1 {
    font-size: 1rem;
  }

  .nav-menu {
    z-index: 2147483647;
    padding-top: 5rem;
  }

  .main-cta {
    width: 7rem;
    padding: 9px 0;
    font-size: .9rem;
  }

  .about-columns {
    flex-flow: column;
  }

  .about-hea {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }

  .about-paragraph {
    text-align: center;
    font-size: .9rem;
  }

  .column {
    height: 60%;
    padding-left: 1rem;
  }

  .services-h {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .s-organizer {
    flex-flow: column;
    padding: 0%;
    display: flex;
  }

  .service-h {
    font-size: .9rem;
  }

  .lokacija-h {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .footer {
    height: auto;
  }

  .footer-paragraph {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .7rem;
  }

  .paragraph-5 {
    font-size: .7rem;
  }

  .menu-button {
    z-index: 2147483647;
  }

  .dropdown-toggle {
    height: 100%;
  }

  .usluge-dropdown {
    height: 10rem;
  }

  .usluge-image {
    width: 3rem;
  }

  .image {
    display: none;
  }

  .stat-section {
    height: 15rem;
  }

  .stats-hea {
    font-size: 1.4rem;
  }

  .stats-p {
    font-size: .9rem;
  }

  .stat-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .stat-o {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .slide-nav-2 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-sep, .footer-sep._4 {
    width: 100%;
  }

  .tim-s {
    margin-bottom: 2rem;
  }

  .column-9 {
    background-image: url('../images/slika-zgrade-1.webp');
    background-position: 50%;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .location-img {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
  }

  .columns {
    flex-flow: column;
  }

  .lottie-animation {
    display: none;
  }

  .body-mask {
    z-index: 1;
    position: fixed;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .hero-section {
    background-position: 31%;
    border-radius: 20px;
  }

  .container._1 {
    height: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-h {
    margin-bottom: .25rem;
    font-size: 1rem;
  }

  .hero-paragraph {
    font-size: .8rem;
  }

  .hero-paragraph._1 {
    margin-bottom: 2rem;
  }

  .about-section {
    height: 60rem;
  }

  .services-section {
    height: auto;
    margin-top: 0;
  }

  .location-section {
    margin-top: 2rem;
  }

  .navbar {
    z-index: 99099999;
    width: 100%;
    position: fixed;
  }

  .nav-link {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .nav-link._1 {
    font-size: 1rem;
  }

  .nav-menu {
    z-index: auto;
    width: auto;
    position: absolute;
  }

  .main-cta {
    font-size: .8rem;
  }

  .about-columns {
    flex-flow: column;
  }

  .about-hea {
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.4rem;
  }

  .about-paragraph {
    text-align: center;
    font-size: .8rem;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 75%;
    padding-left: 1rem;
    display: flex;
  }

  .column-2 {
    height: 40%;
  }

  .services-h {
    font-size: 1.4rem;
  }

  .s-organizer {
    flex-flow: column;
  }

  .service-h {
    font-size: .8rem;
  }

  .footer {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2rem;
    padding-top: 0;
    display: block;
  }

  .footer-columns {
    background-color: #fffffe00;
    flex-flow: column;
  }

  .mail-block, .mail-block._1 {
    flex-flow: column;
    margin-left: 0;
  }

  .footer-paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .column-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-5 {
    font-size: .5rem;
  }

  .footer-icon {
    margin-right: 0;
  }

  .footer-logo {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    width: auto;
  }

  .paragraph-6 {
    font-size: .8rem;
  }

  .site-wrapper {
    width: auto;
    overflow: hidden;
  }

  .image {
    display: block;
  }

  .stat-section {
    height: auto;
    margin-bottom: 1rem;
  }

  .stats-p {
    font-size: .8rem;
  }

  .slide-3 {
    background-size: cover;
  }

  .footer-sep {
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }

  .slide-4 {
    background-position: 50% 17%;
    background-size: cover;
  }

  .lottie-animation {
    display: block;
  }

  .body-mask {
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }
}


