	/*tree*/
.font-weight-bold {
    font-weight: 700 !important;
}	
	
	.r-btn {
		font-weight: 700 !important;
	}

.elementor-widget-container a{
	color: #007bff;
}


.new-tree {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    width: 100%;
    max-width: 350px;
    transform: translateX(100%);
    transition: .5s ease;
    z-index: 999999999
}
	
	.new-tree p{
		margin:0;
	}

.new-tree.is-visible {
    transform: translateX(0)
}

.new-tree__img {
    margin-right: 13px;
    border: 1px solid #979797
}

.new-tree__img img {
    width: 50px;
    height: 50px;
	display: block;
}

.custom-filters-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 30px;
  overflow: visible !important;
}

.custom-filters-form select,
.custom-filters-form input {
  padding: 12px 15px;
  border: 1px solid #8BAE3D;
  border-radius: 4px;
  font-size: 20px !important;
  color: #212427;
  background-color: #fff;
  width: 100%;
  appearance: none;
}

.custom-filters-form select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238BAE3D'><path d='M7 10l5 5 5-5z'/></svg>")
              no-repeat right 12px center/16px;
  padding-right: 40px;
}

.custom-filters-form select:focus,
.custom-filters-form input:focus {
  border-color: #5A7F1E;
}

.datepicker {
  z-index: 99999 !important;
}

.custom-filters-form .datepicker-dropdown {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
	background:#fff;
}

@media (max-width: 768px) {
  .custom-filters-form {
    grid-template-columns: 1fr;
  }
}

.new-tree__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #797979
}

.new-tree__text strong {
    color:  var( --e-global-color-a627127 );
}

@media only screen and (max-width: 768px) {
    .new-tree {
        display:none
    }
}
	/*end tree*/
@-webkit-keyframes translate {
    0% {
        transform: translate(0)
    }
}

@keyframes translate {
    0% {
        transform: translate(0)
    }
}

@-webkit-keyframes translateEnd {
    to {
        transform: translateY(-700px)
    }
}

@keyframes translateEnd {
    to {
        transform: translateY(-700px)
    }
}
 .anum {
    display: inline-block;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin: 0
}

.anum .anum-move {
    -webkit-animation: translate 1s ease backwards;
    /* animation:translate 1s ease backwards; */
}

.anum .anum-move div {
    height: 70px
}

