<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    outline: none !important;
}
body {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}
h1 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}
h2 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}

h3 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}

h4 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}

h5 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}

h6 {
    font-family: "Assistant", Arial, Tahoma, sans-serif;
}
.wp-container-7.entry-content &gt; *,
#Content {
    max-width: 1220px;
}
.register-page h2,
.register-page h3,
.register-page p {
    margin: 0;
    margin-bottom: 15px;
}
.register-page h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}
.register-page h3 {
    font-size: 32px;
    line-height: 40px;
}
.register-page p {
    font-size: 17px;
    line-height: 21px;
}
.register-heading {
    margin: 0 1% 40px;
    text-align: center;
}
.track_plan_wrap {
    display: flex;
    justify-content: center;
}
.track_plan_item {
    width: 33%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}
.track_plan_item_text {
    position: relative;
    top: -65px;
    text-align: center;
}
.track_plan_item_text p {
    font-size: 20.4px;
}
.track_plan_item_accordion_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
.track_plan_item_accordion_body ul {
    list-style: disc outside;
    margin: 0 0 15px 30px;
    padding: 15px 20px 10px;
    margin-right: 30px;
    text-align: right;
}
.track_plan_item_accordion_body ul li {
    position: relative;
    padding-left: 0px;
    padding-right: 30px;
    list-style: none;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 21px;
    color: #231f20;
}

.track_plan_item_accordion_body ul li:before {
    position: absolute;
    right: -10px;
    content: "\2713";
    display: inline-block;
    height: 18px;
    padding-left: 12px;
    margin-right: 15px;
}

.track_plan_item_accordion_body ul li.plus-sub:before {
    content: "+" !important;
    color: green !important;
}

.track_plan_item_accordion {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 5px;
    width: 98%;
    margin: 0 auto 40px;
}
.track_plan_item_accordion_heading {
    position: relative;
    padding: 14px 60px 14px 14px;
    background: #f9f9f9;
    background-position: right top;
    border-color: rgba(0,0,0,.08);
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.04);
    color: #444;
    font-size: 24px;
    font-weight: 300;
    line-height: 21px;
    cursor: pointer;
}
.track_plan_item_accordion_heading.open {
    color: #2991d6;
}
.track_plan_item_accordion_heading:before {
    content: "";
    width: 49px;
    height: 100%;
    border-style: solid;
    position: absolute;
    top: 0;
    z-index: 1;
    border-width: 0 0 0 1px;
    right: 0;
    border-color: rgba(0,0,0,.08);
}
.track_plan_item_accordion_heading span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0,0,0,.25);
    font-size: 28px;
}
.track_plan_item_accordion_heading.open span {
    top: 44%;
    right: 19px;
    font-size: 40px;
}
.track_plan_item_accordion_heading.open span {
    color: #2991d6;
}
.track_plan_item_accordion_heading span:before {
    font-weight: 400;
    line-height: 1em;
}
.track_plan_item_accordion_heading span.icon-plus:before {
    content: '+';
}
.track_plan_item_accordion_heading.open span.icon-plus:before {
    content: '-';
}
.center {
    text-align: center;
}
.register_for {
    text-align: center;
    margin-bottom: 20px;
}
.register_for_input {
    display: flex;
    justify-content: center;
}
.register_for_input label {
    margin: 0 1em 0 0;
    width: auto;
}
.register_for_input label:first-child {
    margin-right: 0px;
}



.register_bottom label,
.register_bottom input:not([type="color"]):not([type="checkbox"]),
.editor_wp {
    display: block;
    width: 99%;
    box-sizing: border-box;
}
.register_bottom label {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
}
.register_bottom input[type="text"], .register_bottom input[type="textarea"] {
    margin-bottom: 20px;
    padding: 10px;
    max-width: 100%;
    background-color: rgba(255,255,255,1);
    border: 1px solid #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
    font-size: 14px;
    color: #626262;
}
.register_bottom input:not([type="file"]),
.register_bottom select {
    margin-bottom: 20px;
}

.register_bottom input[type="text"]:focus {
    color: #1982c2;
    background-color: rgba(233,245,252,1) !important;
    border-color: #d5e5ee;
}
.editor_wp textarea:focus {
    color: #1982c2;
    background-color: rgba(233,245,252,1) !important;
    border-color: #d5e5ee;
}
#category_name,
select.category_name {
    width: 99%;
    padding: 8px 8px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    font-size: 13px;
}
.input_info, .label_info {
    display: block;
    margin-top: 5px;
    color: #231f20;
    font-size: 17px;
}
.label_info {
    font-size: 14px;
}

.areas-checkboxes label {
    font-weight: 400 !important;
    display: block;
}
.areas-checkboxes input {
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: auto !important;
}
.projects-gallery {
    display: flex;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

.project {
    position: relative;
    overflow: hidden;
}



/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .projects-gallery {
        grid-template-columns: 1fr; /* One column on small screens */
        grid-gap: 10px; /* Smaller gap for small screens */
    }
}
.modal-content {
    background-color: #083520;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    max-width: 350px;
}

