.row:before, .row:after {display: none !important;}

#loader-wrapper:before, #loader-wrapper:after {
    width: 150px !important;
    height: 150px !important;
    margin-left: -75px !important;
    margin-top: -75px !important;
}

.header-tools {
    padding: 0 !important;
}

.header-tools .search-button {
    display: none;
}

.sticky-header-holder a.active {
    color: #00754a !important;
}

.sticky-header-holder .main-menu-wrapper {
    display: none;
}

.home .sticky-header-holder #nav_menu-3 {
    display: none !important;
}

body:not(.home) .main-header-holder {
    background: #00754a;
}

body:not(.home) .sub-page-header, #company-numbers-section {
    background-color: #00754a;
    background: #00754a url(../images/leaves-pattern.png) repeat;
}

body:not(.home) .widget_nav_menu li.current-menu-item a span, body:not(.home) .widget_nav_menu li:hover a span
body:not(.home) .widget_nav_menu li.current-menu-item a i:before, body:not(.home) .widget_nav_menu li:hover a i:before,
body:not(.home) .main-menu-wrapper .main-menu li.current-menu-item a>i:before, body:not(.home) .main-menu-wrapper .main-menu li.current-menu-item span>i:before,
.naturalife-light-header .main-menu > li:hover > a > span, .naturalife-light-header .main-menu > li.hover > a > span, .naturalife-light-header .main-menu > li.current-menu-ancestor > a > span, .naturalife-light-header .main-menu > li.current-menu-item > a > span, .naturalife-light-header .naturalife-language-switcher > ul > li:hover > a > span{
    color: rgba(255 255 255 / 0.5) !important;
}

.header-row .header-col>* {
    padding: 0 10px;
}

.sticky-header-holder .naturalife-sidepanel-button {
    margin-left: 0;
}

.main-header-holder .naturalife-sidepanel-button.icon-bg {
    background: transparent url(../images/sidebar-right.svg) no-repeat center;
    background-size: contain;
    height: 32px;
}

.main-header-holder .naturalife-sidepanel-button.icon-bg span {
    background: transparent !important;
}

.header-row.first #logo, .header-row.first #logo a, .header-row .header-col>:first-child {
    border: none;
}

body:not(.home) .sticky-header-holder #nav_menu-2 {
    display: none !important;
}

.sticky-header-holder .header-row .header-col .widget li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.sticky-header-holder .header-row .header-col .widget li a, .sticky-header-holder .header-row .header-col .widget li:before {
    color: #646464;
}

.sticky-header-holder .header-row .header-col .widget li:hover a, .sticky-header-holder .header-row .header-col .widget li:hover:before {
    color: #00754a;
}

.home .main-header-holder .header-row .header-col .widget li:hover a i:before {
    color: #00754a !important;
}

.sticky-header-holder .header-row .header-col.right .widget li:last-child {
    margin-right: 0 !important;
}

.sticky-header-holder .main-menu > li > a > span {
    color: #646464;
}

.sticky-header-holder .main-menu > li:hover > a > span, .sticky-header-holder .main-menu > li.hover > a > span, .sticky-header-holder .main-menu > li.current-menu-ancestor > a > span, .sticky-header-holder .main-menu > li.current-menu-item > a > span, .sticky-header-holder .naturalife-language-switcher > ul > li:hover > a > span {
    color: #00754a;
}

.naturalife-dark-header .naturalife-sidepanel-button * {
    background-color: #fff;
}

.sticky-header-holder .naturalife-sidepanel-button *, .mobile-header-holder .naturalife-sidepanel-button * {
    background-color: #00754a;
}

.overlapped-header .naturalife-dark-header.main-header-holder:after, .naturalife-dark-header .header-row.second:before {
    background-color: transparent;
}

#logo.naturalife-dark-header:before, #logo.naturalife-dark-header:after, .naturalife-dark-header .header-col *, .naturalife-dark-header.main-header-holder {
    border-color: transparent;
}

