

/* Start:/local/templates/upfly/js/modules//slick.css?17522353201639*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* End */


/* Start:/local/templates/upfly/css/global.css?175731784836311*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:"Forum";src:url("/local/templates/upfly/css/../fonts/Forum-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish.ttf") format("truetype");font-weight:250;font-style:normal;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish_italic.ttf") format("truetype");font-weight:250;font-style:italic;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish_italic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish_italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Mulish";src:url("/local/templates/upfly/css/../fonts/Mulish.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{font-family:"Mulish",sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:3.125vw}@media(min-width: 668px){:root{font-size:1.497vw}}@media(min-width: 1024px){:root{font-size:.977vw}}@media(min-width: 1500px){:root{font-size:.667vw}}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth;height:100%}body{background-color:#fff;font-size:1.2rem;line-height:1.5rem;font-weight:250;color:#1d1d1b;overflow-x:hidden}@media(min-width: 1500px){body{font-size:1.5rem;line-height:1.875rem}}a{font:inherit;text-decoration:none;color:#41739b}b{font-weight:400}button,a.as-button{padding:.8rem 2rem;border:none;font:inherit;cursor:pointer;background:rgba(0,0,0,0)}button.black,a.as-button.black{background:#1d1d1b;border-radius:32px;border:1px solid #1d1d1b;color:#fff;transition:all .2s}button.black:hover,a.as-button.black:hover{background-color:#fff;color:#1d1d1b}button.white,a.as-button.white{background-color:#fff;border-radius:32px;border:1px solid #1d1d1b;transition:all .2s}button.white:hover,a.as-button.white:hover{background-color:#1d1d1b;color:#fff}button.white.outlined:hover,a.as-button.white.outlined:hover{border-color:#fff}@media(min-width: 1500px){button,a.as-button{border-radius:32px;padding:1.2rem 3.2rem}}figure{max-width:57.7rem}figure img{width:100%;height:14.2rem;object-fit:cover;border-radius:8px}@media(min-width: 668px){figure img{height:29.3rem;border-radius:16px}}figure figcaption{margin-top:.8rem;opacity:.6}.container{padding:0 2rem}@media(min-width: 668px){.container{padding:0 2.4rem}}@media(min-width: 1024px){.container{padding:0 5.2rem}}@media(min-width: 1500px){.container{padding:0 8rem}}section{padding:3.2rem 0;background-color:var(--bg-color)}section:last-of-type{padding-bottom:0 !important}@media(min-width: 668px){section{background-color:var(--bg-color-tablet, var(--bg-color))}}@media(min-width: 1024px){section{padding:4.8rem 0}}@media(min-width: 1500px){section{padding:7.8rem 0}}section h1{margin-bottom:2.4rem}@media(min-width: 668px){section h1{margin-bottom:3.2rem;text-align:center}}@media(min-width: 1024px){section h1{margin-bottom:4.8rem}}@media(min-width: 1500px){section h1{margin-bottom:6.4rem}}section h2{margin-bottom:3.2rem}@media(min-width: 668px){section h2{text-align:center}}@media(min-width: 1500px){section h2{margin-bottom:4.8rem}}@media(min-width: 1024px){section h2.big-margin{margin-bottom:5.4rem}}@media(min-width: 1500px){section h2.big-margin{margin-bottom:8rem}}section h2.left{text-align:left !important}.content-container:not(:last-child){margin-bottom:3.2rem}.content-wrapper{margin-top:2rem;max-width:92rem}.table-wrapper{padding:0 2rem;margin:0 -2rem;margin-top:2rem !important;overflow:auto;max-width:unset}@media(min-width: 668px){.table-wrapper{padding:0 2.4rem;margin:0 -2.4rem}}@media(min-width: 1024px){.table-wrapper{padding:0 5.2rem;margin:0 -5.2rem}}@media(min-width: 1500px){.table-wrapper{padding:0 8rem;margin:0 -8rem}}.table-container{width:fit-content;border:1px solid #1d1d1b;border-radius:4px}table{border-collapse:collapse}table thead{background-color:#1d1d1b;color:#fff}table thead th{min-width:7rem;padding:1rem;text-align:left}table thead th:not(:last-child){border-right:1px solid #fff}table tbody td{min-width:7rem;padding:1rem}table tbody td:not(:last-child){border-right:1px solid #1d1d1b}p:not(:last-child){margin-bottom:.8rem}.quote>p:last-child{text-align:right;margin-top:.8rem}blockquote{padding-left:2.3rem;background-size:1.3rem 1rem;background-position:top left;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L0.584775 6.2963C0.794694 5.03086 1.12457 3.91975 1.57439 2.96296C2.02422 1.97531 2.8489 0.987655 4.04844 0L5.53287 1.62037C4.78316 2.29938 4.24337 2.9321 3.9135 3.51852C3.58362 4.07407 3.34371 4.66049 3.19377 5.27778H5.35294L4.58824 10H0ZM7.46713 10L8.0519 6.2963C8.26182 5.03086 8.59169 3.91975 9.04152 2.96296C9.49135 1.97531 10.316 0.987655 11.5156 0L13 1.62037C12.2503 2.29938 11.7105 2.9321 11.3806 3.51852C11.0508 4.07407 10.8108 4.66049 10.6609 5.27778H12.8201L12.0554 10H7.46713Z' fill='%231D1D1B'/%3E%3C/svg%3E%0A");font-style:italic}ul{padding-left:2rem;list-style-type:disc}ul li:not(:last-child){margin-bottom:.8rem}ol{padding-left:2rem;list-style-type:decimal}ol li:not(:last-child){margin-bottom:.8rem}h1{font-family:"Forum",serif;font-size:2.1rem;font-style:normal;font-weight:400;line-height:3.045rem;text-transform:uppercase}@media(min-width: 668px){h1{font-size:3.2rem;line-height:4.32rem}}@media(min-width: 1500px){h1{font-size:4.8rem;line-height:6.72rem}}h2{font-family:"Forum",serif;font-size:2rem;font-style:normal;font-weight:400;line-height:normal}@media(min-width: 668px){h2{font-size:3rem}}@media(min-width: 1500px){h2{font-size:4rem}}h3{font-family:"Forum",serif;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}@media(min-width: 668px){h3{font-size:2.6rem}}@media(min-width: 1500px){h3{font-size:3.2rem}}h4{font-family:"Forum",serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media(min-width: 668px){h4{font-size:2.6rem}}h5{font-family:"Forum",serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media(min-width: 668px){h5{font-size:2.6rem}}h6{font-family:"Forum",serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media(min-width: 668px){h6{font-size:2.6rem}}@media(min-width: 1500px){h6{font-size:2.4rem}}header{padding-top:1.2rem;margin-bottom:3.2rem;background-color:#fff}@media(min-width: 668px){header{padding-top:2.7rem}}@media(min-width: 1024px){header{padding-top:1.6rem;margin-bottom:4.8rem}}@media(min-width: 1500px){header{padding-top:2.8rem;margin-bottom:7.2rem}}header+section{padding-top:0}header.duplicate{position:fixed;top:-100%;right:0;left:0;padding:1.2rem 0;margin-bottom:0;box-shadow:0px 4px 8.4px 0px rgba(0,0,0,.08);z-index:100;transition:top .3s}header.duplicate.fixed{top:0}header .container{display:flex;align-items:center;justify-content:space-between}header .logo-link{display:block;width:11.7rem;height:2.8rem}@media(min-width: 668px){header .logo-link{width:13.4rem;height:3.2rem}}@media(min-width: 1500px){header .logo-link{width:20.1rem;height:4.8rem}}header .logo-link img{width:100%;height:100%;object-fit:contain}header .info{display:flex;align-items:center;gap:1.6rem}@media(min-width: 1500px){header .info{gap:2.4rem}}header .info .schedule{display:none;flex-direction:column;gap:.1rem}@media(min-width: 668px){header .info .schedule{display:flex}}@media(min-width: 1024px){header .info .schedule{gap:.2rem}}header .info .schedule>*{flex-shrink:0}header .info .schedule a{font-weight:500;color:inherit}header .info .schedule span{font-size:.9rem;line-height:1.125rem}@media(min-width: 1500px){header .info .schedule span{font-size:1.1rem;line-height:1.375rem}}header .info .media{display:flex;align-items:center;gap:.8rem}@media(min-width: 1500px){header .info .media{gap:1.2rem}}header .info .media a{flex-shrink:0}header .info .media a svg{width:1.8rem;height:1.8rem}@media(min-width: 1500px){header .info .media a svg{width:2.6rem;height:2.6rem}}header .info button{display:none;padding:.6rem 2.2rem}@media(min-width: 668px){header .info button{display:block}}@media(min-width: 1500px){header .info button{padding:.8rem 3.2rem;border-radius:32px}}footer{padding:3rem 0;padding-bottom:11.2rem;margin-top:3.2rem;background-color:#1d1d1b;color:#fff}@media(min-width: 668px){footer{padding-bottom:3rem;margin-top:2.8rem}}@media(min-width: 1024px){footer{margin-top:4.8rem}}@media(min-width: 1500px){footer{margin-top:7.8rem;padding:4.4rem 0}}footer a{color:inherit;opacity:.7;transition:opacity .125s}footer a:hover{opacity:1}footer .row{display:flex;flex-direction:column;gap:2.2rem}@media(min-width: 668px){footer .row{flex-direction:row;justify-content:space-between;gap:unset}}footer .row:not(:last-child){padding-bottom:2.2rem}@media(min-width: 1500px){footer .row:not(:last-child){padding-bottom:3.2rem}}footer .row:not(:first-child){padding-top:2.2rem;border-top:1px solid #5c5c5b}@media(min-width: 668px){footer .row:not(:first-child){align-items:end}}@media(min-width: 1500px){footer .row:not(:first-child){padding-top:3.2rem}}footer .row .logo-media-wrapper{display:flex;align-items:start;justify-content:space-between}@media(min-width: 668px){footer .row .logo-media-wrapper{gap:3rem}}@media(min-width: 1500px){footer .row .logo-media-wrapper{gap:4.4rem}}footer .row .logo-media-wrapper .logo{width:11.7rem;height:2.8rem;flex-shrink:0}@media(min-width: 1500px){footer .row .logo-media-wrapper .logo{width:17.2rem;height:4.1rem}}footer .row .logo-media-wrapper .logo img{width:100%;height:100%;object-fit:contain}footer .row .logo-media-wrapper .media{display:flex;align-items:center;gap:1rem}@media(min-width: 1500px){footer .row .logo-media-wrapper .media{gap:1.4rem}}footer .row .logo-media-wrapper .media a{flex-shrink:0}footer .row .logo-media-wrapper .media a svg{width:1.6rem;height:1.6rem}@media(min-width: 1500px){footer .row .logo-media-wrapper .media a svg{width:2.4rem;height:2.4rem}}footer .row .contacts{display:flex;flex-direction:column;gap:1rem}@media(min-width: 668px){footer .row .contacts{align-items:end}}@media(min-width: 1500px){footer .row .contacts{gap:1.5rem}}footer .row .contacts .tel-link{display:flex;align-items:center;gap:.6rem}@media(min-width: 1500px){footer .row .contacts .tel-link{gap:.8rem}}footer .row .contacts .tel-link svg{width:1.2rem;height:1.2rem;flex-shrink:0}@media(min-width: 1500px){footer .row .contacts .tel-link svg{width:1.4rem;height:1.4rem}}@media(min-width: 1500px){footer .row .policy-link{font-weight:400}}footer .row .developed-link{display:flex;align-items:center;gap:.8rem;font-weight:500;font-size:1.1rem;line-height:1.4rem}@media(min-width: 1500px){footer .row .developed-link{font-size:1.6rem;line-height:2.2rem}}footer .row .developed-link img{width:2rem;height:2rem}@media(min-width: 1500px){footer .row .developed-link img{width:3rem;height:3rem}}.cover{display:flex;flex-direction:column;gap:2.4rem}@media(min-width: 668px){.cover{flex-direction:row;gap:1.6rem}}@media(min-width: 1024px){.cover{gap:2rem}}@media(min-width: 1500px){.cover{gap:3.6rem}}.cover>img{width:100%;height:26.4rem;object-fit:cover;object-position:center;border-radius:20px}@media(min-width: 668px){.cover>img{width:18.4rem;height:30.5rem;flex-shrink:0}}@media(min-width: 1024px){.cover>img{width:21.4rem;height:30.4rem}}@media(min-width: 1500px){.cover>img{width:31.2rem;height:44.6rem}}.cover>img:nth-of-type(1),.cover>img:nth-of-type(2){display:none}.cover>img:nth-of-type(3){order:0}@media(min-width: 668px){.cover>img:nth-of-type(3){order:unset}}@media(min-width: 668px){.cover>img:nth-of-type(2){display:block}}@media(min-width: 1024px){.cover>img:nth-of-type(1){display:block}}.cover .info{display:flex;flex-direction:column;order:1}@media(min-width: 668px){.cover .info{order:unset}}.cover .info .description{text-align:justify}.cover .info .description p:not(:last-child){margin-bottom:.8rem}@media(min-width: 668px){.cover .info .description p:not(:last-child){margin-bottom:1rem}}@media(min-width: 1500px){.cover .info .description p:not(:last-child){margin-bottom:1.6rem}}.cover .info button{margin-top:2rem;width:100%}@media(min-width: 1500px){.cover .info button{margin-top:2.8rem}}.cover .info .note{margin-top:3.2rem}@media(min-width: 668px){.cover .info .note{margin-top:auto}}.cover .info .note .text{font-size:1.1rem;line-height:normal;opacity:.6}.cover .info .note .support{display:flex;align-items:center;gap:1.2rem;margin-top:1rem;flex-wrap:wrap}@media(min-width: 1500px){.cover .info .note .support{gap:2rem}}.cover .info .note .support img{height:1.6rem;flex-shrink:0}@media(min-width: 1500px){.cover .info .note .support img{height:2.6rem}}@media(min-width: 1500px){.cover .info .note .support img.wide{height:unset;width:var(--desktop-width)}}@media(min-width: 668px){.types{padding:3.2rem;background-color:#f2f2f2;border-radius:40px}}@media(min-width: 1024px){.types{padding:4.8rem}}@media(min-width: 1500px){.types{padding:8rem;border-radius:56px}}.types .items{margin:0 -2rem}@media(min-width: 668px){.types .items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.6rem 0;margin:0}}@media(min-width: 1500px){.types .items{gap:2.4rem 0}}.types .items .item{display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center;flex-shrink:0;margin:0 .4rem}.types .items .item:first-child{margin-left:0;padding-left:2rem}@media(min-width: 668px){.types .items .item:first-child{padding-left:0}}.types .items .item:last-child{margin-right:0}@media(min-width: 668px){.types .items .item{margin:0}}@media(min-width: 1500px){.types .items .item{gap:1.6rem}}.types .items .item.nonstandard{display:flex;flex-direction:column;align-items:start;padding:2.2rem 1.2rem 1.2rem;border-radius:22px;width:17.5rem;height:16rem;background-color:#1d1d1b;font-size:1.4rem;line-height:normal;font-weight:400;color:#fff;text-align:left}@media(min-width: 668px){.types .items .item.nonstandard{width:13rem;height:auto}}@media(min-width: 1024px){.types .items .item.nonstandard{padding:2.2rem;width:19.4rem}}@media(min-width: 1500px){.types .items .item.nonstandard{padding:3.2rem;width:27.7rem;font-size:2rem}}@media(min-width: 1024px){.types .items .item.nonstandard .text{max-width:12.5rem}}.types .items .item.nonstandard button{width:100%;margin-top:auto;font-size:1.2rem;line-height:1.5rem;font-weight:250}@media(min-width: 1500px){.types .items .item.nonstandard button{font-size:1.5rem;font-weight:400;line-height:normal}}.types .items .item .img-wrapper{position:relative;overflow:hidden;border-radius:22px;background-color:#fff;width:17.5rem;height:13.2rem}@media(min-width: 668px){.types .items .item .img-wrapper{width:13rem}}@media(min-width: 1024px){.types .items .item .img-wrapper{width:19.4rem}.types .items .item .img-wrapper:hover img:first-child{opacity:0}.types .items .item .img-wrapper:hover img:last-child{opacity:1}}@media(min-width: 1500px){.types .items .item .img-wrapper{width:27.7rem;height:19.2rem;border-radius:32px}}.types .items .item .img-wrapper img{position:absolute;left:0;right:0;width:100%;height:100%;object-fit:contain;transition:opacity .3s}.types .items .item .img-wrapper img:first-child{opacity:0}@media(min-width: 1024px){.types .items .item .img-wrapper img:first-child{opacity:1}}.types .items .item .img-wrapper img:last-child{opacity:1}@media(min-width: 1024px){.types .items .item .img-wrapper img:last-child{opacity:0}}.grid{display:grid;grid-template-areas:"item-1" "item-2" "item-3" "item-4" "item-5";gap:1.6rem}@media(min-width: 668px){.grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(4, 20rem);grid-template-areas:"item-1 item-1" "item-2 item-2" "item-3 item-4" "item-5 item-5";gap:1.6rem}}@media(min-width: 1024px){.grid{grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(2, 20rem);grid-template-areas:"item-1 item-1 item-1 item-2 item-2 item-2" "item-3 item-3 item-4 item-4 item-5 item-5"}}@media(min-width: 1500px){.grid{grid-template-rows:repeat(2, 29.4rem)}}.grid .card{position:relative;overflow:hidden;padding:1.6rem;border-radius:14px;border:.7px solid #bcbcbb}@media(min-width: 668px){.grid .card{display:flex;flex-direction:column;padding:2rem}}@media(min-width: 1500px){.grid .card{padding:3.2rem !important}}.grid .card:nth-child(1){grid-area:item-1}@media(min-width: 668px){.grid .card:nth-child(1){padding-bottom:2.5rem}}.grid .card:nth-child(1) img{width:20.5rem;height:20.7rem;top:-2.8rem;right:-8.5rem}@media(min-width: 668px){.grid .card:nth-child(1) img{top:0;right:-2rem;width:22rem;height:22rem}}@media(min-width: 1024px){.grid .card:nth-child(1) img{right:-4.8rem}}@media(min-width: 1500px){.grid .card:nth-child(1) img{width:29.2rem;height:29.4rem;top:0;right:-3rem}}.grid .card:nth-child(1) ul{max-width:17.8rem}@media(min-width: 668px){.grid .card:nth-child(1) ul{max-width:34.6rem}}@media(min-width: 1500px){.grid .card:nth-child(1) ul{max-width:43rem}}.grid .card:nth-child(2){grid-area:item-2}@media(min-width: 668px){.grid .card:nth-child(2){padding-bottom:2.8rem}}@media(min-width: 1024px){.grid .card:nth-child(2){padding-bottom:2rem}}.grid .card:nth-child(2) img{width:12.7rem;height:10.4rem;top:0;right:-1.3rem}@media(min-width: 668px){.grid .card:nth-child(2) img{width:27rem;height:22rem;top:-2.6rem;right:0}}@media(min-width: 1024px){.grid .card:nth-child(2) img{width:27rem;height:22rem;top:-2.6rem;right:-7.2rem}}@media(min-width: 1500px){.grid .card:nth-child(2) img{width:40rem;height:32.3rem;top:-4rem;right:-8rem}}@media(min-width: 668px){.grid .card:nth-child(2) ul{max-width:32rem}}@media(min-width: 1500px){.grid .card:nth-child(2) ul{max-width:39rem}}.grid .card:nth-child(3){grid-area:item-3}.grid .card:nth-child(3) img{display:none}@media(min-width: 668px){.grid .card:nth-child(3) img{display:block;width:14rem;height:14rem;bottom:0;right:-3.1rem}}@media(min-width: 1024px){.grid .card:nth-child(3) img{right:-3.7rem}}@media(min-width: 1500px){.grid .card:nth-child(3) img{width:20.6rem;height:20.6rem;right:-2.5rem}}.grid .card:nth-child(3) p:not(:last-child){margin-bottom:.6rem}@media(min-width: 1500px){.grid .card:nth-child(3) p:not(:last-child){margin-bottom:.8rem}}@media(min-width: 668px){.grid .card:nth-child(3) p{max-width:17.2rem}}@media(min-width: 1500px){.grid .card:nth-child(3) p{max-width:20.2rem}}.grid .card:nth-child(4){grid-area:item-4}.grid .card:nth-child(4) img{width:10.7rem;height:10.7rem;top:-0.9rem;right:-3.7rem}@media(min-width: 668px){.grid .card:nth-child(4) img{width:14.4rem;height:14.4rem;top:-1.2rem;right:-2.6rem}}@media(min-width: 1024px){.grid .card:nth-child(4) img{top:-1.2rem;right:-3.2rem}}@media(min-width: 1500px){.grid .card:nth-child(4) img{width:23.6rem;height:23.6rem;top:-1rem;right:-3rem}}.grid .card:nth-child(4) h3{max-width:13.7rem}.grid .card:nth-child(5){grid-area:item-5}@media(min-width: 1024px){.grid .card:nth-child(5){padding-bottom:3.4rem}}.grid .card:nth-child(5) img{display:none}@media(min-width: 668px){.grid .card:nth-child(5) img{display:block;width:17.4rem;height:24.7rem;top:-5.2rem;right:.5rem}}@media(min-width: 1024px){.grid .card:nth-child(5) img{width:14.7rem;height:20.1rem;top:-7.5rem;right:-3.2rem}}@media(min-width: 1500px){.grid .card:nth-child(5) img{width:20.7rem;height:28.6rem;top:-10rem;right:-4rem}}@media(min-width: 668px){.grid .card:nth-child(5) ul{list-style-type:none;padding-left:0;max-width:31.7rem}.grid .card:nth-child(5) ul li:not(:last-child){margin-bottom:.6rem}}@media(min-width: 1024px){.grid .card:nth-child(5) ul{max-width:unset}}.grid .card *:not(h3){font-size:1.1rem;line-height:1.375rem}@media(min-width: 668px){.grid .card *:not(h3){font-size:1.2rem;line-height:1.5rem}}@media(min-width: 1500px){.grid .card *:not(h3){font-size:1.5rem;line-height:1.875rem}}.grid .card h3{margin-bottom:1.6rem}@media(min-width: 668px){.grid .card h3{margin-bottom:auto}}.grid .card img{position:absolute;object-fit:contain}.video .video-container{position:relative;width:100%;height:27rem;overflow:hidden;border-radius:22px}@media(min-width: 1500px){.video .video-container{height:39.4rem;border-radius:28px}}.video .video-container iframe{position:absolute;top:0;bottom:0;width:100%;height:100%}.video .video-container::after{content:"";position:absolute;inset:0;z-index:1;cursor:pointer}.video .video-container.playing::after{content:none}.video .video-container.no-slider .slick-track{width:100% !important;margin:0 !important;justify-content:center}.video .slick-list{padding:0 1.4rem}@media(min-width: 668px){.video .slick-list{padding:0 1.8rem}}@media(min-width: 1024px){.video .slick-list{padding:0 4.6rem}}@media(min-width: 1500px){.video .slick-list{padding:0 7.2rem}}.video .slick-track{display:flex;gap:.6rem}@media(min-width: 668px){.video .slick-track{gap:.8rem}}.video .slick-arrow{display:none !important}@media(min-width: 668px){.video .slick-arrow{position:absolute;display:flex !important;width:2rem;height:2rem;top:-3.2rem;transform:translateY(-100%);background-color:rgba(0,0,0,0);font-size:0;background-position:center;border:none;padding:0;cursor:pointer}}@media(min-width: 1500px){.video .slick-arrow{width:2.4rem;height:2.4rem}}.video .slick-arrow.slick-next{right:2.2rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29265 5.29338C8.68317 4.90286 9.31634 4.90286 9.70686 5.29338L15.7069 11.2934C16.0974 11.6839 16.0974 12.3171 15.7069 12.7076L9.70686 18.7076C9.31634 19.0981 8.68317 19.0981 8.29265 18.7076C7.90212 18.3171 7.90212 17.6839 8.29265 17.2934L13.5855 12.0005L8.29265 6.70759C7.90212 6.31707 7.90212 5.68391 8.29265 5.29338Z' fill='%231D1D1B'/%3E%3C/svg%3E%0A")}@media(min-width: 1024px){.video .slick-arrow.slick-next{right:5.4rem}}@media(min-width: 1500px){.video .slick-arrow.slick-next{right:8rem}}.video .slick-arrow.slick-prev{right:4.8rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7074 18.7066C15.3168 19.0971 14.6837 19.0971 14.2931 18.7066L8.29314 12.7066C7.90261 12.3161 7.90261 11.6829 8.29314 11.2924L14.2931 5.29241C14.6837 4.90188 15.3168 4.90188 15.7074 5.29241C16.0979 5.68293 16.0979 6.3161 15.7074 6.70662L10.4145 11.9995L15.7074 17.2924C16.0979 17.6829 16.0979 18.3161 15.7074 18.7066Z' fill='%231D1D1B'/%3E%3C/svg%3E%0A")}@media(min-width: 1024px){.video .slick-arrow.slick-prev{right:8rem}}@media(min-width: 1500px){.video .slick-arrow.slick-prev{right:11.2rem}}.video .slick-arrow.slick-disabled{opacity:.4;cursor:inherit}.video .video-wrapper .title{margin-top:.8rem}@media(min-width: 1500px){.video .video-wrapper .title{margin-top:1rem}}.about-wrapper{position:relative}@media(min-width: 668px){.about-wrapper{padding:7rem 5.2rem 3rem 25.4rem}}@media(min-width: 1024px){.about-wrapper{padding:7rem 13.8rem 3rem 38rem}}@media(min-width: 1500px){.about-wrapper{padding:11.8rem 28.4rem 4.6rem 55.4rem}}.about-wrapper .about img{display:none}@media(min-width: 668px){.about-wrapper .about img{position:absolute;display:block;top:0;left:-8rem;width:77.4rem;height:43.6rem;object-fit:cover;z-index:-1}}@media(min-width: 1024px){.about-wrapper .about img{width:72.3rem;height:40.7rem;left:10rem}}@media(min-width: 1500px){.about-wrapper .about img{width:106rem;height:59.7rem;left:14rem}}.about-wrapper .about ul{padding:0;gap:1.6rem}@media(min-width: 1500px){.about-wrapper .about ul{gap:2.2rem}}.about-wrapper .about ul li{display:flex;align-items:center;gap:.8rem}.about-wrapper .about ul li::before{content:"";width:1.4rem;height:1.4rem;background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1956 5.91533C11.9769 5.68564 11.7472 5.4483 11.6488 5.21533C11.5585 4.99658 11.5541 4.69416 11.5492 4.3726C11.5416 3.88041 11.5334 3.32314 11.1757 2.96494C10.818 2.60674 10.2602 2.59908 9.76805 2.59143C9.44648 2.5865 9.14297 2.58213 8.92531 2.49189C8.69234 2.39564 8.455 2.1676 8.22531 1.94775C7.86 1.59721 7.48211 1.23682 6.99922 1.23682C6.51633 1.23682 6.13844 1.59885 5.77312 1.94775C5.54344 2.1665 5.30609 2.39619 5.07313 2.49463C4.85438 2.58486 4.55195 2.58924 4.23039 2.59416C3.7382 2.60182 3.18094 2.61002 2.82273 2.96768C2.46453 3.32533 2.45797 3.88041 2.45031 4.3726C2.44539 4.69416 2.44102 4.99768 2.35078 5.21533C2.25453 5.4483 2.02648 5.68564 1.80664 5.91533C1.45609 6.28064 1.0957 6.65854 1.0957 7.14143C1.0957 7.62432 1.45773 8.00221 1.80664 8.36752C2.02539 8.59721 2.25508 8.83455 2.35352 9.06752C2.44375 9.28627 2.44812 9.58869 2.45305 9.91025C2.4607 10.4024 2.46891 10.9597 2.82656 11.3179C3.18422 11.6761 3.74203 11.6838 4.23422 11.6914C4.55578 11.6963 4.8593 11.7007 5.07695 11.791C5.30992 11.8872 5.54727 12.1153 5.77695 12.3351C6.14227 12.6856 6.52016 13.046 7.00305 13.046C7.48594 13.046 7.86383 12.684 8.22914 12.3351C8.45883 12.1163 8.69617 11.8867 8.92914 11.7882C9.14789 11.698 9.45031 11.6936 9.77187 11.6887C10.2641 11.681 10.8213 11.6728 11.1795 11.3152C11.5377 10.9575 11.5454 10.3997 11.553 9.90752C11.558 9.58596 11.5623 9.28244 11.6526 9.06478C11.7488 8.83182 11.9769 8.59447 12.1967 8.36478C12.5473 7.99947 12.9077 7.62158 12.9077 7.13869C12.9077 6.6558 12.5445 6.28064 12.1956 5.91533ZM11.8795 8.06455C11.6313 8.32322 11.3742 8.59119 11.2468 8.90018C11.1248 9.19494 11.1194 9.55643 11.1139 9.90369C11.1073 10.3521 11.1008 10.7787 10.8684 11.0084C10.6359 11.2381 10.2121 11.2474 9.76367 11.2539C9.41531 11.2594 9.05273 11.2649 8.76016 11.3868C8.45117 11.5142 8.1832 11.7696 7.92453 12.0196C7.6068 12.3231 7.30766 12.6102 7.00031 12.6102C6.69297 12.6102 6.39383 12.3231 6.07719 12.0196C5.81852 11.7713 5.55055 11.5142 5.24156 11.3868C4.9468 11.2649 4.58531 11.2594 4.23805 11.2539C3.78961 11.2474 3.36578 11.2408 3.13336 11.0084C2.90094 10.776 2.89437 10.3521 2.88781 9.90369C2.88234 9.55533 2.87687 9.19275 2.75492 8.90018C2.6275 8.59119 2.37211 8.32322 2.12219 8.06455C1.81867 7.74791 1.53156 7.44877 1.53156 7.14143C1.53156 6.83408 1.81867 6.53494 2.12219 6.2183C2.37047 5.95963 2.6275 5.69166 2.75492 5.38268C2.87687 5.08791 2.88234 4.72643 2.88781 4.37916C2.89437 3.93072 2.90094 3.50689 3.13336 3.27447C3.36578 3.04205 3.78961 3.03549 4.23805 3.02893C4.58641 3.02346 4.94898 3.01799 5.24156 2.89603C5.55055 2.76861 5.81852 2.51322 6.07719 2.2633C6.39383 1.95979 6.69297 1.67268 7.00031 1.67268C7.30766 1.67268 7.6068 1.95979 7.92344 2.2633C8.18211 2.51158 8.45008 2.76861 8.75906 2.89603C9.05383 3.01799 9.41531 3.02346 9.76258 3.02893C10.211 3.03549 10.6376 3.04205 10.8673 3.27447C11.097 3.50689 11.1062 3.93072 11.1128 4.37916C11.1183 4.72752 11.1238 5.0901 11.2457 5.38268C11.3731 5.69166 11.6285 5.95963 11.8784 6.2183C12.182 6.53494 12.4691 6.83408 12.4691 7.14143C12.4691 7.44877 12.182 7.74791 11.8784 8.06455H11.8795ZM9.34367 5.67416C9.36401 5.69448 9.38015 5.7186 9.39115 5.74516C9.40216 5.77171 9.40783 5.80018 9.40783 5.82893C9.40783 5.85767 9.40216 5.88614 9.39115 5.91269C9.38015 5.93925 9.36401 5.96338 9.34367 5.98369L6.28117 9.04619C6.26086 9.06653 6.23673 9.08266 6.21017 9.09367C6.18362 9.10468 6.15515 9.11035 6.12641 9.11035C6.09766 9.11035 6.06919 9.10468 6.04264 9.09367C6.01608 9.08266 5.99196 9.06653 5.97164 9.04619L4.65914 7.73369C4.61809 7.69264 4.59503 7.63697 4.59503 7.57893C4.59503 7.52088 4.61809 7.46521 4.65914 7.42416C4.70019 7.38311 4.75586 7.36005 4.81391 7.36005C4.87195 7.36005 4.92763 7.38311 4.96867 7.42416L6.12531 8.58189L9.03305 5.67416C9.05336 5.65382 9.07749 5.63769 9.10404 5.62668C9.1306 5.61567 9.15907 5.61 9.18781 5.61C9.21656 5.61 9.24503 5.61567 9.27158 5.62668C9.29814 5.63769 9.32226 5.65382 9.34258 5.67416H9.34367Z' fill='%231D1D1B'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat;flex-shrink:0}@media(min-width: 1500px){.about-wrapper .about ul li::before{width:2rem;height:2rem}}.about-wrapper .about button{margin-top:3.2rem;width:100%;height:4.4rem}@media(min-width: 1500px){.about-wrapper .about button{margin-top:4.8rem;height:5.8rem}}.accordion{border-bottom:1px solid #d4d6dd}@media(min-width: 1024px){.accordion{width:62rem;margin:0 auto}}@media(min-width: 1500px){.accordion{width:97.6rem}}.accordion:first-child{border-top:1px solid #d4d6dd}.accordion.expanded .head svg{transform:rotate(-180deg)}.accordion .head{display:flex;align-items:center;justify-content:space-between;gap:2.2rem;width:100%;padding:2.2rem .8rem;font-family:"Forum",serif;font-size:1.6rem;font-weight:400;line-height:normal;color:inherit;text-align:left;border-radius:unset}@media(min-width: 668px){.accordion .head{gap:2rem;padding:2rem}}@media(min-width: 1500px){.accordion .head{gap:3.2rem;font-size:2.4rem;line-height:3.12rem;padding:3.2rem}}.accordion .head svg{width:1.6rem;height:1.6rem;flex-shrink:0;transition:transform .2s}@media(min-width: 1500px){.accordion .head svg{width:2.4rem;height:2.4rem}}.accordion .body{display:none;padding:0 .8rem;padding-bottom:1.6rem}@media(min-width: 668px){.accordion .body{padding:0 2rem;padding-bottom:1.6rem}}@media(min-width: 1500px){.accordion .body{padding:0 3.2rem;padding-bottom:2.4rem}}.accordion .body p{max-width:44.8rem}@media(min-width: 1024px){.accordion .body p{max-width:65.7rem}}.process{position:relative;display:flex;flex-direction:column;gap:3.2rem;padding-top:2.2rem;padding-bottom:2.2rem;padding-left:3.2rem;list-style-type:none}@media(min-width: 668px){.process{margin:0 auto;width:fit-content}}@media(min-width: 1024px){.process{width:100%;margin:0;padding-left:0;padding-bottom:0;padding-top:3.8rem;flex-direction:row;justify-content:space-between}}@media(min-width: 1500px){.process{gap:4.8rem;padding-top:5.6rem}}.process li{position:relative;display:flex;flex-direction:column;gap:.6rem;margin-bottom:0 !important}@media(min-width: 1024px){.process li{gap:.8rem;text-align:center}}@media(min-width: 1500px){.process li{gap:1.2rem}}.process li::before{content:"";position:absolute;left:-3.2rem;top:50%;width:1.4rem;height:1.4rem;background-color:#1d1d1b;border-radius:100%;transform:translate(-50%, -50%)}@media(min-width: 1024px){.process li::before{top:-3.8rem;left:50%}}@media(min-width: 1500px){.process li::before{top:-5.6rem}}.process li .title{font-family:"Forum",serif;font-size:1.6rem;line-height:normal;font-weight:400}@media(min-width: 1024px){.process li .title{font-size:1.6rem}}@media(min-width: 1500px){.process li .title{font-size:2.4rem}}.process li .note{opacity:.6}.process::before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;border-left:1px dashed #1d1d1b}@media(min-width: 1024px){.process::before{right:9.5rem;left:9.5rem;height:1px;width:unset;bottom:unset;border-left:none;border-top:1px dashed #1d1d1b}}@media(min-width: 1500px){.process::before{left:12rem;right:11rem}}input{font:inherit;padding:1.2rem 0;border:none;border-bottom:.5px solid #1d1d1b}input:focus{outline:none}input::placeholder{color:#777776}form .body{display:flex;flex-direction:column;gap:3.2rem}form .body .input-group input{width:100%}form .body .input-group .error-text{margin-top:.3rem;font-size:1.3rem;line-height:normal;color:#ff0015}form .body .input-group:has(.error-text) input{border-color:#ff0015}form .body .input-group:has(.error-text) input::placeholder{color:#ff0015}form button{width:100%;margin-top:3.2rem}@media(min-width: 1500px){form button{margin-top:4.8rem}}.container.form-wrapper{display:flex;flex-direction:column;gap:3.2rem}@media(min-width: 668px){.container.form-wrapper{flex-direction:row;align-items:center;margin-left:-3.5rem;gap:4.8rem}}@media(min-width: 1024px){.container.form-wrapper{margin-left:0}}.container.form-wrapper h2{text-align:left}.container.form-wrapper img{width:100%;height:20rem;object-fit:cover;border-radius:20px;flex-shrink:0}@media(min-width: 668px){.container.form-wrapper img{width:30.4rem;height:37.2rem}}@media(min-width: 1024px){.container.form-wrapper img{width:43.7rem;height:37.2rem}}@media(min-width: 1500px){.container.form-wrapper img{border-radius:32px;width:63rem;height:54.6rem}}.container.form-wrapper form{flex-grow:1}.container.form-wrapper form button{height:4.4rem}@media(min-width: 1500px){.container.form-wrapper form button{height:5.8rem}}.overlay{display:none;position:fixed;inset:0;background:rgba(246,248,250,.8);backdrop-filter:blur(6px);z-index:200}.modal{display:none;position:fixed;inset:0;background-color:#fff;z-index:300}@media(min-width: 668px){.modal{inset:unset;top:50%;left:50%;transform:translate(-50%, -50%);width:55.6rem;border-radius:32px}}.modal .modal-wrapper{height:100%;display:flex;flex-direction:column;justify-content:center;padding:4.4rem 2rem}@media(min-width: 668px){.modal .modal-wrapper{padding:4.4rem}}.modal .modal-wrapper .close-btn{position:absolute;width:3.2rem;height:3.2rem;top:3rem;right:3rem;padding:0}.modal .modal-wrapper .close-btn svg{width:100%;height:100%}.modal .modal-wrapper .title{font-family:"Forum",serif;font-size:2.8rem;line-height:3.5rem;font-weight:400;text-transform:uppercase;text-align:center;margin-bottom:1.4rem}@media(min-width: 1500px){.modal .modal-wrapper .title{align-self:center;max-width:30.2rem;font-size:3.2rem;line-height:4rem}}.modal .modal-wrapper .body .simple-text{font-size:1.3rem;font-weight:300;line-height:1.69rem;text-align:center}@media(min-width: 668px){.modal .modal-wrapper .body .simple-text{font-size:1.5rem;line-height:1.95rem}}.modal .modal-wrapper .body form{margin-top:3.2rem}.modal .modal-wrapper .body .note{margin-top:3.2rem}.modal .modal-wrapper .body button{margin-top:3.2rem;height:4.4rem;width:100%}@media(min-width: 1500px){.modal .modal-wrapper .body button{height:5.8rem}}.tel-wrapper{position:fixed;bottom:2rem;left:2rem;right:2rem}@media(min-width: 668px){.tel-wrapper{display:none}}.tel-wrapper::before{content:"";position:absolute;left:-2rem;right:-2rem;bottom:-2rem;top:-2.2rem;background:linear-gradient(180deg, rgba(246, 248, 250, 0) 0%, rgba(246, 248, 250, 0.8) 100%);backdrop-filter:blur(1px);z-index:-1}.tel-wrapper a{display:flex;justify-content:center;align-items:center;gap:.8rem;width:100%;height:4rem;font-weight:500}.tel-wrapper a svg{width:1.6rem;height:1.6rem}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:fit-content;height:calc(100vh - 43.8rem);max-width:26.4rem;margin:0 auto}@media(min-width: 668px){.not-found{max-width:46.4rem;height:calc(100vh - 28.4rem)}}@media(min-width: 1024px){.not-found{max-width:64.4rem;height:calc(100vh - 30.9rem)}}@media(min-width: 1500px){.not-found{height:calc(100vh - 46.1rem)}}.not-found .title{text-align:center;font-family:"Forum",serif;font-size:3.2rem;font-style:normal;font-weight:400;line-height:4.48rem;text-transform:uppercase;margin-bottom:1.6rem}@media(min-width: 668px){.not-found .title{font-size:5.6rem;font-weight:400;line-height:7.84rem}}@media(min-width: 1500px){.not-found .title{font-size:6.8rem;line-height:9.52rem}}.not-found .description{text-align:center}.not-found a.as-button{display:block;margin-top:2.8rem;width:100%;text-align:center;font-size:1.2rem;font-weight:250;line-height:1.5rem}@media(min-width: 668px){.not-found a.as-button{width:29.4rem}}
/* End */


/* Start:/local/templates/upfly/css/backend.css?1753861097539*/
div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

/* End */
/* /local/templates/upfly/js/modules//slick.css?17522353201639 */
/* /local/templates/upfly/css/global.css?175731784836311 */
/* /local/templates/upfly/css/backend.css?1753861097539 */