.anum:last-child .anum-move {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.anum:nth-last-child(2) .anum-move {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.anum:nth-last-child(3) .anum-move {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.anum:nth-last-child(4) .anum-move {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

	
.anum.anum-0 .anum-move {
    transform: translate(0)
}

.anum.anum-1 .anum-move {
    transform: translateY(-70px)
}

.anum.anum-2 .anum-move {
    transform: translateY(-140px)
}

.anum.anum-3 .anum-move {
    transform: translateY(-210px)
}

.anum.anum-4 .anum-move {
    transform: translateY(-280px)
}

.anum.anum-5 .anum-move {
    transform: translateY(-350px)
}

.anum.anum-6 .anum-move {
    transform: translateY(-420px)
}

.anum.anum-7 .anum-move {
    transform: translateY(-490px)
}

.anum.anum-8 .anum-move {
    transform: translateY(-560px)
}

.anum.anum-9 .anum-move {
    transform: translateY(-630px)
}

.anum.anum-end .anum-move {
    -webkit-animation: translateEnd 1s ease both;
    animation: translateEnd 1s ease both
}
.hero-home__tree {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    display: inline-block;
    background-color: var( --e-global-color-a627127);
    color: #fff;
    text-align: center;
    z-index: 999;
	font-family: Open Sans, sans-serif;
}
	

@media (max-width: 61.99em) {
    .hero-home__tree {
        bottom:64px;
        padding: 7px 10px
    }

    .hero-home__tree p {
        font-size: 14px
    }
}
.hero-home__tree p {
	margin:0;
}
.hero-home__tree h2 {
    font-size: 28px;
    height: 35px;
	margin:0;
}

@media (min-width: 62em) {
    .hero-home__tree h2 {
        font-size:35px;
        height: 40px
    }
}

.hero-home__tree h2 .anum.anum-1 .anum-move {
    transform: translateY(-70px)
}

.hero-home__tree h2 .anum.anum-2 .anum-move {
    transform: translateY(-140px)
}

.hero-home__tree h2 .anum.anum-3 .anum-move {
    transform: translateY(-210px)
}

.hero-home__tree h2 .anum.anum-4 .anum-move {
    transform: translateY(-280px)
}

.hero-home__tree h2 .anum.anum-5 .anum-move {
    transform: translateY(-350px)
}

.hero-home__tree h2 .anum.anum-6 .anum-move {
    transform: translateY(-420px)
}

.hero-home__tree h2 .anum.anum-7 .anum-move {
    transform: translateY(-490px)
}

.hero-home__tree h2 .anum.anum-8 .anum-move {
    transform: translateY(-560px)
}

.hero-home__tree h2 .anum.anum-9 .anum-move {
    transform: translateY(-630px)
}

.hamburger {
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover,.hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
    background-color: #fff
}

.hamburger-box {
    width: 25px;
    height: 15px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--3dx .hamburger-box {
    perspective: 50px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 50px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 50px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 50px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 50px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 50px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-6px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-5px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-5px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(5px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(5px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(-5px,-6.25px,0) rotate(-45deg) scaleX(.7);
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(-5px,6.25px,0) rotate(45deg) scaleX(.7);
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(5px,-6.25px,0) rotate(45deg) scaleX(.7);
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(5px,6.25px,0) rotate(-45deg) scaleX(.7);
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -12px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0,-6px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -12px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0,-6px,0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s
}

.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 6px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,6px,0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0,-12px,0) rotate(-270deg);
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 1.5px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 6px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0,6px,0) rotate(-135deg);
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-12px,0) rotate(270deg);
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 6px;
    right: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -50px;
    top: -50px;
    transform: translate3d(50px,50px,0) rotate(45deg);
    transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -50px;
    top: -50px;
    transform: translate3d(-50px,50px,0) rotate(-45deg);
    transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 6px;
    right: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -50px;
    top: 50px;
    transform: translate3d(50px,-50px,0) rotate(-45deg);
    transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -50px;
    top: 50px;
    transform: translate3d(-50px,-50px,0) rotate(45deg);
    transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 1.5px
}

.hamburger--slider .hamburger-inner:before {
    top: 6px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 12px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-3.5714285714px,-3px,0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-12px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 1.5px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 6px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner:after {
    top: 12px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(3.5714285714px,-3px,0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-12px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 1.5px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 6px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after {
    top: 12px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,6px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,6px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner:after {
    top: -12px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0,-6px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent!important;
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent!important;
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease,opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom,transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom,transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

@-webkit-keyframes toShow {
    0% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes toShow {
    0% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes showing {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showing {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes toDown {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

@keyframes toDown {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

@-webkit-keyframes translate {
    0% {
        transform: translate(0)
    }
}

@keyframes translate {
    0% {
        transform: translate(0)
    }
}

@-webkit-keyframes translateEnd {
    to {
        transform: translateY(-700px)
    }
}

@keyframes translateEnd {
    to {
        transform: translateY(-700px)
    }
}

@-webkit-keyframes toHeight {
    0% {
        height: 0;
        padding: 0
    }

    to {
        height: 100%;
        padding: 35px
    }
}

@keyframes toHeight {
    0% {
        height: 0;
        padding: 0
    }

    to {
        height: 100%;
        padding: 35px
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.container-fluid {
    width: 100%;
	max-width:1180px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-between {
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.w-100 {
    width: 100% !important;
}

.r-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 0;
    transition: margin .5s ease;
    left: 0;
    min-height: 100px;
  /*  background-image: linear-gradient(180deg,rgba(44,44,44,.9),transparent)*/
}

.r-header.scrolled {
  background:var( --e-global-color-a627127 );
  transition: background-color 0.3s ease;
}

@media (min-width: 62em) {
    .r-header {
        position:fixed
    }
}

.r-header__language {
    padding: 0 15px
}

.r-header__language img {
    max-width: 30px
}

.r-header__wrapper {
    padding: 24px;
    letter-spacing: 1px
}

.r-header__button--search {
    padding-top: 13px;
    position: relative
}

.r-header__button--search>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.r-header__button--search i {
    display: block
}

.r-header__logo {
    width: 100%
}

.r-header__logo-green,.r-header__logo-white {
    transition: .3s ease
}

.r-header__logo-green {
    display: none;
    opacity: 0;
    visibility: hidden
}

.r-header__logo img {
    max-width: 184px
}

@media (min-width: 62em) {
    .r-header__logo {
        width:auto
    }

    .r-header__logo img {
        max-width: 225px
    }
}

.r-header__searcher {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    z-index: 1000;
    display: none;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    padding-top: 140px
}

@media (min-width: 62em) {
    .r-header__searcher {
        align-items:center;
        padding-top: 0
    }
}

.r-header__searcher--is-visible {
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-animation: toShow .5s both;
    animation: toShow .5s both
}

.r-header__searcher-close {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    top: 20px;
    left: auto;
    right: 20px;
    background-color: transparent !important;
    border: 0;
    text-transform: uppercase !important;
    font-size: 14px;
    z-index: 3;
    font-weight: 700 !important;
    color: #fff;
}

@media (min-width: 62em) {
    .r-header__searcher-close {
        top:28px;
        right: 28px
    }
}

.r-header__searcher-close p {
    font-weight: 700
}

@media (max-width: 61.99em) {
    .r-header__searcher-close p {
        font-size:12px
    }
}

.r-header__searcher-close .material-icons {
    font-size: 30px
}

@media (max-width: 61.99em) {
    .r-header__searcher-close .material-icons {
        font-size:24px
    }
}

.r-header__searcher-input {
    position: relative;
    margin-bottom: 100px
}

@media (min-width: 62em) {
    .r-header__searcher-input {
        margin-bottom:140px
    }
}

.r-header__searcher-input input.form-control {
    border: 0;
    border-bottom: 1px solid #1d1d1d;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

@media (min-width: 62em) {
    .r-header__searcher-input input.form-control {
        font-size:25px
    }
}

.r-header__searcher-input input.form-control::-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

.r-header__searcher-input input.form-control:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

.r-header__searcher-input input.form-control::placeholder {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    color: #fff
}

@media (min-width: 62em) {
    .r-header__searcher-input input.form-control::-moz-placeholder {
        font-size:25px
    }

    .r-header__searcher-input input.form-control:-ms-input-placeholder {
        font-size: 25px
    }

    .r-header__searcher-input input.form-control::placeholder {
        font-size: 25px
    }
}

.r-header__searcher-input input.form-control:focus {
    outline: none!important;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.r-header__searcher-input button {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    left: auto;
    right: 0;
    background-color: transparent;
    border: 0;
    font-size: 29px;
    color: #fff
}

.r-header__options>a.r-btn--text {
    padding-left: 0;
    padding-right: 0
}

.r-header__options>a.r-btn--text:hover {
    color: var( --e-global-color-a627127 );
    background-color: transparent;
    border-color: transparent
}

.r-header__options>a,.r-header__options button:not(.r-header__button-search) {
    font-size: 12px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 50px
}

.r-header__options>a:last-child,.r-header__options button:not(.r-header__button-search):last-child {
    margin-right: 0
}

@media (min-width: 48em) {
    .r-header__options>a,.r-header__options button:not(.r-header__button-search) {
        padding-left:24px;
        padding-right: 24px
    }
}

@media (min-width: 80em) {
    .r-header__options>a,.r-header__options button:not(.r-header__button-search) {
        font-size:13px
    }
}

.r-header__options a:last-child {
    margin-right: 0
}

.r-header__options>button {
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    color: #fff
}

.r-header__options>button span {
    display: block
}

.r-header__button-menu i {
    flex-flow: column;
    font-size: 24px
}

.r-header__button--search,.r-header__button-menu i {
    display: flex;
    align-items: center;
    justify-content: center
}

.r-header__button--search {
    margin: 0 20px 0 0;
    transition: .5s ease;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px !important;
    border-radius: 50% !important;
    border: 0;
    padding: 0;
    background-color: #a2c150 !important;
}

@media (min-width: 62em) {
    .r-header__button--search {
        background-color:transparent
    }

    .r-header__button--search:hover {
        background-color: #a2c150
    }
}

@media (min-width: 62em) {
    .r-header.headroom--pinned:not(.headroom--top) {
        position:fixed;
        margin: 0;
        background-color: rgba(0,0,0,.5);
        border-bottom: 1px solid rgba(63,68,63,.5);
        min-height: 0;
        background-image: none
    }

    .r-header.headroom--pinned:not(.headroom--top) .r-header__wrapper {
        padding: 24px
    }

    .r-header.headroom--pinned:not(.headroom--top) .r-header__logo-white {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .r-header.headroom--pinned:not(.headroom--top) .r-header__logo-green {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

@media (min-width: 62em) {
    .r-header.headroom--unpinned:not(.headroom--top) {
        position:fixed;
        margin-top: -400px;
        background-color: rgba(0,0,0,.5);
        border-bottom: 1px solid rgba(63,68,63,.5);
        min-height: 0;
        background-image: none
    }

    .r-header.headroom--unpinned:not(.headroom--top) .r-header__wrapper {
        padding: 10px 15px
    }

    .r-header.headroom--unpinned:not(.headroom--top) .r-header__logo-white {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .r-header.headroom--unpinned:not(.headroom--top) .r-header__logo-green {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

.m-mobile {
    bottom: 0;
    width: 100%;
    background-color: var( --e-global-color-a627127 );
    z-index: 1000;
    color: #fff
}

.m-mobile__wrapper-menu {
    background-color: var( --e-global-color-a627127 );
    position: relative;
    z-index: 2
}

.m-mobile a:hover {
    color: inherit
}

.m-mobile .secret-menu {
    height: auto
}

.m-mobile__button,.m-mobile button {
    color: #fff;
    line-height: 0;
    padding: 15px 20px;
    border: 0;
    background-image: none;
    background-color: transparent;
    font-size: 12px;
    cursor: pointer
}

.m-mobile__button .material-icons,.m-mobile button .material-icons {
    font-size: 27px;
    margin-bottom: 7px
}

.m-mobile__button--center,.m-mobile button--center {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase
}

.m-mobile .hamburger-box {
    margin-bottom: 12px
}

.m-mobile__secret-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3b4e3b;
    padding: 0 0 64px;
    transform: translateX(100%);
    transition: .5s ease;
    overflow-y: auto;
    overflow-x: hidden
}

.m-mobile__secret-menu .content-close button {
    padding: 0
}

.m-mobile__secret-menu .content-close button .material-icons {
    font-size: 30px
}

.m-mobile__secret-menu .wrapper-menu {
    position: relative;
    overflow: hidden;
    width: 100%
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
    transition: .5s ease
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item {
    list-style: none;
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item a {
    font-family: Open Sans,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: normal;
    letter-spacing: 1.1px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item a .fa {
    color: #fff;
    vertical-align: middle;
    margin-left: 7px
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:last-child {
    border-bottom: 0
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(8) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(9) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(10) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu .menu-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu.secret-menu-second .menu-item a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .8px
}

.m-mobile__secret-menu .wrapper-menu .secret-menu-menu.secret-menu-second .menu-item a .fa {
    font-size: 14px
}

.m-mobile__secret-menu .wrapper-menu .content-options {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.m-mobile__secret-menu .wrapper-menu .content-options .logo {
    border-bottom: 1px solid hsla(0,0%,100%,.17);
    padding: 20px
}

.m-mobile__secret-menu .wrapper-menu .content-options .logo img {
    width: 200px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .fa {
    font-size: 18px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 {
    padding: 0
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container {
    width: 100%
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item {
    padding: 0 20px 3px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid hsla(0,0%,100%,.17);
    width: 100%;
    top: 38px;
    left: 0
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item:last-child:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item:last-child:before {
    content: none
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item a,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item a {
    font-size: 16px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item.menu-item-has-children a:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item.menu-item-has-children a:before {
    left: -20px;
    bottom: -15px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item.menu-item-has-children a:after,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item.menu-item-has-children a:after {
    content: "";
    position: absolute;
    border: solid  var( --e-global-color-a627127 );
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: transparent;
    top: 7px;
    right: 0;
    transition: .5s ease
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item.menu-item-has-children.active,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item.menu-item-has-children.active {
    border-bottom: 1px solid hsla(0,0%,100%,.17)
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item.menu-item-has-children.active a:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item.menu-item-has-children.active a:before {
    width: 100vw
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item.menu-item-has-children.active a:after,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item.menu-item-has-children.active a:after {
    top: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item .sub-menu,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item .sub-menu {
    margin-top: 20px;
    margin-bottom: -6px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item .sub-menu li,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item .sub-menu li {
    border: 0;
    padding: 0 0 0 15px;
    margin-bottom: 15px
}

.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item .sub-menu li:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item .sub-menu li a:after,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-container .menu .menu-item .sub-menu li a:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item .sub-menu li:before,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item .sub-menu li a:after,.m-mobile__secret-menu .wrapper-menu .content-options .social-content .col-12 .menu-menu-mobile-ingles-container .menu .menu-item .sub-menu li a:before {
    content: none
}

.m-mobile__secret-menu .wrapper-menu .language-content ul {
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #fff
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li {
    color: #fff
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li:before {
    display: none
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li:after {
    position: absolute;
    content: "\B7";
    height: 100%;
    width: 10px;
    left: 3px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li:first-child:after {
    display: none
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li a {
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 3.17;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.5);
    padding: 0 5px
}

.m-mobile__secret-menu .wrapper-menu .language-content ul li.active a,.m-mobile__secret-menu .wrapper-menu .language-content ul li:hover a {
    font-weight: 500;
    color: #fff
}

.m-mobile__secret-menu.is-visible {
    transform: translateX(0)
}

.m-mobile__secret-menu.is-visible .secret-menu-menu .menu-item {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.m-mobile--yellow {
    border-color: #faea50;
    color: #333;
    background-color: #faea50
}


.secret-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    color: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center
}

@media (min-width: 62em) {
    .secret-menu {
        padding-top:100px;
        padding-bottom: 100px;
        background-color: rgba(51,51,51,.9);
        position: fixed
    }
}

.secret-menu .container {
    max-width: 800px;
        width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.secret-menu ul {
    padding: 0;
    margin: 0
}

.secret-menu ul li {
    list-style: none
}

.secret-menu ul li a {
    color: #fff;
    display: block
}

.secret-menu ul li:last-child {
    border-bottom: 0
}

.secret-menu ul li:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.secret-menu ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.secret-menu ul li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.secret-menu ul li:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.secret-menu ul li:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.secret-menu ul li:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.secret-menu ul li:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.secret-menu ul li:nth-child(8) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.secret-menu ul li:nth-child(9) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.secret-menu ul li:nth-child(10) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.secret-menu ul li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.secret-menu .menu {
    position: relative
}

.secret-menu .menu>.menu-item {
    width: 100%;
    position: relative;
    margin-bottom: 45px
}

@media (max-width: 61.99em) {
    .secret-menu .menu>.menu-item {
        margin-bottom:25px
    }
}

@media (min-width: 62em) {
    .secret-menu .menu>.menu-item {
        max-width:330px
    }
}

.secret-menu .menu>.menu-item>a {
    font-size: 20px;
    font-weight: 400;
    display: block;
    position: relative;
    transition: .5s ease
}

.secret-menu .menu>.menu-item>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color:  var( --e-global-color-a627127 );
    bottom: -7px;
    transition: .5s ease;
    top: auto
}

.secret-menu .menu>.menu-item .sub-menu {
    display: none;
    opacity: 0;
    height: 0;
    -webkit-animation: .5s ease-in-out;
    animation: .5s ease-in-out
}

@media (min-width: 62em) {
    .secret-menu .menu>.menu-item .sub-menu {
        margin-top:15px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        left: 100%;
        position: absolute;
        top: 0;
        margin-top: 0
    }
}

.secret-menu .menu>.menu-item .sub-menu>.menu-item>a {
    position: relative
}

.secret-menu .menu>.menu-item .sub-menu>.menu-item>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color:  var( --e-global-color-a627127 );
    bottom: -7px;
    transition: .5s ease;
    top: auto
}

@media (min-width: 62em) {
    .secret-menu .menu>.menu-item .sub-menu .sub-menu {
        margin-left:45px
    }
}

.secret-menu .menu>.menu-item .sub-menu a {
    font-size: 18px
}

.secret-menu .menu>.menu-item .sub-menu li {
    margin-bottom: 25px
}

.secret-menu .menu>.menu-item .sub-menu li:last-child {
    border-bottom: 0
}

.secret-menu .menu>.menu-item .sub-menu li:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(8) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(9) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(10) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.secret-menu .menu>.menu-item .sub-menu li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.secret-menu .menu>.menu-item .sub-menu.is-visible {
    height: auto;
    opacity: 1;
    display: block
}

.secret-menu .menu>.menu-item .sub-menu.is-visible li {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

.secret-menu .menu--selected>.menu-item:not(.active) a {
    opacity: .3
}

@media (min-width: 62em) {
    .secret-menu .menu--selected>.menu-item:not(.active) a {
        opacity:1;
        color: #565656
    }
}

.secret-menu .menu--selected>.menu-item:not(.active) a:hover {
    color: #fff
}

.secret-menu .menu--selected>.menu-item.active a:before {
    width: 100%
}

@media (min-width: 62em) {
    .secret-menu .menu--selected>.menu-item.active a:before {
        width:calc(100% - 40px)
    }
}

.secret-menu .menu--selected .sub-menu.is-visible>.menu-item.active>a:before {
    width: 100%
}

.secret-menu--is-visible {
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-animation: toShow .5s both;
    animation: toShow .5s both
}

.secret-menu--is-visible .menu>.menu-item {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}
.position-fixed {
    position: fixed !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}
.d-none {
    display: none !important;
}

.text-white {
    color: #fff !important;
}


.r-btn {
    display: inline-block;
    padding: 13px 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color:  var( --e-global-color-a627127 );
    border: 2px solid  var( --e-global-color-a627127 );
    color: #fff;
    transition: .5s ease
}

.r-btn:hover {
    background-color: #3b4e3b;
    border-color: #3b4e3b;
    color: #fff
}

.r-btn--white {
    background-color: #fff;
    color: #5c5c5c
}

.r-btn--white:hover {
    background-color:  var( --e-global-color-a627127 );
    border-color:  var( --e-global-color-a627127 );
}






.r-btn--line {
    background-color: transparent;
    color: #333
}

.r-btn--line-light {
    color: #fff
}

.r-btn--line:hover {
    background-color:  var( --e-global-color-a627127 );
    border-color:  var( --e-global-color-a627127 );
}

.r-btn--yellow,.r-btn--yellow:hover {
    border-color: #faea50;
    color: #333;
    background-color: #faea50
}

.r-btn--text {
    color: #5c5c5c;
    background-color: transparent;
    border-color: transparent;
    vertical-align: middle
}

.r-btn--text-white {
    color: #fff
}

.r-btn--text:hover,.r-btn--white:hover {
    background-color:  var( --e-global-color-a627127 );
    border-color:  var( --e-global-color-a627127 );
}

.r-btn--text-arrow {
    color: #5c5c5c;
    border: 0;
    padding: 0;
    background-color: transparent;
    line-height: 40px
}

@media (max-width: 47.99em) {
    .r-btn--text-arrow {
        max-width:260px;
        display: flex;
        align-items: center;
        line-height: normal
    }
}

.r-btn--text-arrow span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color:  var( --e-global-color-a627127 );
    vertical-align: middle;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    transition: .5s ease
}

.r-btn--text-arrow span .material-icons {
    font-size: 25px;
    color: #fff
}

.r-btn--text-arrow--small {
    line-height: 27px
}

.r-btn--text-arrow--small span {
    width: 27px;
    height: 27px
}

.r-btn--text-arrow--small span .material-icons {
    font-size: 18px
}

.r-btn--text-arrow-right span {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.r-btn--text-arrow:hover {
    background-color: transparent;
    color: #a2c150
}

.r-btn--text-arrow:hover span {
    background-color: #3b4e3b
}

.r-btn--return {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #5c5c5c;
    text-transform: uppercase;
    line-height: 40px
}

.r-btn--return span {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    background-color: #969696;
    justify-content: center;
    float: left;
    color: #fff;
    margin-right: 7px;
    transition: .5s ease
}

.r-btn--return span i {
    font-size: 25px
}

.col-12{
        position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.r-btn--return:hover {
    color: #a2c150;
    background-color: transparent
}

.r-btn--return:hover span {
    background-color: #a2c150
}

.site__header figure {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}
.text-center {
    text-align: center !important;
}
.d-block {
    display: block !important;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
      .d-lg-block {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {

    .r-header__button--search{
        margin:0
    }
}


/* Contenedores base */
.fade-box-custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fade-box-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Caras */
.fade-front,
.fade-back {
  position: absolute;
  inset: 0;
  padding: 50px 20px;
  box-sizing: border-box;
  transition: opacity 0.5s ease;
  color: white;
  z-index: 2;
}

/* Overlays */
.fade-back .overlay,
.fade-front .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Contenido (wrappers que se alinean) */
.front-content,
.back-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* editable por control */
  align-items: center;       /* editable por control */
  gap: 12px;                 /* editable por control */
  height: 100%;
  width: 100%;
  text-align: center;        /* editable por control */
}

/* Efecto fade */
.fade-back { opacity: 0; z-index: 1; }
.fade-box-custom:hover .fade-front { opacity: 0; }
.fade-box-custom:hover .fade-back  { opacity: 1; z-index: 3; }

/* Botones */
.fade-box-custom .btn-front,
.fade-box-custom .btn-back {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; /* por encima del overlay */
}
.fade-box-custom .btn-front {
  background: white;
  border: 2px solid #fff;
  color: #000;
}
.fade-box-custom .btn-back {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* Texto */
.flip-title {
  font-size: 22px;
  margin: 0;
}
.fade-box-custom p { margin: 0; }

.card-persons__item:hover h4, .card-persons__item:hover .elementor-widget-container {
   color:var(--e-global-color-a627127) !important;
}
.card-persons__item img, .card-persons__item h4, .card-persons__item .elementor-widget-container {
    transition: .5s ease;
}
.card-persons__item:hover img {
    transform: scale(1.05);
	
}
.card-persons__item:hover .elementor-widget-container {
        overflow: hidden;
}

.elementor-heading-title a{
	font-weight:bold !important;
}