.customers-carousel .swiper-slide img, .customers-carousel .owl-item img {
    filter: grayscale(1) contrast(0.4);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.customers-carousel .swiper-slide:hover img, .customers-carousel .owl-item:hover img {
    filter: grayscale(0) contrast(1);
}

.customers-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.customers-carousel .action-button {
    display: none !important;
}

/*.button_.style-1:hover {*/
/*    background-color: #b3d5c7 !important;*/
/*    border-color: #659581 !important;*/
/*}*/

.brands-list .gallery-item-holder:hover {
    background-color: #00754a !important;
}

.brands-list .gallery-item-holder img {
    filter: brightness(1) invert(0);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.brands-list .gallery-item-holder:hover img {
    filter: brightness(0) invert(1);
}

.home-slider-banner .owl-item .item {
    position: relative;
}
.slider-buttons-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/*.home-slider-banner .owl-item .item:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(132,190,56);*/
/*    background: linear-gradient(1deg, rgb(94 132 45) 0%, rgb(0 0 0) 100%);*/
/*    opacity: 0.6;*/
/*    z-index: 2;*/
/*}*/
.home-slider-banner .owl-item .item .slide-text, .home-slider-banner .owl-item .item .slide_heading {
    color: #fff;
}
.home-slider-banner .owl-item .item .slide_heading {
    margin-top: 90px;
}

.company-numbers-wrapper {
/* 	background: #1F774D; */
	min-height: 500px;
	padding: 150px 0;
}

.company-numbers-wrapper .numbers{
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-numbers-wrapper .number {
	display: block;
	margin: auto;
	width: 200px;
	transform: translateY(150px);
	text-align: center;
}

.company-numbers-wrapper .number:nth-child(odd) {
	transform: translateY(-150px);
}

.company-numbers-wrapper .number:nth-child(odd) .number-title {
    margin-bottom: 15px;
}

.company-numbers-wrapper .number .number-title {
    margin-top: 15px;
    color: #fff;
}

.company-numbers-wrapper .number .number-value {
	display: block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	padding: 10px;
	margin: auto;
	background: rgb(255 255 255 / 70%);
	border-radius: 50%;
	border: 1px solid #fff;
}

.company-numbers-wrapper .number .number-value span {
	display: block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
    font-weight: 500;
    color: #0b6c4e;
	font-size: 24px;
}

.company-numbers-wrapper .number:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    right: 15px;
    top: 0;
}

.company-numbers-wrapper .number:nth-child(odd):before {
    right: auto;
    left: 40px;
    top: auto;
    bottom: -5px;
}

.company-numbers-wrapper .number:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: 26px;
    top: -6px;
}

.company-numbers-wrapper .number:first-child:before {
	display: none;
}

.company-numbers-wrapper .number:last-child:after {
	display: none;
}

.company-numbers-wrapper .number:nth-child(odd):after {
    left: auto;
    right: 40px;
    top: auto;
}

.company-numbers-wrapper .number .number-value:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    right: -70px;
    bottom: -50px;
}

.company-numbers-wrapper .number .number-value:nth-child(odd):after {
	transform: rotate(310deg);
    right: -91px;
    bottom: auto;
    top: -50px;
}

.company-numbers-wrapper .number:last-child .number-value:after {
	display: none;
}


/**
 * Timeline Style
 */
.timeline-wrapper .logo-wrapper {
  width: 170px;
  height: 170px;
  position: relative;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  border: 8px solid #f0f0f0;
  box-shadow: 1px 1px 5px rgb(3 49 31 / 70%);
}

.timeline-wrapper .timeline {
    max-height: unset;
    overflow: visible;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.timeline-wrapper .collapsed {
    max-height: 550px;
    overflow: hidden;
}

.elementor-container.collapsed::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255,255,255,0)), to(#233129));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 70%, #233129 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%, #233129 100%);
    pointer-events: none;
    z-index: 3;
}

/*#4c5e54*/

.naturalife-dark-header .main-menu > li:hover > a > span, .naturalife-dark-header .main-menu > li.hover > a > span, .naturalife-dark-header .main-menu > li.current-menu-ancestor > a > span, .naturalife-dark-header .main-menu > li.current-menu-item > a > span, .naturalife-dark-header .naturalife-language-switcher > ul > li:hover > a > span {
    color: #00754a;
}

