/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*=====================HERO SECTION===================*/
.contactFormWrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(var(--BrandGreen-400)), color-stop(var(--BrandYellow500)), to(var(--BrandGreen-400)));
    background: -o-linear-gradient(left, var(--BrandGreen-400), var(--BrandYellow500), var(--BrandGreen-400));
    background: linear-gradient(90deg, var(--BrandGreen-400), var(--BrandYellow500), var(--BrandGreen-400));
    content: '';
    position: absolute;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 1px;
    pointer-events: none;
    border-radius: var(--radius-box);
}
section.heroContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: var(--BrandGreen500);
    z-index: 1;
    padding-top: calc(var(--headerHeight) + 2rem);
}
section.heroContainer .heroContainer_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
section.heroContainer .heroContainer_info .text .brandCta {
    width: 50%;
    margin: 2.81rem auto 0;
}
section.heroContainer .heroSocial_media.mobile {
    display: none;
}
section.heroContainer .heroInfoFormWrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--spaceX) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--spaceX);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
section.heroContainer .heroSocial_media.desktop {
    z-index: 1;
    margin-bottom: 1.25rem;
}
section.heroContainer .heroContainer_info {
    position: relative;
    width: 100%;
    z-index: 2;
}
section.heroContainer .heroContainer_info .text {
    color: var(--white);
    width: 100%;
    margin: 0;
}
body[data-pagetype="stockAffairs"] section.heroContainer .heroContainer_info .text {
    width: 35%;
}
section.heroContainer .heroContainer_info .text .title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
html[dir="ltr"] section.heroContainer .heroContainer_info .text .title {
    font-weight: 600;
}
section.heroContainer .heroContainer_info .text .title span {
    color: var(--BrandYellow500);
    font-weight: 800;
}
section.heroContainer .heroContainer_info .text .description {
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
html[dir="ltr"] section.heroContainer .heroContainer_info .text .description {
    font-weight: 600;
}
section.heroContainer .heroContainer_info p.subTitle {
    color: var(--BrandYellow500);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin: 1.25rem 0;
}
html[dir="ltr"] section.heroContainer .heroContainer_info p.subTitle {
    font-weight: 600;
}
section.heroContainer .gradient-line,.contactFormWrapper .gradient-line {
    width: 100%;
    margin: 1rem auto;
    background: -o-linear-gradient(left, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 197, 60, 0.00)), color-stop(19.23%, var(--BrandYellow500)), color-stop(79.33%, var(--BrandYellow500)), to(rgba(255, 197, 60, 0.00)));
    background: linear-gradient(90deg, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
}
section.heroContainer > .gradient-line {
    margin: 2rem 0 1rem;
    position: relative;
    z-index: 2;
}

section.heroContainer .heroSocial_media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--BrandYellow500);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
form .input-error {
    position: relative;
}
form .input-group .error-message {
    font-size: .65rem;
    color: #f00;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
html[dir="ltr"] form .input-group .error-message {
    left: auto;
    right: 1rem;
}
form .input-group.fullWidth .error-message {
    left: 1.5rem;
}
html[dir="ltr"] form .input-group.fullWidth .error-message {
    left: auto;
    right: 1.5rem;
}
#apiLog {
    text-align: center;
}
#apiLog p {
    margin: 0;
    font-size: 0.97rem;
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}
.wpcf7 form .wpcf7-response-output {
    color: var(--white);
    margin-bottom: 0;
    margin-top: 1rem;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: .5rem;
    font-size: .65rem;
    pointer-events: none;
}
html[dir="ltr"] span.wpcf7-not-valid-tip {
    left: auto;
    right: 0.5rem;
}
.wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.recaptcha span.wpcf7-not-valid-tip {
    left: auto;
    right: 0.5rem;
    margin-bottom: 0.35rem;
    pointer-events: none;
}
html[dir="ltr"] .recaptcha span.wpcf7-not-valid-tip {
    right: auto;
    left: 0.5rem;
}
section.heroContainer  .heroSocial_media p {
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
section.heroContainer  .heroSocial_media ul,
.contact_item_wrap.socialMedia ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.56rem;
    -moz-column-gap: 0.56rem;
    column-gap: 0.56rem;
}
section.heroContainer .heroSocial_media ul li a ,
.contact_item_wrap.socialMedia ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
/*=====================HERO SECTION===================*/
/*===================CONTACT SECTION==================*/
section.contactContainer {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr var(--spaceX) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--spaceX);
    color: var(--BrandGreen400);
    z-index: 2;
    margin-bottom: 7.37rem;
}
.contactInfoWrapper,.workingHours {
    margin-top: var(--space4Y);
    position: relative;
    width: 100%;
    display: block;
}
.contactInfoWrapper h2,.workingHours h2 {
    margin: 0;
    font-weight: 700;
}
html[dir="ltr"] .contactInfoWrapper h2 {
    font-weight: 600;
}
.contact_items_wrapper {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1.69rem;
    grid-column-gap: 4rem;
    margin-top: 3.5rem;
}
.contact_item_wrap .contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .56rem;
    -moz-column-gap: .56rem;
    column-gap: .56rem;
    line-height: 1.8;
    margin-bottom: .25rem;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
