a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a,address,blockquote,center,div,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hr,input,li,main,menu,ol,p,pre,section,span,table,textarea,ul{-webkit-box-sizing:border-box;box-sizing:border-box}a{color:inherit;text-decoration:none}a:active,a:hover{outline:0}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}img{display:block;max-width:100%;height:auto}b,strong{font-weight:700}em,i{font-style:italic}input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{width:100%;padding:16px 18px;background:#f3f2ed;border:1px solid #eee;color:#212121;font-family:inherit;font-size:inherit}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#949494}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#949494}input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#949494}input[type=email]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{color:#949494}button[type=submit],input[type=submit]{display:inline-block;padding:12px 26px;background:#496fb3;border:none;color:#fff;text-transform:uppercase;font-family:inherit;font-size:inherit;line-height:1.2;font-weight:700;letter-spacing:normal;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}button[type=submit]:hover,input[type=submit]:hover{background:#181e27}input,textarea{-webkit-border-radius:0;border-radius:0;outline:0}:root{--content-width:878px}html{scroll-behavior:smooth}body{position:relative;background-image:url(../images/main-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:top center;font-family:Roboto,sans-serif;font-size:14px;letter-spacing:.02em;line-height:1.57;color:#949494;overflow-x:hidden;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;color:#212121}h1,h2{font-family:Sanchez,sans-serif;font-size:23px;font-weight:400}h3{font-size:18px;font-weight:700;text-transform:uppercase}h4{font-size:15px;font-weight:700}p{margin-bottom:20px}p:last-child{margin-bottom:0}button{cursor:pointer}.container{width:var(--content-width);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);padding:0 30px;margin:0 auto;background:#fff}@media only screen and (max-width:768px){.container{max-width:100%;padding:0 25px}}.header{width:var(--content-width);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);margin:0 auto;padding-bottom:20px;background:#fff;font-family:"Roboto Condensed",sans-serif}@media only screen and (max-width:768px){.header{max-width:100%}}.header .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:30px;gap:30px}@media only screen and (max-width:992px){.header .row{gap:20px}}@media only screen and (max-width:768px){.header .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0;gap:0}}.header .logo{width:243px;max-width:30%;padding-top:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:992px){.header .logo{max-width:22%}}@media only screen and (max-width:768px){.header .logo{width:220px;max-width:100%;margin:0 auto;padding:20px 0}}.header .navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}@media only screen and (max-width:768px){.header .navigation{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.header .navigation .top{background:#181e27;color:#fff;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.header .navigation .top ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;border-bottom:1px solid #756a5b}@media only screen and (max-width:768px){.header .navigation .top ul{display:none}}.header .navigation .top ul li{border-right:1px solid #756a5b;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:768px){.header .navigation .top ul li{border-bottom:1px solid #756a5b}}.header .navigation .top ul li:last-child{border-right:0}@media only screen and (max-width:768px){.header .navigation .top ul li:last-child{border-bottom:0}}.header .navigation .top ul li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:80px;padding:10px;text-align:center;font-size:17px;line-height:1.2;letter-spacing:normal}@media only screen and (max-width:768px){.header .navigation .top ul li a{min-height:auto}}.header .navigation .top ul li a:hover{color:#dbd089}.header .navigation .top ul li.current-menu-item a{color:#dbd089}.header .navigation .bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-right:30px;background:#756a5b;color:#e8e5da}@media only screen and (max-width:768px){.header .navigation .bottom{padding-right:25px}}.header .navigation .bottom .home{display:block;width:60px;height:inherit;background:#496fb3 url(../images/icons/home.svg) no-repeat center;background-size:18px}@media only screen and (max-width:768px){.header .navigation .bottom .actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:25px}}.header .navigation .bottom ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:25px;list-style-type:none}.header .navigation .bottom ul li{padding:12px 0}.header .navigation .bottom ul li a{font-size:15px;line-height:1.2;letter-spacing:normal}.header .navigation .bottom ul li.login-btn{padding-left:25px;background:url(../images/icons/login.svg) no-repeat left center;background-size:18px}.header .navigation .hamburger{position:relative;display:none;height:16px;width:22px;cursor:pointer}@media only screen and (max-width:768px){.header .navigation .hamburger{display:block}}.header .navigation .hamburger span{position:absolute;display:block;height:2px;width:22px;background:#e8e5da;-webkit-transition:all .3s ease;transition:all .3s ease}.header .navigation .hamburger span:nth-child(1){top:0}.header .navigation .hamburger span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header .navigation .hamburger span:nth-child(3){top:-webkit-calc(100% - 2px);top:calc(100% - 2px)}.header .navigation .hamburger.opened span:nth-child(1){top:50%;-webkit-transform:rotate(45deg) translateY(-50%);-ms-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}.header .navigation .hamburger.opened span:nth-child(2){opacity:0}.header .navigation .hamburger.opened span:nth-child(3){top:50%;-webkit-transform:rotate(-45deg) translateY(-50%);-ms-transform:rotate(-45deg) translateY(-50%);transform:rotate(-45deg) translateY(-50%)}.slick-arrow{padding:0;border:none;font-size:0}.slick-arrow.slick-prev{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.slick-dots{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;width:100%;list-style:none}.slick-dots li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.slick-dots li button{width:40px;height:7px;border:none;background:#181e27;font-size:0}.slick-dots li.slick-active button{background:#496fb3}.btn{display:inline-block;padding:12px 26px;background:#496fb3;color:#fff;text-transform:uppercase;font-size:13px;line-height:1.2;font-weight:700;letter-spacing:normal;-webkit-transition:all .3s ease;transition:all .3s ease}.btn:hover{background:#181e27}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0}.card .image{position:relative;display:block;width:100%;margin:-15px -70px -15px 0}@media only screen and (max-width:768px){.card .image{margin-right:-150px}}@media only screen and (max-width:480px){.card .image{margin-right:-70px}}.card .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.card .description{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:14px 14px 14px 8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#756a5b;font-size:12px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.card .description:after,.card .description:before{content:'';display:block;position:absolute;left:-6px;width:6px;height:50%;border-right:6px solid #756a5b;-webkit-box-sizing:border-box;box-sizing:border-box}.card .description:before{top:0;height:20px;border-bottom:6px solid transparent}.card .description:after{bottom:0;height:-webkit-calc(100% - 20px);height:calc(100% - 20px);border-top:6px solid transparent}.card .description h4{margin-bottom:15px;color:#fff}.card .description .bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin:auto 0 0 0;gap:10px;padding-top:10px;border-top:1px solid #dbd089}.card .description .categories{padding-left:15px;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:normal;color:#dbd089;background:url(../images/icons/edit.svg) no-repeat top 1px left;background-size:11px}.card .description .categories a:hover{text-decoration:underline}.card .description .link{display:block;width:18px;height:18px;background:url(../images/icons/arrow-circle-right.svg) no-repeat center;background-size:contain;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.form-search input[type=text]{padding-right:40px;background-image:url(../images/icons/search.svg);background-repeat:no-repeat;background-position:center right 14px;background-size:20px}.form-search input[type=submit]{display:none}.content .wp-block-image,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content img,.content ol,.content ul{margin-bottom:20px}.content .wp-block-image: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 img:last-child,.content ol:last-child,.content ul:last-child{margin-bottom:0}.content .title{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase}.content ul{display:-ms-grid;display:grid;gap:20px 70px;list-style-type:none}@media only screen and (max-width:768px){.content ul{gap:20px 30px}}.content ul li{position:relative;padding-left:25px;background:url(../images/icons/checkmark.svg) no-repeat left top 3px;background-size:16px}.content a:not([class]){color:#496fb3;font-weight:500}.full-width{margin:0 -30px;padding-left:30px;padding-right:30px}@media only screen and (max-width:768px){.full-width{margin:0 -25px;padding-left:25px;padding-right:25px}}.f-button{width:auto;height:auto;padding:0;background:0 0}.f-button:hover{background:0 0!important}.f-button svg{width:40px;height:40px;stroke:#496fb3}@media only screen and (max-width:768px){.f-button svg{width:30px;height:30px}}.f-caption{text-align:center;font-weight:400;letter-spacing:normal;color:#949494}.f-caption h2{margin-bottom:5px;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;letter-spacing:normal;color:#fff}.lead-text{padding-top:24px;padding-bottom:24px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-family:Sanchez,sans-serif;font-size:22px;line-height:1.45;letter-spacing:normal}.page-carousel{padding:30px 0 0;letter-spacing:normal}.page-carousel .slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:768px){.page-carousel .slider{display:block}}.page-carousel .slider .slick-list{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}@media only screen and (max-width:768px){.page-carousel .slider .slick-list{width:100%}}.page-carousel .slider .item{position:relative;overflow:hidden}.page-carousel .slider .item .image{position:relative;padding-top:43%}@media only screen and (max-width:768px){.page-carousel .slider .item .image{min-height:320px;padding-top:100%}}.page-carousel .slider .item .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.page-carousel .slider .item .caption{position:absolute;top:55px;left:0;width:345px;max-width:-webkit-calc(100% - 20px);max-width:calc(100% - 20px);padding:20px 30px;z-index:2;background-color:rgba(0,0,0,.45);color:#fff;font-family:Sanchez,sans-serif;font-size:18px;line-height:1.2}@media only screen and (max-width:768px){.page-carousel .slider .item .caption{padding:20px}}.page-carousel .slider .item .caption h2{margin-bottom:2px;color:#fff;text-transform:uppercase}.page-carousel .slider .item .caption p{font-style:italic}.page-carousel .slider .item .caption .arrow{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-left:7px;background:url(../images/icons/arrow-circle-right.svg) no-repeat center;background-size:contain}.page-carousel .slider .slick-arrow{width:30px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#d0cec8 url(../images/icons/arrow-right-brown.svg) no-repeat center;background-size:13px;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:768px){.page-carousel .slider .slick-arrow{display:none!important}}.page-carousel .slider .slick-arrow:hover{background:#496fb3 url(../images/icons/arrow-right-white.svg) no-repeat center;background-size:13px}.page-carousel .slider .slick-dots{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin:16px 0}.projects{padding:30px 0;border-top:1px solid #ddd}.projects .top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:35px;margin-bottom:30px}@media only screen and (max-width:768px){.projects .top{gap:30px}}.projects .top .slick-nav{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:65px}@media only screen and (max-width:768px){.projects .top .slick-nav{gap:40px}}.projects .top .slick-nav:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:30px;width:1px;background:#496fb3}.projects .top .slick-nav .slick-arrow{width:15px;height:15px;background:transparent url(../images/icons/arrow-right-blue.svg) no-repeat center;background-size:contain}.projects .slick-list{margin:0 -10px}.projects .item{margin:0 10px;text-align:center}.projects .item .image{position:relative;padding-top:62%;margin-bottom:14px}.projects .item .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.projects .item .image::before,.projects .item .image:after{content:"";position:absolute;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.projects .item .image::before{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);background-image:radial-gradient(rgba(0,0,0,.7) 20%,transparent 11%);background-size:5px 5px;z-index:2}.projects .item .image:after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25px;height:25px;background:url(../images/icons/plus.svg) no-repeat center;background-size:contain;z-index:3}.projects .item h4{margin-bottom:5px;text-transform:uppercase;letter-spacing:normal;-webkit-transition:all .3s ease;transition:all .3s ease}.projects .item .info{letter-spacing:.02em;line-height:1.4}.projects .item .info .city{font-weight:400;color:#212121}.projects .item .info .type{font-style:italic;font-weight:500}.projects .item:hover .image::before,.projects .item:hover .image:after{opacity:1}.projects .item:hover h4{color:#496fb3}.projects .gallery{display:none}.benefits{padding:30px 0;border-top:1px solid #ddd}.benefits p,.benefits strong{color:#212121}.benefits ul{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);margin-top:30px;padding:0 25px}@media only screen and (max-width:768px){.benefits ul{padding:0 15px}}@media only screen and (max-width:480px){.benefits ul{-ms-grid-columns:1fr;grid-template-columns:1fr}}.news{padding:30px 0 60px;border-top:1px solid #ddd}.news h3{margin-bottom:30px}.news .list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:32px}@media only screen and (max-width:768px){.news .list{gap:20px}}@media only screen and (max-width:480px){.news .list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.news .list .card{width:50%}@media only screen and (max-width:480px){.news .list .card{width:100%}}.news .list .card .description{width:175px}@media only screen and (max-width:768px){.news .list .card .description{width:160px}}@media only screen and (max-width:480px){.news .list .card .description{width:175px}}.testimonials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:35px;padding-top:35px;padding-bottom:35px;background-image:url(../images/testimonials-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:top center;color:#fff}@media only screen and (max-width:768px){.testimonials{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:25px}}.testimonials .slider{min-width:1px}@media only screen and (max-width:768px){.testimonials .slider{max-width:100%}}.testimonials .item{padding-left:65px;background:url(../images/icons/quote.svg) no-repeat left top;background-size:35px}@media only screen and (max-width:768px){.testimonials .item{padding-left:45px;background-size:30px}}.testimonials .item .text{font-family:Sanchez,sans-serif;font-size:16px;line-height:1.68;font-style:italic}.testimonials .item .text *{display:inline}.testimonials .item .text .read-more{color:#212121}.testimonials .item .author{margin-top:20px;padding-left:20px}@media only screen and (max-width:768px){.testimonials .item .author{padding-left:0}}.testimonials .item .author .name{color:#212121}.testimonials .item .author .location{font-style:italic}.testimonials .slick-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.testimonials .slick-nav .slick-arrow{width:22px;height:22px;border:2px solid #181e27;-webkit-border-radius:2px;border-radius:2px;background:transparent url(../images/icons/arrow-right-dark-blue.svg) no-repeat center;background-size:12px;-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials .slick-nav .slick-arrow:hover{background:#181e27 url(../images/icons/arrow-right-white.svg) no-repeat center;background-size:12px}.partners{margin-top:35px;padding:20px 30px;border-top:1px solid #ddd}.partners .list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:768px){.partners .list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}}.partners .list .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-left:1px solid #ddd;border-right:1px solid #ddd}@media only screen and (max-width:768px){.partners .list .item{height:inherit}}.partners .slick-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.partners .slick-dots{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about{padding:45px 25px}@media only screen and (max-width:768px){.about{padding:35px 0}}.about .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:50px}@media only screen and (max-width:768px){.about .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:30px}}.about .content:not(:first-child){margin-top:30px}.about .avatar{width:245px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.about .avatar .image{position:relative}.about .avatar .image::after{content:"";position:absolute;top:0;left:0;display:inline-block;width:0;height:0;border-style:solid;border-width:45px 45px 0 0;border-color:#fff transparent transparent transparent}.about .avatar .description{padding:12px 25px;background:#181e27;color:#fff;font-size:13px}.about .avatar .description p{margin:0;letter-spacing:.015em}.about .avatar .description .name{font-size:15px;text-transform:uppercase}.about .avatar .description a{color:#80a4ed;font-weight:700}.values{padding:0 25px 80px}@media only screen and (max-width:768px){.values{padding:0 0 35px}}.values .inner{padding:30px 25px;background:url(../images/values-bg.jpg) no-repeat center top;background-size:cover;color:#fff}.values h3{margin-bottom:30px;color:#b38d49}.values .list{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,200px))[3];grid-template-columns:repeat(3,minmax(0,200px));-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:40px}@media only screen and (max-width:768px){.values .list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:30px}}@media only screen and (max-width:480px){.values .list{-ms-grid-columns:1fr;grid-template-columns:1fr}}.values .list .item .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:75px;margin-bottom:20px}.values .list .item .icon img{max-height:100%;width:auto}.intro{padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-family:Sanchez,sans-serif;font-size:20px;line-height:1.4;letter-spacing:normal;color:#fff}.intro .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:40px;padding:30px;background:#496fb3}@media only screen and (max-width:768px){.intro .inner{padding-left:25px;padding-right:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}}.intro h2{white-space:nowrap;font-size:35px;letter-spacing:-.025em;color:#dbd089}.text-block{border-bottom:1px solid #ddd}.text-block .inner{padding:40px 25px}@media only screen and (max-width:768px){.text-block .inner{padding-left:0;padding-right:0}}.services{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:30px;padding:50px 25px;border-bottom:1px solid #ddd}@media only screen and (max-width:768px){.services{padding:40px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}}.services:last-child{border-bottom:0}.services .title{width:190px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:768px){.services .title{width:100%}}.services .title h3{line-height:1.57}.services ul{margin:30px 0;padding:24px 20px;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:13px 30px;background:#f3f2ed;font-size:13px;color:#212121}@media only screen and (max-width:768px){.services ul{gap:13px}}@media only screen and (max-width:480px){.services ul{-ms-grid-columns:1fr;grid-template-columns:1fr}}.services ul li{padding-left:20px;background-size:13px}.portfolio{padding:30px 0}@media only screen and (max-width:768px){.portfolio{padding-bottom:0}}.portfolio .inner{padding:35px 40px;background:#f3f2ed;border:1px solid #ececec}@media only screen and (max-width:768px){.portfolio .inner{padding:30px 25px;margin:0 -25px}}.portfolio .categories{list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px;gap:7px}@media only screen and (max-width:768px){.portfolio .categories{margin-bottom:30px}}.portfolio .categories li a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:7px;padding:9px 17px;background:#9d9d9d;color:#fff;text-transform:uppercase;font-size:13px;line-height:1.2;font-weight:700;letter-spacing:normal;-webkit-transition:all .3s ease;transition:all .3s ease}.portfolio .categories li a.active,.portfolio .categories li a:hover{background:#496fb3}.portfolio .list{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px 45px}@media only screen and (max-width:768px){.portfolio .list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:30px 25px}}@media only screen and (max-width:480px){.portfolio .list{-ms-grid-columns:1fr;grid-template-columns:1fr}}.portfolio .list .item{position:relative;padding:3px 3px 10px;background:#fff;border:1px solid #ddd;text-align:center}.portfolio .list .item::after{content:"";position:absolute;top:0;right:-23px;display:block;width:1px;height:-webkit-calc(100% + 35px);height:calc(100% + 35px);background:#e8e8e5}@media only screen and (max-width:768px){.portfolio .list .item::after{right:-13px}}@media only screen and (max-width:480px){.portfolio .list .item::after{content:none!important}}.portfolio .list .item:nth-child(3n)::after{content:none}@media only screen and (max-width:768px){.portfolio .list .item:nth-child(3n)::after{content:""}}.portfolio .list .item:nth-last-child(-n+3)::after{height:100%}@media only screen and (max-width:768px){.portfolio .list .item:nth-last-child(-n+3)::after{height:-webkit-calc(100% + 35px);height:calc(100% + 35px)}}@media only screen and (max-width:768px){.portfolio .list .item:nth-child(2n)::after{content:none}}@media only screen and (max-width:768px){.portfolio .list .item:nth-last-child(-n+2)::after{height:100%}}.portfolio .list .item .image{position:relative;margin-bottom:6px;padding-top:64%}.portfolio .list .item .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.portfolio .list .item .image::before,.portfolio .list .item .image:after{content:"";position:absolute;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.portfolio .list .item .image::before{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);background-size:5px 5px;z-index:2}.portfolio .list .item .image:after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;height:20px;background:url(../images/icons/loupe.svg) no-repeat center;background-size:contain;z-index:3}.portfolio .list .item .title{display:inline-block;padding-right:15px;font-size:12px;font-weight:700;letter-spacing:normal;color:#496fb3;background:url(../images/icons/arrow-long-right.svg) no-repeat center right;background-size:10px}.portfolio .list .item .info{font-size:11px;letter-spacing:normal}.portfolio .list .item:hover .image::before,.portfolio .list .item:hover .image:after{opacity:1}.portfolio .wp-pagenavi{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}@media only screen and (max-width:768px){.portfolio .wp-pagenavi{margin-top:30px}}.portfolio .gallery{display:none}.contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:25px}@media only screen and (max-width:768px){.contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.contact .content{padding:40px 30px}@media only screen and (max-width:768px){.contact .content{padding:35px 0 0}}.contact .form{margin-top:45px;padding:35px 45px;background:#181e27}@media only screen and (max-width:768px){.contact .form{margin-top:35px;padding:25px 30px}}.contact .form .wpcf7-form{display:-ms-grid;display:grid;gap:16px;color:#fff}.contact .form .wpcf7-form label{display:block;margin-bottom:5px;letter-spacing:normal;color:#d0cec8}.contact .form .wpcf7-form input[type=email],.contact .form .wpcf7-form input[type=number],.contact .form .wpcf7-form input[type=tel],.contact .form .wpcf7-form input[type=text],.contact .form .wpcf7-form select,.contact .form .wpcf7-form textarea{padding:10px 12px;background:#fff}.contact .form .wpcf7-form input[type=submit]:hover{background:#fff;color:#496fb3}.contact .form .wpcf7-form .form-submit{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.contact .form .wpcf7-form .form-submit .wpcf7-spinner{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.contact .form .wpcf7-form .wpcf7-response-output{margin:0}.contact .form .wpcf7-form .wpcf7-not-valid-tip{margin-top:5px;font-size:12px}.contact .sidebar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:25px;width:320px;max-width:40%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:40px 30px;margin-right:-30px;background:#f7f6f2;border:1px solid #ddd;border-top:3px solid #b38d49}@media only screen and (max-width:768px){.contact .sidebar{width:100%;max-width:100%;margin-bottom:35px;padding:30px}}.contact .sidebar h3{margin-bottom:10px;font-size:16px}.contact .sidebar strong{color:#212121}.contact .sidebar a:not([href^="tel:"]){color:#496fb3;font-weight:700}.contact .sidebar .social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;list-style-type:none;margin-top:16px}.contact .sidebar .social li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.contact .sidebar .social li a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:38px;height:38px;background:#496fb3;-webkit-transition:all .3s ease;transition:all .3s ease}.contact .sidebar .social li a img{height:14px;width:auto}.contact .sidebar .social li a:hover{background:#181e27}.page-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 0;gap:40px}@media only screen and (max-width:768px){.page-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:35px 0;gap:35px}}.page-wrapper .main{width:100%}.page-wrapper .main>h3{margin-bottom:45px}@media only screen and (max-width:768px){.page-wrapper .main>h3{margin-bottom:35px}}.page-wrapper .main .card{margin-bottom:80px}@media only screen and (max-width:768px){.page-wrapper .main .card{margin-bottom:60px}}.page-wrapper .main .card::after{content:"";position:absolute;bottom:-40px;height:1px;width:100%;background:#ddd}@media only screen and (max-width:768px){.page-wrapper .main .card::after{bottom:-30px}}@media only screen and (max-width:768px){.page-wrapper .main .card .image{margin-right:-90px}}.page-wrapper .main .card .description{width:235px}@media only screen and (max-width:480px){.page-wrapper .main .card .description{width:200px}}.page-wrapper .main .card .description h4{font-size:14px;line-height:1.57}.page-wrapper .main .meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin:20px 0;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:normal}.page-wrapper .main .meta a{color:#496fb3}.page-wrapper .main .meta a:hover{text-decoration:underline}.page-wrapper .sidebar{width:260px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#212121}@media only screen and (max-width:768px){.page-wrapper .sidebar{width:100%}}.page-wrapper .sidebar .group{padding:40px 0;border-bottom:1px solid #ddd}@media only screen and (max-width:768px){.page-wrapper .sidebar .group{padding:30px 0}}.page-wrapper .sidebar .group:first-child{padding-top:0}.page-wrapper .sidebar .group:last-child{padding-bottom:0;border-bottom:0}.page-wrapper .sidebar .group h3{margin-bottom:20px}.page-wrapper .sidebar .categories{display:-ms-grid;display:grid;gap:12px;list-style-type:none}.page-wrapper .sidebar .categories li a{padding-left:25px;background:url(../images/icons/arr-right-grey.svg) no-repeat left top 3px;background-size:12px;letter-spacing:normal}.page-wrapper .sidebar .categories li a:hover{background:url(../images/icons/arr-right-blue.svg) no-repeat left top 3px;background-size:12px;color:#496fb3}.page-wrapper .sidebar .feed .item{padding:20px 0;border-bottom:1px solid #ddd}@media only screen and (max-width:768px){.page-wrapper .sidebar .feed .item{padding:15px 0}}.page-wrapper .sidebar .feed .item:first-child{padding-top:0}.page-wrapper .sidebar .feed .item:last-child{padding-bottom:0;border-bottom:0}.page-wrapper .sidebar .feed .item a{-webkit-transition:all .3s ease;transition:all .3s ease}.page-wrapper .sidebar .feed .item a:hover{color:#496fb3}.wp-pagenavi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px}.wp-pagenavi a,.wp-pagenavi span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;background:#bababa;border:none;font-size:13px;font-weight:700;color:#fff}.wp-pagenavi a.current,.wp-pagenavi span.current{background:#496fb3}.wp-pagenavi a.previouspostslink,.wp-pagenavi span.previouspostslink{font-size:0;background-image:url(../images/icons/arrow-right-white.svg);background-repeat:no-repeat;background-position:center;background-size:11px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.wp-pagenavi a.nextpostslink,.wp-pagenavi span.nextpostslink{font-size:0;background-image:url(../images/icons/arrow-right-white.svg);background-repeat:no-repeat;background-position:center;background-size:11px}.addtoany_shortcode{margin-top:30px}.addtoany_shortcode .a2a_kit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:11px}.addtoany_shortcode .a2a_kit a{width:16px;height:16px;padding:0}.addtoany_shortcode .a2a_kit a span{display:none!important}.addtoany_shortcode .a2a_kit a.addtoany_share{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;background:url(../images/icons/share.svg) no-repeat center;background-size:contain}.addtoany_shortcode .a2a_kit a.a2a_button_facebook{background:url(../images/icons/facebook.svg) no-repeat center;background-size:14px}.addtoany_shortcode .a2a_kit a.a2a_button_twitter{background:url(../images/icons/twitter.svg) no-repeat center;background-size:15px}.addtoany_shortcode .a2a_kit a.a2a_button_linkedin{background:url(../images/icons/linkedin.svg) no-repeat center;background-size:13px}.addtoany_shortcode .a2a_kit a.a2a_button_email{background:url(../images/icons/email.svg) no-repeat center;background-size:contain}.comments-area{margin-top:25px;padding-top:50px;border-top:1px solid #ddd}@media only screen and (max-width:768px){.comments-area{padding-top:40px}}.comments-area h2{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase}.comments-area h3{margin-bottom:20px}.comments-area a{color:#496fb3;font-weight:500}.comments-area form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.comments-area form .comment-notes{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.comments-area form .comment-form-author,.comments-area form .comment-form-email{width:-webkit-calc(50% - 5px);width:calc(50% - 5px);margin-bottom:10px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.comments-area form .comment-form-comment{width:100%;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.comments-area form .comment-form-cookies-consent{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.comments-area form .form-submit{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.comments-area .comments-title{margin-bottom:10px}.comments-area .comment-list{margin-bottom:30px;list-style-type:none}.comments-area .comment-list .comment{padding:20px 0;border-bottom:1px solid #ddd}.comments-area .comment-list .comment .comment-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:15px}.comments-area .comment-list .comment .comment-avatar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:40px}.comments-area .comment-list .comment .comment-header{margin-bottom:10px;line-height:1.2;color:#212121}.comments-area .comment-list .comment .comment-date{font-size:13px}.comments-area .comment-list .comment .comment-reply{margin-top:5px;font-size:13px}.comments-area .comment-list .children{list-style-type:none;padding-left:55px}.comments-area #cancel-comment-reply-link{font-size:14px;text-transform:none}.comments-area .comment-form-cookies-consent{display:none}.footer{width:var(--content-width);max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px);margin:0 auto;background:#181e27;color:#fff}@media only screen and (max-width:768px){.footer{max-width:100%}}.footer .top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 30px 30px}@media only screen and (max-width:768px){.footer .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px}}.footer .top .logo{width:176px;max-width:40%}@media only screen and (max-width:768px){.footer .top .logo{max-width:100%;padding:20px 0}}.footer .top .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:45px 30px 35px 30px;background:#756a5b;text-transform:uppercase;line-height:1.2;letter-spacing:normal;color:#e8e5da}@media only screen and (max-width:768px){.footer .top .info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:20px}}.footer .top .info .item:not(:last-child)::after{content:"|";margin:0 15px}@media only screen and (max-width:768px){.footer .top .info .item:not(:last-child)::after{content:none}}.footer .top .info .item strong{margin:0 5px 0 10px}@media only screen and (max-width:480px){.footer .top .info .item strong::before{content:"";display:block;width:100%}}.footer .top .info .item strong:first-child{margin-left:0}.footer .bottom{padding:0 30px;font-size:12px;color:#947f60}@media only screen and (max-width:768px){.footer .bottom{padding:0 20px}}.footer .bottom .inner{position:relative;padding:20px 40px 20px 0;border-top:1px solid #947f60}@media only screen and (max-width:768px){.footer .bottom .inner{border-top:0}}.footer .bottom p{margin-bottom:0}.footer .bottom .scroll-btn{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:28px;height:28px;border:none;background:url(../images/icons/scroll-btn.svg) no-repeat center;background-size:contain;outline:0}