#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 99999
}

.cta-menu a {
    border: 0px solid #fff;
    padding: 10px!important;
    border-radius: 25px;
    background: linear-gradient(to right,#E33B35,#F59C26);
    color: #fff!important
}

.cta-menu a:hover {
    border: 0px solid #fff;
    background: linear-gradient(to right,#F59C26,#E33B35);
    color: #fff!important;
    opacity: 1!important
}

cta-menu a {
    border: 2px solid #fff;
    padding: 10px!important;
    border-radius: 25px;
    background: linear-gradient(to right,#F59C26,#E33B35);
    color: #fff!important;
    animation-name: pulse;
    animation-duration: 3000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    30% {
        transform: scale(1)
    }

    40% {
        transform: scale(1.08)
    }

    50% {
        transform: scale(1)
    }

    60% {
        transform: scale(1)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }
}

.cta-menu a:hover {
    border: 0px solid #fff;
    background: linear-gradient(to right,#F59C26,#E33B35);
    color: #fff!important;
    opacity: 1!important;
    animation: none
}

#top-menu .current-menu-item a::before,#top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #d11250;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#top-menu li a:hover {
    opacity: 1!important
}

#top-menu li a:hover:before {
    right: 0
}

#top-menu li li a:before {
    bottom: 10%
}

#main-header {
    box-shadow: 0 0px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 0 rgb(0 0 0 / 10%)
}

/*FORMS		*/
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative
}

.et_pb_form.et_pb_form_container .input,.et_pb_form.et_pb_form_container .input::placeholder,.et_pb_form.et_pb_form_container .input[type=checkbox]+label,.et_pb_form.et_pb_form_container .input[type=radio]+label {
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif
}

.et_pb_form.et_pb_form_container .input[type=checkbox]+label,.et_pb_form.et_pb_form_container .input[type=radio]+label {
	color: #495057;
    font-size: 14px;
}

.et_pb_form.et_pb_form_container .input::-webkit-input-placeholder {
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif
}

.et_pb_form.et_pb_form_container .input::-moz-placeholder {
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif
}

.et_pb_form.et_pb_form_container .input:-ms-input-placeholder {
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif
}

.et_pb_form.et_pb_form_container {
    padding-top: 32px
}
.et-pb-form-message {
    position: relative;
}
p.et_pb_form_field.et_pb_form_field_last+p.et_pb_form_field.et_pb_form_field_last, p.et_pb_form_field:not(.et_pb_form_field_last), p.et_pb_form_field_half+p.et_pb_form_field_last:not(.et_pb_form_field_half) {
    clear: both;
}
p.et_pb_form_field {
    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-position: 50%;
    background-size: cover;
}
.et_pb_form_field *, .et_pb_form_field.et_pb_section_parallax, .et_pb_form_field.et_pb_section_video {
    position: relative;
}
div.et_pb_form_field {
    padding: 0 0 0 3%;
}
.et_pb_form input, .et_pb_form textarea, .et_pb_form select {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    color: #495057;
    font-size: 14px;
    padding: 10px;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
p.et_pb_form_field.et_pb_form_btngroup_title{
	color: #495057;
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.1em;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 500;
}
p.et_pb_form_field.et_pb_form_btngroup{
	line-height: 0.8em;
}
.et_pb_form input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #eee;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transform: translateY(-0.075em);
    line-height: 1.1;
    display: grid;
	place-content: center;
	padding: 0.8rem;
}
.et_pb_form input[type="checkbox"]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: CanvasText;
}
.et_pb_form input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.et_pb_form .et_pb_form_field label.et_pb_form_label_checkbox{
	color: #495057;
    font-size: 14px;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 1.5em;
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_form .et_pb_form_field label.et_pb_form_label_checkbox span{
	padding-top: 0.3em;
}
.et_pb_form input:focus, .et_pb_form textarea:focus, .et_pb_form select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.et_pb_form_field textarea.et_pb_contact_message {
    min-height: 120px;
    display: block;
}
.et_form_bottom_container {
    float: right;
    text-align: right;
    margin-top: 3%;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
}
.et_pb_form_reset, .et_pb_form_submit {
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer;
	color: #118559;
	border-radius: 0.25rem;
}
.et_pb_form_reset:hover, .et_pb_form_submit:hover {
    background-color: rgba(0,0,0,.05);
}
.et_pb_form_title h3{
	font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #005350!important;
	text-align: center;
}
.et_pb_form_error {
    border: 1px solid red!important;
}

body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button {
    color: #005350!important;
    border-width: 1px!important;
    font-size: 14px;
    font-family: 'museo 500',Helvetica,Arial,Lucida,sans-serif!important
}

body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:after {
    font-size: 1.6em
}

body.et_button_custom_icon #page-container .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:after {
    font-size: 14px
}
@media only screen and (max-width: 1249px) {
	div.image-popup-login-form{
		display:block!important;
	}
}
@media only screen and (max-width: 1250px) {
	a.label-popup-login-form{
		display:none!important;
	}
}
@media only screen and (max-width: 980px) {

    body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:after {
        display: inline-block;
        opacity: 0
    }

    body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:hover:after {
        opacity: 1
    }
	a.icon-popup-login-form{
		display: block!important;
	}
	div.container.clearfix.et_menu_container > .logo_container {
		top: 0;
		left: 33%;
		margin: 0 auto;
		display: inline-block;
		width: 33%;
		min-width: 250px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
		width: 100%;
		padding-left: 0px!important;
	}
	#et_mobile_nav_menu {
		float: left;
	}
	.et_header_style_left #logo {
		max-width: 100%!important;
	}
}