html[dir="ltr"] .contact_item_wrap h3 {
    font-weight: 700;
}
.contact_item_wrap h3 {
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
}
.contact_item_wrap .contact_item:hover,.contact_item_wrap.socialMedia ul li a:hover {
    color: var(--BrandYellow600);
}

section.heroContainer .heroSocial_media ul li a:hover {
    opacity: .65;
}

.contact_item_wrap.route a:hover {
    opacity: .6;
}
.contact_item_wrap .contact_item [class^="icon-"] {
    font-size: .97rem;
}
.contact_item_wrap .contact_item span:not([class^="icon-"]) {
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 400;
}
.contact_item_wrap.phones .contact_item span:not([class^="icon-"]),
.contact_item_wrap.support .contact_item span:not([class^="icon-"]) {
    direction: ltr;
    text-align: right;
}
.contact_item_wrap.route a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
html[dir=ltr] .contact_item_wrap.route a {
    margin-left: 0;
    margin-right: 1rem;
}
.contact_item_wrap.email .contact_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*===================CONTACT SECTION==================*/
/*===================CONTACT FORM SECTION==================*/
.contactFormWrapper input:-webkit-autofill,
.contactFormWrapper input:-webkit-autofill:hover,
.contactFormWrapper input:-webkit-autofill:focus,
.contactFormWrapper textarea:-webkit-autofill,
.contactFormWrapper textarea:-webkit-autofill:hover,
.contactFormWrapper textarea:-webkit-autofill:focus,
.contactFormWrapper select:-webkit-autofill,
.contactFormWrapper select:-webkit-autofill:hover,
.contactFormWrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white);
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.contactFormWrapper {
    position: relative;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.80);
    border: 2px solid transparent;
    -webkit-filter: drop-shadow(0px 3px 24px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 3px 24px rgba(0, 0, 0, 0.25));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 1.25rem;
    border-radius: var(--radius-box);
    background: -o-linear-gradient(left, var(--white), var(--white)) padding-box,
    -o-linear-gradient(left, var(--BrandGreen300), var(--gray), var(--BrandGreen300)) border-box;
    background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(var(--white))) padding-box,
    -webkit-gradient(linear, left top, right top, from(var(--BrandGreen300)), color-stop(var(--gray)), to(var(--BrandGreen300))) border-box;
    background: linear-gradient(90deg, var(--white), var(--white)) padding-box,
    linear-gradient(90deg, var(--BrandGreen300), var(--gray), var(--BrandGreen300)) border-box;
    background: rgba(255, 255, 255, 0.01);
    color: var(--white);
}
.contactFormWrapper .form_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
}
.contactFormWrapper .form_title [class^="icon-"] {
    font-size: 3rem;
    /* color: var(--white); */
}
.contactFormWrapper .form_title p{
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 300;
    /* color: var(--white); */
    margin: 0;
}
.branch_filterItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-bottom: 2.25rem;
}

.branch_filterItem {
    position: relative;
}