.btr-value {
    color: #006837;
    font-weight: 800;
    margin: none;
}
.footer_form p {
	display:flex;
	flex-direction: column;

}
.wpcf7-form {
    direction: rtl;
}
.bfield {
    background-color: #264E3B;
    color: white;
	   text-align: right;
    height: 20px;
    padding: 10px;
    border-radius: 7px;
    border: none;
}
.wpcf7-form-control::placeholder {
  color: white;
}
.b-textarea {
	border: none;
	border-radius: 8px;
	color: white;
	padding: 10px;
	font-family: 'Assistant';
	font-weight: 600;
}
.b-lead {
    border-radius: 20px;
    background-color: white;
    font-size: 17px;
    color: #1DBF73;
    width: 85px;
    border: 0;
    text-align: center;
    padding: 10px;
		margin: auto;
}
.close {
	color: white;
	font-size: 25px;
  cursor: pointer;
}
.wpcf7-form-control-wrap {
	margin: auto;
}
.projects-gallery {
    display: flex;
    grid-gap: 15px; /* Adjust the gap to match your design */
    margin-bottom: 15px; /* Adds some space at the bottom of the grid */
}

.project {
    position: relative;
    overflow: hidden;
}

.project img {
    max-width: 400px;
    height: auto;
    display: block;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .projects-gallery {
        grid-template-columns: 1fr; /* One column on small screens */
        grid-gap: 10px; /* Smaller gap for small screens */
    }
}


.gallery-add {
    margin-bottom: 15px;
}
.gallery-add a {
    color: #2faacc;
    font-size: 17px;
    text-decoration: none;
}
.gallery-add a:hover {
    color: #ff4066;
}
.reg_submit,
.register_bottom input.reg_submit {
    background-image: none;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    box-shadow: inset 0 0 0 0;
    -webkit-appearance: none;
    width: fit-content;
    background-color: #ffbf00;
    color: #ffffff;
    margin: 10px 0;
    padding: 11px 20px;
    cursor: pointer;
}
.gallery_input {
    margin: 5px 0 !important;
}

.with_info .label_info {
    margin: 0px 0px 3px;
}
.with_info label {
    margin-bottom: 0px;
    line-height: 17px;
}

.star-rating_wrap {
    width: 392px;
    max-width: 100%;
    margin-right: auto;
    background-color: #ff4066;
}
.star-rating_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 48px;
    padding-right: 32px;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.star-rating_item:last-child {
    border-bottom: none;
}
.star-rating_title,
.star-rating_content_text {
    font-size: 24px;
    font-weight: bold;
}
.star-rating_title {
    align-items: center;
}
.star-rating_text {
    display: flex;
    align-items: center;
    max-width: 170px;
}
.star-rating_star {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-image: url(../templates/img/star-unactive.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 1.5px;
}
.star-rating_input:checked + .star-rating_star,
.star-rating_star.hover {
    background-image: url(../templates/img/star-active.png);
}
.star-rating_input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.star-rating_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 0px 25px;
    border-right: 3px solid transparent;
    transition: .3s;
    box-sizing: border-box;
}
.star-rating_item--open .star-rating_content {
    padding: 55px 25px 28px;
    border-color: #fff;
    background-color: #00aad9;
}
.star-rating_content_text {
    opacity: 0;
    transition: .3s;
}
.star-rating_item--open .star-rating_content_text {
    opacity: 1;
}
.star-rating_stars {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    direction: ltr;
}
.star-rating_item--open .star-rating_stars {
    top: 25px;
    transform: none;
}

.contact-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 90px 70px 70px;
    background-color: #ecedef;
}
.contact-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 650px;
    margin-left: 105px;
}
.contact-form_title {
    margin-bottom: 45px;
    font-size: 60px;
    font-weight: bold;
    color: #97bd00;
}
.contact-form form input {
    display: block;
    height: 53px;
    width: 100%;
    margin-bottom: 19px;
    padding: 20px 19px;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border: none !important;
    border-radius: 26px !important;
    box-sizing: border-box;
}
.contact-form form input:last-child {
    margin-bottom: 0px;
}
.contact-form form input[type="submit"] {
    background-color: #ff4066;
    width: 250px;
    margin-right: auto;
    padding: 0;
    cursor: pointer;
    color: #fff;
}
.contact-form_links {
    display: flex;
    flex-direction: column;
}
.contact-form_links_item {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 18px;
}
.contact-form_links_item img {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 18px;
}
.contact-form_social {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.contact-form_social span {
    color: #000;
    font-size: 24px;
    margin-left: 18px;
}
.contact-form_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
}
.contact-form_social a:last-child {
    margin-left: 0px;
}
.contact-form_social a img {
    width: 40px;
    height: 40px;
}


@media (max-width: 1280px) {
    .track_plan_wrap {
        flex-wrap: wrap;
    }
    .track_plan_item {
        width: 100%;
    }
    .rating_wrapper {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
    }
    .star-rating_wrap {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1279px) {
    .contact-form-wrap {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    .contact-form {
        margin: 0 auto 20px;
        width: 55%;
    }
    .contact-form_links {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .contact-form {
        width: auto;
    }
    .contact-form_title {
        text-align: center;
        margin-bottom: 24px;
        font-size: 50px;
    }
}

@media (max-width: 400px) {
    .star-rating_item {
        font-size: 15px;
    }
    .star-rating_item.star-rating_title {
        font-size: 24px;
    }
    .star-rating_content {
        min-width: auto;
        padding: 0px 15px;
    }
    .star-rating_item--open .star-rating_content {
        padding: 50px 15px 28px;
    }
    .contact-form_links_item {
        font-size: 18px;
    }
}</pre></body></html>