@media only screen and (max-width: 767px) {

    body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:after {
        display: inline-block;
        opacity: 0
    }

    body #page-container .et_pb_section .et_pb_form.et_pb_form_container.et_pb_module .et_pb_button:hover:after {
        opacity: 1
    }
	#et_mobile_nav_menu {
		padding-right: 2em;
	}
}	
@media only screen and (max-width: 420px) {
	div.image-popup-login-form{
		right: 1em!important;
	}
}
a.popup-login-form
{
	cursor:pointer
}
a.icon-popup-login-form{
	float: right;
    padding-right: 48px;
    padding-top: 16px;
	display: none;
}
a.label-popup-login-form{
	display:block;
}
div.image-popup-login-form{
	display:none;
	position: fixed;
    top: 15px;
    right: 1.5em;
	cursor:pointer
}
div.modal.login{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
div.dialog.login{
	position: relative;
    width: auto;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	max-width: 500px;
	min-height: calc(100% - (1.75rem * 2));
	margin: 1.75rem auto;
	/*transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-150px);
    transform: translate(0,-150px);*/
}
#et_pb_apps{
	display:none;
}

#login-form
{
 border-radius:3px;
 background-clip: padding-box;
 outline: 0;
 border: 0;
 box-shadow:0px 0px 10px 0px #424242;
 box-sizing:border-box;
 font-family:helvetica;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
#login-form button.close
{
	cursor: pointer;
	position: absolute;
    z-index: 1;
    right: 10px !important;
    top: 10px !important;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(193, 193, 193, 0.3) !important;
    border-radius: 50%;
    font-size: 1.8rem;
    padding: 0;
	border: 0;
	appearance: none;
	float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
#login-form button.close:focus {
  outline: 0;
}
#login-form button.close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
#login-form-message{
    line-height: 26px;
	color: red;
}
#login-form-message ul{
	list-style-type: disc;
    padding: 0 0 23px 1em;
}
#et_pb_apps{
	
}
#et_pb_apps button{
	width: 30%;
    padding-left: 10px;
    padding-right: 10px;
}
a.popup-contact-form{
	color: #005350!important;
	letter-spacing: 1px;
	cursor: pointer;
	color: rgba(0,0,0,0.6);
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	    border: 0px solid #fff;
    padding: 20px!important;
    border-radius: 25px;
    background: linear-gradient(to right,#E33B35,#F59C26);
	font-size: 1.2rem;
}
a.popup-contact-form:hover {
    border: 0px solid #fff;
    background: linear-gradient(to right,#F59C26,#E33B35);
    color: #fff!important;
    opacity: 1!important
}
a.popup-contact-form:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #d11250;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.link-contact-form {
	cursor: pointer;
}
div.modal.contact{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.5);
}
div.dialog.contact{
	position: relative;
    width: auto;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	max-width: 500px;
	min-height: 100%;
	max-height: 110%;
	margin: 0 auto;
	position: fixed;
	top: 0;
    left: auto;
    right: -500px;
    background: #f5f6f7;
	transition: all 1s ease;
	/*transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-150px);
    transform: translate(0,-150px);*/
}
div.dialog.contact.opened{
	left: 'auto';
	transition: all 1s ease;
}
#contact-form
{
 border-radius:6px;
 background-clip: padding-box;
 outline: 0;
 border: 0;
 box-shadow:0px 0px 4px 0px #424242;
 box-sizing:border-box;
 font-family:helvetica;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
	overflow-y: auto;
}
form#form_contact{
	padding-top: 18px;
}
#contact-form div.et_form_bottom_container{
	margin-top: 0;
}
div.modal.contact button.close
{
	cursor: pointer;
	position: absolute;
    z-index: 1;
    right: 10px !important;
    top: 10px !important;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(193, 193, 193, 0.3) !important;
    border-radius: 50%;
    font-size: 1.8rem;
    padding: 0;
	border: 0;
	appearance: none;
	float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
div.modal.contact button.close:focus {
  outline: 0;
}
div.modal.contact button.close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}