.branch_filterItem_header ,
.branch_filterItems .search-form{
    padding: .64rem .31rem;
    border-radius: 0.25rem;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--white);
    /* height: 2.0625rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 4;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--BrandGreen300);
    font-size: .97rem;
}
.branch_filterItem_header .triangle {
    width: 0;
    height: 0;
    border-left: .3rem solid transparent;
    border-right: .3rem solid transparent;
    border-top: .5rem solid var(--BrandGreen300);
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}
.branch_filterItem.active .branch_filterItem_header .triangle{
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.branch_filterItem_body {
    position: absolute;
    width: 100%;
    background: rgb(0,23,51,0.3);
    color: var(--white);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(calc(100% - 2.0625rem*.5)) translateX(-50%);
    -ms-transform: translateY(calc(100% - 2.0625rem*.5)) translateX(-50%);
    transform: translateY(calc(100% - 0.0625rem*.5)) translateX(-50%);
    z-index: 3;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    pointer-events: none;
    border: 1px solid var(--BrandGreen300);
    background: var(--BrandGreen500);
}
.branch_filterItem_body-container{
    padding: calc(2.0625rem*.5) 0 .2rem;
    max-height: 22vh;
    overflow-y: auto;
}
.branch_filterItem_body-container::-webkit-scrollbar {
    width: 4px;
}
.branch_filterItem_body-containerr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px var(--white);
    box-shadow: inset 0 0 3px var(--white);
}
.branch_filterItem_body-container::-webkit-scrollbar-thumb {
    background-color: var(--BrandGreen300);
    outline: 1px solid var(--BrandGreen300);
    border-radius: 10px;
}

.branch_filterItem.active .branch_filterItem_body {
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.branch_filterItem_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.branch_filterItem_body li {
    padding: .75rem 0.5rem;
    cursor: pointer;
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    position: relative;
}
.branch_filterItem_body li:hover {
    padding-right: .875rem;
}
html[dir="ltr"] .branch_filterItem_body li:hover {
    padding-right: 0;
    padding-left: .875rem;
}
.branch_filterItem_body li img {
    max-height: 100%;
    width: .875rem;
    height: .875rem;
}
.contactFormWrapper .gradient-line {
    margin: 1.5rem 0;
}
.contactFormWrapper .input-group:not(.fullWidth){
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    margin-bottom: .5rem;
}
.contactFormWrapper input::-webkit-input-placeholder,
.contactFormWrapper textarea::-webkit-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-moz-placeholder,
.contactFormWrapper textarea::-moz-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input:-ms-input-placeholder,
.contactFormWrapper textarea:-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-ms-input-placeholder,
.contactFormWrapper textarea::-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-webkit-input-placeholder, .contactFormWrapper textarea::-webkit-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-moz-placeholder, .contactFormWrapper textarea::-moz-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
section.contactFormWrapper input:-ms-input-placeholder, .contactFormWrapper textarea:-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-ms-input-placeholder,.contactFormWrapper textarea::-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-webkit-input-placeholder, .contactFormWrapper textarea::-webkit-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-moz-placeholder, .contactFormWrapper textarea::-moz-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input:-ms-input-placeholder, .contactFormWrapper textarea:-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::-ms-input-placeholder, .contactFormWrapper textarea::-ms-input-placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
.contactFormWrapper input::placeholder,
.contactFormWrapper textarea::placeholder{
    color: var(--white);
    opacity: .9;
    font-size: .97rem;
}
#clearForm {
    color: var(--white);
}
.contactFormWrapper .input-group input, .contactFormWrapper textarea {
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid var(--BrandGreen300);
    background: transparent;
    color: var(--white);
    padding: .51rem .31rem;
    font-size: .97rem;
}
.branch_filterItem_body li {
    border-bottom: 1px solid;
    -o-border-image: -o-linear-gradient(left, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 197, 60, 0.00)), color-stop(19.23%, var(--BrandYellow500)), color-stop(79.33%, var(--BrandYellow500)), to(rgba(255, 197, 60, 0.00)));
    border-image: linear-gradient(90deg, rgba(255, 197, 60, 0.00) 0%, var(--BrandYellow500) 19.23%, var(--BrandYellow500) 79.33%, rgba(255, 197, 60, 0.00) 100%);
    border-image-slice: 1;
}

.branch_filterItem_body li:last-child {
    border-bottom: none;
}
.contactFormWrapper .input-group.fullWidth {
    display: block;
    margin-bottom: .5rem;
    width: 100%;
}
.contactFormWrapper textarea {
    resize: none;
}
.contactFormWrapper .input-group-submit {
    margin-top: 1.25rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
}
.contactFormWrapper .input-group-submit .input-send input[type="submit"] {
    background: transparent;
    padding: 0;
    color: var(--white);
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid transparent;
}
.contactFormWrapper .input-group-submit .input-send.brandCta {
    padding: 0;
}
.upload-box {
    border: 2px dashed #D2D7D5;
    border-radius: 0.25rem;
    background-color: transparent;
    padding: 1.25rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: .35rem;
    -moz-column-gap: .35rem;
    column-gap: .35rem;
    row-gap: 0.65rem;
}

.upload-box:hover {
    border-color: var(--BrandGreen300);
}

.upload-box i {
    /* font-size: 26px; */
    color: var(--white);
    display: block;
}
#filePreview {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    margin: 0;
    line-height: normal;
}

