/*
FONT: Montserrat
BROWN: #b0a395
ORANGE: #f39000
*/

/* --- GLOBAL --- */
*,*:focus{outline:none !important}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:'Montserrat',sans-serif;font-size:16px;background-color:#ececec;color:#b0a395}
a{text-decoration:none;cursor:pointer;color:#f39000}
a:hover,
a:focus,
a:active{text-decoration:underline;color:#f39000}
a,input,button,textarea,select{transition:.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fs-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}
hr{height:2px;margin:20px auto;border:0;background-color:#b0a395}
.text-brown{color:#b0a395}
.bg-brown{background-color:#b0a395}
.text-orange{color:#f39000}
.bg-orange{background-color:#f39000}
p{margin-bottom:20px;line-height:1.5;font-weight:500;font-size:16px}
h1{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:28px;color:#f39000}
h2{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:24px;color:#f39000}
h3{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:22px;color:#f39000}
h4{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:20px;color:#f39000}
h5{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:18px;color:#f39000}
h6{margin-bottom:20px;text-transform:uppercase;line-height:1.2;font-weight:700;font-size:16px;color:#f39000}

.bg-orange,
.bg-orange *,
.bg-brown,
.bg-brown *{color:#fff}

/* --- PRELOADER --- */
.preloader::before{position:fixed;content:"";top:0;bottom:0;left:0;right:0;opacity:1;transition:.2s;z-index:9999999;background-color:#ececec}
.preloader::after{position:fixed;content:"";top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;opacity:1;z-index:9999999;animation:loader 1s infinite linear;border-radius:50%;border:10px solid #b0a395;border-left:10px solid #f39000}
.preloader.preloader-disabled::before,
.preloader.preloader-disabled::after{opacity:0;visibility:hidden}

@keyframes loader{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}

@keyframes rotate{
0%{transform:translate(-50%,-50%) rotate(0deg)}
100%{transform:translate(-50%,-50%) rotate(360deg)}
}

/* --- BUTTONS, INPUTS --- */
.custombtn{display:inline-block;padding:12px 25px;text-align:center;text-transform:uppercase;text-decoration:none;line-height:25px;font-weight:500;font-size:16px;cursor:pointer;border:0;background-color:#f39000;color:#fff}
.custombtn:hover,
.custombtn:focus,
.custombtn:active{text-decoration:none;background-color:#b0a395;color:#fff}

.custombtn2{display:inline-block;padding:12px 25px;text-align:center;text-transform:uppercase;text-decoration:none;line-height:25px;font-weight:500;font-size:16px;cursor:pointer;border:0;background-color:#b0a395;color:#fff}
.custombtn2:hover,
.custombtn2:focus,
.custombtn2:active{text-decoration:none;background-color:#f39000;color:#fff}

.custombtn.arrow,
.custombtn2.arrow{padding-left:55px;background-repeat:no-repeat;background-position:left 20px center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb(255,255,255)' d='m12.57153,2.39598l3.75681,3.75518l-14.94194,0a1.36044,1.36044 0 1 0 0,2.72087l14.93826,0l-3.75273,3.74538a1.36084,1.36084 0 1 0 1.92249,1.92657l6.08176,-6.06951l0,-0.00082a1.30207,1.30207 0 0 0 0.16898,-0.20531c0.01429,-0.02163 0.02367,-0.0449 0.03674,-0.06694c0.03265,-0.05429 0.06367,-0.10735 0.08817,-0.16613c0.01306,-0.03265 0.02,-0.06572 0.03102,-0.09878c0.01632,-0.05143 0.03633,-0.10245 0.04775,-0.15633c0.01755,-0.08694 0.02612,-0.17756 0.02612,-0.26899l0,-0.00041c0,-0.09102 -0.00857,-0.18123 -0.02612,-0.26899c-0.01224,-0.05959 -0.03265,-0.11592 -0.05306,-0.17184c-0.00898,-0.02735 -0.01388,-0.05592 -0.02531,-0.08163a1.2539,1.2539 0 0 0 -0.09592,-0.1796c-0.01061,-0.01755 -0.01796,-0.03674 -0.02939,-0.05429a1.3837,1.3837 0 0 0 -0.1698,-0.20694l-6.08053,-6.07563a1.36044,1.36044 0 1 0 -1.92331,1.92412'/%3e%3c/svg%3e")}

.custombtn.sm,
.custombtn2.sm{padding:3px 8px;text-transform:none;line-height:19px;font-size:14px}

.form-control::-webkit-input-placeholder{color:#b0a395;opacity:1}
.form-control::-moz-placeholder{color:#b0a395;opacity:1}
.form-control:-ms-input-placeholder{color:#b0a395;opacity:1}
.form-control::-ms-input-placeholder{color:#b0a395;opacity:1}
.form-control::placeholder{color:#b0a395;opacity:1}
.custom-select.placeholder{color:#b0a395;opacity:1}
.custom-select.placeholder:focus{color:#b0a395;opacity:1}
.custom-select.placeholder:active{color:#b0a395;opacity:1}

.form-control,
.custom-select{height:auto;padding:2px 10px;line-height:20px;font-size:16px;border-radius:0px;border:0;background-color:#ececec;color:#b0a395}
.custom-select{padding:2px 33px 2px 10px;background-position:center right 10px;background-size:auto auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='6px'%3e%3cpath fill-rule='evenodd' fill='rgb(154, 123, 97)' d='M12.999,-0.001 L6.500,5.998 L0.001,-0.001 L12.999,-0.001 Z'/%3e%3c/svg%3e")}
.form-control:focus,
.form-control:active,
.custom-select:focus,
.custom-select:active{box-shadow:none;background-color:#ececec;color:#b0a395}
.custom-control-label{font-size:16px;line-height:1}
.custom-control-label a{text-decoration:underline;color:#b0a395}
.custom-control-label::before{width:18px;height:18px;top:0;transition:.2s;border-radius:0;border:1px solid #b0a395;background-color:#fff}
.custom-control-label::after{width:18px;height:18px;top:0;background-size:auto}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{border-radius:0}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{border-color:#b0a395;background-color:#b0a395}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='10px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.166,-0.000 L4.166,6.205 L1.834,3.793 L-0.000,5.690 L4.166,10.000 L12.000,1.897 L10.166,-0.000 Z'/%3e%3c/svg%3e")}

/* --- ACCORDION --- */
.accordion{margin-top:30px}
.accordion .acc-head{position:relative;text-align:center;text-transform:uppercase;cursor:pointer;font-weight:500;font-size:20px;transition:.2s;background-color:#f39000;color:rgba(255,255,255,1)}
.accordion .acc-head::after{display:inline-block;content:"";width:24px;height:24px;margin-left:35px;vertical-align:middle;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.812,5.437 L12.031,5.437 L12.031,18.312 L10.812,18.312 L10.812,5.437 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M5.281,10.969 L18.187,10.969 L18.187,12.187 L5.281,12.187 L5.281,10.969 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.437,1.125 C17.202,1.125 21.875,5.798 21.875,11.562 C21.875,17.327 17.202,22.000 11.437,22.000 C5.673,22.000 1.000,17.327 1.000,11.562 C1.000,5.798 5.673,1.125 11.437,1.125 Z'/%3e%3c/svg%3e")}
.accordion .acc-head[aria-expanded="true"]::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M5.281,10.969 L18.187,10.969 L18.187,12.187 L5.281,12.187 L5.281,10.969 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.437,1.125 C17.202,1.125 21.875,5.798 21.875,11.562 C21.875,17.327 17.202,22.000 11.437,22.000 C5.673,22.000 1.000,17.327 1.000,11.562 C1.000,5.798 5.673,1.125 11.437,1.125 Z'/%3e%3c/svg%3e")}
.accordion .acc-head.blue{background-color:#94d0c8}
.accordion .acc-head.pink{background-color:#d77496}
.accordion .acc-head.brown{background-color:#b0a395}
.accordion .acc-head.green{background-color:#859a3b}
.accordion .acc-head .arrow{display:block;width:19px;height:11px;transition:.2s;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='11px'%3e%3cpath fill-rule='evenodd' fill='rgba(255,255,255,1)' d='M10.549,10.179 C10.358,10.369 10.101,10.473 9.838,10.473 C9.751,10.473 9.664,10.462 9.578,10.439 C9.407,10.394 9.236,10.300 9.111,10.175 L1.125,2.185 C0.732,1.792 0.732,1.154 1.125,0.762 C1.518,0.370 2.154,0.370 2.547,0.762 L9.833,8.050 L17.113,0.768 C17.505,0.376 18.143,0.375 18.535,0.768 C18.928,1.161 18.928,1.798 18.535,2.191 L10.549,10.179 Z'/%3e%3c/svg%3e")}
.accordion .acc-head[aria-expanded="true"] .arrow{transform:scale(1,-1)}
.accordion .acc-body{border:0}
.accordion .separator{min-width:2px;height:280px;background-color:#b0a395}

/* --- FANCY MODAL --- */
.fancy-modal{display:none;max-width:512px;padding:40px;transform:translateY(-80px);transition:.5s}
.fancybox-slide--current .fancy-modal{transform:translateY(0);opacity:1}

/* --- PAGINATION --- */
.pagination a{padding:3px;font-size:14px;color:#7f7f7f}
.pagination a.active{pointer-events:none;font-weight:700;color:#f39000}
.pagination a:last-child{padding:0 7px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='13' fill='rgb(193,21,21)' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m1.5475,0.099l-1.495,1.495l4.907,4.906l-4.907,4.905l1.495,1.496l6.4,-6.4l-6.4,-6.402z'/%3e%3c/svg%3e")}

/* --- VIDEO --- */
.video{position:fixed;top:0;left:0;width:100%}
.video::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%}
.video video{display:block}
.video .fullvideo{position:absolute;display:flex;justify-content:center;align-items:center;bottom:0;left:0;width:100%;padding:17px 0;text-align:center;opacity:0;transition:.2s;line-height:21px;font-weight:500;font-size:14px;background-color:rgba(255,255,255,.6);color:#696057}
.video .fullvideo::after{display:inline-block;content:"";width:27px;height:27px;margin-left:10px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='27px'%3e%3cpath fill-rule='evenodd' stroke='rgb(105, 96, 87)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M13.000,1.000 C19.627,1.000 25.000,6.372 25.000,13.000 C25.000,19.627 19.627,25.000 13.000,25.000 C6.373,25.000 1.000,19.627 1.000,13.000 C1.000,6.372 6.373,1.000 13.000,1.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(105, 96, 87)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(105, 96, 87)' d='M20.994,13.000 L9.002,19.006 L9.002,6.993 L20.994,13.000 Z'/%3e%3c/svg%3e")}
.video:hover .fullvideo{opacity:1}

/* --- HEADER, MAIN, SECTION --- */
header{position:absolute;top:0;left:0;width:100%;z-index:1020;background-color:#fff}
.fixed-header header{position:fixed;top:0;left:0;width:100%;box-shadow:1px 1px 10px rgba(0,0,0,.1)}
header nav{margin-right:10px}
header nav ul{position:relative;display:flex;list-style-type:none;margin:0;padding:0}
header nav .nav-item .nav-link{padding:0 22px;line-height:108px;font-weight:500;font-size:18px;color:#f39000}
header nav .nav-item:hover .nav-link,
header nav .nav-item:focus .nav-link,
header nav .nav-item:active .nav-link,
header nav .nav-item.active .nav-link{color:#b0a395}

header .lang{position:relative;margin-left:11px;padding-left:22px;line-height:108px;font-weight:700;font-size:15px;color:#b0a395}
header .lang::before{position:absolute;content:"";left:-10px;top:50%;width:2px;height:62px;transform:translateY(-50%);background-color:#b0a395}

.main{position:relative;z-index:9;background-color:#ececec}

section{padding-top:175px}

/* --- BLOCKS --- */
hr.mw-240{max-width:240px}

.svg-wreath-hover::before{position:absolute;content:"";left:50%;top:50%;width:154px;height:156px;transform:translate(-50%,-50%);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='154' height='156' viewBox='0 0 115.821 117.182'%3e%3cpath d='M29.299 104.147a13.624 13.624 0 005.667 8.025 13.626 13.626 0 009.585 2.156 13.622 13.622 0 00-5.667-8.027 13.623 13.623 0 00-9.585-2.154M15.444 91.614a13.622 13.622 0 002.58 9.48 13.618 13.618 0 008.27 5.303 13.623 13.623 0 00-2.58-9.48 13.629 13.629 0 00-8.27-5.303M6.71 75.098a13.62 13.62 0 00-.817 9.79 13.623 13.623 0 005.957 7.813 13.623 13.623 0 00.818-9.79 13.63 13.63 0 00-5.958-7.813M4.152 56.591a13.62 13.62 0 00-4.117 8.92 13.629 13.629 0 002.926 9.38 13.623 13.623 0 004.117-8.922 13.625 13.625 0 00-2.926-9.378m3.927-18.266a13.627 13.627 0 00-6.92 6.975A13.627 13.627 0 00.7 55.114a13.627 13.627 0 006.92-6.975 13.627 13.627 0 00.458-9.814m9.937-15.822a13.626 13.626 0 00-8.888 4.187 13.631 13.631 0 00-3.787 9.066 13.623 13.623 0 008.888-4.188 13.623 13.623 0 003.787-9.065m14.749-11.467a13.613 13.613 0 00-9.784.895 13.624 13.624 0 00-6.66 7.223 13.63 13.63 0 009.785-.894 13.63 13.63 0 006.659-7.224m17.781-5.734a13.624 13.624 0 00-9.5-2.505 13.63 13.63 0 00-8.728 4.51 13.624 13.624 0 009.5 2.506 13.63 13.63 0 008.728-4.51m18.67.695a13.618 13.618 0 00-8.07-5.604 13.635 13.635 0 00-9.744 1.253 13.627 13.627 0 008.07 5.604c3.427.837 6.868.302 9.744-1.253m17.307 7.038a13.624 13.624 0 00-5.667-8.026 13.632 13.632 0 00-9.585-2.155 13.621 13.621 0 005.667 8.026 13.62 13.62 0 009.585 2.155m13.855 12.533a13.62 13.62 0 00-2.58-9.48 13.629 13.629 0 00-8.27-5.304 13.63 13.63 0 002.58 9.48 13.632 13.632 0 008.27 5.304m8.733 16.515a13.617 13.617 0 00.818-9.79 13.62 13.62 0 00-5.958-7.813 13.628 13.628 0 00-.816 9.791 13.624 13.624 0 005.957 7.812m2.557 18.507a13.616 13.616 0 004.117-8.92 13.62 13.62 0 00-2.927-9.379 13.629 13.629 0 00-4.116 8.92 13.63 13.63 0 002.926 9.38m-3.926 18.265a13.62 13.62 0 006.92-6.975 13.624 13.624 0 00.457-9.813 13.621 13.621 0 00-6.919 6.975 13.62 13.62 0 00-.458 9.813m-9.936 15.821a13.628 13.628 0 008.888-4.187 13.627 13.627 0 003.787-9.066 13.625 13.625 0 00-8.89 4.188 13.629 13.629 0 00-3.785 9.065m-14.749 11.469c3.146.893 6.62.667 9.784-.895a13.627 13.627 0 006.659-7.223 13.623 13.623 0 00-9.784.894 13.63 13.63 0 00-6.66 7.224m-17.781 5.733a13.624 13.624 0 009.5 2.505 13.627 13.627 0 008.728-4.51 13.624 13.624 0 00-9.5-2.506 13.628 13.628 0 00-8.727 4.51m-18.67-.694a13.627 13.627 0 008.07 5.604c3.428.836 6.868.301 9.744-1.253a13.612 13.612 0 00-8.07-5.604 13.624 13.624 0 00-9.744 1.253' fill='%23f39000'/%3e%3c/svg%3e")}
.about-slider .element:hover .svg-wreath-hover::before{animation:rotate 4s infinite linear}
.about-slider p{line-height:1.2}
.about-slider .slick-arrow{width:30px;top:45px;transform:none}

.history-slider h2{margin-bottom:50px;text-align:center}
.history-slider .slick-slide{position:relative}
.history-slider .slick-slide:not(:last-child)::after{position:absolute;content:"";top:46px;right:-22px;width:45px;height:4px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='45' height='4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23fff' d='m2.27,0.5c-0.2,0 -0.391,0.04 -0.57,0.109a1.543,1.543 0 0 0 -0.821,0.821c-0.069,0.179 -0.109,0.37 -0.109,0.57c0,0.1 0.01,0.2 0.03,0.29c0.02,0.1 0.05,0.189 0.079,0.279c0.04,0.091 0.091,0.181 0.141,0.261c0.06,0.08 0.12,0.16 0.189,0.23c0.071,0.07 0.151,0.129 0.231,0.19c0.08,0.05 0.17,0.1 0.26,0.13a1.417,1.417 0 0 0 1.139,0c0.091,-0.03 0.181,-0.08 0.261,-0.13c0.08,-0.061 0.16,-0.12 0.23,-0.19s0.129,-0.15 0.19,-0.23c0.05,-0.08 0.1,-0.17 0.14,-0.261c0.03,-0.09 0.06,-0.179 0.08,-0.279c0.02,-0.09 0.03,-0.19 0.03,-0.29c0,-0.2 -0.04,-0.391 -0.11,-0.57a1.527,1.527 0 0 0 -0.821,-0.821a1.573,1.573 0 0 0 -0.569,-0.109m8.61,1.5c0,0.83 0.68,1.5 1.5,1.5c0.83,0 1.5,-0.67 1.5,-1.5s-0.67,-1.5 -1.5,-1.5c-0.82,0 -1.5,0.67 -1.5,1.5m10.12,0c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5s-0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5m10.11,0c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5s-0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5m10.12,0c0,0.83 0.67,1.5 1.5,1.5c0.82,0 1.5,-0.67 1.5,-1.5s-0.68,-1.5 -1.5,-1.5c-0.83,0 -1.5,0.67 -1.5,1.5'/%3e%3c/svg%3e")}
.history-slider .date{position:relative;display:flex;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 15px auto;text-align:center;font-weight:700;font-size:20px;color:#b0a395}
.history-slider .date::before{position:absolute;content:"";left:50%;top:50%;width:96px;height:96px;transform:translate(-50%,-50%);opacity:0;transition:.2s;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='96' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m26.62953,12.71632a16.66135,16.66135 0 0 1 6.93067,-9.81455a16.66457,16.66457 0 0 1 11.72262,-2.63711a16.66296,16.66296 0 0 1 -6.93147,9.81536a16.66135,16.66135 0 0 1 -11.72181,2.63549m-14.77908,15.41376a16.65973,16.65973 0 0 1 1.09436,-11.96536a16.67264,16.67264 0 0 1 8.83471,-8.14438a16.66619,16.66619 0 0 1 -1.09436,11.96617a16.66538,16.66538 0 0 1 -8.83471,8.14357m-5.09195,20.73717a16.66135,16.66135 0 0 1 -5.0355,-10.90971a16.66215,16.66215 0 0 1 3.57824,-11.4694a16.65489,16.65489 0 0 1 5.0355,10.90891a16.66376,16.66376 0 0 1 -3.57904,11.4702m5.95889,20.5049a16.66135,16.66135 0 0 1 -9.81455,-6.93066a16.66457,16.66457 0 0 1 -2.63711,-11.72262a16.66135,16.66135 0 0 1 9.81536,6.93066a16.66376,16.66376 0 0 1 2.63549,11.72262m15.41376,14.77908a16.66054,16.66054 0 0 1 -11.96536,-1.09515a16.66941,16.66941 0 0 1 -8.14519,-8.83471a16.66619,16.66619 0 0 1 11.96698,1.09435a16.6678,16.6678 0 0 1 8.14357,8.83471m20.73636,5.09276a16.66619,16.66619 0 0 1 -10.90971,5.0355a16.66941,16.66941 0 0 1 -11.46939,-3.57904a16.66054,16.66054 0 0 1 10.90891,-5.0355a16.6678,16.6678 0 0 1 11.4702,3.57904m20.50571,-5.95808a16.66619,16.66619 0 0 1 -6.93147,9.81455a16.66376,16.66376 0 0 1 -11.72262,2.6363a16.66619,16.66619 0 0 1 6.93147,-9.81536a16.66376,16.66376 0 0 1 11.72261,-2.6355m14.77908,-15.41295a16.65973,16.65973 0 0 1 -1.09435,11.96536a16.66619,16.66619 0 0 1 -8.83471,8.14438a16.66699,16.66699 0 0 1 1.09436,-11.96617a16.66538,16.66538 0 0 1 8.8347,-8.14357m5.09195,-20.73717a16.66135,16.66135 0 0 1 5.03469,10.90971a16.66135,16.66135 0 0 1 -3.57823,11.47021a16.65328,16.65328 0 0 1 -5.0347,-10.90971a16.66296,16.66296 0 0 1 3.57824,-11.4702m-5.95889,-20.50491a16.65973,16.65973 0 0 1 9.81535,6.93067a16.66054,16.66054 0 0 1 2.63549,11.72262a16.65731,16.65731 0 0 1 -9.81455,-6.93066a16.66054,16.66054 0 0 1 -2.63629,-11.72262m-15.41215,-14.77908a16.66054,16.66054 0 0 1 11.96535,1.09436a16.66699,16.66699 0 0 1 8.14439,8.83471a16.66619,16.66619 0 0 1 -11.96617,-1.09436a16.6678,16.6678 0 0 1 -8.14357,-8.8347m-20.73717,-5.09195a16.66135,16.66135 0 0 1 10.90971,-5.03469a16.66538,16.66538 0 0 1 11.47021,3.57824a16.66215,16.66215 0 0 1 -10.90971,5.0355a16.66376,16.66376 0 0 1 -11.4702,-3.57904' fill='%23fff'/%3e%3c/svg%3e")}
.history-slider .date::after{position:absolute;content:"";left:50%;top:50%;width:68px;height:68px;transform:translate(-50%,-50%);z-index:-1;border-radius:100%;background-color:#fff}
.history-slider p{opacity:0;transition:.2s;font-weight:500;line-height:1.2}

.history-slider .element:hover .date::before{opacity:1}
.history-slider .element:hover p{opacity:1}

.news-slider{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}
.news-slider .element{position:relative;flex:0 0 50%;max-width:50%;width:100%;margin-bottom:30px;padding-right:15px;padding-left:15px}
.news-slider .element .inner{padding:15px;background-color:#fff}
.news-slider .element .inner .border-top{border-top:2px solid #b0a395 !important}
.news-slider .element img{height:100%}

.gallery-slider{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}
.gallery-slider .element{position:relative;flex:0 0 25%;max-width:25%;width:100%;margin-bottom:30px;padding-right:15px;padding-left:15px}
.gallery-slider .element .inner{padding:15px;background-color:#fff}

.competitions-slider{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}
.competitions-slider .element{position:relative;flex:0 0 50%;max-width:50%;width:100%;margin-bottom:30px;padding-right:15px;padding-left:15px}
.competitions-slider .element .inner{padding:15px;background-color:#fff}

.contact-form .floating-input{position:relative}
.contact-form .floating-input label,
.contact-form .floating-input label{position:absolute;top:4px;left:13px;width:calc(100% - 55px);margin:0;padding:0;transition:.2s;overflow:hidden;text-overflow:ellipsis;font-size:20px;background-color:#fff;color:#f39000}
.contact-form .floating-input.active label,
.contact-form .floating-input.active label,
.contact-form .floating-input input:focus + label,
.contact-form .floating-input textarea:focus + label{opacity:0;visibility:hidden}
.contact-form .floating-input #name{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23b0a395' d='m11.5,2.3719c5.04129,0.00445 9.12436,4.09477 9.12015,9.1363c-0.00211,2.20151 -0.79953,4.32836 -2.24598,5.98851c-1.30485,-1.00409 -2.70309,-1.88039 -4.17553,-2.61696c-0.02153,-0.01053 -0.03487,-0.0323 -0.03511,-0.05617l0,-1.50497c0.20995,-0.35576 0.35646,-0.74546 0.433,-1.15155c0.23405,-0.07256 0.44236,-0.44938 0.63897,-1.14452c0.18022,-0.63663 0.18256,-1.04856 0,-1.25921c-0.07279,-0.08098 -0.1746,-0.12967 -0.28321,-0.13575c0.04002,-0.12592 0.07209,-0.25395 0.09596,-0.38385c0.21299,-1.28262 0.10298,-2.20947 -0.33002,-2.7595c-0.16501,-0.22235 -0.40538,-0.37729 -0.67642,-0.43534c-0.22446,-0.35108 -0.53552,-0.63803 -0.90345,-0.83323c-0.56594,-0.32814 -1.222,-0.46741 -1.87243,-0.39789c-0.25582,0.0124 -0.5086,0.06039 -0.75131,0.14277c-0.2914,0.10064 -0.56711,0.24154 -0.81919,0.41896c-0.30848,0.19778 -0.59075,0.4337 -0.84025,0.70216c-0.44611,0.43838 -0.76208,0.99169 -0.91281,1.59859c-0.11843,0.51141 -0.11843,1.04294 0,1.55412c0.02598,0.13318 0.06039,0.26448 0.10298,0.39321c-0.11164,0.00726 -0.21556,0.05968 -0.28789,0.14511c-0.17554,0.21299 -0.17554,0.62492 0,1.25921c0.1966,0.70216 0.40725,1.07197 0.63897,1.14452c0.07583,0.41217 0.22235,0.80795 0.433,1.17027l0,1.47688c-0.00023,0.02387 -0.01381,0.04564 -0.03511,0.05617c-1.46986,0.7368 -2.86599,1.61333 -4.1685,2.61696c-3.31186,-3.80127 -2.91514,-9.56719 0.88589,-12.87882c1.65968,-1.44622 3.78653,-2.24411 5.98827,-2.24598m0,20.59675c6.33397,0 11.46865,-5.13468 11.46865,-11.46865c0,-6.33397 -5.13467,-11.46865 -11.46865,-11.46865c-6.33397,0 -11.46865,5.13468 -11.46865,11.46865c0.00772,6.33069 5.13795,11.46092 11.46865,11.46865'/%3e%3c/svg%3e")}
.contact-form .floating-input #company{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23b0a395' d='m11.63976,5.71177l-7.13771,2.42586l0,-1.74692l7.13771,-2.78185l0,2.10292zm0,4.29992l-7.13771,1.67826l0,-1.77998l7.14788,-2.0546l-0.01017,2.15632zm0,4.29992l-7.13771,0.93322l0,-1.77998l7.14788,-1.30701l-0.01017,2.15377zm0,4.29992l-7.13771,0.18563l0,-1.77998l7.14788,-0.55942l-0.01017,2.15377zm10.43601,-14.89587l-0.83176,-0.32294l-1.97832,-0.76285l-2.26057,-0.87982l-2.03426,-0.79082l-1.77998,-0.69165c-0.35803,-0.14036 -0.75573,-0.14036 -1.11376,0l-8.87446,3.44807c-0.46407,0.23394 -0.74403,0.72216 -0.71199,1.2409l0,15.34595l-0.99424,0c-0.69801,-0.07679 -1.32583,0.42694 -1.40288,1.12469c-0.07679,0.698 0.42669,1.32634 1.12495,1.40288c0.09231,0.01017 0.18563,0.01017 0.27793,0l22.28532,0c0.698,-0.07654 1.20148,-0.70487 1.12469,-1.40288c-0.0651,-0.59197 -0.53247,-1.05934 -1.12469,-1.12469l-0.9917,0l0,-15.34595c0.03178,-0.5195 -0.2492,-1.00772 -0.71428,-1.2409'/%3e%3c/svg%3e")}
.contact-form .floating-input #email{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23b0a395' d='m11.5,14.36727c-1.58345,0 -2.86727,-1.28382 -2.86727,-2.86727c0,-1.58345 1.28382,-2.86727 2.86727,-2.86727c1.58345,0 2.86727,1.28382 2.86727,2.86727c0,1.58345 -1.28382,2.86727 -2.86727,2.86727m0.05376,-14.33635l-0.05376,0c-6.33416,0 -11.46908,5.13492 -11.46908,11.46908c0,0.01792 0,0.03584 0,0.05376c0.02867,6.29366 5.30803,11.41532 11.76656,11.41532l0.41934,0c0.79172,0 1.43363,-0.64191 1.43363,-1.43364c0,-0.79172 -0.64191,-1.43363 -1.43363,-1.43363l-0.41934,0c-4.88511,0 -8.87778,-3.84214 -8.89929,-8.56238c-0.02186,-4.75071 3.81168,-8.61937 8.56238,-8.64123c0.0129,0 0.02616,0 0.03943,0l0.03942,0c4.72024,0.0215 8.56238,4.01418 8.56238,8.89929l0,3.28661c0,0.79172 -0.64191,1.43363 -1.43364,1.43363c-0.79172,0 -1.43363,-0.64191 -1.43363,-1.43363l0,-3.58409c0.01075,-3.17693 -2.55617,-5.76106 -5.7331,-5.77181c-3.17694,-0.01075 -5.76106,2.55617 -5.77181,5.7331c-0.01075,3.17694 2.55617,5.76106 5.7331,5.77181c1.0953,0.00359 2.16873,-0.30536 3.0945,-0.891c0.69818,2.27052 3.10454,3.54502 5.37506,2.8472c1.8028,-0.55446 3.03393,-2.21891 3.03679,-4.10521l0,-3.28661c0,-6.45852 -5.12166,-11.73788 -11.41531,-11.76656'/%3e%3c/svg%3e")}
.contact-form .floating-input #message{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='23' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23b0a395' d='m16.07241,13.27459c-0.98915,0 -1.7754,-0.78625 -1.7754,-1.7754c0,-0.98915 0.78625,-1.7754 1.7754,-1.7754c0.98915,0 1.77539,0.78625 1.77539,1.7754c0,0.98915 -0.78625,1.7754 -1.77539,1.7754m-5.07256,0c-0.98915,0 -1.7754,-0.78625 -1.7754,-1.7754c0,-0.98915 0.78625,-1.7754 1.7754,-1.7754c0.98915,0 1.7754,0.78625 1.7754,1.7754c0,0.98915 -0.78625,1.7754 -1.7754,1.7754m-5.07256,0c-0.98915,0 -1.7754,-0.78625 -1.7754,-1.7754c0,-0.98915 0.78625,-1.7754 1.7754,-1.7754c0.98915,0 1.77539,0.78625 1.77539,1.7754c0,0.98915 -0.78625,1.7754 -1.77539,1.7754m15.9532,-2.71382c-0.2029,-3.0689 -1.72467,-5.93489 -4.13414,-7.8371c-2.40946,-1.90221 -5.55445,-2.68846 -8.59798,-2.1812c-5.42764,0.93842 -9.4096,5.96026 -9.02915,11.48934c0.17754,2.66309 1.2935,5.12328 3.17035,7.00013c-0.48189,0.71016 -0.91306,1.16669 -2.05439,2.07975c-0.22827,0.17754 -0.32972,0.45653 -0.25363,0.73552c0.05073,0.27899 0.25363,0.50726 0.50726,0.58334c0.38044,0.12681 0.93842,0.17754 1.57249,0.17754c1.34423,0 3.04353,-0.30435 4.3624,-0.98915c1.75003,0.60871 3.62688,0.76089 5.47836,0.43117c5.42764,-0.96379 9.35887,-6.01098 8.97843,-11.48934'/%3e%3c/svg%3e")}
.contact-form .floating-input input,
.contact-form .floating-input textarea{width:100%;padding:8px 13px;border:0;border-bottom:2px solid #b0a395;background-repeat:no-repeat;background-position:right 10px center}

.contact-form .floating-input textarea{height:42px;resize:none}
.contact-form .floating-input textarea:focus{height:158px}

#gmap{height:500px}
hr.divider{height:54px;width:2px}

.apply-form label.custom{min-width:170px;margin:0 10px 0 0;text-align:right;font-weight:500;color:#f39000}
.apply-form label.custom .required{color:#b0a395}
.apply-form label.custom1{min-width:272px}
.apply-form label.custom2{min-width:50px}
.apply-form label.custom3{min-width:230px}
.apply-form #workspaces{height:72px;resize:none}

.apply-form input[type="radio"] + label{padding:2px 10px;text-align:center;transition:.2s;cursor:pointer;text-transform:uppercase;line-height:20px;font-weight:500;font-size:16px;border:0;background-color:#ececec;color:#b0a395}
.apply-form input[type="radio"]:checked + label{background-color:#f39000;color:#fff}
.apply-form input.browse{width:0;height:0;border:0;background-color:transparent}
.apply-form input[type="file"] + label{padding:2px 10px;text-align:center;transition:.2s;cursor:pointer;line-height:20px;font-weight:500;font-size:16px;border:0;background-color:#f39000;color:#fff}
.apply-form .border-left{border-left:2px solid #b0a395 !important}

/* --- SVG --- */
.svg-menu{position:relative;display:none;justify-content:center;align-items:center;width:80px;height:100px;margin-right:10px;transition:.2s;z-index:2;cursor:pointer}
.svg-menu .icon,
.svg-menu .icon::before,
.svg-menu .icon::after{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background-color:#b0a395}
.svg-menu .icon{display:block;top:50%;margin-top:-2px;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}
.svg-menu .icon::before{display:block;content:"";top:-10px;transition:top 75ms ease .12s,opacity 75ms ease}
.svg-menu .icon::after{display:block;content:"";bottom:-10px;transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}
.menu-open .svg-menu .icon{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}
.menu-open .svg-menu .icon::before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}
.menu-open .svg-menu .icon::after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}

.svg-property{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='154' height='156' viewBox='0 0 115.821 117.182'%3e%3cpath d='M104.682 58.59c0 25.833-20.94 46.773-46.771 46.773-25.832 0-46.772-20.94-46.772-46.772 0-25.831 20.94-46.771 46.772-46.771 25.83 0 46.77 20.94 46.77 46.77' fill='%23f39000'/%3e%3cpath d='M72.207 50.145c-2.034-1.673-4.164-3.019-5.738-3.92h.002l-.104-.059a31.53 31.53 0 00-2.165-1.142.27.27 0 01-.13-.226v-2.3c.357-.714.551-1.492.681-2.173a.457.457 0 00.226.065c.292 0 .713-.389 1.167-1.977.454-1.62.163-2.17-.227-2.3 1.297-6.223-1.652-6.418-1.652-6.418s-.455-.875-1.62-1.523c-.68-.42-1.589-.745-2.755-.745-.195 0-.389 0-.584.032-.486.033-.908.13-1.329.26-.518.161-1.004.453-1.458.745a7.521 7.521 0 00-1.49 1.231c-.714.746-1.33 1.685-1.62 2.852a5.334 5.334 0 00.13 3.176h-.099c-.486 0-1.005.39-.454 2.366.422 1.523.843 1.945 1.135 1.977.13.875.421 1.847.94 2.723v2.01c0 .096-.033.193-.13.225-.778.357-4.538 2.27-8.005 5.121-.616.486-.972 1.264-.972 2.074v15.895l22.452-.605 4.771-11.433V52.22c0-.81-.357-1.588-.972-2.074' fill='%23fff'/%3e%3cpath d='M51.654 50.556c-1.644-1.352-3.365-2.44-4.638-3.169h.001l-.083-.047a26.053 26.053 0 00-1.75-.923.222.222 0 01-.105-.183v-1.86c.288-.577.445-1.205.55-1.755a.38.38 0 00.183.052c.236 0 .576-.315.943-1.598.367-1.31.131-1.755-.183-1.86 1.048-5.03-1.336-5.187-1.336-5.187s-.367-.707-1.31-1.23c-.55-.342-1.284-.604-2.227-.604-.157 0-.314 0-.47.027a4.515 4.515 0 00-1.075.21c-.419.13-.813.366-1.179.602a6.029 6.029 0 00-1.205.995c-.576.603-1.074 1.362-1.31 2.305a4.334 4.334 0 00.105 2.568h-.079c-.393 0-.812.314-.367 1.912.341 1.231.681 1.572.917 1.598.105.707.341 1.493.76 2.2v1.625c0 .078-.026.156-.105.183-.628.288-3.667 1.834-6.47 4.14-.498.392-.786 1.02-.786 1.675l-.495 17.454 17.42-5.322.12-4.646-1.38-4.368h6.34v-3.118c0-.655-.288-1.283-.786-1.676m36.259-1.089c-1.644-1.352-3.365-2.44-4.638-3.169h.001l-.083-.047a25.867 25.867 0 00-1.75-.923.221.221 0 01-.105-.183v-1.86c.288-.577.445-1.205.551-1.755a.373.373 0 00.182.052c.237 0 .577-.314.944-1.598.367-1.31.13-1.755-.184-1.86 1.048-5.03-1.336-5.187-1.336-5.187s-.366-.707-1.31-1.23c-.549-.342-1.283-.604-2.226-.604-.157 0-.315 0-.472.027a4.637 4.637 0 00-1.074.21c-.419.13-.812.366-1.179.602a6.092 6.092 0 00-1.205.995c-.576.603-1.074 1.363-1.309 2.305-.21.812-.21 1.677.104 2.568h-.078c-.394 0-.812.314-.367 1.912.341 1.231.681 1.572.917 1.598a6.12 6.12 0 00.76 2.201v1.624c0 .078-.027.157-.105.183-.629.288-3.668 1.834-6.47 4.14-.499.392-.787 1.021-.787 1.676v3.117H88.7v-3.117c0-.655-.288-1.284-.786-1.677' fill='%23fff'/%3e%3cpath d='M48.735 90.638c-1.16 0-2.35-.235-3.536-.7-4.714-1.841-14.015-10.36-14.462-12.725-.184-.974-.424-1.212-.729-1.514-.586-.581-.752-1.427-.431-2.207.35-.851 1.253-1.518 2.303-1.761l-.009-.04c-.121-.533-.259-1.14-.355-1.803-.315-2.187.597-3.01 1.63-3.572.137-.075.227-.125.295-.175l-.076-.073a9.89 9.89 0 01-.483-.497c-.901-1.02-.572-1.984-.45-2.256.32-.711 1.026-1.135 1.888-1.135.678 0 1.491.266 2.347.76.091-.345.193-.858.281-1.61.155-1.317 1.453-2.724 3.138-2.724.776 0 2.241.328 3.338 2.52.144.29 1.444 1.116 5.383 1.116 1.22 0 2.29-.084 2.988-.168a4.856 4.856 0 01-.018-1.068c.257-2.493 4.186-3.301 6.049-3.301h.007c.525 0 .564-.038.925-.392.336-.327.795-.776 1.552-1.092.328-.137.67-.206 1.013-.206 1.11 0 1.845.685 2.331 1.138l.032.029c.9-.388 1.897-.848 2.582-1.906.298-.461.452-.847.601-1.221.36-.897.806-2.014 2.702-2.646a4.035 4.035 0 011.272-.21c1.049 0 1.868.423 2.467.73.211.109.529.273.64.287.269-.06.605-.23.961-.412.553-.282 1.181-.602 1.95-.602.376 0 .741.079 1.083.234.84.384 1.28 1.187 1.668 1.897.135.245.344.628.498.819.32-.062.817-.261 1.196-.412.718-.288 1.46-.584 2.214-.584.87 0 1.424.383 1.736.706.438.452.696.96.903 1.369l.093.182c1.27.15 1.904 1.255 2.257 1.867l.078.139c.971.279 1.913 1.124 2.315 2.15.521 1.33.142 2.719-1.04 3.813-1.298 1.202-2.418 1.227-3.158 1.244-.522.012-.698.015-1.216.505-1.534 1.452-7.167 12.322-8.355 14.91-.189.412-.308.832-.422 1.239-.295 1.048-.843 2.998-3.319 2.998a5.45 5.45 0 01-.507-.025 2.809 2.809 0 00-.277-.015c-.181 0-.248.024-.249.024-.033.029-.075.083-.121.13-.313.328-.896.936-2.002 1.03-.932.08-2.934.174-5.502.174-.717 0-1.471-.007-2.249-.024-1.593 0-7.511 2.39-8.658 3.133-.754.843-2.579 1.933-5.092 1.933' fill='%23fff'/%3e%3cpath d='M70.844 49.542a5.68 5.68 0 00-1.797.295c-2.625.874-3.308 2.58-3.717 3.602-.136.34-.244.61-.455.936-.24.37-.544.624-.944.852-.628-.443-1.495-.87-2.608-.87a4.28 4.28 0 00-1.651.334c-.98.408-1.602.979-1.991 1.358-2.816.04-6.955 1.26-7.514 4.499-.412.022-.87.036-1.36.036-2.388 0-3.636-.335-4.075-.532-1.485-2.691-3.532-3.103-4.646-3.103-2.438 0-4.238 1.837-4.695 3.697a4.933 4.933 0 00-1.07-.124c-1.511 0-2.814.81-3.401 2.112-.464 1.03-.41 2.164.122 3.175-.773.786-1.485 2.107-1.167 4.316.03.205.063.405.098.599-.872.512-1.567 1.255-1.93 2.136a3.668 3.668 0 00.798 4.017c.092.09.12.124.13.136-.002 0 .066.134.137.508.12.64.442 2.34 6.078 7.423 2.09 1.887 6.095 5.244 9.41 6.54 1.379.539 2.77.812 4.139.812 2.71 0 4.939-1.098 6.126-2.274 1.44-.813 6.344-2.731 7.629-2.793.749.018 1.516.025 2.246.025 2.615 0 4.673-.096 5.64-.18a4.477 4.477 0 002.666-1.147c.12.006.238.009.35.009 3.732 0 4.623-3.167 4.915-4.207.106-.377.197-.703.332-.995 1.237-2.692 6.612-12.968 8.007-14.416a.572.572 0 01.037-.034l.058-.001c.87-.02 2.489-.055 4.249-1.685 1.683-1.558 2.227-3.664 1.456-5.634a5.406 5.406 0 00-2.723-2.887c-.407-.656-1.138-1.63-2.343-2.085a6.064 6.064 0 00-.933-1.283c-.756-.781-1.796-1.211-2.927-1.211-1.006 0-1.89.328-2.675.64-.445-.78-1.073-1.69-2.215-2.21a4.223 4.223 0 00-1.77-.384c-1.165 0-2.053.453-2.702.783l-.17.087c-.672-.345-1.753-.872-3.144-.872m0 3.315c1.229 0 2.09 1.016 3.094 1.016.09 0 .18-.008.273-.026 1.117-.215 1.918-.987 2.65-.987.133 0 .264.026.395.085.846.386 1.263 2.884 2.686 2.884 1.147 0 2.658-1.015 3.578-1.015.22 0 .406.058.546.202.7.724.813 2.045 1.742 2.045.028 0 .057-.002.087-.004a.66.66 0 01.062-.003c.959 0 1.22 1.926 1.967 1.926.762 0 2.54 1.585.813 3.185-1.728 1.6-2.483-.041-4.388 1.762-1.905 1.803-7.86 13.543-8.723 15.423-.813 1.77-.494 3.27-2.234 3.27-.11 0-.225-.006-.35-.017a4.282 4.282 0 00-.433-.022c-1.655 0-1.413 1.096-2.514 1.19-.923.079-2.92.167-5.36.167-.705 0-1.448-.007-2.212-.024h-.053c-2.266 0-9.42 3.063-9.822 3.618-.292.4-1.711 1.448-3.913 1.448-.864 0-1.848-.16-2.932-.584-4.74-1.853-13.172-10.087-13.437-11.49-.265-1.404-.73-1.927-1.19-2.384-.414-.41.51-1.232 1.569-1.232.123 0 .248.01.373.035.07.013.134.02.19.02.91 0 .137-1.7-.151-3.693-.305-2.12.91-1.474 1.775-2.693.864-1.22-.122-1.712-.808-2.487-.338-.382-.225-.634.197-.634.434 0 1.196.267 2.13.935.226.16.428.23.609.23 1.127 0 1.448-2.738 1.535-3.482.059-.5.692-1.257 1.49-1.257.584 0 1.256.403 1.856 1.604.804 1.609 4.059 2.032 6.866 2.032 2.16 0 4.056-.251 4.365-.405.712-.356.152-1.334.254-2.32.1-.975 2.552-1.812 4.4-1.812h.083c1.819 0 1.827-1.106 3.039-1.611a.954.954 0 01.375-.08c.88 0 1.472 1.313 2.232 1.313.094 0 .189-.02.289-.064 1.017-.458 2.697-1.017 3.815-2.744 1.119-1.728.657-2.602 2.436-3.194.265-.088.514-.126.749-.126' fill='%23f39000'/%3e%3c/svg%3e")}
.svg-wheat{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='154' height='156' viewBox='0 0 115.821 117.182'%3e%3cpath d='M104.682 58.591c0 25.832-20.94 46.772-46.771 46.772-25.832 0-46.772-20.94-46.772-46.772 0-25.83 20.94-46.77 46.772-46.77 25.83 0 46.77 20.94 46.77 46.77' fill='%23f39000'/%3e%3cpath d='M72.57 36.777c2.417-.805 3.798 1.52 5.594 1.174 1.796-.345 2.99-1.749 4.14-1.225 1.148.523 1.715 3.92 3.65 3.92 1.933 0 4.623-2.119 5.605-1.106.983 1.014 1.114 2.89 2.487 2.774 1.373-.115 1.721 2.614 2.757 2.614 1.037 0 3.453 2.156 1.106 4.33-2.349 2.174-3.376-.057-5.965 2.394-2.59 2.452-10.683 18.408-11.856 20.964-1.175 2.556-.612 4.697-3.513 4.421-2.9-.277-2.39 1.45-4.006 1.59-1.616.137-5.655.296-10.292.192-2.997-.066-12.87 4.158-13.423 4.918-.553.76-4.07 3.22-9.303 1.174-6.44-2.518-17.904-13.71-18.264-15.618-.36-1.907-.99-2.618-1.618-3.239-.627-.622 1.01-1.943 2.64-1.628 1.631.315.468-2.11.053-4.992-.415-2.88 1.238-2.004 2.413-3.66 1.174-1.659-.166-2.327-1.099-3.38-.932-1.054.658-1.38 3.165.408 2.211 1.578 2.774-3.246 2.913-4.42.138-1.175 2.613-3.396 4.547.472 1.934 3.868 14.3 2.694 15.266 2.211.967-.484.207-1.813.345-3.152.138-1.338 3.526-2.483 6.046-2.463 2.52.02 2.52-1.5 4.177-2.19 1.66-.69 2.556 2.21 3.938 1.588 1.381-.622 3.666-1.382 5.185-3.73 1.521-2.349.893-3.536 3.311-4.34' fill='%23fff'/%3e%3cpath d='M28.607 65.247c1.869 2.636 6.095 3.55 8.845 2.271 5.041.915 12.224 1.616 19.354.053 12.185-2.67 23.157-13.935 27.692-19.372l-.458-1.675c-4.446 5.76-15.421 17.038-27.607 19.68-6.903 1.494-13.79 1.121-18.752.427-2.236-2.298-6.626-2.909-9.074-1.384m10.03 3.478c-1.494.402-2.839 1.348-3.837 2.576 1.056.675 2.436.887 3.93.485 1.495-.403 2.838-1.349 3.837-2.577-1.056-.674-2.436-.887-3.93-.484m7.442.907c-1.453.62-2.651 1.732-3.442 3.056 1.208.47 2.658.451 4.111-.17 1.453-.62 2.651-1.732 3.442-3.056-1.208-.47-2.659-.45-4.111.17m8.548-.677a7.679 7.679 0 00-3.174 3.745c1.435.293 3.038.036 4.517-.848a7.674 7.674 0 003.174-3.745c-1.435-.293-3.038-.036-4.517.848m5.722 2.883c1.717-.134 3.431-.91 4.785-2.32a8.173 8.173 0 002.25-5.006c-1.718.134-3.432.911-4.785 2.32a8.162 8.162 0 00-2.25 5.006m9.645-8.335a8.955 8.955 0 00-.627 6.234 8.672 8.672 0 004.517-4.243 8.953 8.953 0 00.627-6.233 8.67 8.67 0 00-4.517 4.242m7.349 2.273a9.949 9.949 0 004.563-5.536 9.95 9.95 0 00-.325-7.167 9.95 9.95 0 00-4.564 5.536 9.945 9.945 0 00.326 7.167m-4.279-17.82a9.948 9.948 0 00-6.777 2.355 9.95 9.95 0 006.607 2.796 9.947 9.947 0 006.776-2.356 9.946 9.946 0 00-6.606-2.796M41.73 66.281c-.192-1.238-.944-2.414-2.233-3.27-1.289-.855-2.888-1.239-4.47-1.177.192 1.24.945 2.415 2.234 3.27 1.29.855 2.888 1.24 4.469 1.177m3.375-.5c1.546.7 3.301.827 4.931.47-.498-1.323-1.562-2.475-3.109-3.176-1.547-.7-3.301-.829-4.931-.47.497 1.322 1.562 2.474 3.109 3.175m13.146-.883c-.802-1.406-2.18-2.533-3.983-3.08-1.804-.547-3.714-.418-5.392.236.802 1.406 2.179 2.533 3.982 3.08 1.804.548 3.715.42 5.393-.236m8.545-6.66a9.312 9.312 0 006.314-1.65c-1.412-1.575-3.415-2.652-5.732-2.89a9.306 9.306 0 00-6.314 1.65c1.412 1.573 3.414 2.65 5.732 2.89m-5.546.473a8.747 8.747 0 00-5.853.943c1.107 1.49 2.797 2.593 4.858 2.985a8.752 8.752 0 005.853-.942c-1.108-1.49-2.797-2.593-4.858-2.986' fill='%23f39000'/%3e%3c/svg%3e")}
.svg-product{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='154.428' height='156.243' viewBox='0 0 115.821 117.182'%3e%3cpath d='M104.682 58.591c0 25.831-20.94 46.771-46.771 46.771-25.832 0-46.772-20.94-46.772-46.77 0-25.832 20.94-46.772 46.772-46.772 25.83 0 46.77 20.94 46.77 46.771' fill='%23f39000'/%3e%3cpath d='M77.943 37.449H72.6v-2.387h5.343zm0 42.327H72.6v-2.387h5.343zm-8.329 0h-5.343v-2.387h5.343zm-8.486 0h-5.343v-2.387h5.343zm-8.329 0h-5.343v-2.387h5.343zm-8.486 0H38.97v-2.387h5.343zm-5.344-44.714h5.343v2.387h-5.343zm8.487 0h5.343v2.387h-5.343zm8.486 0h5.343v2.387h-5.343zm8.33 0h5.343v2.387h-5.343zm16.501 44.086V35.69l3.143-6.531c.471-1.005-.472-1.884-1.572-1.884H34.726c-1.257 0-2.043.879-1.571 1.759l3.143 6.531v43.457l-3.143 6.531c-.472 1.131.314 2.01 1.571 2.01h47.618c1.1 0 2.043-.879 1.572-1.758z' fill='%23fff'/%3e%3cpath d='M64.958 45.313c1.165-.39 1.831.732 2.697.566.866-.167 1.442-.843 1.995-.59.555.252.83 1.889 1.76 1.889.933 0 2.23-1.021 2.703-.533.474.489.537 1.393 1.2 1.338.662-.056.83 1.26 1.33 1.26.5 0 1.664 1.039.532 2.088-1.132 1.047-1.627-.028-2.876 1.154-1.248 1.182-5.15 8.875-5.717 10.107-.565 1.233-.294 2.265-1.692 2.132-1.4-.134-1.153.699-1.932.766-.779.066-2.728.143-4.963.094-1.444-.033-6.205 2.004-6.472 2.37-.266.367-1.96 1.552-4.485.566-3.105-1.214-8.632-6.61-8.806-7.53-.173-.92-.478-1.262-.78-1.562-.302-.3.487-.936 1.273-.784.787.15.226-1.018.026-2.407-.2-1.39.597-.966 1.163-1.766.566-.8-.08-1.121-.53-1.63-.449-.507.317-.665 1.526.199 1.066.76 1.338-1.566 1.404-2.132.067-.566 1.261-1.637 2.193.228.932 1.864 6.894 1.299 7.36 1.066.466-.234.1-.874.167-1.52.067-.645 1.7-1.197 2.915-1.187 1.215.008 1.215-.724 2.014-1.057.8-.333 1.232 1.065 1.898.767.666-.3 1.768-.667 2.5-1.8.734-1.132.431-1.704 1.597-2.092' fill='%23f39000'/%3e%3c/svg%3e")}
.svg-gmo{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='154' height='156' viewBox='0 0 115.821 117.182'%3e%3cg%3e%3cpath d='M57.91 98.363c-21.93 0-39.77-17.842-39.77-39.771 0-21.93 17.84-39.772 39.77-39.772 21.93 0 39.771 17.842 39.771 39.772 0 21.929-17.84 39.77-39.77 39.77' fill='%23fff'/%3e%3cpath d='M57.91 11.82c-25.83 0-46.77 20.94-46.77 46.77 0 25.833 20.94 46.773 46.77 46.773 25.831 0 46.771-20.94 46.771-46.772 0-25.831-20.94-46.771-46.77-46.771m0 14c18.07 0 32.77 14.7 32.77 32.77 0 18.072-14.7 32.773-32.77 32.773-18.07 0-32.772-14.701-32.772-32.772 0-18.07 14.701-32.771 32.771-32.771' fill='%23f39000'/%3e%3cpath stroke-width='7' stroke-miterlimit='10' fill='none' stroke='%23f39000' d='M79.592 22.578L37.264 88.482'/%3e%3cpath d='M37.582 67.591c-5.942 0-10.254-4.11-10.254-9.776 0-5.666 4.343-9.779 10.326-9.779 3.29 0 6.008 1.136 7.857 3.284l.715.831-4.114 3.794-.77-.815c-.985-1.044-2.096-1.53-3.495-1.53-2.634 0-4.336 1.654-4.336 4.215 0 2.521 1.723 4.215 4.287 4.215.696 0 1.305-.1 1.874-.312v-5.3h5.803v8.48l-.452.34c-1.983 1.496-4.696 2.353-7.441 2.353' fill='%23f39000'/%3e%3cpath d='M37.797 60.897c-1.944 0-3.152-1.181-3.152-3.082 0-1.93 1.196-3.081 3.201-3.081.762 0 1.379.17 1.947.55h-1.255v5.561a4.934 4.934 0 01-.74.052m-.145-13.994c-6.64 0-11.46 4.59-11.46 10.912 0 6.22 4.896 10.91 11.388 10.91 2.986 0 5.946-.941 8.124-2.582l.903-.68V55.284h-2.106l1.687-1.557 1.61-1.486-1.43-1.66c-2.04-2.372-5.135-3.678-8.715-3.678m0 2.267c2.937 0 5.373 1.004 6.997 2.89l-2.485 2.292c-1.216-1.289-2.626-1.886-4.32-1.886-3.248 0-5.468 2.172-5.468 5.349 0 3.127 2.22 5.35 5.42 5.35 1.05 0 2.03-.194 3.007-.718v-4.896h3.536v6.782c-1.84 1.386-4.37 2.125-6.76 2.125-5.25 0-9.12-3.605-9.12-8.643 0-5.039 3.87-8.645 9.193-8.645' fill='%23fff'/%3e%3cpath d='M62.01 67.306l-.016-7.059-3.15 5.291H55.82l-3.124-5.136v6.904h-5.898V48.323h4.975l5.608 9.31 5.522-9.31h4.954l.05 18.983z' fill='%23f39000'/%3e%3cpath d='M68.986 47.189H62.256l-.659 1.111-4.224 7.123-4.299-7.136-.66-1.098h-6.75V68.44h8.165v-3.993l.691 1.137.662 1.088h4.307l.658-1.107.723-1.214.004 1.826.006 2.263h8.166l-.007-2.274-.046-16.715zm-2.26 2.268l.045 16.715h-3.63l-.023-10.029-4.919 8.262h-1.742l-4.896-8.048v9.815h-3.63V49.457h3.2l6.257 10.386 6.16-10.386z' fill='%23fff'/%3e%3cpath d='M78.845 53.6c-2.412 0-4.097 1.733-4.097 4.215 0 2.482 1.685 4.216 4.097 4.216 2.41 0 4.094-1.734 4.094-4.216S81.255 53.6 78.845 53.6m0 13.991c-5.86 0-10.28-4.203-10.28-9.776 0-5.574 4.42-9.778 10.28-9.778 5.859 0 10.277 4.204 10.277 9.778 0 5.573-4.418 9.776-10.277 9.776' fill='%23f39000'/%3e%3cpath d='M78.845 60.897c-1.801 0-2.963-1.21-2.963-3.082 0-1.871 1.162-3.081 2.963-3.081 1.798 0 2.96 1.21 2.96 3.081 0 1.872-1.162 3.082-2.96 3.082m0-13.994c-6.507 0-11.414 4.691-11.414 10.912 0 6.22 4.907 10.91 11.414 10.91 6.505 0 11.41-4.69 11.41-10.91 0-6.221-4.905-10.912-11.41-10.912m0 16.262c2.984 0 5.228-2.174 5.228-5.35 0-3.177-2.244-5.349-5.228-5.349-2.985 0-5.23 2.172-5.23 5.349 0 3.176 2.245 5.35 5.23 5.35m0-13.995c5.253 0 9.144 3.654 9.144 8.645 0 4.989-3.891 8.643-9.144 8.643-5.277 0-9.146-3.677-9.146-8.643 0-4.968 3.869-8.645 9.146-8.645' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}
.svg-cash{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='156' width='154'%3e%3cpath d='M139.576 78.122c0 34.442-27.92 62.362-62.36 62.362-34.444 0-62.364-27.92-62.364-62.362 0-34.441 27.92-62.361 62.362-62.361s62.362 27.92 62.362 62.36' fill='%23f39000'/%3e%3cpath fill='%23fff' d='M99.797 64.711a5.33 5.33 0 01-6.812 3.227 5.335 5.335 0 01-3.24-6.813 5.33 5.33 0 016.813-3.227 5.333 5.333 0 013.24 6.813'/%3e%3cpath fill='%23fff' d='M105.825 79.591L75.678 68.858c-.693-.24-1.053-1.013-.813-1.707.733-2.066-.347-4.373-2.427-5.106-.694-.24-1.053-1.014-.813-1.707l3.587-10.04a1.333 1.333 0 011.693-.813 4.03 4.03 0 005.119-2.427c.24-.693 1-1.053 1.693-.813l30.147 10.733a1.332 1.332 0 01.813 1.707c-.733 2.066.36 4.36 2.427 5.106a1.333 1.333 0 01.813 1.694l-3.573 10.053a1.348 1.348 0 01-1.707.813 4.013 4.013 0 00-5.107 2.427 1.348 1.348 0 01-1.706.813M83.957 49.165a6.682 6.682 0 01-6.64 3.16l-2.773 7.786a6.682 6.682 0 013.16 6.64l13.946 4.96 13.934 4.96a6.693 6.693 0 016.64-3.16l2.773-7.786a6.672 6.672 0 01-3.147-6.64l-13.946-4.96z'/%3e%3cpath fill='%23fff' d='M71.624 60.338c-.24.693.12 1.467.813 1.707 2.08.733 3.16 3.04 2.428 5.106-.24.694.12 1.467.813 1.707l30.147 10.733c.693.24 1.453-.12 1.707-.813a4.01 4.01 0 015.106-2.427 1.347 1.347 0 001.707-.813l3.573-10.053c.24-.68-.12-1.454-.813-1.694-2.067-.746-3.16-3.04-2.427-5.106a1.333 1.333 0 00-.813-1.707L83.718 46.245a1.328 1.328 0 00-1.693.813 4.032 4.032 0 01-5.12 2.427 1.333 1.333 0 00-1.693.813zm-5.639 7.907l9.84-27.64 47.733 16.986-9.84 27.64zM45.76 103.218h-6.334v-21.88h6.334z'/%3e%3cpath fill='%23fff' d='M65.985 68.245l47.733 16.986 9.84-27.64-47.733-16.986zm48.107 19.946l-50.253-17.88a1.35 1.35 0 01-.815-1.706l10.733-30.147c.24-.693 1.013-1.053 1.707-.813l50.24 17.88a1.348 1.348 0 01.813 1.706l-10.733 30.147a1.333 1.333 0 01-1.694.813m-36.52 18.907a16.392 16.392 0 01-7.145 1.626c-1.853 0-3.72-.306-5.48-.946l-16.493-5.867v1.64a2.356 2.356 0 01-2.36 2.36h-7a2.364 2.364 0 01-2.36-2.36V81.005a2.364 2.364 0 012.36-2.36h7a2.356 2.356 0 012.36 2.36v1.56h9.853c4.294 0 8.413 1.733 11.427 4.76h8.146c2.667 0 4.84 2.173 4.84 4.853 0 .146-.026.28-.04.426l9.414-3.666c4.28-1.667 9.24-.093 11.786 3.746.214.32.28.72.187 1.094a1.355 1.355 0 01-.72.853zm-11.733-1.854a13.758 13.758 0 0010.56-.573l24.227-11.707c-1.972-1.893-4.947-2.533-7.56-1.506l-13.267 5.16c-.039.013-.08.026-.107.04l-.265.106c-.053.027-.107.014-.16.027-.44.133-.907.227-1.387.227H62.092c-.747 0-1.347-.6-1.347-1.347s.6-1.347 1.347-1.347h15.786c.267 0 .52-.053.76-.146l.107-.04a2.142 2.142 0 001.28-1.96c0-1.2-.96-2.16-2.147-2.16h-8.72c-.373 0-.733-.16-.986-.44a13.496 13.496 0 00-9.867-4.307h-9.853v13.787zM45.76 81.338h-6.333v21.88h6.333z'/%3e%3c/svg%3e")}
.svg-quality{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='156' width='154'%3e%3cpath d='M139.576 78.123c0 34.441-27.92 62.361-62.36 62.361-34.444 0-62.364-27.92-62.364-62.362 0-34.44 27.92-62.36 62.362-62.36s62.362 27.92 62.362 62.36' fill='%23f39000'/%3e%3cpath d='M83.985 31.994c-4.624 1.695-7.653 7.548-6.87 12.104-3.362 7.05-7.262 17.337-7.809 28.45-.936 18.991 11.254 39.628 17.44 48.47l2.648-.004c-6.698-8.84-18.908-29.488-17.926-48.47.557-10.75 3.856-20.733 6.858-27.755 4.274-2.371 6.924-8.586 5.66-12.795m-9.122 13.365c.005-2.358-.85-4.714-2.258-6.673-1.414 1.284-2.277 3.23-2.28 5.588-.006 2.36.85 4.715 2.256 6.673 1.414-1.285 2.278-3.23 2.28-5.586M70.56 55.945c-.334-2.386-1.494-4.591-3.123-6.283-1.173 1.588-1.724 3.73-1.39 6.115.333 2.386 1.489 4.59 3.12 6.282 1.173-1.586 1.725-3.73 1.393-6.114M68.14 68.789a11.704 11.704 0 00-4.241-6.164c-1.004 1.994-1.267 4.454-.556 6.984a11.688 11.688 0 004.24 6.164c1.004-1.994 1.265-4.454.557-6.984m-6.525 7.266c-.49 2.58-.03 5.414 1.503 7.966a12.447 12.447 0 006.465 5.308c.488-2.582.03-5.412-1.504-7.966a12.448 12.448 0 00-6.464-5.31m8.408 17.52a13.633 13.633 0 00-8.917-3.411c.373 3.084 1.866 6.077 4.437 8.337a13.644 13.644 0 008.917 3.413c-.373-3.088-1.867-6.08-4.437-8.34m-6.276 9.902a15.16 15.16 0 006.32 8.924 15.163 15.163 0 0010.673 2.382 15.165 15.165 0 00-6.321-8.924 15.17 15.17 0 00-10.672-2.382m27.924.821a15.17 15.17 0 00-.76-10.91 15.16 15.16 0 00-6.75 8.603 15.161 15.161 0 00.758 10.91 15.173 15.173 0 006.752-8.603m-14.448-53.41c1.898.213 3.93-.424 5.702-1.98 1.772-1.555 2.974-3.754 3.516-6.104-1.898-.212-3.929.426-5.702 1.98-1.774 1.556-2.976 3.753-3.516 6.104m-.61 5.165c-1.65 1.995-2.537 4.525-2.66 7.067 2.143-.206 4.262-1.312 5.911-3.307s2.537-4.525 2.661-7.065c-2.144.202-4.262 1.309-5.912 3.306m-3.95 19.69c2.39-.62 4.596-2.195 6.12-4.63 1.525-2.434 2.098-5.296 1.806-8.026-2.389.618-4.596 2.194-6.12 4.629-1.526 2.435-2.1 5.297-1.806 8.027m6.385 15.229a14.196 14.196 0 00-.095 9.948c2.88-1.45 5.266-3.964 6.542-7.279a14.185 14.185 0 00.093-9.946c-2.88 1.448-5.263 3.962-6.54 7.277m1.519-8.347a13.34 13.34 0 00.95-8.986c-2.636 1.033-4.932 3.08-6.332 5.953a13.333 13.333 0 00-.95 8.987c2.634-1.034 4.93-3.08 6.332-5.954m29.652-34.917c-2.852 1.045-4.72 4.655-4.238 7.464-2.069 4.345-4.474 10.688-4.813 17.54-.576 11.71 6.939 24.434 10.753 29.885l1.632-.003c-4.13-5.45-11.657-18.18-11.052-29.885.343-6.628 2.376-12.782 4.228-17.112 2.634-1.462 4.27-5.293 3.49-7.89m-5.624 8.24c.002-1.452-.524-2.906-1.394-4.112-.87.79-1.402 1.99-1.405 3.445-.004 1.455.524 2.905 1.392 4.115.87-.794 1.404-1.992 1.407-3.447m-2.654 6.527c-.206-1.471-.92-2.83-1.925-3.874-.724.98-1.064 2.3-.859 3.77.206 1.472.92 2.832 1.924 3.874.724-.978 1.063-2.3.86-3.77m-1.492 7.92a7.208 7.208 0 00-2.614-3.8c-.62 1.228-.782 2.746-.344 4.305a7.217 7.217 0 002.616 3.801c.618-1.23.78-2.746.342-4.306m-4.022 4.48c-.302 1.59-.019 3.336.926 4.912a7.688 7.688 0 003.987 3.273c.299-1.592.017-3.337-.928-4.912a7.679 7.679 0 00-3.987-3.273m5.187 10.8a8.417 8.417 0 00-5.5-2.103 8.15 8.15 0 002.737 5.141 8.404 8.404 0 005.498 2.103 8.152 8.152 0 00-2.735-5.141m-3.87 6.106a9.353 9.353 0 003.895 5.501 9.353 9.353 0 006.582 1.47 9.35 9.35 0 00-3.899-5.503 9.339 9.339 0 00-6.579-1.468m17.216.505a9.35 9.35 0 00-.469-6.726 9.357 9.357 0 00-4.163 5.304 9.357 9.357 0 00.47 6.726 9.352 9.352 0 004.162-5.304m-8.906-32.93c1.17.13 2.42-.261 3.514-1.221 1.094-.96 1.835-2.315 2.168-3.763-1.17-.132-2.424.261-3.516 1.22-1.093.959-1.834 2.315-2.168 3.764m-.376 3.184c-1.017 1.23-1.564 2.79-1.64 4.356 1.322-.125 2.628-.807 3.646-2.037 1.016-1.231 1.564-2.79 1.64-4.356-1.322.124-2.627.806-3.644 2.037m-2.438 12.141c1.475-.382 2.836-1.353 3.776-2.854a7.793 7.793 0 001.114-4.95c-1.475.382-2.836 1.354-3.776 2.855a7.784 7.784 0 00-1.112 4.95m3.936 9.389a8.76 8.76 0 00-.058 6.134 8.355 8.355 0 004.034-4.49 8.748 8.748 0 00.058-6.132 8.347 8.347 0 00-4.033 4.488m.936-5.147a8.221 8.221 0 00.585-5.541c-1.625.637-3.04 1.898-3.904 3.672a8.221 8.221 0 00-.586 5.54c1.626-.636 3.04-1.898 3.904-3.671m-59.508-28.55c-2.85 1.046-4.72 4.655-4.237 7.465-2.071 4.345-4.475 10.688-4.814 17.54-.576 11.709 6.939 24.434 10.754 29.885l1.632-.003c-4.13-5.45-11.656-18.181-11.054-29.885.346-6.628 2.379-12.783 4.23-17.112 2.634-1.463 4.27-5.293 3.489-7.89m-5.624 8.24c.004-1.453-.523-2.906-1.392-4.113-.87.79-1.403 1.99-1.405 3.446-.004 1.454.522 2.905 1.392 4.114.87-.793 1.402-1.992 1.405-3.446m-2.653 6.526c-.206-1.47-.92-2.83-1.926-3.873-.722.98-1.062 2.3-.857 3.77.204 1.471.919 2.831 1.924 3.874.723-.979 1.063-2.3.859-3.77m-1.491 7.92a7.208 7.208 0 00-2.616-3.8c-.619 1.227-.78 2.746-.343 4.305a7.213 7.213 0 002.614 3.8c.62-1.23.78-2.746.345-4.306m-4.024 4.48c-.301 1.59-.017 3.336.927 4.912a7.69 7.69 0 003.986 3.274c.3-1.592.018-3.338-.926-4.912a7.679 7.679 0 00-3.987-3.274m5.185 10.8a8.417 8.417 0 00-5.5-2.102 8.156 8.156 0 002.736 5.14 8.408 8.408 0 005.5 2.103 8.16 8.16 0 00-2.736-5.14m-3.87 6.106a9.35 9.35 0 003.897 5.501 9.352 9.352 0 006.58 1.47 9.348 9.348 0 00-3.897-5.503 9.343 9.343 0 00-6.58-1.468m17.217.505a9.357 9.357 0 00-.47-6.726 9.357 9.357 0 00-4.162 5.303 9.35 9.35 0 00.47 6.727 9.363 9.363 0 004.162-5.304m-8.908-32.93c1.17.13 2.421-.262 3.516-1.222 1.092-.958 1.835-2.314 2.168-3.762-1.17-.132-2.424.26-3.516 1.22-1.093.958-1.836 2.314-2.168 3.764m-.376 3.184c-1.017 1.229-1.565 2.789-1.641 4.356 1.322-.126 2.626-.807 3.645-2.038 1.016-1.23 1.565-2.79 1.64-4.356-1.321.124-2.628.807-3.644 2.038m-2.436 12.14c1.473-.382 2.835-1.352 3.773-2.854a7.793 7.793 0 001.115-4.95c-1.475.382-2.835 1.354-3.775 2.856a7.784 7.784 0 00-1.113 4.949m3.937 9.39a8.752 8.752 0 00-.058 6.134 8.347 8.347 0 004.032-4.49 8.748 8.748 0 00.06-6.133 8.347 8.347 0 00-4.034 4.488m.936-5.146a8.221 8.221 0 00.586-5.542c-1.624.638-3.04 1.899-3.903 3.672a8.213 8.213 0 00-.587 5.542c1.626-.638 3.039-1.9 3.904-3.672' fill='%23fff'/%3e%3c/svg%3e")}
.svg-transport{position:relative;width:154px;height:156px;margin:0 auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='156' width='154'%3e%3cpath d='M139.576 78.123c0 34.44-27.92 62.36-62.36 62.36-34.444 0-62.364-27.92-62.364-62.36 0-34.442 27.92-62.362 62.362-62.362s62.362 27.92 62.362 62.36' fill='%23f39000'/%3e%3cpath d='M90.924 85.585h-54.37V52.103h54.37z' fill='%23fff'/%3e%3cpath d='M105.478 93.546c-2.016 0-3.694 1.68-3.694 3.693 0 2.017 1.678 3.697 3.693 3.697 2.185 0 3.864-1.68 3.864-3.696 0-2.014-1.68-3.694-3.863-3.694m-47.917.942c-1.36-1.528-3.906-1.528-5.264 0-2.546 2.376-.68 6.451 2.547 6.451 3.395 0 5.093-4.075 2.717-6.45m6.374 1.142h24.869c1.073 0 1.61-.803 1.61-1.608v-38.88c0-.802-.537-1.606-1.61-1.606H39c-.805 0-1.61.804-1.61 1.608v38.878c0 .805.805 1.608 1.61 1.608h6.97c.805-4.288 4.558-7.506 8.849-7.506a9.228 9.228 0 019.116 7.506m58.651-15.281v13.673a4.807 4.807 0 01-4.826 4.827h-3.214a9.227 9.227 0 01-9.116 7.506c-4.29 0-8.044-3.217-8.849-7.506H63.933a9.227 9.227 0 01-9.116 7.506c-4.29 0-8.044-3.217-8.848-7.506H39c-2.414 0-4.56-2.147-4.56-4.827v-38.88c0-2.68 2.146-4.824 4.56-4.824h49.805a4.805 4.805 0 014.826 4.826v5.898h14.747c.27 0 .804 0 1.073.267 5.631 4.292 12.066 11.8 13.139 19.04m-3.753-1.341c-1.074-3.487-2.951-6.704-5.364-9.384h-10.459v9.384zm-13.407 9.114a9.23 9.23 0 019.116 7.507h3.217c.804 0 1.608-.803 1.608-1.608V82.225h-16.624c-1.608 0-2.68-1.34-2.68-2.95v-9.921c0-1.61 1.072-2.948 2.68-2.948h7.776c-.804-.805-1.876-1.61-2.68-2.147H93.63v29.765c0 .538 0 1.072-.268 1.608h3.218c.805-4.288 4.558-7.506 8.85-7.506' fill='%23fff'/%3e%3cpath d='M52.775 68.153h24.2m-7.42-7.966l7.965 7.966-7.966 7.964' fill='none' stroke='%23f39000' stroke-width='4.529' stroke-linecap='round' stroke-miterlimit='10'/%3e%3c/svg%3e")}

.svg-fb{display:block;width:9px;height:16px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='16px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M5.436,15.288 L5.436,8.447 L7.710,8.447 L8.051,5.780 L5.436,5.780 L5.436,4.077 C5.436,3.305 5.648,2.779 6.745,2.779 L8.143,2.778 L8.143,0.393 C7.901,0.361 7.072,0.288 6.106,0.288 C4.090,0.288 2.709,1.531 2.709,3.813 L2.709,5.780 L0.428,5.780 L0.428,8.447 L2.709,8.447 L2.709,15.288 L5.436,15.288 Z'/%3e%3c/svg%3e")}
.svg-yt{display:block;width:23px;height:17px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='17px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M22.629,2.641 C22.509,1.651 21.562,0.701 20.571,0.574 C14.527,-0.165 8.416,-0.165 2.374,0.574 C1.382,0.701 0.435,1.651 0.314,2.641 C-0.112,6.269 -0.112,9.787 0.314,13.415 C0.435,14.405 1.382,15.355 2.374,15.481 C8.416,16.221 14.527,16.221 20.571,15.481 C21.562,15.355 22.509,14.405 22.629,13.415 C23.056,9.787 23.056,6.269 22.629,2.641 ZM9.559,11.797 L9.559,4.260 L15.298,8.028 L9.559,11.797 Z'/%3e%3c/svg%3e")}
.svg-in{display:block;width:17px;height:16px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='16px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M16.495,16.000 L13.518,16.000 C13.239,16.000 13.013,15.779 13.013,15.506 L13.013,10.424 C13.013,9.651 12.371,9.023 11.582,9.023 C10.793,9.023 10.151,9.651 10.151,10.424 L10.151,15.506 C10.151,15.779 9.926,16.000 9.647,16.000 L6.669,16.000 C6.391,16.000 6.165,15.779 6.165,15.506 L6.165,5.614 C6.165,5.341 6.391,5.120 6.669,5.120 L9.647,5.120 C9.921,5.120 10.144,5.334 10.151,5.600 C10.745,5.281 11.438,5.120 12.220,5.120 C13.666,5.120 14.891,5.670 15.764,6.711 C16.561,7.662 17.000,8.980 17.000,10.424 L17.000,15.506 C17.000,15.779 16.774,16.000 16.495,16.000 ZM3.482,16.000 L0.505,16.000 C0.226,16.000 -0.000,15.779 -0.000,15.506 L-0.000,5.614 C-0.000,5.341 0.226,5.120 0.505,5.120 L3.482,5.120 C3.761,5.120 3.987,5.341 3.987,5.614 L3.987,15.506 C3.987,15.779 3.761,16.000 3.482,16.000 ZM1.993,3.903 C0.894,3.903 -0.000,3.028 -0.000,1.952 C-0.000,0.875 0.894,-0.000 1.993,-0.000 C3.093,-0.000 3.987,0.875 3.987,1.952 C3.987,3.028 3.093,3.903 1.993,3.903 Z'/%3e%3c/svg%3e")}

/* --- FOOTER --- */
footer{background-color:#b0a395;color:#fff}
footer .nav-item{margin-bottom:10px}
footer .nav-item .nav-link{padding:0;line-height:20px;font-size:17px;color:#fff}
footer .nav-item:hover .nav-link,
footer .nav-item:focus .nav-link,
footer .nav-item:active .nav-link,
footer .nav-item.active .nav-link{text-decoration:underline}

footer hr{margin:0 0 15px 0;background-color:#fff}

/* --- BREAKPOINTS --- */
@media(max-width:1199px){
header nav .nav-item .nav-link{padding:0 12px}
header .lang{padding-left:16px}

hr.mw-240{max-width:220px}

.news-slider .element img{height:auto}

footer .nav-item .nav-link{line-height:18px;font-size:18px}
}

@media(max-width:991px){
.svg-menu{display:flex}
header nav{position:absolute;top:100px;left:0;width:100%;margin:0 !important;padding:20px 0;transform-origin:top;transform:scale(1,0);transition:.2s;z-index:1020;overflow-y:auto;overflow-x:hidden;background-color:#fff}
.menu-open header nav{transform:scale(1,1)}
header nav ul{margin:0;flex-direction:column;text-align:center}
header nav .nav-item .nav-link{padding:5px 20px;text-align:right;line-height:30px !important;font-size:18px;border:0;color:#f39000}
header nav .nav-item:hover .nav-link,
header nav .nav-item:focus .nav-link,
header nav .nav-item:active .nav-link,
header nav .nav-item.active .nav-link{text-decoration:underline;box-shadow:none;background-color:transparent;color:#f39000}

.accordion .separator{min-width:100%;height:2px}

.news-slider{display:block;margin-right:0;margin-left:0}
.news-slider .slick-list{width:calc(100% - 120px);margin:0 auto}
.news-slider .element{max-width:100%;width:100%;padding-right:0;padding-left:0}

.gallery-slider .element{flex:0 0 50%;max-width:50%}

.competitions-slider{display:block;margin-right:0;margin-left:0}
.competitions-slider .slick-list{width:calc(100% - 120px);margin:0 auto}
.competitions-slider .element{max-width:100%;width:100%;margin-bottom:0;padding-right:0;padding-left:0}

.apply-form .border-left{border:0 !important}
}

@media(max-width:767px){
.about-slider .element:hover .svg-wreath-hover::before{animation:none}

.history-slider .slick-center .element .date::before{opacity:1 !important}
.history-slider .slick-center .element p{opacity:1 !important}
.history-slider .element:hover .date::before{opacity:0}
.history-slider .element:hover p{opacity:0}

.contact-img{max-width:76px;border-radius:100%}

.news-slider .element img{width:100%}
}


.news-slider .element:first-child .inner {
  display: block !important;          /* ne d-flex legyen */
}
.news-slider .element:first-child .img {
  order: 0 !important;
  margin-bottom: 1rem;
  text-align: center;
}
.news-slider .element:first-child .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.news-slider .element:first-child .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
}


@media(max-width:576px){
.news-slider .slick-arrow{margin-top:-100px}

.gallery-slider{display:block;margin-right:0;margin-left:0}
.gallery-slider .slick-list{width:calc(100% - 120px);margin:0 auto}
.gallery-slider .element{max-width:100%;width:100%;padding-right:0;padding-left:0}
}

 
@media (min-width: 768px) {
  .news-slider .element:first-child{ width:100% !important; max-width: 100%; flex: 0 0 100%;}

  /* belső sor maradjon kétoszlopos */
  .news-slider .element:first-child .inner{
    display:flex !important;
    align-items:flex-start;
    gap: 2rem;                 /* kis hézag a két oszlop között */
  }
 
  /* kép oszlop fix szélességen (állítsd 350/380/420-re, ami jól esik) */
  .news-slider .element:first-child .img{
    flex: 0 0 380px !important;   /* ← állítható */
    max-width: 380px !important;
    order: 2 !important;          /* jobb oldal md+ */
    margin: 0 !important;
    text-align: right;            /* opcionális */
  }
  .news-slider .element:first-child .img img{
    width:100% !important;
    height:auto !important;
    float:none !important;
  }

  /* szöveg oszlop töltse ki a maradékot; ne legyen 50% */
  .news-slider .element:first-child .col-md-6{
    flex: 1 1 auto !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }
}