.timeline-wrapper .timeline .collapse-btn {
    opacity: 0;
    visibility: hidden;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.timeline-wrapper .collapsed .collapse-btn button {
    margin-left: -50%;
    padding: 0;
}
.timeline-wrapper .collapsed .collapse-btn {
    opacity: 1;
    visibility: visible;
    position: absolute;
}

.timeline-wrapper .logo-wrapper img {
  max-width: 120px;
  max-height: 120px;
  line-height: 150px;
  margin: auto;
}
.timeline-wrapper .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline-wrapper .timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  z-index: 0;
}

.timeline-wrapper .wrapper {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  z-index: 1;
}

.timeline-wrapper .wrapper.left {
  left: 0;
}

.timeline-wrapper .wrapper.right {
  left: 50%;
}

.timeline-wrapper .wrapper::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.timeline-wrapper .wrapper.right::after {
  left: -8px;
}

.timeline-wrapper .wrapper::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}

.timeline-wrapper .wrapper.right::before {
  left: 8px;
}

.timeline-wrapper .wrapper .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 11px);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline-wrapper .wrapper.left .date {
  right: -75px;
}

.timeline-wrapper .wrapper.right .date {
  left: -75px;
}

.timeline-wrapper .wrapper .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #0b6c4e;
  border: 2px solid #0b6c4e;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  z-index: 1;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}

.timeline-wrapper .wrapper.left .icon {
  right: 56px;
}

.timeline-wrapper .wrapper.right .icon {
  left: 56px;
}

.timeline-wrapper .wrapper .content {
  padding: 15px 75px 15px 20px;
  background: #f9f9f9;
  position: relative;
  border-radius: 30px 0;
}

.timeline-wrapper .wrapper.right .content {
  padding: 15px 20px 15px 75px;
  border-radius: 30px 0;
}

.timeline-wrapper .wrapper .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline-wrapper .wrapper .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.lines-section .background-vertical-text span {
    letter-spacing: 10px !important;
}

.timeline-wrapper .button_.style-1, .timeline-wrapper .button_.style-1:hover {
    background-color: #fff !important;
}

.timeline-wrapper .button_.style-1 span {
    color: #00754a;
}

.timeline-wrapper .button_>span:first-child {
    position: relative;
    top: -80px;
    opacity: 0
}

.timeline-wrapper .button_>span:last-child {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    top: 50%;
    position: absolute;
    left: 50%;
    width: 100%;
    text-align: center
}

.timeline-wrapper .button_:hover>span:first-child {
    top: 0;
    opacity: 1
}

.timeline-wrapper .button_:hover>span:last-child {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 80px;
    opacity: 0;
}

/*@media (max-width: 767.98px) {*/
/*  .timeline::after {*/
/*    left: 90px;*/
/*  }*/

/*  .timeline-wrapper .wrapper {*/
/*    width: 100%;*/
/*    padding-left: 120px;*/
/*    padding-right: 30px;*/
/*  }*/

/*  .timeline-wrapper .wrapper.right {*/
/*    left: 0%;*/
/*  }*/

/*  .timeline-wrapper .wrapper.left::after, */
/*  .timeline-wrapper .wrapper.right::after {*/
/*    left: 82px;*/
/*  }*/

/*  .timeline-wrapper .wrapper.left::before,*/
/*  .timeline-wrapper .wrapper.right::before {*/
/*    left: 100px;*/
/*    border-color: transparent #006E51 transparent transparent;*/
/*  }*/

/*  .timeline-wrapper .wrapper.left .date,*/
/*  .timeline-wrapper .wrapper.right .date {*/
/*    right: auto;*/
/*    left: 15px;*/
/*  }*/

/*  .timeline-wrapper .wrapper.left .icon,*/
/*  .timeline-wrapper .wrapper.right .icon {*/
/*    right: auto;*/
/*    left: 146px;*/
/*  }*/

/*  .timeline-wrapper .wrapper.left .content,*/
/*  .timeline-wrapper .wrapper.right .content {*/
/*    padding: 30px 30px 30px 90px;*/
/*    border-radius: 500px 0 0 500px;*/
/*  }*/
/*}*/