#filePreview button#clearBtn {
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#filePreview button#clearBtn i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.upload-box span {
    color: var(--white);
    font-size: .97rem;
    margin-top: .25rem;
}

#fileInput {
    display: none;
}
#filePreview span {
    margin-top: 0;
}
.file-name {
    margin-top: 8px;
    font-size: 16px;
    color: var(--BrandGreen500);
    width: 100%;
    margin-bottom: 0;
}
.input-upload {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    position: relative;
}
.formWrapper form .recaptcha img {
    width: 15rem;
    margin: 0 auto;
    display: block;
}
section.mapContainer {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-bottom: 3rem;
    border-radius: 1.9375rem;
    z-index: 2;
}
section.mapContainer #contact-map{
    width: 100%;
    height: 100%;
    border-radius: 1.9375rem;
}
.leaflet-popup-content {
    text-align: center;
}
.leaflet-container a {
    color: var(--BrandGreen400);
    margin-top: .5rem;
    display: block;
}
.leaflet-popup-content b {
    font-family: "iranyekan", sans-serif;
    /*display: block;*/
    color: var(--BrandGreen500);
    font-weight: bold;
}
/*===================CONTACT FORM SECTION==================*/
/*=======================TIME CYCLE========================*/
.stepItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.56rem;
    -moz-column-gap: 1.56rem;
    column-gap: 1.56rem;
}

.stepItem .stepItem-header {}

.stepItem .stepItem-header > * {
    display: block;
    font-size: .97rem;
}
html[dir="ltr"] .stepItem .stepItem-header > * {
    font-weight: 500;
    text-transform: capitalize;
}
.stepItem.row .stepItem-header > *:first-child {
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 400;
    /*font-family: var(--font-bingo);*/
    color: var(--BrandYellow500);
    background-color: var(--BrandGreen500);
    width: 2rem;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .25rem;
    margin-bottom: 1.25rem;
}

.stepItem.row .stepItem-header > *:last-child {
    display: block;
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    white-space: nowrap;
    margin-bottom: -1rem;
}

.stepItem-body {
    width: 100%;
    border-bottom: 1px solid var(--BrandGreen400);
    padding-top: 2rem;
    padding-bottom: calc(1rem + .5rem);
}

