.trin{animation-name:trin;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}
@keyframes trin{from{transform:rotate3d(0,0,1,0deg)} 20%,32%,44%,56%,68%{transform:rotate3d(0,0,1,0deg)} 23%,35%,47%,59%,71%{transform:rotate3d(0,0,1,15deg)} 26%,38%,50%,62%,74%{transform:rotate3d(0,0,1,0deg)} 29%,41%,53%,65%,77%{transform:rotate3d(0,0,1,-15deg)} 80%{transform:rotate3d(0,0,1,0deg)}}
.fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1} 100%{opacity:0}}  .fadeIn{animation-name:fadeIn}
@keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}
@keyframes stretch{0%{color:#006b25} 100%{color:#022a45}}
@keyframes logoRes{from{opacity:0;transform:scale(.7)} to{opacity:1;transform:scale(1)}}
@keyframes showDialog{0%{opacity:0;transform:translateY(40px)} 100%{opacity:1;transform:translateY(0)}}
@keyframes scale{0%{transform:scale(.8)} 100%{transform:scale(1.2)}}
.scale{animation-name:scale;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running}
@keyframes jump{0%{bottom:0} 50%{bottom:10px} 100%{bottom:0}}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%)} 100%{opacity:1;transform:translateY(0)}}
@keyframes zoomIn{from{opacity:0;transform:scale(.7)} to{opacity:1;transform:scale(1)}}
*,:after,:before{box-sizing:border-box;margin:0;padding:0;outline:0}
video{width:100%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:rgba(0,0,0,0)}
a:active,a:focus,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub.red,sup.red{color:#e31e26}
sup{top:-.5em}
sub{bottom:-.25em}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
p{font:400 1.5rem/1.6 "DM Sans",sans-serif}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}
ol,ul{list-style-position:inside}
img{max-width:100%;height:auto;border:0}
.icon,[class*=" icon_"],[class^=icon_]{display:inline-block;width:1em;height:1em;fill:currentColor}
ol li,ul li{list-style:none}
.dialog_wrapper{position:fixed;top:0;left:0;display:none;width:100%;height:100%;z-index:1500;padding:0 1rem;overflow-y:auto}
.dialog{display:none;align-items:center;max-width:40rem;margin:4rem auto;min-height:calc(100% - 8rem)}
.dialog.modal_small{max-width:31rem}
.dialog.modal_medium{max-width:40rem}
.dialog.modal_large{max-width:85rem}
.dialog.modal_xlarge{max-width:65vw}
.modal_wrap{width:100%;padding:2rem 3rem 2.5rem;border-radius:1.5rem;background-color:#fff;border-top:.6rem solid #e07a2f;z-index:1503;position:relative}
.modal_wrap .icon_close{position:absolute;top:.5rem;right:.5rem;color:#e07a2f;cursor:pointer;font-size:3rem;transition:color .3s linear}
.modal_wrap .icon_close:focus{color:#dc3545}
.modal_wrap .icon_close .icon{display:block}
.modal_wrap .image_wrap{position:relative;width:7rem;height:7rem;line-height:7rem;margin:-5.5rem auto 0;border-radius:50%;text-align:center;background-color:#e07a2f}
.modal_wrap .image_wrap .icon{height:4rem;width:4rem;color:#fff;animation:zoomIn .5s both;animation-delay:.2s}
.modal_wrap .modal_text{text-align:center;margin:2rem 0 .5rem}
.modal_wrap .modal_text .modal_title{font-size:2.4rem;line-height:1.4;font-weight:700;color:#212121;text-transform:capitalize;margin:0 auto}
.modal_wrap .modal_text p{margin:.5rem auto;max-width:88%}
.modal_wrap .modal_buttons{font-size:0;text-align:center;margin:2rem auto 0;max-width:35rem}
.modal_wrap .modal_buttons .button{width:calc(50% - 1.4rem);min-width:unset;margin:.5rem .7rem}
.dialog_bg{position:fixed;left:0;top:0;display:none;width:100%;height:100%;background-color:rgba(33,33,33,.55)}
.dialog_bg.visible,.dialog_wrapper.visible{display:block}
.dialog.visible{display:flex}
.dialog_opened{overflow:hidden;padding-right:.8rem}
.dialog_opened.dialog_scrollable_mobile{padding-right:0}
.dialog_opened .dialog_bg,.dialog_opened .modal_wrap{animation-duration:.3s;animation-fill-mode:both}
.dialog_opened .dialog_bg{animation-name:fadeIn}
.dialog_opened .modal_wrap{animation-name:showDialog}
.modal_status.dialog .modal_wrap{color:#212121;background-color:#fff;text-align:center}
.modal_status.dialog .dialog_close.icon_close{display:none}
.modal_status.dialog .modal_text{margin:2rem 0}
.modal_status.dialog .modal_text .modal_title{font-size:2.6rem;font-weight:700;line-height:1.3;text-transform:initial;margin:0 auto 1rem;max-width:100%}
.modal_status.dialog .modal_text p{margin:.5rem auto;max-width:88%}
.modal_success.dialog .modal_wrap{border-top:.6rem solid #28a745}
.modal_success.dialog .check_wrap{border:.2rem solid #28a745;overflow:hidden;animation:wrap .3s ease-in-out forwards;animation-delay:.3s;transform:scale(0)}
.modal_success.dialog .check_wrap::after,.modal_success.dialog .check_wrap::before{content:"";position:absolute;background-color:#fff;width:0;height:.5rem;transform-origin:left;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}
.modal_success.dialog .check_wrap::before{top:3.2rem;left:2.1rem;transform:rotate(45deg);animation-name:left;animation-delay:.8s}
.modal_success.dialog .check_wrap::after{top:4.2rem;left:2.9rem;transform:rotate(-45deg);animation-name:right;animation-delay:1.1s}
@keyframes wrap{0%{background-color:rgba(0,0,0,0);transform:scale(0)}
100%{background-color:#28a745;transform:scale(1)}}
@keyframes left{0%{width:0}
100%{width:1.5rem}}
@keyframes right{0%{width:0}
100%{width:3rem}}
.modal_danger.dialog .modal_wrap{border-top:.6rem solid #dc3545}
.modal_danger.dialog .checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 #dc3545;animation:fill .4s ease-in-out .4s forwards,scale2 .3s ease-in-out .9s both}
.modal_danger.dialog .checkmark_circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#dc3545;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}
.modal_danger.dialog .checkmark_check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}
@keyframes stroke{100%{stroke-dashoffset:0}}
@keyframes scale2{0%,100%{transform:none}
50%{transform:scale3d(1.1,1.1,1)}}
@keyframes fill{100%{box-shadow:inset 0 0 0 5rem #dc3545}}
.modal_warning.dialog{border-top:.6rem solid #ffb92e}
.modal_warning.dialog .image_wrap{background-color:#ffb92e}
.modal_info.dialog{border-top:.6rem solid #119eb5}
.modal_info.dialog .image_wrap{background-color:#119eb5}
.dialog .contact_form .modal_text{margin:2rem 0}
.dialog .contact_form textarea.input{min-height:7.3rem}
.dialog .contact_form .button{display:block;width:100%;margin:2rem 0 0}
.dialog .contact_form .row_f [class*=col_]{width:calc(100% - 3.01rem)}
.modal_video.dialog{padding:1.5rem;border:none;width:65vw;max-width:100%;flex-shrink:0}
.modal_video.dialog .video_frame{width:100%;height:40rem;border-radius:1.5rem}
.modal_video.dialog .icon_close{display:none}
.toast_notifications{position:fixed;bottom:3rem;right:2rem;z-index:99999999}
.toast_notifications .column,.toast_notifications .toast{display:flex;align-items:center}
.toast_notifications .toast{width:40rem;position:relative;overflow:hidden;list-style:none;padding:1.6rem 1.7rem;margin-bottom:1rem;background:#fff;justify-content:space-between;animation:show_toast .3s ease forwards;box-shadow:0 .2rem .8rem 0 rgba(99,99,99,.2)}
@keyframes show_toast{0%{transform:translateX(100%)}
40%{transform:translateX(-5%)}
80%{transform:translateX(0)}
100%{transform:translateX(-10px)}}
.toast_notifications .toast.hide{animation:hide_toast .3s ease forwards}
@keyframes hide_toast{0%{transform:translateX(-10px)}
40%{transform:translateX(0)}
80%{transform:translateX(-5%)}
100%{transform:translateX(calc(100% + 20px))}}
.toast::before{position:absolute;content:"";height:.3rem;width:100%;bottom:0;left:0;animation:progress 4s linear forwards}
@keyframes progress{100%{width:0%}}
.toast.success::before{background-color:#43b14b}
.toast.error::before{background-color:#ff3f0a}
.toast.warning::before{background-color:#d8cd31}
.toast.info::before{background-color:#4fc8f4}
.toast .column svg{width:2.6rem;height:2.6rem;flex-shrink:0}
.toast.success .column span,.toast.success .column svg{color:#43b14b}
.toast.error .column span,.toast.error .column svg{color:#e24d4c}
.toast.warning .column span,.toast.warning .column svg{color:#d8cd31}
.toast.info .column span,.toast.info .column svg{color:#4fc8f4}
.toast .column span{font-size:1.6rem;font-weight:600;margin-left:1.2rem;color:#272727;flex-grow:1}
.toast_notifications .removeTOAST{display:flex;cursor:pointer;flex-shrink:0}
.toast_notifications .removeTOAST .icon{width:1.6rem;height:1.6rem;color:#000;transition:.3s linear}
html{font-size:62.5%}
body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-family:"DM Sans",sans-serif;font-size:1.6rem;-webkit-tap-highlight-color:hsla(0,0%,100%,0);-webkit-tap-highlight-color:transparent;margin:0;padding-top:0}
.disabled,[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}
.clearfix::after,.clearfix::before,.row::after,.row::before{content:" ";display:table}
.clearfix::after,.row::after{clear:both}
a{text-decoration:none;color:inherit}
.table{display:table}
.tableb{display:table;border-collapse:collapse;border-spacing:0}
.trow{display:table-row}
.tcell{display:table-cell;vertical-align:middle}
.tc{text-align:center}
.tc .h1:first-child,.tc .h2:first-child,.tc h1:first-child,.tc h2:first-child{margin-top:0}
.tc .h1:last-child,.tc .h2:last-child,.tc h1:last-child,.tc h2:last-child{margin-bottom:0}
.tl{text-align:left}
.tr{text-align:right}
.fl{float:left}
.fr{float:right}
hr{border-top:1px solid #dbdbdb;border-bottom:0;border-right:0;border-left:0;clear:both;margin:2.4rem 0}
hr.hr{border-top:1px solid #dbdbdb;border-bottom:0;border-right:0;border-left:0;clear:initial;margin:2rem 0}
hr.dotted{border-style:dotted}
hr.dashed{border-style:dashed}
::-webkit-scrollbar{width:.8rem;height:.8rem}
::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:1rem;border-radius:0}
::-webkit-scrollbar-thumb{background:#022a45;border-radius:1rem;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.slick-next,.slick-prev{background-color:#045184;border:none;font-size:0;display:flex;align-items:center;justify-content:center;width:6.1rem;height:6.1rem;position:absolute;border-radius:50%;top:50%;transform:translate(0,-50%);z-index:5;cursor:pointer;transition:.3s linear;color:#fff}
.slick-next .icon,.slick-prev .icon{font-size:1.986rem;transition:.3s linear}
.slick-next::after,.slick-prev::after{content:"";display:block;width:1rem;height:1rem;border-style:solid;border-width:0 .2rem .2rem 0;border-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s linear}
.slick-prev{left:-2.25rem}
.slick-prev .icon{transform:rotate(180deg)}
.slick-prev::after{transform:translate(-50%,-50%) rotate(135deg)}
.slick-next{right:-2.25rem}
.slick-next::after{transform:translate(-50%,-50%) rotate(-45deg)}
.slick-dots{position:absolute;left:50%;bottom:2rem;display:flex;transform:translate(-50%,0);z-index:30}
.slick-dots li{display:block;width:1.5rem;height:1.5rem;margin:0 .5rem;background:rgba(0,0,0,0);border:.1rem solid #fff;border-radius:50%;cursor:pointer}
.slick-dots li.slick-active{background:#fff}
.slick-dots li:only-child{display:none}
.slick-dots li button{background:rgba(0,0,0,0);border:none;font-size:0}
.row{margin:0 -1.5rem}
.row:after{content:"";display:block;clear:both}
.row .col_1,.row .col_10,.row .col_11,.row .col_12,.row .col_2,.row .col_3,.row .col_4,.row .col_5,.row .col_6,.row .col_7,.row .col_8,.row .col_9{float:left;margin:0 1.5rem}
.row .col_1{width:calc(8.3333333333% - 3.01rem)}
.row .col_2{width:calc(16.6666666667% - 3.01rem)}
.row .col_3{width:calc(25% - 3.01rem)}
.row .col_4{width:calc(33.3333333333% - 3.01rem)}
.row .col_5{width:calc(41.6666666667% - 3.01rem)}
.row .col_6{width:calc(50% - 3.01rem)}
.row .col_7{width:calc(58.3333333333% - 3.01rem)}
.row .col_8{width:calc(66.6666666667% - 3.01rem)}
.row .col_9{width:calc(75.0000000019% - 3.01rem)}
.row .col_10{width:calc(83.3333333333% - 3rem)}
.row .col_11{width:calc(91.6666666667% - 3.01rem)}
.row .col_12{width:calc(100% - 3.01rem)}
.row_f{margin:0 -1.5rem;display:flex;flex-wrap:wrap}
.row_f .col_1,.row_f .col_10,.row_f .col_11,.row_f .col_12,.row_f .col_2,.row_f .col_3,.row_f .col_4,.row_f .col_5,.row_f .col_6,.row_f .col_7,.row_f .col_8,.row_f .col_9{margin:0 1.5rem}
.row_f .col_1{width:calc(8.3333333333% - 3.01rem)}
.row_f .col_2{width:calc(16.6666666667% - 3.01rem)}
.row_f .col_3{width:calc(25% - 3.01rem)}
.row_f .col_4{width:calc(33.3333333333% - 3.01rem)}
.row_f .col_5{width:calc(41.6666666667% - 3.01rem)}
.row_f .col_6{width:calc(50% - 3.01rem)}
.row_f .col_7{width:calc(58.3333333333% - 3.01rem)}
.row_f .col_8{width:calc(66.6666666667% - 3.01rem)}
.row_f .col_9{width:calc(75.0000000019% - 3.01rem)}
.row_f .col_10{width:calc(83.3333333333% - 3.01rem)}
.row_f .col_11{width:calc(91.6666666667% - 3.01rem)}
.row_f .col_12{width:calc(100% - 3.01rem)}
.map_overlay{position:absolute;top:0;left:0;width:100%;height:100%}
.wrapper{width:100%;max-width:129.2rem;padding:0 2.5rem;margin:0 auto;position:relative}
.wrapper::after{content:"";display:table;clear:both}
.wrapper.wrapper_full{max-width:100%}
.wrapper.wrapper_small{max-width:106.7rem}
.wrapper.wrapper_small2{max-width:88.6rem}
.icon{line-height:0}
.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
table.table{width:100%}
::-moz-placeholder{color:#585858;-moz-transition:all .3s;transition:all .3s}
::placeholder{color:#585858;transition:all .3s}
.form_xi{position:relative}
.form_item.form_item_xi1{position:absolute;left:-999.9rem!important;margin:0!important;padding:0!important}
.form_item.form_item_xi2{position:absolute;max-width:.1rem!important;width:.1rem!important;height:.1rem!important;opacity:.01!important;pointer-events:auto!important;margin:0!important;padding:0!important}
.form_item_xi2 .input{max-width:.1rem!important;min-width:0!important;height:.1rem!important;color:transparent!important;background-color:rgba(0,0,0,0)!important;border:none!important;pointer-events:auto!important;caret-color:transparent!important;padding:.1rem!important}
.form_item{margin:1rem 0 1.5rem}
.form_item .pre_input{display:block;margin:0 0 .3rem}
.form_item:last-child{margin-bottom:0}
.form_item.form_item_flex{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.input{display:block;width:100%;max-width:100%;height:5rem;font:400 1.6rem/1 "DM Sans",sans-serif;padding:0 1.5rem;border:.1rem solid transparent;background-color:rgba(4,81,132,.07);color:#212121;border-radius:1rem;transition:box-shadow .2s ease-in}
.input:active,.input:focus{outline-style:none;box-shadow:0 0 0 .3rem rgba(2,42,69,.2)}
.input::-moz-placeholder{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:400;color:#585858;opacity:1;text-overflow:ellipsis}
.input::placeholder{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:400;color:#585858;opacity:1;text-overflow:ellipsis}
.input:focus::-moz-placeholder{opacity:0}
.input:focus::placeholder{opacity:0}
.input:-webkit-autofill,.input:-webkit-autofill:active,.input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 4rem #fff inset!important;-webkit-text-fill-color:#212121!important}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]{-moz-appearance:textfield!important}
textarea.input{min-height:10.1rem;padding-top:1.4rem;resize:none}
select.input{line-height:normal;text-overflow:""}
select::-ms-expand{display:none}
.select_after{position:relative;display:block}
.select_after::after{content:"";position:absolute;bottom:2.2rem;right:1.5rem;width:.8rem;height:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M0.848633 0.848541L3.84863 3.84854L6.84863 0.848541' stroke='%23212121' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transform:rotate(0);transition:.3s}
.select_after select{padding-right:3.5rem;appearance:none;-moz-appearance:none;-webkit-appearance:none}
.select_after:has(select:focus):after{transform:rotate(180deg)}
.custom_checkbox{position:absolute;left:-999.9rem}
.custom_checkbox+label{display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;margin:0 1rem 0 0}
.custom_checkbox+label .checkbox_design{flex:0 0 auto;width:3.2rem;height:3.3rem;border:.1rem solid transparent;background-color:rgba(4,81,132,.07);border-radius:1rem;position:relative;transform:scale(1);transition:all .2s ease}
.custom_checkbox+label .checkbox_design svg{position:absolute;top:.7rem;left:.7rem;width:1.8rem;height:1.6rem;fill:none;stroke:transparent;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.6rem;stroke-dashoffset:1.6rem;transition:all .3s ease;transition-delay:.1s;transform:translate3d(0,0,0)}
.custom_checkbox+label .checkbox_design::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:1;border-radius:50%;background-color:#e07a2f;transform:scale(0)}
.custom_checkbox+label .checkbox_text{display:inline-block;font:400 1.6rem/1.3 "DM Sans",sans-serif;color:#585858;padding:0 0 0 1.5rem}
.custom_checkbox:checked+label .checkbox_design{background-color:#e07a2f;border-color:#e07a2f}
.custom_checkbox:checked+label .checkbox_design svg{stroke:#fff;stroke-dashoffset:0}
.custom_checkbox:checked+label .checkbox_design::before{opacity:0;transform:scale(3.5);transition:all .6s ease}
.custom_radio_button{position:absolute;left:-999.9rem}
.custom_radio_button+label{display:inline-flex;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-size:0;margin:0}
.custom_radio_button+label .radio_button_design{flex:0 0 auto;width:1.9rem;height:1.9rem;border:.1rem solid #cfcfcf;background-color:#fff;border-radius:50%;position:relative;transition:all .2s ease}
.custom_radio_button+label .radio_button_design::after,.custom_radio_button+label .radio_button_design::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:50%;background-color:#045184;transform:scale(0)}
.custom_radio_button+label .radio_button_design::before{opacity:1}
.custom_radio_button+label .radio_button_text{display:inline-block;font:400 1.6rem/1.3 "DM Sans",sans-serif;color:#045184;padding:0 0 0 1.5rem}
.custom_radio_button:checked+label .radio_button_design{border-color:#045184;border-width:.2rem}
.custom_radio_button:checked+label .radio_button_design::after,.custom_radio_button:checked+label .radio_button_design::before{transition:all .6s ease}
.custom_radio_button:checked+label .radio_button_design::before{opacity:0;transform:scale(3.5)}
.custom_radio_button:checked+label .radio_button_design::after{transform:scale(.688)}
.validate_error{border:.1rem solid #e57373!important}
.validate_error::-moz-placeholder{color:#e31e26!important}
.validate_error::placeholder{color:#e31e26!important}
.validate_error+.icon{color:#e57373!important}
textarea.validate_error{border:.1rem solid #e57373!important}
.input_file.validate_error+.input{border:.1rem solid #e57373!important}
.input_file.validate_error+.input span{color:#e31e26!important}
.validate_checkbox.validate_error{border:none!important}
.validate_checkbox.validate_error .checkbox+label::before{border:.1rem solid #e57373!important}
.validate_checkbox.validate_error .custom_checkbox+label .checkbox_design{border:.1rem solid #e57373!important}
.validate_radio.validate_error{border:none!important}
.validate_radio.validate_error .radio_button+label::before{border:.1rem solid #e57373!important}
.validate_radio.validate_error .custom_radio_button+label .radio_button_design{border:.1rem solid #e57373!important}
.button{display:inline-block;font:600 1.6rem/5rem Urbanist,sans-serif;height:5rem;min-width:15.8rem;padding:0 2.5rem;color:#fff;background-color:#022a45;border:.1rem solid #022a45;border-radius:1rem;text-align:center;white-space:nowrap;text-transform:capitalize;text-decoration:none;transition:.3s ease-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.button.orange{background-color:#e07a2f;border-color:#e07a2f;color:#fff}
.button.orange_border_table{background-color:rgba(0,0,0,0);border-color:#e07a2f;color:#e07a2f}
.button.white_transparent{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}
.button.light3{background-color:#dae4ee;border-color:#dae4ee;color:#045184}
.button.button_2{padding:.55em 1em .45em;line-height:normal;height:auto}
.button.small{font-size:1.3rem;height:3.5rem;line-height:3.7rem}
.button.large{font-size:2rem;height:5.5rem;line-height:5.5rem}
.button.light{color:#022a45;background-color:#fff;border-color:#fff}
.button.light_2{color:#e07a2f;background-color:#fff;border-color:#fff}
.button.dark{color:#fff;background-color:#e07a2f;border-color:#e07a2f}
.button.button_success{color:#fff;background-color:#28a745;border-color:#28a745}
.button.button_danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.button.button_warning{color:#212121;background-color:#ffb92e;border-color:#ffb92e}
.button.button_info{color:#fff;background-color:#119eb5;border-color:#119eb5}
.button.button_disable{color:#212121;background-color:#ccc;border-color:#ccc}
.button.button_default{color:#fff;background-color:#607487;border-color:#607487}
.button span{display:inline-block;vertical-align:middle;position:relative;z-index:3}
.button svg{display:inline-block;vertical-align:middle;fill:currentColor;position:relative;top:-.1rem;width:1.4rem;height:1.4rem;margin-right:.8rem}
.button.btn_icon{position:relative;overflow:hidden}
.button.btn_icon svg{width:1.8rem;height:1.8rem;fill:#fff;position:absolute;left:50%;transform:translate(-50%,-3rem);transition:.2s linear;margin-right:0}
.button.btn_icon span{color:#fff;display:block;transition:.2s linear}
.button.button_wide{padding:.9rem 3rem .7rem;line-height:normal;white-space:normal;height:auto}
.button.button_block{display:block;width:100%}
.btn_mobile{display:none}
.aside_form_wrapper{margin:0 0 2rem}
.overlay{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:rgba(0,0,0,.3)}
.overlay_dark{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:rgba(0,0,0,.7)}
.section,section{padding:6.5rem 0}
.pagination{padding:1rem 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:0}
.pagination li{display:inline-block;vertical-align:top;padding:0;margin:.4rem;list-style:none}
.pagination li.active a{background-color:#022a45;color:#fff;pointer-events:none}
.pagination li.pagination_arrow .icon{position:relative;top:-.2rem}
.pagination li.pagination_arrow_prev .icon{transform:rotate(180deg)}
.pagination li a{font-size:1.6rem;font-weight:700;display:block;min-width:3rem;height:3rem;line-height:3.2rem;padding:0 .5rem;background-color:#e07a2f;color:#fff;text-align:center;transition:.3s linear}
.social{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1rem}
.social .social_block{display:inline-flex;gap:.6rem;font:400 1.6rem/1.3 "DM Sans",sans-serif}
.social .social_block .icon_box{display:flex;align-items:center;justify-content:center;text-align:center;width:1.6rem;aspect-ratio:1/1;border-radius:.5rem;background-color:#fff}
.social .social_block .icon,.social .social_block img{width:.9rem;height:.9rem;transition:all .3s ease-in-out}
.h1,h1{font:500 6.4rem/1.2 Urbanist,sans-serif;color:#022a45;background:linear-gradient(165deg,#045184 0,#022a45 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0);margin:5rem 0;text-transform:initial}
.h2,h2{font:500 4rem/1.3 Urbanist,sans-serif;color:#022a45;background:linear-gradient(172deg,#045184 0,#022a45 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0);margin:5rem 0;text-transform:initial}
.h3,h3{font:500 2.4rem/1.2 Urbanist,sans-serif;color:#045184;margin:0;text-transform:capitalize}
.h4,h4{font:500 2.2rem/1.2 Urbanist,sans-serif;color:#045184;margin:0;text-transform:capitalize}
.h5,h5{font:500 2.1rem/1.2 Urbanist,sans-serif;color:#045184;margin:0;text-transform:capitalize}
.h6,h6{font:500 2rem/1.2 Urbanist,sans-serif;color:#045184;margin:0;text-transform:capitalize}
.modal_title{margin-top:0!important}
.content .h1,.content h1{font:500 6.4rem/1.2 Urbanist,sans-serif;margin:5rem 0;text-transform:initial}
.content .h2,.content .title,.content h2{font:500 4rem/1.3 Urbanist,sans-serif;margin:5rem 0;text-transform:initial}
.content .h3,.content h3{font:500 2.4rem/1.2 Urbanist,sans-serif;color:#045184;margin:2.5rem 0;text-transform:capitalize}
.content .h4,.content h4{font:500 2.2rem/1.2 Urbanist,sans-serif;color:#045184;margin:1rem 0;text-transform:capitalize}
.content .h5,.content h5{font:500 2.1rem/1.2 Urbanist,sans-serif;color:#045184;margin:1rem 0;text-transform:capitalize}
.content .h6,.content h6{font:500 2rem/1.2 Urbanist,sans-serif;color:#045184;margin:1rem 0;text-transform:capitalize}
.content p{margin:0 0 1.5rem}
.content .button{margin:1rem 0 0}
.content ul{margin-bottom:2rem}
.content ul li{display:table;font:400 1.6rem/1.4 "DM Sans",sans-serif;color:#212121;padding:0 0 0 2.3rem;margin:1rem 0;position:relative}
.content ul li p,.content ul li span{margin:0;}
.content ol li p,.content ul li p{margin:0;display: inline}
.content ul li::before{content:"";display:block;position:absolute;color:transparent;background-color:#045184;top:.7rem;left:0;width:.7rem;height:.7rem;border-radius:50%;border:none;transform:unset}
.content ol{margin-bottom:2rem;counter-reset:li}
.content ol li{display:table;font:400 1.6rem/1.4 "DM Sans",sans-serif;color:#212121;padding:0 0 0 2.3rem;margin:1rem 0;overflow:hidden}
.content ol li::before{margin-left:-2.3rem;color:#212121;font-weight:700}
.content ol > li{counter-increment:li;}
.content ol > li::before{content:counters(li, ".") ". ";}
.content ol ol {  counter-reset: subitem;  margin-top: 0.5rem;}
.content ol ol > li {counter-increment: subitem;}
.content ol ol > li::before {  content: counter(subitem, lower-alpha) ")";}

.content blockquote{font:400 1.6rem/1.5 "DM Sans",sans-serif;padding:0 0 0 2rem;margin:0 0 3rem;clear:both;position:relative}
.content blockquote::after{content:"";display:block;width:1rem;top:0;left:0;height:100%;position:absolute;background:#022a45}
.content a:not(.button){display:inline-block;color:#022a45;font-weight:600;transition:.3s linear}
.content a:not(.button):focus{color:#e07a2f}
.content img{height:auto!important}
.content .h1:first-child,.content .h2:first-child,.content .h3:first-child,.content .h4:first-child,.content .h5:first-child,.content .h6:first-child,.content h1:first-child,.content h2:first-child,.content h3:first-child,.content h4:first-child,.content h5:first-child,.content h6:first-child,.content iframe:first-child,.content img:first-child,.content ol li:first-child,.content ol:first-child,.content p:first-child,.content table:first-child,.content ul li:first-child,.content ul:first-child{margin-top:0}
.content .h1:last-child,.content .h2:last-child,.content .h3:last-child,.content .h4:last-child,.content .h5:last-child,.content .h6:last-child,.content h1:last-child,.content h2:last-child,.content h3:last-child,.content h4:last-child,.content h5:last-child,.content h6:last-child,.content iframe:last-child,.content img:last-child,.content ol li:last-child,.content ol:last-child,.content p:last-child,.content table:last-child,.content ul li:last-child,.content ul:last-child{margin-bottom:0}
.content iframe{width:100%;height:35rem}
.content table ol li,.content table ul li{display:block}
.content .content_table{width:100%}
.content .content_table th{text-align:left;font-weight:700;color:#fff}
.content .content_table th p{font-weight:700;color:#fff}
.content .content_table tr:nth-child(odd){background-color:#f7f7f7}
.content .content_table tr:first-child{background-color:#022a45}
.content .content_table td,.content .content_table th{padding:1rem}
p{font:400 1.6rem/1.5 "DM Sans",sans-serif;color:#212121;margin:1rem 0}
[data-modals]{cursor:pointer}
.no_scroll{overflow:hidden}
.hide_desktop{display:none!important}
.map{padding:0}
.map #map,.map iframe{height:40rem;width:100%;max-width:100%}
.marker_info{text-align:center}
.marker_info p{font-size:1.4rem;font-weight:600;line-height:1.2;margin:.2rem 0}
.marker_info .map_address{max-width:23rem;margin:0 auto}
.marker_info p a{color:#022a45}
.img{display:block;width:100%;max-width:100%;position:relative;background-size:cover!important;background-position:center!important}
.page main{float:right;width:70%}
.page aside{width:25%;float:left}
.page.right_sidebar main{float:left;width:70%}
.page.right_sidebar aside{width:25%;float:right}
.inner_banner{position:relative;z-index:2;padding:22.7rem 0 5rem;min-height:40.2rem;display: flex;align-items: flex-start;justify-content: center;}
.inner_banner .inner_banner_bg{content:"";position:absolute;top:0;left:0;width:100%;height:160%;background-repeat:no-repeat;background-size:cover;background-position:center top;z-index:-1;pointer-events:none}
.inner_banner_bg_inner{content: "";position: absolute;background-repeat: no-repeat;background-size: cover;mix-blend-mode: luminosity;opacity: .2;pointer-events: none;inset:-10%;background-position: center 120%;transform: scale(1.1);animation: waveFloat 28s ease-in-out infinite, waveRotate 18s ease-in-out infinite, waveBreath 12s ease-in-out infinite;}
@keyframes waveMove1{0%{background-position:40% 40%;transform:scale(1.1) translateY(0);opacity:.4;} 50%{background-position:60% 55%;transform:scale(1.15) translateY(-15px);opacity:.3;} 100%{background-position:45% 60%;transform:scale(1.1) translateY(10px);opacity:.4;}}
@keyframes waveMove2{0%{background-position:35% 45%;transform:scale(1.1) translate(0px, 0px);opacity:.4;} 30%{background-position:55% 35%;transform:scale(1.15) translate(60px, -30px);opacity:.3;} 60%{background-position:70% 45%;transform:scale(1.18) translate(90px, -10px);opacity:.28;} 100%{background-position:55% 70%;transform:scale(1.12) translate(40px, 35px);opacity:.4;}}

@keyframes waveFloat{0%   {transform:translate3d(0px, 0px, 0);} 20%  {transform:translate3d(60px, -30px, 0);} 40%  {transform:translate3d(120px, -10px, 0);} 60%  {transform:translate3d(80px, 40px, 0);} 80%  {transform:translate3d(20px, 70px, 0);} 100% {transform:translate3d(0px, 0px, 0);}}
@keyframes waveFloat2 {0%   { transform: translate3d(0vw, 0vw, 0); } 20%  { transform: translate3d(3.125vw, -1.5625vw, 0); } 40%  { transform: translate3d(6.25vw, -0.5208vw, 0); } 60%  { transform: translate3d(4.1667vw, 3.6458vw, 0); } 80%  { transform: translate3d(1.0417vw, 3.6458vw, 0); } 100% { transform: translate3d(0vw, 0vw, 0); }}
@keyframes waveFloat3{0%   { transform: translate3d(0vw, 0vw, 0); } 20%  { transform: translate3d(6.125vw, -3.0625vw, 0); } 40%  { transform: translate3d(12.25vw, -1.0208vw, 0); } 60%  { transform: translate3d(8.1667vw, 7.2458vw, 0); } 80%  { transform: translate3d(2.0417vw, 6.6458vw, 0); } 100% { transform: translate3d(0vw, 0vw, 0); }}
@keyframes waveRotate{0%   {rotate:0deg; } 25%  {rotate:0.4deg; } 50%  {rotate:0deg; } 75%  {rotate:-0.4deg; } 100% {rotate:0deg; }}
@keyframes waveBreath{0%   { scale:1.08; opacity:.42; } 25%  { scale:1.12; opacity:.36; } 50%  { scale:1.16; opacity:.32; } 75%  { scale:1.12; opacity:.36; } 100% { scale:1.08; opacity:.42; }}

.inner_banner .h1,.inner_banner h1{margin:3rem 0}
.inner_banner .publish_date{margin:0 auto;display:inline-block}
.header{position:absolute;top:0;left:0;width:100%;padding:.8rem 0;z-index:999;transition:.2s;background-color:rgba(0,0,0,0)}
.header .header_row{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}
.header .header_logo{display:inline-block;position:relative}
.header .header_logo img{width:27.3rem}
.header.fixed{position:fixed;animation:slide-down .7s;box-shadow:0 0 1.5rem 0 rgba(33,33,33,.2);padding:1rem 0;background-color:#edf0f3}
.header.fixed .header_row{align-items:center}
.header.fixed .header_logo img{width:10rem}
.header.fixed .navigation{margin:0}
.navigation{margin:2rem 0 0}
.navigation .header_nav{display:flex;justify-content:flex-end;align-items:center;gap:4rem}
.navigation .header_nav>li>a:not(.button){font:400 1.6rem Urbanist,sans-serif;color:#212121;text-transform:capitalize;display:block;white-space:nowrap;position:relative;transition:.3s linear}
.navigation .header_nav>li>a:not(.button)::before{content:"";position:absolute;left:51%;right:51%;bottom:0;display:block;background-color:#045184;height:.1rem;transition-property:left,right;transition-duration:.3s;transition-timing-function:ease-out;z-index:3}
.navigation .header_nav>li.active>a:not(.button){color:#045184}
.navigation .header_nav>li.active>a:not(.button)::before{left:0;right:0}
.navigation .header_nav>li.dr_down{position:relative}
.navigation .header_nav>li.dr_down>a:not(.button){position:relative;padding-right:1.2rem}
.navigation .header_nav>li.dr_down>a:not(.button):after{content:"";position:absolute;top:50%;right:0;transform:translate(0,-50%);transition:.3s;width:8px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.848633 0.848529L3.84863 3.84853L6.84863 0.84853' stroke='%23212121' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E")}
.navigation .header_nav>li.mobile_social{display:none}
.navigation .header_nav>li.mobile_nav_logo_li{display:none}
.navigation .header_nav .sub_menu{opacity:0;visibility:hidden;position:absolute;top:100%;left:1rem;margin:.6rem 0 0;z-index:3;min-width:25rem;background-color:#edf0f3;transition:all .3s ease-in-out;box-shadow:0 0 .3rem rgba(33,33,33,.1);transform:translate3d(0,1rem,0)}
.navigation .header_nav .sub_menu::before{content:"";position:absolute;left:1rem;bottom:100%;display:block;border-bottom:.6rem solid #edf0f3;border-left:.6rem solid transparent;border-right:.6rem solid transparent}
.navigation .header_nav .sub_menu::after{content:"";position:absolute;left:0;right:0;bottom:100%;display:block;width:100%;height:1rem}
.navigation .header_nav .sub_menu>li{border-bottom:.1rem solid hsla(0,0%,100%,.1)}
.navigation .header_nav .sub_menu>li>a:not(.button){font-size:1.4rem;font-family:Urbanist,sans-serif;color:#212121;display:block;padding:.9rem 1.5rem .7rem;white-space:pre-wrap;text-align:left;text-transform:capitalize;transition:.3s linear;border-left:.5rem solid transparent}
.navigation .header_nav>li.dr_down:focus .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
.navigation_btn{display:none;width:3.2rem;height:2.4rem;position:absolute;top:2.2rem;right:2.5rem;overflow:visible;cursor:pointer;transition-property:opacity;transition-duration:.15s;transition-timing-function:linear;z-index:600}
.navigation_btn .hamburger_box{display:block;width: 3.2rem;height: .55rem;border-radius: 0;background-color: #e07a2f;position:absolute;left:0;top:50%;transform:translate(0,-50%);transition-property:transform;transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.navigation_btn .hamburger_box::after,.navigation_btn .hamburger_box::before{content:"";display:block;width: 3.2rem;height: .55rem;border-radius:0;background-color:#045184;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
.navigation_btn .hamburger_box::before{top:-1rem;transition:top 75ms .12s ease,opacity 75ms ease}
.navigation_btn .hamburger_box::after{bottom:-1rem;transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}
.navigation_btn.is_open .hamburger_box{transform:translate(0,-50%) rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);background-color:#022a45}
.navigation_btn.is_open .hamburger_box::after,.navigation_btn.is_open .hamburger_box::before{background-color:#022a45}
.navigation_btn.is_open .hamburger_box::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}
.navigation_btn.is_open .hamburger_box::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}
.navigation_btn p{display:block;font-size:1.4rem;font-weight:400;color:#022a45;margin:0;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%,0)}
.mobile_phone{position:fixed;left:0;right:0;bottom:env(safe-area-inset-bottom);display:none;padding:.5rem 0;font:700 3rem "DM Sans",sans-serif;background-color:#022a45;color:#fff;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:300}
.mobile_phone svg{width:2.4rem;height:2.4rem}
@media not all and (min-resolution:0.001dpcm){@supports(-webkit-appearance:none){.mobile_phone{bottom:0}}}
.home_bar_space{position:fixed;left:0;bottom:0;display:none;width:100%;height:env(safe-area-inset-bottom);background-color:#022a45;z-index:299}
.dark_overlay.nav_opened::after{content:"";position:fixed;top:0;left:0;display:block;width:100%;height:100vh;background-color:#212121;opacity:.8;z-index:2}
.main_top{position:relative;z-index:2;padding-top:22.7rem;overflow:hidden}
.main_top_box{position:relative;z-index:3;overflow: unset;}
.main_top_box_before{content: "";position:absolute;z-index:-1;background-image: url("/img/cloud2.png");background-position: center;background-size: contain;background-repeat: no-repeat;filter: grayscale(100%) brightness(0.85)blur(1rem);top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90vw;height: 70vw;animation: cloudFloat 18s ease-in-out infinite;}

@keyframes cloudFloat {
    0% {
        transform:
                translate(-50%, -50%)
                translateX(0vw)
                translateY(0vw)
                scale(1);
    }

    25% {
        transform:
                translate(-48%, -52%)
                translateX(3vw)
                translateY(-1.6vw)
                scale(1.2);
    }

    50% {
        transform:
                translate(-50%, -50%)
                translateX(6vw)
                translateY(3.6vw)
                scale(1.06);
    }

    75% {
        transform:
                translate(-52%, -48%)
                translateX(2vw)
                translateY(-6vw)
                scale(1.2);
    }

    100% {
        transform:
                translate(-50%, -50%)
                translateX(0vw)
                translateY(0vw)
                scale(1);
    }
}
.main_top .banner{background-position:center center;background-size:cover;background-repeat:no-repeat;max-width:54.4rem;width:100%;aspect-ratio:544/449;border-radius:1rem}
.main_top .top_slider_row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4rem}
.main_top .main_content{max-width:50.3rem;width:100%}
.main_top .main_content .button{min-width: 22.3rem}
.main_top .top_slider{margin:0 -1rem}
.main_top .top_slider .slick-slide{margin:0 1rem}
.main_top_canvas{position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;z-index: -2;opacity: 0.3}
.shape1{position: absolute;top: 42%;left: 70%;width: 25rem;height: 25rem;background: rgba(2,42,69,0.25);border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;filter: blur(6rem);animation: shape1 20s infinite;z-index: -1;}
.shape2{position: absolute;top: 33%;left: 40%;width: 35rem;height: 25rem;background: rgba(2,42,69,0.25);border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;filter: blur(12rem);animation: shape2 35s infinite;z-index: -1;}
.shape3{position: absolute;top: 20%;left: 80%;width: 25rem;height: 25rem;background: rgba(224,122,47,0.6);border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;filter: blur(14rem);animation: shape3 35s infinite;z-index: -1;}

@keyframes shape1 {
    0% {
        transform: translate(0, 0);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
    25% {
        transform: translate(-55%, -10%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 26vw;
        width: 42vw;
    }
    50% {
        transform: translate(-90%, -10%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -10%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
        height: 16vw;
        width: 24vw;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
}
@keyframes shape2 {
    0% {
        transform: translate(0, 0);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
    25% {
        transform: translate(-55%, -55%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 26vw;
        width: 26vw;
    }
    50% {
        transform: translate(-70%, -70%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -30%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
}
@keyframes shape3 {
    0% {
        transform: translate(0, 0);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
    25% {
        transform: translate(-125%, -25%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 26vw;
        width: 26vw;
    }
    50% {
        transform: translate(-90%, -35%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -40%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
}
@keyframes shape1m {
    0% {
        transform: translate(0, 0);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
    25% {
        transform: translate(-55%, -10%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 46vw;
        width: 62vw;
    }
    50% {
        transform: translate(-90%, -10%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -10%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
        height: 26vw;
        width: 44vw;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
    }
}

@keyframes shape2m {
    0% {
        transform: translate(0, 0);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
    25% {
        transform: translate(-55%, -55%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 46vw;
        width: 46vw;
    }
    50% {
        transform: translate(-70%, -70%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -30%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%;
    }
}
@keyframes shape3m {
    0% {
        transform: translate(0, 0);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
    25% {
        transform: translate(-125%, -25%);
        border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%;
        height: 46vw;
        width: 46vw;
    }
    50% {
        transform: translate(-90%, -35%);
        border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%;
    }
    75% {
        transform: translate(-30%, -40%);
        border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%;
    }
    100% {
        transform: translate(0%, 0%);
        border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%;
    }
}
/*
.shape1,
.shape2,
.shape3{
    position:absolute;
    border-radius:50%;
    will-change:transform,border-radius,opacity;
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    mix-blend-mode:screen;
}

.shape1{
    width:42rem;
    height:42rem;
    left:50%;
    top:50%;
    margin-left:-32rem;
    margin-top:-18rem;

    background: rgba(2,42,69,0.25);

    filter:blur(90px);

    animation:shapeFlow1 32s infinite;
}

.shape2{
    width:48rem;
    height:48rem;
    left:50%;
    top:50%;
    margin-left:-2rem;
    margin-top:-10rem;

    background:rgba(2,42,69,0.25);

    filter:blur(110px);

    animation:shapeFlow2 42s infinite;
}

.shape3{
    width:34rem;
    height:34rem;
    left:50%;
    top:50%;
    margin-left:-8rem;
    margin-top:-2rem;

    background:rgba(224,122,47,0.6);

    filter:blur(80px);

    animation:shapeFlow3 28s infinite;
}


@keyframes shapeFlow1{

    0%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:42% 58% 63% 37% / 38% 42% 58% 62%;
    }

    25%{
        transform:translate3d(-6vw,-2vw,0) scale(1.15);
        border-radius:58% 42% 30% 70% / 52% 30% 70% 48%;
    }

    50%{
        transform:translate3d(-2vw,5vw,0) scale(1.05);
        border-radius:30% 70% 70% 30% / 30% 60% 40% 70%;
    }

    75%{
        transform:translate3d(4vw,2vw,0) scale(1.12);
        border-radius:67% 33% 52% 48% / 45% 65% 35% 55%;
    }

    100%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:42% 58% 63% 37% / 38% 42% 58% 62%;
    }
}

@keyframes shapeFlow2{

    0%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:60% 40% 70% 30% / 44% 62% 38% 56%;
    }

    25%{
        transform:translate3d(7vw,-4vw,0) scale(1.08);
        border-radius:40% 60% 30% 70% / 60% 35% 65% 40%;
    }

    50%{
        transform:translate3d(2vw,6vw,0) scale(1.16);
        border-radius:75% 25% 58% 42% / 42% 72% 28% 58%;
    }

    75%{
        transform:translate3d(-5vw,3vw,0) scale(1.1);
        border-radius:28% 72% 42% 58% / 68% 30% 70% 32%;
    }

    100%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:60% 40% 70% 30% / 44% 62% 38% 56%;
    }
}

@keyframes shapeFlow3{

    0%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:72% 28% 48% 52% / 55% 45% 55% 45%;
    }

    25%{
        transform:translate3d(-4vw,6vw,0) scale(1.18);
        border-radius:35% 65% 72% 28% / 28% 72% 28% 72%;
    }

    50%{
        transform:translate3d(5vw,-3vw,0) scale(1.08);
        border-radius:58% 42% 26% 74% / 72% 38% 62% 28%;
    }

    75%{
        transform:translate3d(2vw,4vw,0) scale(1.14);
        border-radius:24% 76% 58% 42% / 48% 30% 70% 52%;
    }

    100%{
        transform:translate3d(0,0,0) scale(1);
        border-radius:72% 28% 48% 52% / 55% 45% 55% 45%;
    }
}
*/
.main_top .top_slider.hidden_slider{opacity:0;overflow:hidden;max-height:44.9rem}
.bg_gradient_main{background:linear-gradient(to bottom,rgba(235,237,239,0) 0,#edf0f1 2%,#f4f7fb 100%);background-image:url("/img/top_banner_main.jpg");background-repeat:repeat-y;background-size:cover;background-position:center top}
.service_row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:2.5rem 1.8rem;margin:5rem 0}
.service_row:last-child{margin-bottom:0}
.service_item{max-width:calc(33.3333333333% - 1.2rem);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 4.5rem;border-radius:1rem;background-color:#fff;border-bottom:.1rem solid #045184}
.service_img{max-width:7.4rem;width:100%;max-height:6.5rem;height: 6.5rem;margin:0 0 1.5rem;display: block;position: relative}
.service_img img{position: absolute;left: 50%;top: 0;transform: translate(-50%,0);max-width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.service_name{margin:0 0 2.5rem}
.service_name a{transition:.3s}
.service_content{margin:0 0 2.5rem;width: 100%}
.service_content ul, .service_content ol{margin-left:auto;margin-right: auto;max-width: 22rem}
.service_content ul li, .service_content ol li{text-align: left!important;}
.buttons_bottom{margin:auto 0 0}
.link{position:relative;font:600 1.6rem/1.1875 Urbanist,sans-serif;padding-right:2.4rem;color:#045184;transition:.3s linear}
.link .icon{position:absolute;top:.45rem;right:.7rem;transition:.3s linear;width:1rem;height:1rem}
.link_underline{position:relative;font:600 1.6rem/1.1875 Urbanist,sans-serif;padding-bottom:.4rem;color:#045184;transition:.3s linear}
.link_underline:after,.link_underline:before{content:"";position:absolute;left:0;bottom:0;height:.1rem;transition:.3s linear}
.link_underline:before{width:100%;z-index:1;background-color:#045184;}
.link_underline:after{width:0;z-index:2;background-color:#e07a2f;}
.counters .counter_wrap{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;font-size:0;gap:2rem 1.3rem;margin:5rem 0 0}
.counters .counter_item{display:block;vertical-align:middle;max-width:calc(25% - .975rem);width:100%;padding:5rem 2.85rem 4.8rem;background-color:#fff;border-radius:1rem;border-bottom:.1rem solid #045184;text-wrap:balance}
.counters .counter_item p{font:400 1.6rem/1.4 "DM Sans",sans-serif;text-transform:initial;color:#045184;text-align:center;margin:0}
.counters .counter_item p.number{font:300 4.8rem/1.2 Urbanist,sans-serif;margin:0 0 1.1rem;background:linear-gradient(159deg,#045184 0,#022a45 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0)}
.cta1{background-color:#022a45;background-position:center;background-repeat:no-repeat;background-size:cover;padding:5rem 0;background-image: url("/img/cta1_bg.jpg");}
.cta1 table{width:100%}
.cta1 tr{display:flex;align-items:center;justify-content:space-between;gap:3rem 4rem}
.cta1 td{width:100%}
.cta1 td:first-child{max-width:49.8rem}
.cta1 td:last-child{max-width:51.8rem}
.why_chose_top img{margin:0 0 0 1rem;max-width:10.5rem;width:100%}
.why_chose_row{display:flex;align-items:stretch;justify-content:flex-start;gap:4.7rem;margin:5rem 0}
.card_img{display:block;max-width:100%;width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;z-index:1;transition:.3s}
.card_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transition:.3s}
.why_chose_img{max-width:54.4rem;width:100%}
.why_chose_img img{max-width:100%;width:100%;border-radius:1rem}
.why_chose_wrapper{max-width:64.9rem;width:100%;padding:1rem 0}
.why_chose_bottom_row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:3rem;max-width:111rem;width:100%;margin:0 auto}
.why_chose_bottom_item{padding:2.5rem;background-color:#fff;border-bottom:.1rem solid #045184;max-width:calc(33.3333333333% - 2rem);width:100%}
.why_chose_bottom_item img{max-height: 6.5rem;object-fit: contain;object-position: center;}
.why_chose_sec{position:relative;background-color:#f4f7fb;z-index:3;overflow:hidden}
.why_chose_sec.bottom_blocks .why_chose_content{padding-right:9.1rem}
.why_chose_sec.bottom_blocks .why_chose_wrapper{padding:0}
.why_chose_sec.bottom_blocks .why_chose_img{margin-top:1.5rem}
.why_chose_sec:before{content:"";position:absolute;top:-9.2rem;right:-20.3rem;width:60.6rem;aspect-ratio:606/646;background-color:#fff;filter:blur(4rem);background-image:url("/img/noise_white.png");background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:50%;z-index:-1;pointer-events: none}
.why_chose_sec:after{content:"";position:absolute;bottom:12.4rem;left:-26rem;width:79.8rem;aspect-ratio:798/516;background-color:#fff;filter:blur(4rem);background-image:url("/img/noise_white.png");background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:100%;transform:rotate(14.76deg);z-index:-1;pointer-events: none;animation-name: opacity_blur_rotate;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
@keyframes opacity_blur_rotate {0%{opacity: 1; transform: translate(0,0)rotate(14.76deg);} 25%{opacity: 0.5;transform: translate(0,-35%)rotate(14.76deg);} 50%{opacity: 1; transform: translate(0,0)rotate(14.76deg);} 75%{opacity: 0.5;transform: translate(0,35%)rotate(14.76deg);}100%{opacity: 1;transform: translate(0,0)rotate(14.76deg);} }
.top_services{max-width: 88.4rem;width: 100%;margin: 0 auto;}
.why_chose_sec .why_chose_item{position:relative;border-bottom:.1rem solid rgba(4,81,132,.1)}
.why_chose_sec .why_chose_item:first-child{border-top:.1rem solid rgba(4,81,132,.1)}
.why_chose_sec .why_chose_item.active .why_chose_question .before{transform:translate(0,-50%) rotate(0)}
.why_chose_sec .why_chose_question{position:relative;padding:2.5rem 3rem 2.5rem 0;font-weight:500;line-height:1.2;cursor:pointer;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#045184}
.why_chose_sec .why_chose_question .before{content:"";position:absolute;top:50%;right:0;display:block;width:2rem;height:1.3rem;transition:all .3s;transform:translate(0,-50%) rotate(180deg)}
.why_chose_sec .why_chose_content{display:none;padding:0 12.9rem 2.5rem 0}
.why_chose_sec .why_chose_content p{margin:0 0 .4rem}
.why_chose_sec .why_chose_content p:last-child{margin-bottom:0}
.why_chose_sec .why_chose_content ul{margin:0 0 .4rem}
.why_chose_sec .why_chose_content ul:last-child{margin-bottom:0}
.why_chose_sec .why_chose_content ul li{margin:0}
.why_chose_bg{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.2;z-index:-2;mix-blend-mode:multiply;background-position:center;background-size:cover;background-repeat:no-repeat}
.awards_blocks{display:grid;align-items:center;justify-content:space-between;text-align:center;gap:3rem;grid-template-columns:repeat(4,auto);padding:9.4rem 0 9.4rem 12.2rem;flex-grow:1}
.awards_sec{overflow:hidden}
.awards_row{display:flex;align-items:stretch;justify-content:flex-start;gap:0}
.awards_title{max-width:33.3rem;width:100%;min-height:35.2rem;padding:6rem 6rem 6rem 0;display:flex;align-items:center;justify-content:center;position:relative;z-index:3;flex-shrink:0}
.awards_title:after,.awards_title:before{content:"";top:0;right:0;height:100%;width:100vw;position:absolute;border-radius:0 1rem 1rem 0;pointer-events: none;}
.awards_title:before{z-index:-2;background-color:#045184}
.awards_title:after{background-image:url("/img/award_bg.png");background-position:center;background-repeat:no-repeat;background-size:cover;z-index:-1;mix-blend-mode:multiply}
.review_sec{overflow:hidden}
.review_sec .wrapper{max-width:53.1rem}
.review_bottom_button_no .review_bottom_button{display:none}
.review_bottom_button_no .review_slider{margin-bottom:0}
.review_slider{margin:5rem -2.1rem}
.review_slider.hidden_slider{opacity:0;overflow:hidden;max-height:60.7rem}
.review_slider .review_slide{margin:2.9rem 2.1rem 0}
.review_slider .slick-arrow:after{content: none;display: none;}
.review_slider .slick-list{overflow:unset}
.review_slider .slick-track{display:flex}
.review_slider .slick-slide{display:flex!important;flex-direction:column;height:auto!important}
.review_slider .review_slide{display:flex!important;flex-direction:column;flex-grow:1;height:auto!important;background-color:#f4f7fb;border-radius:1rem;position:relative;padding:5rem}
.icon_quotes{top:-2.9rem;left:0;position:absolute;width:6.2rem;height:unset;aspect-ratio:62/80}
.review_img{height:7.8rem;vertical-align:top;margin:0 0 2.5rem}
.review_img img{-o-object-fit:contain;object-fit:contain;max-height:100%}
.review_content{margin:0 0 2rem}
.review_bottom{margin:auto 0 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.google_stars{display:flex;align-items:center;justify-content:flex-start;gap:.7rem}
.icon_google_rev{font-size:2rem;color:#045184}
.stars{display:flex;align-items:center;justify-content:flex-start;gap:0}
.stars .icon{margin:0;font-size:2.3rem;color:#d7ac00}
.revier_name_place{color:#045184;font:600 1.6rem/1.1875 Urbanist,sans-serif;margin:0}
.logos{background-color:#f4f7fb;overflow:hidden;position:relative;z-index:3;padding:8.6rem 0 10.2rem}
.logos:before{content:"";position:absolute;bottom:-14rem;left:50%;transform:translate(-50%,0);width:53.2rem;aspect-ratio:532/567;background-color:#fff;filter:blur(8.8rem);background-image:url("/img/noise_white.png");background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:50%;z-index:-1}
.logos_bg{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-image:url("/img/logos_bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2;mix-blend-mode:multiply;z-index:-2;pointer-events: none;}
.bx-wrapper{padding:0;margin:0;border:none;box-shadow:none;background-color:rgba(0,0,0,0);max-width: 100%!important;width: 100%!important;}
.logos_row{margin:3rem 0 0}
.logos .image{position:relative;height:10.7rem}
.logos .image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:80%;height:100%;-o-object-fit:contain;object-fit:contain;font-family:"object-fit: contain;"}
.map_sec{position:relative;z-index:2;background-color:#eaeff4;padding:0;overflow: hidden}
.map_sec_bg{content:"";position:absolute!important;top:0;right:0;width:100%;height:100%;z-index:-1;background-position:center right;background-size:contain;background-repeat:no-repeat}
.map_content{max-width:57.5rem;width:100%;padding:9rem 3.9rem 9rem 0;background-color:#eaeff4}
.map_content ul{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:1.3rem;margin:0;max-width:100%;width:100%}
.map_content ul li{position:static;padding:0;margin:0;max-width:calc(33.3333333333% - .8666666667rem);width:100%;display:block}
.map_content ul li.empty{display:block}
.map_content ul li:before{content:none;display:none}
.map_content ul li .button{max-width:100%;width:100%;margin: 0;min-width: unset;min-height: 5rem;height: unset;padding:1.4rem 2.5rem;white-space: normal;line-height: 1.25;}
.w_100{max-width:100%!important;width:100%!important}
.content[data-type=white] .h3,.content[data-type=white] .h4,.content[data-type=white] .h5,.content[data-type=white] .h6,.content[data-type=white] h3,.content[data-type=white] h4,.content[data-type=white] h5,.content[data-type=white] h6,.content[data-type=white] ol li,.content[data-type=white] p,.content[data-type=white] ul li,[data-type=white] .h3,[data-type=white] .h4,[data-type=white] .h5,[data-type=white] .h6,[data-type=white] h3,[data-type=white] h4,[data-type=white] h5,[data-type=white] h6,[data-type=white] img,[data-type=white] ol li,[data-type=white] p,[data-type=white] td,[data-type=white] ul li{color:#fff}
.content[data-type=white] .h1,.content[data-type=white] .h2,.content[data-type=white] h1,.content[data-type=white] h2,[data-type=white] .h1,[data-type=white] .h2,[data-type=white] h1,[data-type=white] h2{background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0)}
.content_block{position:relative;z-index:4;background-repeat:no-repeat;background-size:cover;background-position:center center}
.content_block.section_style_1 .content .h1,.content_block.section_style_1 .content .h2,.content_block.section_style_1 .content h1,.content_block.section_style_1 .content h2{background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:hsla(0,0%,100%,0)}
.content_block.section_style_1 .content .h3,.content_block.section_style_1 .content .h4,.content_block.section_style_1 .content .h5,.content_block.section_style_1 .content .h6,.content_block.section_style_1 .content h3,.content_block.section_style_1 .content h4,.content_block.section_style_1 .content h5,.content_block.section_style_1 .content h6,.content_block.section_style_1 .content p{color:#fff}
.content_block.section_style_1 .content blockquote{color:#fff}
.content_block.section_style_1 .content blockquote::after{background:#fff}
.content_block.section_style_1 .content ul li{color:#fff}
.content_block.section_style_1 .content ul li:before{color:transparent;background-color:#fff}
.content_block.section_style_1 .content ol li{color:#fff}
.content_block.section_style_dark .content_block_bg{background-color:#022a45}
.content_block.section_style_orange .content_block_bg{background-color:#e07a2f}
.content_block.text_left .row_f_builder .col_12{max-width:59.5rem}
.content_block.shadow_left:before{content:"";position:absolute;top:0;left:0;width:63%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.85) 0,rgba(0,0,0,.7) 50%,rgba(0,0,0,.5) 80%,rgba(0,0,0,0) 100%);z-index:-1}
.small_wrapper_main_text .content p{max-width:78.1rem;width:100%;margin-left:auto;margin-right:auto}
.button_margin_0 .content .button{margin:0}
.row_f_builder{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:3rem}
.row_f_builder .col_12{max-width:100%;width:100%}
.row_f_builder .col_6{max-width:calc(50% - 1.5rem);width:100%}
.row_f_builder .col_4{max-width:calc(33.3333333333% - 2rem);width:100%}
.row_f_builder .col_3{max-width:calc(25% - 2.25rem);width:100%}
.padding_0{padding:.001rem 0!important}
.padding_top_0{padding-top:.001rem!important}
.padding_bottom_0{padding-bottom:.001rem!important}
.padding_small{padding:4.5rem 0}
.padding_top_small{padding-top:4.5rem}
.padding_bottom_small{padding-bottom:4.5rem}
.padding_small2{padding:5rem 0}
.padding_top_small2{padding-top:5rem}
.padding_bottom_small2{padding-bottom:5rem}
.padding_big{padding:9rem 0}
.padding_big_top{padding-top:9rem}
.padding_big_bottom{padding-bottom:9rem}
.padding_big2{padding:13rem 0}
.padding_big_top2{padding-top:13rem}
.padding_big_bottom2{padding-bottom:13rem}
.padding_smallest{padding:2.5rem 0}
.padding_top_smallest{padding-top:2.5rem}
.padding_bottom_smallest{padding-bottom:2.5rem}
.m_0{margin:0!important}
.mt_0{margin-top:0!important}
.mb_0{margin-bottom:0!important}
.block_white .row_f_builder{align-items:stretch;justify-content:center;gap:2.5rem 1.8rem}
.block_white .row_f_builder .h3,.block_white .row_f_builder h3{margin:1.5rem 0 2.5rem}
.orange_border_table table{display: block;width: 100%}
.orange_border_table tbody{display: block}
.orange_border_table tr{display: flex;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;gap: 3rem 2rem;margin: 0 0 3rem;}
.orange_border_table tr:last-child{margin-bottom: 0;}
.orange_border_table td{background-color:#fff;border-radius:1rem;padding:5rem;border:.1rem solid #e07a2f; max-width: calc(50% - 1rem);width: 100%;display: block;position: relative;z-index: 2;overflow: hidden;}
.orange_border_table td:before{content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:#fff0;border-bottom:.5rem solid #e07a2f;pointer-events: none;z-index: -1;}
.orange_border_table img{max-height: 6.5rem;}
.orange_border_table table h3,.orange_border_table table .h3{margin: 2.5rem 0;}
.orange_border_table table .button{margin: 0;}
.content_block.bg_blocks{z-index: 2;}
.bg_blocks:before{content: "";position: absolute;bottom: -1rem;right: 0;display: block;background-image: url("/img/row_clients.png");background-position: center left;background-repeat: no-repeat;background-size: contain;width: 99rem;aspect-ratio: 990 / 719;z-index: -1;pointer-events: none;animation-name: opacity_blur_right;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.block_white [class*=col_]{background-color:#fff;border-radius:1rem;padding:5rem 4.5rem 5.5rem;border-bottom:.1rem solid #045184}
.block_white .col_6{max-width:calc(50% - .9rem)}
.block_white .col_4{max-width:calc(33.3333333333% - 1.2rem)}
.block_white .col_3{max-width:calc(25% - 1.35rem)}
.phone_left table{width: 100%}
.phone_left tr{display: flex;flex-wrap:nowrap;align-items:center;gap:3.5rem;justify-content:flex-start}
.phone_left td{width:100%}
.phone_left td:first-child{max-width:51.4rem}
.phone_left td:last-child{max-width:69.2rem;padding: 2rem 0}
.image_right_center .row_f_builder{flex-wrap:nowrap;align-items:center;justify-content:space-between}
.image_right_center .row_f_builder .col_6{max-width:54.4rem}
.image_right_center .row_f_builder .col_6:first-child{padding-right:2.2rem}
.image_left_center .row_f_builder{flex-wrap:nowrap;align-items:center;justify-content:space-between}
.image_left_center .row_f_builder .col_6{max-width:54.4rem}
.image_left_center .row_f_builder .col_6:last-child{padding-left:2.2rem}
.center_list .content ul{display:grid;grid-template-columns:repeat(3,1fr);gap:3.3rem}
.center_list .content ul li{margin:0;display:flex;align-items:center;justify-content:flex-start;padding:1.4rem 1.5rem;gap:1rem;background-color:rgba(4,81,132,.07);border-radius:1rem;font:600 1.6rem/1.4 "DM Sans",sans-serif}
.center_list .content ul li:before{position:relative;top:unset;left:unset;transform:unset;width:1.7rem;height:1.8rem;border:none;background:url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='9.12207' r='8' fill='%23045184'/%3E%3Cpath d='M3 7.49813C4.65293 9.3488 6.25559 11.0149 7.79616 13.1221C9.47109 9.67483 13.1714 4.22951 16 0.483333L15.2378 0.122068C12.8494 2.74322 9.00776 7.21046 7.39538 10.1591C6.27412 9.11387 4.46204 7.63477 3.35561 6.87485L3 7.49813Z' fill='white' stroke='%23045184' stroke-width='0.2'/%3E%3C/svg%3E") no-repeat center center;background-size:contain}
.content_block_bg{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}
.ellipse_about:before{content:"";position:absolute;top:-8rem;left:calc(-50vw + 64.6rem - 6.5rem);display:block;background-image:url("/img/ellipse_about.png");background-position:center left;background-repeat:no-repeat;background-size:contain;width:67.7rem;aspect-ratio:677/854;z-index:-1;pointer-events: none;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.bg_contact{position:relative;z-index:2;background-color:#fff}
.bg_contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;background-position:center top;background-size:cover;background-repeat:repeat-y;background-image:url("/img/image_bg.jpg");opacity:.45;pointer-events:none;mix-blend-mode:multiply;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.opacity_blur_anim{animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
@keyframes opacity_blur {0%{opacity: 0.42;} 25%{opacity: 0.3;} 50%{opacity: 1;} 75%{opacity: 0.3;}100%{opacity: 0.42;} }
@keyframes opacity_blur_right {0%{opacity: 0.42;transform: translate(0,0)} 25%{opacity: 0.3;transform: translate(0,-3rem)} 50%{opacity: 1;transform: translate(0,0)} 75%{opacity: 0.3;transform: translate(0,3rem)}100%{opacity: 0.42;transform: translate(0,0)} }
.contact_row{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem}
.address_box{max-width:38.7rem;width:100%;position:relative;z-index:2}
.address_box h2, .address_box .h2{margin-top: 0;}
.address_box:before{content:"";position:absolute;top:50%;transform:translate(0,-50%);left:calc(-50vw + 64.6rem - 2.5rem);display:block;background-image:url("/img/ellipse_contact.png");background-position:center left;background-repeat:no-repeat;background-size:contain;width:73.4rem;aspect-ratio:734/716;z-index:-1;pointer-events: none}
.address_box td{padding:0 1rem 1.6rem;vertical-align:top;font:400 1.6rem/1.4 "DM Sans",sans-serif;color:#212121}
.address_box td a{font:600 2rem/1.3 "DM Sans",sans-serif;color:#045184;transition:.3s}
.address_box td:first-child{padding-left:0;white-space:nowrap}
.address_box td:last-child{padding-right:0}
.address_box tr:last-child td{padding-bottom:0}
.form_box{max-width:65rem;width:100%;position:relative;z-index:3}
.contact_us_section{position:relative;z-index:3;padding-top:4.5rem}
.contact_form .button{margin:2rem 0 0}
.form_wrap_flex{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1.5rem 1.8rem}
.form_wrap_flex .form_item{margin:0;max-width:100%;width:100%}
.form_wrap_flex .form_item_1_2{max-width:calc(50% - .9rem)}
.form_wrap_flex2{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:2.5rem 2rem}
.form_wrap_flex2 .form_item{margin:0;max-width:100%;width:100%}
.form_wrap_flex2 .form_item_1_2{max-width:calc(50% - 1rem)}
.dialog .form_wrap_flex2 .form_item_1_2{max-width:100%}
.form_wrap_flex2 .button{margin:2rem 0 0}
.new_client_form .modal_title{margin:0 0 2.5rem}
.form_new_client_sec{position:relative;z-index:4;padding:4.5rem 0 13rem}
.form_new_client_sec:before{content:"";position:absolute;top:-14rem;left:calc(-50vw + 64.6rem + 6.5rem);display:block;background-image:url("/img/new_client_ellipse.png");background-position:center left;background-repeat:no-repeat;background-size:contain;width:73.4rem;aspect-ratio:734/716;z-index:-1;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.form_new_client_sec .wrapper{max-width:83.1rem}
.radio_right{display:flex;align-items:center;justify-content:space-between;padding-left:1.5rem;gap:1rem}
.radio_right .controls_wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:45.8rem;width:100%}
.radio_right .controls_wrap2{max-width:48.8rem;position:relative;right:-3rem}
.our_team_row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:5rem 1.8rem;margin:5rem 0 0}
.team_member{max-width:calc(33.3333333333% - 1.2rem);width:100%}
.team_member_img.card_img{padding-top:80%;aspect-ratio:unset;border-radius:1rem}
.team_member_img.card_img img{transform:translate(-50%,-50%)!important}
.team_member_name{margin:2.5rem 0 1.5rem}
.team_member_position{font:600 1.6rem/1.4 "DM Sans",sans-serif;margin:0}
.blog{position:relative;z-index:3;padding-top:4.5rem}
.blog_top_search{display:flex;align-items:center;justify-content:space-between;gap:2rem 3rem}
.blog_search{max-width:62rem;width:100%;position:relative}
.blog_search .input{position:relative;z-index:1;padding-right:6.7rem}
.blog_search .button{position:absolute;top:0;right:0;z-index:2;width:5rem;padding:0 1.5rem;min-width:unset}
.blog_search .button .icon{margin:0;font-size:2.1rem}
.blog_select_row{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;max-width:39rem;width:100%}
.blog_select_row .categories_blog{max-width:20.8rem;width:100%}
.blog_select_row .archive_blog{max-width:16.7rem;width:100%}
.pagination_custom{display:flex;align-items:center;justify-content:center;gap:2.7rem}
.pagination_custom br{display:none;}
.pagination_custom p{font:400 1.6rem/1.3 "DM Sans",sans-serif;margin:0;color:#045184}
.pagination_custom .button{min-width:8.2rem;padding:0 1.4rem}
.pagination_custom .prev .icon{transform:rotate(180deg)}
.blog_row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:2.6rem 3.5rem;margin:5rem 0}
.blog_item{max-width:calc(33.3333333333% - 2.3333333333rem);width:100%;border-radius:1rem;overflow:hidden;background-color:#f4f7fb;display:flex;flex-direction:column;box-shadow:0 0 2rem rgba(4,81,132,.1)}
.blog_item_inner{flex-grow:1;padding:2.5rem 3.6rem;display:flex;flex-direction:column}
.blog_item_inner .sharethis-inline-share-buttons{margin:auto 0 0}
.blog_item_inner .sharethis-inline-share-buttons .st-btn{background-color:#045184!important}
.sharethis-inline-share-buttons{position:relative!important;z-index:1!important;margin:0}
.blog_img.card_img{padding-top:50%;aspect-ratio:390/258;border-radius:1rem 1rem 0 0}
.blog_name{margin:0 0 1.5rem}
.blog_name a{transition:.3s}
.publish_date{position:relative;padding-left:2rem;font:600 1.6rem/1.3 "DM Sans",sans-serif;color:#585858;margin:1.5rem 0 1.5rem}
.publish_date .icon{position:absolute;left:0;top:.2rem}
.blog_content{margin:0 0 1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
body.st-body-no-scroll{position:relative!important}
.blog_post_row{display:flex;align-items:stretch;justify-content:flex-start;gap:12.5rem}
.blog_main_content{max-width:73.8rem;width:100%;position:relative;z-index:2}
.blog_main_content:before{content:"";position:absolute;top:-8rem;left:calc(-50vw + 64.6rem - 2.5rem);display:block;background-image:url("/img/blog_post_elipse.png");background-position:center left;background-repeat:no-repeat;background-size:contain;width:52.9rem;aspect-ratio:529/533;z-index:-1;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.blog_main_content .h2,.blog_main_content h2{margin-bottom:2.5rem}
.content img[style*="float: left"],.content img[style*="float: right"]{border-radius:1rem}
.blog_sidebar{max-width:37.9rem;width:100%}
.blog_sidebar .form_wrap_flex .form_item_1_2{max-width: 100%;}
.dialog .form_wrap_flex .form_item_1_2{max-width: 100%;}
.aside_block{margin:0 0 9rem}
.aside_block:last-child{margin-bottom:0}
.aside_block .aside_mobile_btn{display:none}
.aside_block .sharethis-inline-share-buttons .st-btn{width:4.5rem!important;height:4.5rem!important;border-radius:.5rem!important;background-color:#fff!important;margin:0 2.2rem 0 0!important}
.aside_block .sharethis-inline-share-buttons .st-btn.st-last{margin:0!important}
.aside_block .sharethis-inline-share-buttons .st-btn img{width:2.5rem!important;height:2.5rem!important;filter:brightness(0) saturate(100%) invert(34%) sepia(0) saturate(0) hue-rotate(0) brightness(60%) contrast(90%)}
.aside_block .modal_title{display:none}
.aside_title{margin:0 0 2.5rem}
.blog_other_slider{margin:5rem -1.75rem 0}
.blog_other_slider.hidden_slider{max-height:62.8rem;overflow:hidden;opacity:0}
.blog_other_slider .slick-track{display:flex}
.blog_other_slider .slick-slide{display:flex!important;flex-direction:column;height:auto!important}
.blog_other_slider .slick-next{right: -1.5rem;}
.blog_other_slider .slick-prev{left: -1.5rem;}
.blog_item.blog_other_slide{max-width:calc(100% - 3.5rem);margin:0 1.75rem;flex-grow:1;box-shadow:none}
.other_blog_img.card_img{aspect-ratio:390/258}
.service_top_sec{max-width:88.4rem;width:100%;margin:0 auto}
.no_why_choose_bg .why_chose_bg{content:none;display:none}
.no_why_choose_bg .why_chose_sec{background-color: #ffffff}
.add_to_single_row{opacity:0}
.add_to_single_row.add_to_single_row_yes{opacity:1}
.services_other_sec{overflow:hidden}
.services_other_slider{margin:5rem -.95rem 0}
.services_other_slider.hidden_slider{max-height:62.8rem;overflow:hidden;opacity:0}
.services_other_slider .slick-list{overflow:unset}
.services_other_slider .slick-track{display:flex}
.services_other_slider .slick-arrow:after{content:none;display:none}
.services_other_slider .slick-slide{display:flex!important;flex-direction:column;height:auto!important}
.services_other_slider .slick-active .service_item.services_other_slide{opacity:1}
.services_other_slider .slick-next{right:-2.25rem}
.services_other_slider .slick-prev{left:-2.25rem}
.service_item.services_other_slide{max-width:calc(100% - 1.9rem);margin:0 .95rem;flex-grow:1;box-shadow:0 0 2.5rem rgba(0,0,0,.05);opacity:0;transition:.1s}
.services_other_inner{flex-grow:1;display: flex;flex-direction: column;}
.table_brands td{padding:0 .85rem}
.table_brands td:first-child{padding-left:0}
.table_brands td:last-child{padding-right:0}
.aside_list{margin:0}
.aside_list li{padding:0;margin:0 0 1.3rem}
.aside_list li a{display:block;padding:0;margin:0;position:relative;transition:.3s linear;overflow:hidden;font:400 1.6rem/1.2 "DM Sans",sans-serif}
.aside_list li a .icon{position:absolute;top:.3rem;left:-2rem;width:1.4rem;height:1.4rem;transition:.3s linear}
.aside_list li.active a{font-weight:600;line-height:1.825;color:#e07a2f;padding-left:2.2rem;pointer-events:none}
.aside_list li.active a .icon{top:.8rem;left:0}
.service_sec_main{padding:4.5rem 0 0}
.service_sec_main:last-child{padding-bottom:13rem}
.service_sec{position: relative;z-index: 4;padding: 13rem 0;}
.services_page .service_sec{padding-top: 3rem;}
.service_sec:before {content: "";position: absolute;top: -8rem;left: calc(-50vw + 64.6rem - 2.5rem);display: block;background-image: url("/img/ellipse_about.png");background-position: center left;background-repeat: no-repeat;background-size: contain;width: 67.7rem;aspect-ratio: 677 / 854;z-index: -1;pointer-events: none;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.testimonials_sec:before {content: "";position: absolute;top: -8rem;left: calc(-50vw + 64.6rem - 2.5rem);display: block;background-image: url("/img/ellipse_about.png");background-position: center left;background-repeat: no-repeat;background-size: contain;width: 67.7rem;aspect-ratio: 677 / 854;z-index: -1;pointer-events: none;animation-name: opacity_blur;animation-duration: 7s;animation-iteration-count: infinite;animation-timing-function: linear;}
.process_page{padding: 13rem 0;}
.process_wrap{position:relative;margin:5rem 0 0;display: flex;flex-direction: column;gap: 5rem}
.process_item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:9.3rem}
.process_item .process_name{max-width:49rem;width:100%}
.process_item .desc{max-width:49rem;width:100%;order:3}
.process_item .desc p{font:400 1.6rem/1.4 "DM Sans",sans-serif;color:#212121;margin:0 0 1rem}
.process_item .desc p:last-child{margin-bottom:0}
.process_item .counting{position:relative;order:2;z-index:3;width:6.7rem;aspect-ratio:1/1;border-radius:50%;flex-shrink: 0;}
.process_item .counting:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%,0);width:.1rem;height:265%;z-index:-1;background-image:repeating-linear-gradient(0deg,#045184,#045184 4px,transparent 4px,transparent 8px)}
.process_item .counting .counting_inner{width:100%;aspect-ratio:1/1;position:relative;z-index:3;border:.7rem solid #e3ecf3;background-color:#045184;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:.1rem}
.process_item .counting .line{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:23.1rem;height:.1rem;z-index:1;background-image:repeating-linear-gradient(90deg,#045184,#045184 4px,transparent 4px,transparent 8px)}
.process_item .counting .line:after,.process_item .counting .line:before{content:"";position:absolute;top:50%;transform:translate(0,-50%);width:.8rem;height:.8rem;border-radius:50%;background-color:#045184}
.process_item .counting .line:before{left:0}
.process_item .counting .line:after{right:0}
.process_item .counting .circle{border:.2rem solid #e3ecf3;border-radius:50%;width:100%;background-color:#045184;height:100%;padding:.1rem;display:flex;align-items:center;justify-content:center}
.process_item .counting .circle span{background-color:#e3ecf3;width:100%;height:100%;color:#045184;border-radius:50%;text-align:center;display:flex;align-items:center;justify-content:center;font:600 2.6rem/1 "DM Sans",sans-serif;position:relative}
.process_item:last-child .counting:before{content:none;display:none}
.process_item:nth-child(odd) .process_name{text-align:right;padding-right:2rem}
.process_item:nth-child(even) .desc{text-align:right;order:1}
.process_item:nth-child(even) .process_name{order:3;padding-left:2rem}
footer{padding:6rem 0 0;background:#eaeff4;position:relative;z-index:3;border-top:.1rem solid rgba(4,81,132,.2)}
footer .footer_title{font-weight:500;color:#045184;margin:0 0 2.5rem;text-transform:capitalize}
footer .footer_row{display:grid;grid-template-columns:21.3rem 26.9rem 25.7rem 25.5rem;align-items:flex-start;justify-content:space-between;gap: 3rem}
footer .footer_col_flex{display:flex;align-items:flex-start;justify-content:space-between;gap: 3rem}
footer p{display:block;color:#585858;font:400 1.6rem/1.3 "DM Sans",sans-serif;margin:0 0 1.2rem}
footer p:last-child{margin-bottom:0}
footer .footer_location{margin-bottom:5rem}
footer a{display:inline-block;font:400 1.6rem/1.3 "DM Sans",sans-serif;color:#585858;transition:.3s linear}
footer br{display:none}
footer ul li{margin:0 0 1rem}
footer ul li:last-child{margin-bottom:0}
footer .footer_blog .name{margin:0 0 1.5rem;font:600 1.6rem/1.3 "DM Sans",sans-serif}
footer .footer_blog .name a{font:600 1.6rem/1.3 "DM Sans",sans-serif}
footer .footer_blog .desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:0 0 2.6rem}
footer .footer_blog .desc p{font:400 1.6rem/1.3 "DM Sans",sans-serif}
footer form{margin:1.5rem 0 0}
footer form .form_item{margin:.8rem 0}
footer form .input{padding:0 1.7rem}
footer form .custom_checkbox+label .checkbox_text{color:#585858}
footer form .button{margin:.4rem 0 0}
.footer_bottom_row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem 3rem}
.footer_bottom{padding:2.5rem 0;margin:3.4rem 0 0;border-top:.1rem solid rgba(4,81,132,.2);position:relative;z-index:3}
.footer_bottom a,.footer_bottom p{font:400 1.6rem/1.3 "DM Sans",sans-serif;color:#585858}
.footer_bottom p{margin:0}
.footer_bottom a{transition:.3s linear}
.page_404{display:flex;flex-direction:column;min-height:100vh}
.page_404 .block_404{flex-grow:1;display:flex;align-items:center;padding-top:17rem;position:relative;z-index:2}
.page_404 .block_404_bg{position:absolute;inset:0;background-position:center top;background-size:cover;background-repeat:no-repeat;opacity:.3;z-index:-1}
.page_404 .block_404_content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.page_404 .block_404_content .h1,.page_404 .block_404_content h1{color:#045184;font-size:4rem;font-weight:700;text-transform:uppercase;margin:0 0 2rem}
.page_404 .block_404_content .h1 span,.page_404 .block_404_content h1 span{color:#022a45;display:block;font-size:18rem;line-height:1}
.page_404 .block_404_content .button{max-width:30rem;width:100%}
.page_404 footer{flex-shrink:0}
.page_grow{display:flex;flex-direction:column;min-height:100vh}
.page_grow .element_grow{flex-grow:1}
.page_grow .element_grow_center{flex-grow:1;display:flex;align-items:center;justify-content:center}
.page_grow footer{flex-shrink:0}
.services_slider .slick-arrow:after{contain: none;display: none;}
.testimonials_sec{padding: 3rem 0 13rem;position: relative;z-index: 5}
.testimonials_row{display: flex;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;gap: 2rem 4rem;margin: 0 0 5rem}
.testimonials_row:last-child{margin-bottom: 0;}
.testimonials_item{max-width: calc(50% - 2rem);width: 100%;margin-top: 2.1rem;background-color: #f4f7fb;border-radius: 1rem;position: relative;padding: 5rem;box-shadow: 0 0 2rem rgba(4, 81, 132, .1);}
@media only screen and (min-width:993px){
    .navigation .header_nav>li.dr_down:hover .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
}
@media(-ms-high-contrast:none),(-ms-high-contrast:active),(-moz-touch-enabled:0),(hover:hover){
    .navigation .header_nav>li>a:not(.button):hover{color:#022a45}
    .navigation .header_nav>li>a:not(.button):hover::before{left:0;right:0}
    .navigation .header_nav>li.dr_down>a:not(.button):hover::before{left:5rem}
    .navigation .header_nav .sub_menu>li>a:not(.button):hover{color:#022a45;border-color:#022a45}
    footer a:hover{color:#e07a2f}
    .footer_bottom a:hover{color:#e07a2f}
    .button:hover{color:#022a45;background-color:#fff;border-color:#022a45}
    .button.light:hover{color:#fff;background-color:#022a45;border-color:#022a45}
    .button.light_2:hover{color:#fff;background-color:#e07a2f;border-color:#fff}
    .button.orange:hover{color:#e07a2f;background-color:#fff;border-color:#fff}
    .button.orange_border_table:hover{color:#ffffff;background-color:#e07a2f;border-color:#e07a2f}
    .button.light3:hover{color:#fff;background-color:#022a45;border-color:#022a45}
    .orange_border_table table .button.orange:hover{color:#e07a2f;background-color:#fff;border-color:#e07a2f}
    .button.dark:hover{color:#e07a2f;background-color:#fff;border-color:#fff}
    .button.button_success:hover{color:#fff;background-color:#24993f;border-color:#24993f}
    .button.button_danger:hover{color:#fff;background-color:#c82333;border-color:#c82333}
    .button.button_warning:hover{color:#212121;background-color:#fdae11;border-color:#fdae11}
    .button.button_info:hover{color:#fff;background-color:#0890a7;border-color:#0890a7}
    .button.button_disable:hover{color:#212121;background-color:#c3bfbf;border-color:#c3bfbf}
    .button.button_default:hover{color:#fff;background-color:#50606e;border-color:#50606e}
    .button.btn_icon:hover svg{transform:translate(-50%,.9rem)}
    .button.btn_icon:hover span{transform:translateY(3rem)}
    .slick-next:hover::after,.slick-prev:hover::after{border-color:#ffffff}
    .slick-arrow:hover{background-color: #e07a2f;color: #ffffff;}
    .dialog .icon_close:hover{color:#dc3545}
    .input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 4rem #fff inset!important;-webkit-text-fill-color:#212121!important}
    .custom_checkbox+label:hover .checkbox_design{border-color:#e07a2f}
    .custom_radio_button+label:hover .radio_button_design{border-color:#022a45}
    .pagination li a:hover{background-color:#022a45;color:#fff}
    .content a:not(.button):hover{color:#e07a2f}
    .toast_notifications .removeTOAST .icon:hover{color:#ff3f0a}
    .card_img:hover img{transform:translate(-50%,-50%) scale(1.1)}
    .aside_list li a:hover{color:#e07a2f;padding-left:2.2rem}
    .aside_list li a:hover .icon{left:0}
    .social .social_block:hover{color:#e07a2f}
    .social .social_block:hover .icon_box{color:#ffffff;background-color: #e07a2f}
    .link:hover{color:#e07a2f}
    .link:hover .icon {top:0.2rem;right:0.3rem;transform: rotate(-45deg);}
    .link_underline:hover{color:#e07a2f}
    .link_underline:hover:after{width: 100%}
    .blog_name a:hover{color:#e07a2f}
}

@media only screen and (min-width:1920px){
    .inner_banner_bg_inner {animation: waveFloat2 28s ease-in-out infinite, waveRotate 18s ease-in-out infinite, waveBreath 12s ease-in-out infinite;}
    .inner_banner .inner_banner_bg {height: unset;aspect-ratio: 1440 / 643;}
}
@media only screen and (min-width:1600px){
    .why_chose_sec:before{right: -2.5rem;}
    .why_chose_sec:after{left: -2.5rem;}
    .ellipse_about:before {left: -2.5rem;}
    .service_sec:before {left: -2.5rem;}
    .testimonials_sec:before {left: -2.5rem;}
    .form_new_client_sec:before {left: -2.5rem;}
}
@media only screen and (max-width:1500px){
    .map_sec_bg{right:-5.4rem}
}
@media only screen and (max-width:1300px){
    .content .h1,.content h1,.h1,h1{font-size:5.6rem}
    .content .h2,.content .title,.content h2,.h2,.title,h2{font-size:3.6rem}
    .counters .counter_item p.number{font-size: 4rem;}
    .content img[style*="float: right"]{margin:1rem 0 1rem 6rem!important;max-width: 45% !important}
    .content img[style*="float: left"]{margin:1rem 6rem 1.5rem 0!important;max-width: 45% !important}
    .blog_main_content.content img[style*="float: right"]{margin:1rem 0 1rem 4.5rem!important;}
    .blog_main_content.content img[style*="float: left"]{margin:1rem 4.5rem 1.5rem 0!important;}
    .why_chose_top img{max-width: 9.5rem;}
    .awards_blocks{padding: 5rem 0 5rem 7rem}
    .awards_title{min-height: 26rem;padding: 4rem 4rem 4rem 0;max-width: 29rem}
}
@media only screen and (max-width:1292px){
    .why_chose_sec:before{right: -33%;width: 42%;transform: translate(-33%,0);}
    .why_chose_sec:after{left: -33%;width: 55%;transform: translate(33%,0)rotate(14.76deg);}
    .logos:before{width: 37%}
    .ellipse_about:before{left: -2.5rem;width: 54%;}
    .address_box:before{left: -2.5rem;width: 50vw;}
    .service_sec:before{left: -2.5rem;width: 54%;}
    .testimonials_sec:before{left: -2.5rem;width: 54%;}
    .blog_main_content:before{left: -2.5rem;width: 36vw;}
    .form_new_client_sec:before {left: -2.5rem;width: 50vw;}
    .bg_blocks:before{width: 70vw;}
}
@media only screen and (max-width:1200px){
    .row_f .col_lg_1{width:calc(8.3333333333% - 3.01rem)}
    .row_f .col_lg_2{width:calc(16.6666666667% - 3.01rem)}
    .row_f .col_lg_3{width:calc(25% - 3.01rem)}
    .row_f .col_lg_4{width:calc(33.3333333333% - 3.01rem)}
    .row_f .col_lg_5{width:calc(41.6666666667% - 3.01rem)}
    .row_f .col_lg_6{width:calc(50% - 3.01rem)}
    .row_f .col_lg_7{width:calc(58.3333333333% - 3.01rem)}
    .row_f .col_lg_8{width:calc(66.6666666667% - 3.01rem)}
    .row_f .col_lg_9{width:calc(75.0000000019% - 3.01rem)}
    .row_f .col_lg_10{width:calc(83.3333333333% - 3.01rem)}
    .row_f .col_lg_11{width:calc(91.6666666667% - 3.01rem)}
    .row_f .col_lg_12{width:calc(100% - 3.01rem)}
    .main_top{padding-top:17rem}
    .services_slider{margin:4.5rem -.8rem}
    .services_slider .slick-track{display:flex}
    .services_slider.hidden_slider{max-height: 33rem;opacity: 0;overflow: hidden;}
    .services_slider .service_item{display:flex!important;margin:0 .8rem;flex-direction:column;height:auto!important}
    .slick-arrow{width:5rem;height:5rem}
    .slick-next{right:-1.5rem}
    .slick-prev{left:-1.5rem}
    .navigation .header_nav {gap: 3rem;}
    .map_content {max-width: 54%;padding: 6rem 3rem 6rem 0;}
    footer .footer_row {grid-template-columns: repeat(4,1fr);gap: 3rem;}
    footer .footer_col_flex {align-items: center;justify-content: center;flex-direction: column;}
    footer .social{display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem 2rem;}
    footer ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 0 2rem;}
    .blog_row{gap: 2rem 3rem;}
    .blog_item{max-width: calc(100%/3 - 2rem);}
    .blog_item_inner{padding:3rem;}
    .blog_post_row{gap: 8rem;}
    .aside_block{margin: 0 0 4rem;}
    .aside_title{margin: 0 0 1.5rem;}
    .blog_other_slider{margin: 5rem -.8rem 0;}
    .blog_item.blog_other_slide{max-width: calc(100% - 1.6rem);margin: 0 0.8rem;}
    .orange_border_table td{padding: 4rem;}
}
@media only screen and (max-width:992px){
    .header,.header.fixed{padding:1.5rem 0}
    .header .header_logo img,.header.fixed .header_logo img{width:11.3rem}
    .header .navigation_btn{display:block}
    .header .top_menu{display:none}
    .navigation{position:fixed;top:0;right:-36rem;z-index:100;width:36rem;height:100vh;margin:0;overflow:hidden;background-color:#edf3f9;transition:right .3s ease-in}
    .navigation.nav_opened{right:0;transition:right .3s ease-out}
    .navigation .header_nav{display:block;margin:9rem 0 0;padding:0 1.5rem;height:calc(100vh - 16rem);overflow-y:auto}
    .navigation .header_nav>li{display:block;width:100%}
    .navigation .header_nav>li>a:not(.button){display:block;font-size:2rem;font-weight:400;text-align:center;padding:.9rem 0;width:100%;margin:0 auto}
    .navigation .header_nav>li>a:not(.button)::before{display:none}
    .navigation .header_nav>li.dr_down>a:not(.button)::after{content:"";position:relative;top:-.1rem;left:auto!important;right:-1.3rem;display:inline-block;z-index:1}
    .navigation .header_nav>li.dr_down>a:not(.button) {padding-right: 0;}
    .navigation .header_nav>li.header_button{text-align: center;margin: .9rem 0;}
    .navigation .header_nav>li.dr_down.active>a:not(.button)::after{border-color:transparent transparent transparent #022a45}
    .navigation .header_nav>li.dr_down .sub_menu{display:none;position:relative;top:100%;left:0;width:100%;height:auto;margin: 0 0 1rem;background-color:rgba(0,0,0,0);min-width:unset;box-shadow:unset;transform:unset;transition:unset}
    .navigation .header_nav>li.dr_down .sub_menu::after,.navigation .header_nav>li.dr_down .sub_menu::before{display:none}
    .navigation .header_nav>li.dr_down .sub_menu>li{border-bottom:none}
    .navigation .header_nav>li.dr_down .sub_menu>li>a:not(.button){font-size:1.7rem;line-height:1.4;border-bottom:none;padding:.8rem 0;margin:0 auto;max-width:80%;text-align:center}
    .navigation .header_nav>li.dr_down.visible_sub>a:not(.button)::after{transform:rotate(90deg);top:-.4rem;}
    .navigation .header_nav>li.dr_down.visible_sub .sub_menu{display:block;opacity:1;visibility:visible}
    .navigation .header_nav>li.header_btn{padding:1rem 3rem}
    .navigation .header_nav>li.header_btn .button{display:block;width:100%}
    .navigation .header_nav>li.mobile_social{display:block}
    .navigation .header_nav>li.mobile_nav_logo_li{display:block}
    .navigation .header_nav>li.mobile_nav_logo_li .mobile_nav_logo{max-width: 20rem;width: 100%}
    .navigation .header_nav>li.mobile_nav_logo_li .mobile_nav_logo img{max-width: 100%;width: 100%;object-fit: contain}
    .navigation .header_nav>li.mobile_social .social{text-align:center;margin:1rem 0 0;align-items: center;justify-content: center;}
    .navigation .header_nav>li.mobile_social .social a{display:flex;align-items: center;justify-content: center;margin:0 1rem}
    .home_bar_space,.mobile_phone{display:block}
    .hide_desktop{display:block!important}
    .hide_tablet{display:none!important}
    .page aside,.page main{display:block;width:100%;float:none;margin:1rem 0;padding:0}
    .map #map,.map iframe{height:30rem}
    .row.tablet .col_3,.row.tablet .col_4{width:calc(50% - 3rem)}
    .header .top_header{display:none}
    footer{padding-bottom:5.1rem;padding-top:4rem}
    .row_f .col_md_1{width:calc(8.3333333333% - 3.01rem)}
    .row_f .col_md_2{width:calc(16.6666666667% - 3.01rem)}
    .row_f .col_md_3{width:calc(25% - 3.01rem)}
    .row_f .col_md_4{width:calc(33.3333333333% - 3.01rem)}
    .row_f .col_md_5{width:calc(41.6666666667% - 3.01rem)}
    .row_f .col_md_6{width:calc(50% - 3.01rem)}
    .row_f .col_md_7{width:calc(58.3333333333% - 3.01rem)}
    .row_f .col_md_8{width:calc(66.6666666667% - 3.01rem)}
    .row_f .col_md_9{width:calc(75.0000000019% - 3.01rem)}
    .row_f .col_md_10{width:calc(83.3333333333% - 3.01rem)}
    .row_f .col_md_11{width:calc(91.6666666667% - 3.01rem)}
    .row_f .col_md_12{width:calc(100% - 3.01rem)}
    .content .h1,.content h1,.h1,h1{font-size:4.7rem;margin:4rem 0}
    .content .h2,.content .title,.content h2,.h2,.title,h2{font-size:3.2rem;margin:4rem 0}
    .content .h3,.content h3,.h3,h3{font-size:2.2rem}
    .content .h4,.content h4,.h4,h4{font-size:2rem}
    .content .h5,.content h5,.h5,h5{font-size:1.9rem}
    .content .h6,.content h6,.h6,h6{font-size:1.8rem}
    .content img[style*="float: right"]{margin:1rem 0 1rem 4rem!important}
    .content img[style*="float: left"]{margin:1rem 4rem 1.5rem 0!important}
    .blog_main_content.content img[style*="float: right"]{margin:1rem 0 1rem 2rem!important}
    .blog_main_content.content img[style*="float: left"]{margin:1rem 2rem 1.5rem 0!important}
    .modal_video.dialog .icon_close{display:none}
    .section,section{padding:4rem 0}
    .main_top{padding-top:13rem}
    .service_row{margin:4rem -.8rem}
    .service_item{padding:4rem 3rem}
    .counters .counter_wrap{margin: 4rem 0 0;}
    .counters .counter_item{max-width: calc(50% - 0.65rem);padding: 4rem 3rem;}
    .cta1 tr{gap:3rem}
    .why_chose_top img{margin: 0 0 0 0.9rem;max-width: 8.6rem}
    .why_chose_sec{padding: 6rem 0}
    .why_chose_sec .why_chose_content{padding: 0 7rem 2.5rem 0;}
    .awards_title{min-height: 18rem;max-width: 23rem;padding: 4rem 3rem 4rem 0;}
    .awards_blocks{padding: 3rem 0 4rem 3rem;}
    .review_slider{margin: 4rem -1rem;}
    .review_slider .review_slide {padding: 4rem;margin: 2.7rem 1rem 0;}
    .icon_quotes{top: -2.7rem;}
    .review_sec{padding-bottom: 6rem}
    .logos{padding: 7.3rem 0 7.8rem;}
    .logos .image{height: 8.1rem;}
    .map_content ul li{max-width: calc(50% - 0.65rem);}
    .map_content ul li.empty{display: none;}
    .map_sec_bg {background-size: cover;}
    footer .footer_location{margin-bottom: 4rem;}
    footer .footer_title {margin: 0 0 1.5rem;}
    footer .footer_row{grid-template-columns: repeat(3, 1fr);}
    .footer_col4{display: none;}
    .inner_banner{padding: 16rem 0 2rem;min-height: 30rem;}
    .team_member{max-width: calc(50% - 0.9rem);}
    .team_member_name{margin: 1.5rem 0 1rem;}
    .our_team_row{gap: 3rem 1.8rem;margin: 4rem 0 0;}
    .process_page{padding: 9.5rem 0;}
    .process_wrap{margin: 4rem 0 0;gap: 4rem;}
    .process_item{gap: 5rem;}
    .process_item .counting .line{width: 15.1rem;}
    .process_item .desc,.process_item .process_name{max-width: calc(50% - 8.35rem);}
    .process_item .counting:before{height: 333%;}
    .process_item .counting .circle span {font-size: 2.4rem;}
    .contact_row{align-items: center;justify-content: center;flex-direction: column;}
    .address_box{max-width: 100%;text-align: center;}
    .address_box td{padding: 0 .5rem 1rem;text-align: left;}
    .address_box address{width: 100%}
    .address_box table{margin: 0 auto;max-width: 38rem}
    .service_sec{padding: 9.5rem 0}
    .blog_row{margin: 4rem 0;}
    .blog_item{max-width: calc(50% - 1.5rem);}
    .blog_post_row{gap: 4rem;}
    .aside_block .sharethis-inline-share-buttons .st-btn{margin: 0 1rem 0 0 !important;}
    .blog_sidebar{max-width: 31rem;}
    .blog_main_content .h2,.blog_main_content h2 {margin-bottom: 2rem;}
    .padding_small{padding:3.5rem 0}
    .padding_top_small{padding-top:3.5rem}
    .padding_bottom_small{padding-bottom:3.5rem}
    .padding_small2{padding:4rem 0}
    .padding_top_small2{padding-top:4rem}
    .padding_bottom_small2{padding-bottom:4rem}
    .padding_big{padding:6.5rem 0}
    .padding_big_top{padding-top:6.5rem}
    .padding_big_bottom{padding-bottom:6.5rem}
    .padding_big2{padding:9.5rem 0}
    .padding_big_top2{padding-top:9.5rem}
    .padding_big_bottom2{padding-bottom:9.5rem}
    .padding_smallest{padding:2rem 0}
    .padding_top_smallest{padding-top:2rem}
    .padding_bottom_smallest{padding-bottom:2rem}
    .row_f_builder .col_4, .row_f_builder .col_3{max-width: calc(50% - 2rem);}
    .block_white .col_3, .block_white .col_4 {max-width: calc(50% - .9rem);}
    .block_white [class*=col_]{padding: 3.5rem 2rem 3.5rem;}
    .block_white .row_f_builder .h3, .block_white .row_f_builder h3 {margin: 1.5rem 0 2rem;}
    .services_other_slider .slick-next{right: -1.5rem;}
    .services_other_slider .slick-prev{left: -1.5rem;}
    .phone_left tr{align-items: flex-end;}
    .center_list .content ul{grid-template-columns: repeat(2, 1fr);gap: 3rem;}
    .why_chose_bottom_item {max-width: calc(50% - 1.5rem);padding: 2rem;}
    .radio_right{flex-direction: column;align-items: flex-start;justify-content: flex-start}
    .radio_right .controls_wrap{max-width:100%;display: grid;grid-template-columns: repeat(3, 1fr);}
    .radio_right .controls_wrap br{display: none}
    .radio_right .controls_wrap2{max-width: 100%;position: static;right: unset;}
    .form_wrap_flex2{gap: 1.5rem 2rem;}
    .testimonials_row{gap: 2rem;margin: 0 0 4rem;}
    .testimonials_item{max-width: calc(50% - 1rem);margin-top: 2rem;padding: 3rem;}
}
@media only screen and (max-width:840px){
    .why_chose_img{display: none;}
    .why_chose_wrapper{max-width: 100%;width: 100%;padding: 0;}

}
@media only screen and (max-width:767px){
    .hide_mobile{display:none!important}
    .row.tablet .col_3,.row.tablet .col_4{width:calc(100% - 3rem)}
    .section,section{padding:3rem 0}
    .row.mobile .col_1,.row.mobile .col_10,.row.mobile .col_11,.row.mobile .col_12,.row.mobile .col_2,.row.mobile .col_3,.row.mobile .col_4,.row.mobile .col_5,.row.mobile .col_6,.row.mobile .col_7,.row.mobile .col_8,.row.mobile .col_9{width:calc(100% - 3rem)}
    .row_f .col_sm_1{width:calc(8.3333333333% - 3.01rem)}
    .row_f .col_sm_2{width:calc(16.6666666667% - 3.01rem)}
    .row_f .col_sm_3{width:calc(25% - 3.01rem)}
    .row_f .col_sm_4{width:calc(33.3333333333% - 3.01rem)}
    .row_f .col_sm_5{width:calc(41.6666666667% - 3.01rem)}
    .row_f .col_sm_6{width:calc(50% - 3.01rem)}
    .row_f .col_sm_7{width:calc(58.3333333333% - 3.01rem)}
    .row_f .col_sm_8{width:calc(66.6666666667% - 3.01rem)}
    .row_f .col_sm_9{width:calc(75.0000000019% - 3.01rem)}
    .row_f .col_sm_10{width:calc(83.3333333333% - 3.01rem)}
    .row_f .col_sm_11{width:calc(91.6666666667% - 3.01rem)}
    .row_f .col_sm_12{width:calc(100% - 3.01rem)}
    .content .h1,.content h1,.h1,h1{font-size:3.8rem;margin:3rem 0}
    .content .h2,.content .title,.content h2,.h2,.title,h2{font-size:2.8rem;margin:3rem 0}
    .h3,h3{font-size:2rem;}
    .content .h3,.content h3{font-size:2rem;margin: 1.5rem 0;}
    .content .h4,.content h4,.h4,h4{font-size:1.8rem}
    .content .h5,.content h5,.h5,h5{font-size:1.7rem}
    .content .h6,.content h6,.h6,h6{font-size:1.6rem}
    .modal_video.dialog{width:90vw}
    .content .button{margin:.5rem 0 0}
    .service_row{margin:3rem -.8rem}
    .slick-arrow{width:4.3rem;height:4.3rem;}
    .slick-arrow .icon{font-size: 1.4rem;}
    .counters .counter_wrap {margin: 3rem 0 0;}
    .cta1{padding: 6rem 0;background-image: url("/img/cta1_bg_mobile.jpg")}
    .cta1 tr{justify-content: center;flex-direction: column;text-align: center;}
    .why_chose_top img{margin: 0 0 0 0.8rem;max-width: 7.7rem}
    .why_chose_sec:before,.why_chose_sec:after{content: none;display: none}
    .why_chose_sec .why_chose_question{padding: 1.5rem 11.6rem 1.5rem 0;}
    .why_chose_sec .why_chose_content{padding: 0 0 1.5rem 0;}
    .awards_row{flex-direction: column;}
    .awards_title:after,.awards_title:before {right: -2.5rem;border-radius: 0;}
    .awards_title{min-height: 15.4rem;max-width: 100%;padding: 3rem 0;border-radius: 0;text-align: center;}
    .awards_blocks{padding: 1.4rem 0 3rem;gap: 4.6rem;}
    .review_slider{margin: 3rem -1rem;}
    .review_slider .review_slide {padding: 3rem;text-align: center;}
    .review_img{height: 7rem;vertical-align: top;margin: 0 auto 1.5rem;}
    .logos{padding: 6rem 0 5.4rem;}
    .logos .image{height: 5.6rem;}
    .logos:before {content: none;display: none}
    .map_sec_bg{position: relative!important;right: 0;height: unset;min-height: 33.8rem;}
    .map_content {max-width: 53.6rem;padding: 6rem 0 3rem 0;margin: 0 auto;text-align: center;}
    .map_content ul{gap: 1.4rem 1.3rem;justify-content: center;}
    .map_content ul li{max-width: calc(33.3333333333% - .8666666667rem);}
    footer .footer_location{margin-bottom: 3rem;}
    footer .footer_row{grid-template-columns: repeat(2, 1fr);}
    .footer_col3{grid-column: 1 / -1;max-width: 34rem;margin: 0 auto;}
    .footer_bottom{padding: 3rem 0;margin: 3rem 0 0;}
    .footer_bottom_row{align-items: center;justify-content: center;text-align: center;flex-direction: column;}
    .inner_banner{padding: 14rem 0 1rem;min-height: 22rem;}
    .our_team_row{margin: 3rem 0 0;}
    .process_page{padding: 6rem 0;}
    .process_wrap{margin: 3rem 0 0;gap: 3rem;}
    .process_item .desc {max-width: 100%;}
    .process_item .process_name {max-width: 100%;padding-top: 1rem;}
    .process_item{position: relative;z-index: 2;}
    .process_item:before{content: "";position: absolute;top: 0;left: 2.85rem;width: .1rem;height: calc(100% + 3rem);z-index: -1;background-image: repeating-linear-gradient(0deg, #045184, #045184 4px, transparent 4px, transparent 8px);}
    .process_item:last-child:before{content: none;display: none;}
    .process_item:nth-child(odd) .process_name {text-align: left;padding-right: 0;}
    .process_item{gap: 2rem;display: grid;grid-template-columns: auto 1fr;align-items: flex-start;}
    .process_item .counting:before,.process_item .counting .line,.process_item .counting .line:after,.process_item .counting .line:before{content: none;display: none;}
    .process_item .counting{order: 1;grid-row: 1/3;grid-column: 1;width: 5.7rem;}
    .process_item:nth-child(even) .desc {text-align: left;order: 3;}
    .process_item .desc{grid-column: 2;grid-row: 2;}
    .process_item:nth-child(even) .process_name{order: 2;padding-left: 0;}
    .process_item .counting .circle span {font-size: 2.2rem;}
    .service_sec{padding: 6rem 0;}
    .blog_row{margin: 3rem 0;}
    .blog_top_search{justify-content: center;flex-wrap: wrap;}
    .blog_row{gap: 2rem 1.5rem;}
    .blog_item{max-width: calc(50% - 0.75rem);}
    .blog{padding-top: 3rem;}
    .aside_block{margin: 0 0 3rem;text-align: center}
    .aside_block .sharethis-inline-share-buttons{text-align: center!important;}
    .blog_main_content .h2,.blog_main_content h2 {margin-bottom: 1.5rem;}
    .blog_post_row{flex-direction: column;align-items: center;}
    .aside_block .aside_form_block{display: none;}
    .aside_block .aside_mobile_btn {display: block;}
    .padding_small{padding:2rem 0}
    .padding_top_small{padding-top:2rem}
    .padding_bottom_small{padding-bottom:2rem}
    .padding_small2{padding:2.5rem 0}
    .padding_top_small2{padding-top:2.5rem}
    .padding_bottom_small2{padding-bottom:2.5rem}
    .padding_big{padding:4rem 0}
    .padding_big_top{padding-top:4rem}
    .padding_big_bottom{padding-bottom:4rem}
    .padding_big2{padding:6rem 0}
    .padding_big_top2{padding-top:6rem}
    .padding_big_bottom2{padding-bottom:6rem}
    .padding_smallest{padding:1.5rem 0}
    .padding_top_smallest{padding-top:1.5rem}
    .padding_bottom_smallest{padding-bottom:1.5rem}
    .aside_list li{margin: 0 0 1rem;text-align: left;}
    .row_f_builder .col_6,.row_f_builder .col_4, .row_f_builder .col_3{max-width: 100%;}
    .block_white .col_6, .block_white .col_3, .block_white .col_4 {max-width: 100%;}
    .block_white [class*=col_]{padding: 2rem;}
    .block_white .row_f_builder .h3, .block_white .row_f_builder h3{margin: 1rem 0 1.5rem;}
    .image_right_center .row_f_builder,.image_left_center .row_f_builder{flex-wrap: wrap;text-align: center}
    .image_right_center .row_f_builder .col_6,.image_left_center .row_f_builder .col_6{max-width: 100%;padding: 0!important;}
    .phone_left tr{flex-wrap: wrap;flex-direction: column-reverse;align-items: center;text-align: center;}
    .phone_left tr td{max-width: 100%!important;padding: 0!important;}
    .center_list .content ul{gap: 2rem;}
    .why_chose_bottom_row{gap: 2rem;}
    .why_chose_bottom_item{max-width: calc(50% - 1rem);}
    .form_new_client_sec:before{contain: none;display: none;}
    .testimonials_row{margin: 0 0 3rem;}
    .testimonials_item{max-width: 100%;margin-top: 2rem;padding: 3rem 2rem;text-align: center}
    .shape1{animation: shape1m 20s infinite;}
    .shape2{animation: shape2m 35s infinite;}
    .shape3{animation: shape3m 35s infinite;}
    .orange_border_table td{padding: 3rem;max-width: 100%;}
    .orange_border_table table h3,.orange_border_table table .h3{margin: 1.5rem 0;}

}
@media only screen and (max-width:640px){
    .row_f .col_xs_1{width:calc(8.3333333333% - 3.01rem)}
    .row_f .col_xs_2{width:calc(16.6666666667% - 3.01rem)}
    .row_f .col_xs_3{width:calc(25% - 3.01rem)}
    .row_f .col_xs_4{width:calc(33.3333333333% - 3.01rem)}
    .row_f .col_xs_5{width:calc(41.6666666667% - 3.01rem)}
    .row_f .col_xs_6{width:calc(50% - 3.01rem)}
    .row_f .col_xs_7{width:calc(58.3333333333% - 3.01rem)}
    .row_f .col_xs_8{width:calc(66.6666666667% - 3.01rem)}
    .row_f .col_xs_9{width:calc(75.0000000019% - 3.01rem)}
    .row_f .col_xs_10{width:calc(83.3333333333% - 3.01rem)}
    .row_f .col_xs_11{width:calc(91.6666666667% - 3.01rem)}
    .row_f .col_xs_12{width:calc(100% - 3.01rem)}
    .content img[style*=float]{float:none!important;display:block;width:100%!important;max-width:100%!important;margin:0 auto 2rem!important}
    .content img[style*="float: right"]{margin:0 auto 2rem!important;text-align:center}
    .content img[style*="float: left"]{margin:0 auto 2rem!important;text-align:center}
    .blog_main_content.content img[style*="float: right"]{margin:0 auto 2rem!important;text-align:center}
    .blog_main_content.content img[style*="float: left"]{margin:0 auto 2rem!important;text-align:center}
    .content p[style*=float]{float:none!important;display:block;width:100%!important;max-width:100%!important;margin:1rem auto!important}
    .content p[style*=float][style*=right]{margin:1rem auto!important;text-align:center}
    .content p[style*=float][style*=left]{margin:1rem auto!important;text-align:center}
    .main_top .top_slider_row{flex-direction:column;justify-content:center;text-align:center}
    .counters .counter_item p.number{font-size: 3.5rem;margin: 0 0 2rem}
    .counters .counter_item{max-width: 100%;padding: 2rem 3rem;}
    .awards_blocks{grid-template-columns: repeat(2, auto);justify-content: center;}
    .review_sec .wrapper{max-width: 100%;}
    .review_slider .slick-next {right: -1rem;}
    .review_slider .slick-prev {left: -1rem;}
    .google_stars{gap: .77rem;}
    .review_slider .slick-list {overflow: hidden;}
    .review_bottom{flex-direction: column;justify-content: center;}
    .blog_item{max-width: 100%;}
    .blog_item_inner{padding:2rem;}
    .pagination_custom br{display:block;}
    .pagination_custom{gap: 1.5rem}
    .center_list .content ul{grid-template-columns: 1fr;}
    .inner_banner_bg_inner {animation: waveFloat3 28s ease-in-out infinite, waveRotate 18s ease-in-out infinite, waveBreath 12s ease-in-out infinite;}

}
@media only screen and (max-width:550px){
    .toast_notifications{width:95%}
    .toast_notifications .toast{width:100%;font-size:1rem;margin-left:2rem}
    .page_404 .block_404_content .h1,.page_404 .block_404_content h1{font-size:3rem}
    .page_404 .block_404_content .h1 span,.page_404 .block_404_content h1 span{font-size:15rem}
    .map_content {max-width: 35.3rem;}
    .map_content ul li{max-width: calc(50% - 0.65rem);}
    footer .footer_row{grid-template-columns: 1fr;text-align: center;}
    footer form{margin:1.8rem auto 0;max-width: 27.6rem;width: 100%}
    footer ul{gap: 0 3.3rem;}
    footer ul li{text-align: left;}
    footer p{margin: 0 0 .5rem;}
    footer .form_item_captcha{text-align: left}
    footer .social {gap: 1rem 4.5rem;}
    .form_wrap_flex .form_item_1_2{max-width: 100%;}
    .why_chose_bottom_item{max-width: 100%;}
    .radio_right .controls_wrap{grid-template-columns:1fr;}
    .form_wrap_flex2 .form_item_1_2{max-width: 100%;}
}
@media only screen and (max-width:450px){
    .team_member{max-width: 100%;}
}
@media only screen and (max-width:400px){
    .dialog .modal_buttons .button{width:100%;margin:0 0 1.5rem}
    .dialog .modal_buttons .button:last-child{margin:0}
}
@media only screen and (max-width:380px){
    .navigation{right:-30rem;width:30rem}
}
@media(orientation:landscape)and (max-height:450px){
    .home_bar_space,.mobile_phone{display:none}
    footer{padding-bottom:0}
}