.timeline-light .wrapper .content {
    background: #00754a;
}
.timeline-light .wrapper .icon {
    background: #fff;
    color: #00754a;
}

.timeline-light .wrapper .content p {
    color: #fff;
}

.timeline-light .timeline::after {
    background: #00754a;
}

.timeline-light .wrapper .date {
    color: #00754a;
}

.rt_counter .number:after {
    background-color: #fff !important;
}

.mapcontainer:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #fff 80%, transparent);
    left: 0;
    top: 0;
}

#business-group-section img {
    border-radius: 0 25px;
}

@media screen and (max-width: 1024px) {
    #banner .main-carousel .slide-content {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
        background: transparent !important;
    }
    
    #banner .main-carousel .slide-background {
        height: 100% !important;
        background-size: cover;
    }

    .home-slider-banner .owl-item .item .slide-text, .home-slider-banner .owl-item .item .slide_heading {
        color: #fff !important;
    }
}

.sidebar-widget.widget_media_image {
    text-align: center;
}

.sidebar-widget a {
    color: #00754a;
}

.naturalife-panel-wrapper {
    padding: 30px !important;
}

.background-text h4 {
    background: #00754a;
    padding: 0 10px;
}

.background-vertical-text span {
    background: #00754a;
    padding: 15px 0 0;
}

#brands-section .background-vertical-text span {
    padding: 6px 0 5px 0 !important;
}

#some-by-mi-section h2 span {
    font-family: 'roboto', sans-serif !important;
}

#section-25-years-section h6 {
    margin-top: 0;
}

.lines-section .background-vertical-text:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #00754a;
    left: 12px;
    bottom: -10px;
}

.lines-section.first .elementor-widget-wrap .elementor-element-0, .lines-section.last .elementor-widget-wrap .elementor-element-0 {
    margin-right: 30px !important;
}

.lines-section.second .elementor-widget-wrap .elementor-element-0 {
    margin-left: 30px !important;
}

.lines-section:last-child .background-vertical-text:after {
    background: transparent !important;
}

.lines-section .background-vertical-text:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background: #00754a;
    left: 12px;
    bottom: auto;
    top: -10px;
}

.lines-section.last .background-vertical-text:after, .lines-section.first .background-vertical-text:before {
    background: transparent !important;
}

.lines-section:not(:last-child) .elementor-container {
    border-bottom: 2px solid #00754a;
    padding-bottom: 0px;
}

.lines-section:not(:last-child) {
    padding-bottom: 0 !important;
}

.lines-section .elementor-container:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 104%;
    left: 0;
    top: -2%;
    background: #fff;
    z-index: 1;
}

.lines-section .elementor-container, .lines-section .background-vertical-text {
    z-index: 2;
}

.lines-section .elementor-container:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 104%;
    right: 0;
    top: -2%;
    background: #fff;
    z-index: 1;
}

    
.lines-section.first .elementor-text-editor, .lines-section.last .elementor-text-editor {
    padding-right: 30px;
}
.lines-section.second .elementor-text-editor {
    padding-left: 30px;
}