.stepItem-body-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* gap: .7rem; */
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
    color: var(--BrandGreen400);
    /* height: 3rem; */
    margin-bottom: -.5rem;
}
.stepItem-body-item-inner {
    position: relative;
    background-color: var(--BrandGreen400);
    height: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem 1rem;
    border-radius: .5rem;
    width: 60%;
}
.stepItem.column .stepItem-body-item-inner {
    background-color: var(--BrandYellow500);
}
.stepItem-body-item:nth-child(odd) .stepItem-body-item-inner {
    background-color: var(--BrandYellow500);
}
.stepItem.column .stepItem-body-item:nth-child(odd) .stepItem-body-item-inner {
    background-color: var(--BrandGreen400);
}
.stepItem-body-item-inner:before{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23495d59'/></svg>") center/100% 100% no-repeat;
    height: 100%;
    width: .5rem;
    right: -.4rem;
}
.stepItem.column .stepItem-body-item-inner:before{
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23FFC53C'/></svg>") center/100% 100% no-repeat;
}
.stepItem-body-item-inner:after{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)scaleX(-1);
    -ms-transform: translateY(-50%)scaleX(-1);
    transform: translateY(-50%)scaleX(-1);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23495d59'/></svg>") center/100% 100% no-repeat;
    height: 100%;
    width: .5rem;
    left: -.4rem;
}
.stepItem.column .stepItem-body-item-inner:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23FFC53C'/></svg>") center/100% 100% no-repeat;
}
.stepItem-body-item:nth-child(odd) .stepItem-body-item-inner:before ,
.stepItem-body-item:nth-child(odd) .stepItem-body-item-inner:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23FFC53C'/></svg>") center/100% 100% no-repeat;

}
.stepItem.column .stepItem-body-item:nth-child(odd) .stepItem-body-item-inner:before ,
.stepItem.column .stepItem-body-item:nth-child(odd) .stepItem-body-item-inner:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23495d59'/></svg>") center/100% 100% no-repeat;

}
.stepItem-body-item:nth-child(even) {
    margin-right: auto;
}
html[dir="ltr"] .stepItem-body-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}
.stepItem-body .time{
    font-size: 0.625rem;
}
.stepItem-body .icon{
    font-size: 0.97rem;
}
.stepItem.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1.5rem;
}
.stepItem.column .stepItem-body {
    padding: 1rem 0;
}
.stepItem.column .stepItem-body-item {
    width: 100%;
    margin: 0;
    padding-right: 6.25rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
html[dir="ltr"] .stepItem.column .stepItem-body-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.stepItem.column .stepItem-body-item:nth-child(even) {
    margin: .5rem 0 0 ;
}

.stepItem-body-item {}

.stepItem-body-item:before {
    content: '';
    position: absolute;
    padding: initial;
    top: calc(50% - .05rem);
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 0.2rem;
    background-color: var(--BrandYellow500);
    z-index: -1;
}
.stepItem.column .stepItem-body-item:before {
    background-color: var(--BrandGreen400);
}
.stepItem-body-item:nth-child(even):before{
    background-color: var(--BrandGreen400);
}
.stepItem.column .stepItem-body-item:nth-child(even):before{
    background-color: var(--BrandYellow500);
}
.stickyFunderSection .stepItem-body-item{
    color: var(--BrandGreen400);
}
.stepItem.column .stepItem-body-item{
    color: var(--BrandYellow500);
}
.stepItem-body-item:nth-child(even){
    color: var(--BrandYellow500);
}
.stepItem.column .stepItem-body-item:nth-child(even){
    color: var(--BrandGreen400);
}
.stepItem.column .stepItem-body-item:nth-child(odd) .stepItem-body-item-inner {
    width: 75%;
}

.stepItem.column .stepItem-body-item:nth-child(even) .stepItem-body-item-inner {
    width: 40%;
}
/*=======================TIME CYCLE========================*/
.workingHours .table-container {
    width: 100%;
}
.workingHours .table-container table {
    width: 100%;
    font-size: .97rem;
}
@media only screen and (max-width: 768px){
    .contactFormWrapper input:-webkit-autofill,
    .contactFormWrapper input:-webkit-autofill:hover,
    .contactFormWrapper input:-webkit-autofill:focus,
    .contactFormWrapper textarea:-webkit-autofill,
    .contactFormWrapper textarea:-webkit-autofill:hover,
    .contactFormWrapper textarea:-webkit-autofill:focus,
    .contactFormWrapper select:-webkit-autofill,
    .contactFormWrapper select:-webkit-autofill:hover,
    .contactFormWrapper select:-webkit-autofill:focus {
        -webkit-text-fill-color: var(--BrandGreen500);
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
    }
    /*==============HERO SECTION==================*/
    .branch_filterItem_header, .branch_filterItems .search-form {
        color: var(--BrandGreen500);
    }
    section.heroContainer .heroSocial_media.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1.5rem;
    }
    section.heroContainer .heroSocial_media.desktop {
        display: none;
    }
    section.heroContainer .heroInfoFormWrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    section.heroContainer .heroContainer_info .text {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
    section.heroContainer .heroContainer_info .text .title{
        font-size: 1.75rem;
    }
    section.heroContainer .heroContainer_media::after {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        background-color: var(--BrandGreen500);
        z-index: -1;
        height: var(--before-height, 200px); /* مقدار پیش‌فرض */
    }
    .contactInfoWrapper {
        margin-top: var(--space3Y);
    }
    .WorkingHoursWrapper{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .WorkingHoursWrapper table{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .WorkingHoursWrapper table th, .WorkingHoursWrapper table td{
        padding: 5px 10px;
        border-bottom: 1px solid lightgray;
    }
    .contactFormWrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: -4rem;
        padding: 1rem;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(var(--white))) padding-box, -webkit-gradient(linear, left top, right top, from(var(--BrandGreen300)), color-stop(var(--gray)), to(var(--BrandGreen300))) border-box;
        background: -o-linear-gradient(left, var(--white), var(--white)) padding-box, -o-linear-gradient(left, var(--BrandGreen300), var(--gray), var(--BrandGreen300)) border-box;
        background: linear-gradient(90deg, var(--white), var(--white)) padding-box, linear-gradient(90deg, var(--BrandGreen300), var(--gray), var(--BrandGreen300)) border-box;
        color: var(--BrandGreen500);
    }
    .contactFormWrapper::before{
        opacity: 0;
    }
    .contactFormWrapper .input-group input, .contactFormWrapper textarea {
        color: var(--BrandGreen500);
    }
    section.heroContainer .heroContainer_info p.subTitle {
        font-size: 1.25rem;
    }
    section.heroContainer {
        background-color: transparent;
    }
    section.heroContainer .gradient-line {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 1rem auto;
    }
    section.heroContainer  .heroSocial_media {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    section.heroContainer .heroContainer_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4rem;
        padding: 1rem;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: var(--radius-box);
    }
    section.heroContainer .heroContainer_info::before {
        content: '';
        position: absolute;
        background: -o-linear-gradient(left, var(--BrandGreen-400), var(--BrandYellow500), var(--BrandGreen-400));
        background: -o-linear-gradient(left, var(--BrandGreen-400), var(--BrandYellow500), var(--BrandGreen-400));
        background: -webkit-gradient(linear, left top, right top, from(var(--BrandGreen-400)), color-stop(var(--BrandYellow500)), to(var(--BrandGreen-400)));
        background: linear-gradient(90deg, var(--BrandGreen-400), var(--BrandYellow500), var(--BrandGreen-400));
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        inset: 0;
        padding: 1px;
        pointer-events: none;
        border-radius: var(--radius-box);
    }
    section.heroContainer .heroContainer_info .text .description {
        margin-bottom: 0;
    }
    section.heroContainer .heroSocial_media p {
        margin: 0;
    }
    section.heroContainer {
        height: auto;
        padding-top: calc(var(--headerHeight) + 3rem);
    }
    /*==============HERO SECTION==================*/
    /*==============FORM SECTION==================*/
    form .input-group .error-message {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0.25rem;
    }
    form .input-group.fullWidth .error-message {
        left: auto;
        right: auto;
    }
    span.wpcf7-not-valid-tip {
        position: relative;
        left: auto !important;
        right: auto !important;
    }
    .wpcf7 form .wpcf7-response-output {
        color: var(--BrandGreen500);
    }
    section.contactContainer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 5.37rem;
    }
    .branch_filterItem_body {
        background: var(--white);
        color: var(--BrandGreen500);
    }
    .branch_filterItem_body-container {
        padding: calc(2.0625rem * -0.5) 0 .2rem;
    }
    .upload-box span,.upload-box i {
        color: var(--BrandGreen500);
    }
    .contactFormWrapper .form_title {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .contactFormWrapper .form_title [class^="icon-"] {
        font-size: 2rem;
    }
    .upload-box {
        padding: 1rem;
    }
    .contact_items_wrapper {
        grid-column-gap: 1rem;
    }
    section.heroContainer .heroSocial_media ul, .contact_item_wrap.socialMedia ul {
        row-gap: .5rem;
        -webkit-column-gap: 0.7rem;
        -moz-column-gap: 0.7rem;
        column-gap: 0.7rem;
    }
    .contactFormWrapper input::-webkit-input-placeholder,
    .contactFormWrapper textarea::-webkit-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-moz-placeholder,
    .contactFormWrapper textarea::-moz-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input:-ms-input-placeholder,
    .contactFormWrapper textarea:-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-ms-input-placeholder,
    .contactFormWrapper textarea::-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-webkit-input-placeholder, .contactFormWrapper textarea::-webkit-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-moz-placeholder, .contactFormWrapper textarea::-moz-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    section.contactFormWrapper input:-ms-input-placeholder, .contactFormWrapper textarea:-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-ms-input-placeholder,.contactFormWrapper textarea::-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-webkit-input-placeholder, .contactFormWrapper textarea::-webkit-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-moz-placeholder, .contactFormWrapper textarea::-moz-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input:-ms-input-placeholder, .contactFormWrapper textarea:-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::-ms-input-placeholder, .contactFormWrapper textarea::-ms-input-placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    .contactFormWrapper input::placeholder,
    .contactFormWrapper textarea::placeholder{
        color: var(--BrandGreen500);
        opacity: .9;
        font-size: .97rem;
    }
    #clearForm {
        color: var(--BrandGreen500);
    }
    .contactFormWrapper .brandCta.dark {
        color: var(--BrandGreen500);
        background: -o-linear-gradient(left, #fcd37d, #fffdf7) padding-box, -o-linear-gradient(290deg, var(--BrandYellow500), var(--BrandGreen400), var(--BrandYellow500)) border-box;
        background: linear-gradient(90deg, #fcd37d, #fffdf7) padding-box, linear-gradient(160deg, var(--BrandYellow500), var(--BrandGreen400), var(--BrandYellow500)) border-box;
        border: 1px solid transparent;
    }
    .contactFormWrapper .input-group-submit .input-send input[type="submit"] {
        color: var(--BrandGreen500);
    }
    /*==============FORM SECTION==================*/
    /*==============TIME CYCLE==================*/
    .stepItem-body-item {
        width: 80%;
        margin-bottom: .5rem;
    }
    .stepItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0 .5rem;
    }
    .stepItem-body {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .stepItem-body-item {
        width: 80%;
        margin-bottom: .5rem;
    }
    .stepItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0 .5rem;
    }
    .stepItem-body {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .stepItem.column .stepItem-body-item:nth-child(odd) .stepItem-body-item-inner {
        width: 90%;
    }
    .stepItem.column .stepItem-body-item {
        padding-right: 3.25rem;
    }
    .stepItem.column .stepItem-body-item:nth-child(even) .stepItem-body-item-inner {
        width: 70%;
    }
    /*==============TIME CYCLE==================*/
    .workingHours .table-container table {
        width: 100%;
        font-size: .875rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    /*==============HERO SECTION================*/
    section.heroContainer {
        height: auto;
    }
    /*==============HERO SECTION================*/
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.heroContainer {
        height: auto;
        padding-top: calc(var(--headerHeight) + 4rem);
    }
    section.heroContainer .heroContainer_info .text .title {
        font-size: 2.125rem;
    }
    section.heroContainer .heroContainer_info p.subTitle {
        font-size: 1.25rem;
    }
    .contactFormWrapper .form_title [class^="icon-"] {
        font-size: 2rem;
    }
    section.contactContainer {
        margin-bottom: 5.37rem;
    }
    section.mapContainer {
        height: 32vh;
    }
    .stepItem.column .stepItem-body-item:nth-child(even) .stepItem-body-item-inner {
        width: 60%;
    }
    .stepItem-body-item-inner {
        gap: .75rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    section.heroContainer {
        height: auto;
        min-height: 100vh;
        padding-top: calc(var(--headerHeight) + 3rem);
    }
    section.heroContainer .heroContainer_info .text .title {
        font-size: 2.25rem;
    }
    section.heroContainer .heroContainer_info p.subTitle {
        font-size: 1.25rem;
    }
    section.contactContainer {
        margin-bottom: 5.37rem;
    }
    .contact_items_wrapper {
        grid-row-gap: 1.59rem;
        margin-top: 3.25rem;
    }
    section.heroContainer .heroContainer_info {
        padding-bottom: 3rem;
    }
    .stepItem-body-item-inner {
        gap: .75rem;
    }
    .stepItem.column .stepItem-body-item:nth-child(even) .stepItem-body-item-inner {
        width: 50%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px){
    section.heroContainer {
        height: auto;
        min-height: 100vh;
        padding-top: calc(var(--headerHeight) + 3rem);
    }
    section.heroContainer .heroContainer_info .text .title{
        font-size: 2.35rem;
    }
    section.heroContainer .heroContainer_info p.subTitle {
        font-size: 1.25rem;
    }
    section.contactContainer {
        margin-bottom: 5.37rem;
    }
    .stepItem.column .stepItem-body-item:nth-child(even) .stepItem-body-item-inner {
        width: 50%;
    }
}