.page-id-5640 #main-content {
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    
    #footer-column-1 .column-inner {
        text-align: center;
    }
    
    .sidebar-widget .menu-top-bar-menu-container ul li a {
        display: inline-block;
    }
    
    nav.mobile-nav:has(~ .side-panel-widgets-mobile) {
        margin-bottom: 0;
    }
    
    .side-panel-widgets-mobile {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #dedede;
    }

    .side-panel-widgets-mobile li {
        position: relative;
    }

    .side-panel-widgets-mobile li:before {
        position: absolute;
        left: -26px;
        top: 15px;
    }
    
    #mobile-navigation li:first-child a {
        padding-top: 0 !important;
    }
    
    #banner-section .elementor-container {
        padding: 0;
    }
    .elementor-container {
        padding: 0 15px;
    }
    
    .elementor-widget-wrap {
        padding: 20px 0 !important;
    }
    #banner-section .elementor-widget-wrap {
        padding-top: 0 !important;
    }
    
    .rt-heading-wrapper {
        text-align: center;
    }
    
    #banner-section .slide-content-wrapper .slide-content {
        width: 100% !important;
        left: 0% !important;
        padding: 60px 0 !important;
        margin: 100px auto !important;
        background: transparent !important;
    }
    #banner-section .slide-background {
        min-height: 100% !important;
        background-position: center !important;
    }
    
    .rt-heading-wrapper.style-6 {
        text-align: center !important;
    }
    .rt-heading-wrapper.style-6 .style-6:after {
        left: 100%;
        margin-left: 20px;
    }
    .rt-heading-wrapper.style-6 .style-6:before {
        content: "";
        position: absolute;
        height: 5px;
        border-width: 1px 0 0 0;
        margin-top: -1px;
        border-style: solid;
        top: 50%;
        width: 1000px;
        right: 100%;
        margin-right: 20px;
    }
    
    p {
        font-size: 15px !important;
    }
    
    .background-vertical-text span {
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding: 0;
    }
    
    .border_grid > .row > div:after, .border_grid .rt-column-container:after, .border_grid .col:after, .border_grid .elementor-column:after {
        width: 100% !important;
        height: 1px !important;
        z-index: 10;
        top: auto !important;
        bottom: 0 !important;
        border: none;
        background: rgba(255,255,255,0.38);
    }
    
    .border_grid .elementor-column:last-child:after {
        background: transparent;
    }

    .timeline-wrapper .wrapper.left, .timeline-wrapper .wrapper.right {
        left: auto;
        right: auto;
        padding: 15px;
        width: 100%;
    }
    .timeline-wrapper .wrapper.left::before, .timeline-wrapper .wrapper.right::before {
        background: transparent;
    }
    .timeline-wrapper .wrapper.left .date, .timeline-wrapper .wrapper.right .date {
        right: auto;
        left: 50%;
        top: 40px;
        color: #fff;
        margin-left: -30px;
    }
    
    #timeline-section {
        background: #fff !important;
    }
    
    .elementor-container.collapsed::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255,255,255,0)), to(#999999));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 90%, #999999 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 90%, #999999 100%);
    }
    
    .timeline-wrapper .wrapper.left .icon, .timeline-wrapper .wrapper.right .icon {
        left: 50%;
        margin-left: -20px;
        top: -5px;
    }
    .timeline-wrapper .wrapper.left .content, .timeline-wrapper .wrapper.right .content {
        /*border-radius: 25px;*/
        width: 100%;
        padding: 60px 20px 20px 20px;
        text-align: center;
    }
    .timeline-wrapper .wrapper.left::after, .timeline-wrapper .wrapper.right::after {
        background: transparent;
        border: none;
    }

    #brands-section .rt-gallery .row .col {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }
    
    .ie-vertical-lr {
        transform: rotate(0deg) !important;
        writing-mode: unset !important;
        letter-spacing: 2px !important;
        word-spacing: 0 !important;
        margin: auto !important;
    }
    
    #customers-section .owl-stage-outer {
        min-height: 150px !important;
    }
    .mapcontainer .map {
        opacity: 0 !important;
        visibility: hidden !important;
        height: 0;
    }
    .mapcontainer {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .mapcontainer .map-content {
        width: 100%;
        position: static;
        padding: 0 25px;
    }
    
    .lines-section .background-vertical-text:after, .lines-section .background-vertical-text:before, .lines-section .elementor-container:before, .lines-section .elementor-container:after {
        background: transparent !important;
    }
    
    .lines-section.first .elementor-row, .lines-section.last .elementor-row {
        flex-direction: column-reverse;
    }
    
    .lines-section .elementor-container {
        border: none !important;
    }
    
    .lines-section .background-vertical-text span {
        letter-spacing: 0 !important;
        font-weight: bold;
        font-size: 18px;
        line-height: 40px;
    }
    .strategy-section .rt-heading-wrapper {
        text-align: left !important;
    }
    #values-section .elementor-widget-container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .map-content {
        position: relative !important;
    }
    .mapael .map {
        position: absolute !important;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }    
}

/*#footer {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    z-index: 0;*/
/*}*/