

@font-face {
	font-family: "Barlow Semi Condensed";
	src: url('../fonts/Barlow-Regular.ttf');}





		


/*=======  Testomonial Start =======*/
.testomonial {
  padding: 250px 0px 250px;
  position: relative;
  z-index: 2;
  background-size: cover !important;
  background-position: left 100% top 30px !important;
  background-repeat: no-repeat !important;
}

.testomonial .shap {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 90%;
}

.testomonial .man-pic {
  position: absolute;
  z-index: -1;
}

.testomonial .pic-1 {
  top: 10%;
  left: 12%;
  -webkit-animation: borosoto 4s ease-out infinite;
  animation: borosoto 4s ease-out infinite;
}

.testomonial .pic-2 {
  top: 14%;
  left: 22%;
  -webkit-animation: borosoto 3s ease-in-out infinite;
  animation: borosoto 3s ease-in-out infinite;
}

.testomonial .pic-3 {
  top: 29%;
  left: 17%;
  -webkit-animation: borosoto 4s ease infinite;
  animation: borosoto 4s ease infinite;
}

.testomonial .pic-4 {
  top: 36%;
  left: 7%;
  -webkit-animation: borosoto 3s ease-in-out infinite;
  animation: borosoto 3s ease-in-out infinite;
}

.testomonial .pic-5 {
  top: 52%;
  left: 21%;
  -webkit-animation: borosoto 2s ease-in infinite;
  animation: borosoto 2s ease-in infinite;
}

.testomonial .pic-6 {
  top: 70%;
  left: 14%;
  -webkit-animation: borosoto 2s ease-in infinite;
  animation: borosoto 2s ease-in infinite;
}

.testomonial .testobox .single .icon {
  max-width: 70px;
}

.testomonial .testobox .single p.text {
  color: #051c35;
  font-weight: 500;
  padding: 24px 0 26px;
}

.testomonial .testobox .single .man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testomonial .testobox .single .man .pic {
  max-height: 86px;
  max-width: 86px;
  margin-right: 20px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #cdcdcd;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(200, 219, 225, 0.8);
          box-shadow: 0px 3px 10px 0px rgba(200, 219, 225, 0.8);
}

.testomonial .testobox .single .man .pic img {
  width: 100%;
}

.testomonial .testobox .single .man .content .review i {
  margin-right: 2px;
  color: #ffad54;
}

.testomonial .testobox .single .man .content h5.name a {
  font-size: 22px;
  line-height: 1.45;
  color: #051c35;
}

.testomonial .testobox .single .man .content span.position {
  display: block;
  color: #547af8;
  font-weight: 600;
}

.testomonial .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline;
}

.testomonial .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dbdbdb;
}

.testomonial .owl-carousel .owl-dots .owl-dot.active {
  background: #547af8;
}

.testomonial-two { width:83%; margin:0 auto;
  padding: 20px 0px;
  position: relative;
  z-index: 2;
}

.testomonial-two .section-head {
  padding-bottom: 36px;
}

.testomonial-two .testotwo .single { width:47%; float:left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 25px 0px #f4f4f4;
          box-shadow: 0px 5px 25px 0px #f4f4f4;
  margin: 20px 20px 20px;
}

.testomonial-two .testotwo .single:hover{ background:#1f1f1f; color:#fff;}


@media (min-width:1200px) and (max-width: 1420px){
.testomonial-two .testotwo .single { width:46%;
}
}
@media (min-width:1420px) and (max-width: 1920px){
.testomonial-two .testotwo .single { width:46%;
}
}
@media (min-width:767px) and (max-width: 1200px){
.testomonial-two .testotwo .single { width:100%;
}
}

@media screen and (max-width: 750px){	
.testomonial-two .testotwo .single { width:100%;
}
}







.testomonial-two .testotwo .single .icon {
  margin-right: 30px;
}

.testomonial-two .testotwo .single .icon img {
  height: 100%;
  max-width: unset;
  width: auto;
}

.testomonial-two .testotwo .single .content {
  padding-right: 20px;
}

.testomonial-two .testotwo .single .content .thumv {
  max-width: 42px;
}

.testomonial-two .testotwo .single .content p.text {
  color: #6f7987;
  font-weight: 500;
  padding: 24px 0 26px;
}

.testomonial-two .testotwo .single .content .man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testomonial-two .testotwo .single .content .man .content .review i {
  margin-right: 2px;
  color: #ffad54;
}

.testomonial-two .testotwo .single .content .man .content h5.name a {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #051c35;
}

.testomonial-two .testotwo .single .content .man .content span.position {
  display: block;
  color: #547af8;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.83;
}

.testomonial-two .testotwo.owl-carousel .owl-nav.disabled {
  display: block;
}

.testomonial-two .testotwo.owl-carousel .owl-nav .owl-next,
.testomonial-two .testotwo.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 2.66;
  color: #547af8;
  background: #ffffff;
  border: 1px solid #547af8;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testomonial-two .testotwo.owl-carousel .owl-nav .owl-next:hover,
.testomonial-two .testotwo.owl-carousel .owl-nav .owl-prev:hover {
  color: #fff;
  background: #547af8;
}

.testomonial-two .testotwo.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testomonial-two .testotwo.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testomonial-three {
  padding: 120px 0px 40px;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
}

.testomonial-three .section-head {
  padding-bottom: 50px;
}

.testomonial-three .testothree .single {
  text-align: center;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 25px 0px #f4f4f4;
          box-shadow: 0px 5px 25px 0px #f4f4f4;
  margin: 40px 20px 20px;
  padding: 40px 40px 40px;
}

.testomonial-three .testothree .single .icon {
  margin-top: -75px;
}

.testomonial-three .testothree .single .icon img {
  height: 100%;
  max-width: unset;
  width: auto;
  margin: 0px auto 0px;
}

.testomonial-three .testothree .single .content p.text {
  color: #6f7987;
  font-weight: 500;
  padding: 25px 0px 21px;
}

.testomonial-three .testothree .single .content .man .content .review i {
  margin-right: 2px;
  color: #ffad54;
}

.testomonial-three .testothree .single .content .man .content h5.name a {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #051c35;
}

.testomonial-three .testothree .single .content .man .content span.position {
  display: block;
  color: #547af8;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.83;
}

.testomonial-three .testothree.owl-carousel .owl-nav.disabled {
  display: block;
}

.testomonial-three .testothree.owl-carousel .owl-nav .owl-next,
.testomonial-three .testothree.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 2.66;
  color: #547af8;
  background: #ffffff;
  border: 1px solid #547af8;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testomonial-three .testothree.owl-carousel .owl-nav .owl-next:hover,
.testomonial-three .testothree.owl-carousel .owl-nav .owl-prev:hover {
  color: #fff;
  background: #547af8;
}

.testomonial-three .testothree.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testomonial-three .testothree.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*=======  Testomonial End =======*/ 
h7 {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  
}




.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}





















.fw-xlight{font-weight:100}
.fw-light{font-weight:300}
.fw-normal{font-weight:400}
.fw-medium{font-weight:500}
.fw-bold,b,strong{font-weight:700}
.fw-xbold{font-weight:900}

audio,canvas,img,video{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}
img{vertical-align:middle}
address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}
code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}
pre{display:block;padding:.85em;margin:0 0 .75em;font-size:.95em;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f7f6f4;border:1px solid #dcdcdc;border:1px solid rgba(220,220,220,.15)}
.sup,sup{position:relative;font-size:.65em;top:-4px}

@-webkit-keyframes rotating{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}form .space-top{margin-top:1.9444444444em}
form h3{margin-top:0}form hr{margin:22.5px 0}form p.control{margin-bottom:10px;position:relative}form p.control.loading:after{-webkit-animation:rotating .3s linear infinite;border:2px solid #d3d6db;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:16px;position:relative;width:16px;position:absolute!important;right:8px;top:6px}form p.control.icons input{padding-left:32px}form p.control.icons .fa{display:inline-block;font-size:14px;height:24px;line-height:24px;text-align:center;vertical-align:top;width:24px;color:#aeb1b5;pointer-events:none;position:absolute;top:4px;z-index:4;left:4px}
form p.control.icons.right input{padding-right:32px;padding-left:6px}
form p.control.icons.right .fa{right:4px;left:inherit}
form p.control.large.icons input,form p.control.medium.icons input,form p.control.small.icons input{padding-left:32px}
form p.control.large.icons.right input,form p.control.medium.icons.right input,form p.control.small.icons.right input{padding-left:6px;padding-right:32px}
form p.control.small input{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:6px}
form p.control.small.icons .fa{font-size:11px;height:24px;line-height:17px;left:6px}
form p.control.small.icons.right .fa{left:inherit;right:6px}
form p.control.small.addons a.btn,form p.control.small.addons button{padding:.6em 1.4em;height:24px;line-height:0}form p.control.medium input{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:10px}form p.control.medium.icons input{padding-left:40px}
form p.control.medium.icons.right input{padding-left:10px;padding-right:40px}
form p.control.medium.icons .fa{font-size:18px;height:40px;line-height:32px;left:10px}
form p.control.medium.icons.right .fa{left:inherit;right:10px}
form p.control.medium.addons a.btn,form p.control.medium.addons button{height:40px;line-height:.6em}
form p.control.large input{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:12px}
form p.control.large.icons input{padding-left:40px}
form p.control.large.icons .fa{font-size:24px;height:48px;line-height:39px;left:12px}
form p.control.large.icons.right .fa{left:inherit;right:12px}
form p.control.large.addons a.btn,form p.control.large.addons button{height:48px;line-height:1em}
form p.control.addons input{display:inline-block;width:auto;border-radius:3px 0 0 3px}
form p.control.addons a.btn,form p.control.addons button{margin-right:-1px;width:auto;display:inline-block;height:32px;line-height:.1em}
form p.control.addons a.btn:last-child,form p.control.addons button:last-child{border-radius:0 3px 3px 0}
form label{font-family:"Barlow Semi Condensed",sans-serif;font-weight:600;color:#2d3130;text-transform:uppercase;margin-bottom:.7777777778em;display:block}
form label.label{color:#2d3130;display:block;font-weight:700}
form label.label:not(:last-child){margin-bottom:5px}form input[type=number],form input[type=password],form input[type=text],form textarea{-moz-appearance:none;-webkit-appearance:none;-webkit-box-align:center;-ms-flex-align:center}form input[type=number],form input[type=password],form input[type=text],form select,form textarea{align-items:center;background-color:#d3d2c9;border:none;color:#2d3130;height:3.5555555556em;padding:0 .6666666667em;position:relative;vertical-align:top;max-width:100%;width:100%}form input[type=number].small,form input[type=password].small,form input[type=text].small,form select.small,form textarea.small{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:6px}form input[type=number].medium,form input[type=password].medium,form input[type=text].medium,form select.medium,form textarea.medium{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:10px}form input[type=number].large,form input[type=password].large,form input[type=text].large,form select.large,form textarea.large{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:12px}form input[type=number].top-spacing,form input[type=password].top-spacing,form input[type=text].top-spacing,form select.top-spacing,form textarea.top-spacing{margin-top:10px}form input[type=number]:active,form input[type=number]:focus,form input[type=password]:active,form input[type=password]:focus,form input[type=text]:active,form input[type=text]:focus,form select:active,form select:focus,form textarea:active,form textarea:focus{border-color:#f6ba0b;outline:0}form input[type=number]:not(:last-child),form input[type=password]:not(:last-child),form input[type=text]:not(:last-child),form select:not(:last-child),form textarea:not(:last-child){margin-bottom:10px}form input[type=number][disabled],form input[type=password][disabled],form input[type=text][disabled],form select[disabled],form textarea[disabled]{background-color:#f5f7fa;border-color:#d3d6db;cursor:not-allowed;pointer-events:none}form input[type=number].danger,form input[type=password].danger,form input[type=text].danger,form select.danger,form textarea.danger{border-color:#ed6c63}form input[type=number].success,form input[type=password].success,form input[type=text].success,form select.success,form textarea.success{border-color:#97cd76}
form input[type=number].icons,form input[type=password].icons,form input[type=text].icons,form select.icons,form textarea.icons{padding-left:32px}
form .select{display:inline-block;height:32px;position:relative;vertical-align:top}
form .select:not(:last-child){margin-bottom:10px}
form .select select{-moz-appearance:none;-webkit-appearance:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f6f4;border:1px solid #d3d6db;border-radius:3px;color:#222324;font-size:14px;height:32px;line-height:24px;padding-left:8px;padding-right:8px;position:relative;vertical-align:top;cursor:pointer;display:block;outline:0;padding-right:36px}
form .select select:active,form .select select:focus{border-color:#f6ba0b;outline:0}
form .select:after{border:1px solid #f6ba0b;border-right:0;border-top:0;content:" ";display:block;height:7px;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:7px;margin-top:-6px;right:16px;top:50%}
form .select.small{height:24px}
form .select.small select{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:28px}
form .select.medium{height:40px}
form .select.medium select{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:44px}
form .select.large{height:48px}form .select.large select{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:52px}form textarea{display:block;line-height:1.2;max-height:600px;max-width:100%;min-height:120px;min-width:100%;padding:10px;resize:vertical}form textarea:not(:last-child){margin-bottom:10px}form .checkbox,form .radio{cursor:pointer;display:inline-block;line-height:16px;position:relative;vertical-align:top}form .checkbox:active,form .checkbox:focus,form .radio:active,form .radio:focus{border-color:#f6ba0b;outline:0}form .checkbox input[type=checkbox],form .checkbox input[type=radio],form .radio input[type=checkbox],form .radio input[type=radio]{vertical-align:baseline;margin-right:4px}form .checkbox.disabled,form .radio.disabled{color:#aeb1b5;pointer-events:none}form .checkbox.disabled input,form .radio.disabled input{pointer-events:none}form .radio+.radio{margin-left:10px}form button[type=button].top-spacing,form button[type=submit].top-spacing{margin-top:10px}table{width:100%;display:table;border:none;border-collapse:collapse;border-spacing:0}table.bordered thead>tr{border-bottom:1px solid #979797}table.bordered tbody>tr{border-bottom:1px solid #979797}table.striped tbody>tr:nth-child(odd){background-color:#979797}table.highlight tbody>tr{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
table.highlight tbody>tr:hover{background-color:#979797}table.centered tbody tr td,table.centered thead tr th{text-align:center}
@media (max-width:1024px){table.responsive-table thead{border:0;border-right:1px solid #979797;display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th{display:block;text-align:right}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top;padding:0 10px}table.responsive-table tbody tr td{display:block;min-height:1.25em;text-align:left}table.responsive-table tbody td,table.responsive-table tbody th{margin:0;vertical-align:top}}thead{border-bottom:1px solid #979797}thead th{font-weight:700}table,td,th{border:none}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle}.pop-up{position:fixed;top:-100%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:#fff;width:100%;max-width:800px;-moz-box-shadow:1px 1px 12px rgba(45,49,48,.5);-webkit-box-shadow:1px 1px 12px rgba(45,49,48,.5);box-shadow:1px 1px 12px rgba(45,49,48,.5);display:none}.pop-up img{max-width:100%}.pop-up.opened{top:50%}.pop-up button.close-btn{padding:15px 20px;background-color:#f7f6f4;color:#2d3130;position:absolute;display:block;font-size:30px;border:none;top:-60px;right:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pop-up button.close-btn:hover{border:none;background-color:#f6ba0b;color:#f7f6f4}.dark-overlay{position:fixed;width:100%;height:100%;z-index:9998;background-color:rgba(0,0,0,.5);display:none}.modal{position:fixed;left:0;right:0;background-color:#979797;padding:0;max-height:70%;width:55%;top:10%;margin:auto;display:none;overflow-y:auto;border-radius:2px;z-index:1003;box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)}.modal .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto;padding:24px}.modal .modal-footer{border-top:1px solid rgba(0,0,0,.1);position:absolute;bottom:0;border-radius:0 0 2px 2px;background-color:#979797;padding:4px 6px;height:56px;width:100%}.modal.modal-fixed-footer{padding:0;height:70%}.modal-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background-color:rgba(45,49,48,.5);display:none}.d-table{display:table;width:100%;height:100%;border-collapse:collaspe;table-layout:fixed}.d-table .t-cell{display:table-cell;vertical-align:middle;border-collapse:collaspe}.alert{margin:1em 0}.alert-error{color:#d50000}.alert-success{color:#32b100}.alert-error,.alert-success{font-weight:700;text-align:center}.alert-warning{padding:15px;background-color:#f39c12;color:#fff;border-color:#e08e0b;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.parsley-error{border:1px solid #d50000!important}.checkbox .parsley-errors-list{margin:0}.parsley-error-list,.parsley-errors-list{margin:0;padding:0;list-style:none;position:relative;top:-1px}.parsley-error-list li,.parsley-errors-list li{text-align:right;float:right;background:#d50000;color:#fff;padding:.3em .7em;font-weight:700;font-size:.8em}.overlay-upper{position:relative;z-index:3;width:100%;height:100%}.overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.cover-container{width:100%;height:100%}.pull-left{float:left}.pull-right{float:right}.pull-none{float:none!important}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-uppercase{text-transform:uppercase}.v-hidden{visibility:hidden}.indent-hide{text-indent:-9999px;visibility:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.box{margin-bottom:15px;padding:15px}.box.sample-box{border:1px solid #dcdcdc;min-height:12em;padding:6em 15px;margin-bottom:30px;background:#f6f6f6}.box.sample-box.big{min-height:20em}.box.box-bordered{border:1px solid #dcdcdc}.box.box-rounded{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.col-box-centered{float:none;margin:0 auto}.hidden{display:none!important;visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.mandatory{color:red;font-weight:700}.no-margin-top{margin-top:0}.no-margin-bottom{margin-bottom:0}.no-padding-left{padding-left:0}.no-padding-right{padding-right:0}.no-text-transform{text-transform:none}.hide{display:none}.desktop-only{display:inline}.print-only{display:none}.dismiss{cursor:pointer}.underline{text-decoration:underline}.container22-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.clearfix:after,.clearfix:before,.container22-fluid:after,.container22-fluid:before,.container22:after,.container22:before{content:" ";display:table}.clearfix:after,.container22-fluid:after,.container22:after,.row:after{clear:both}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.not-same-height{display:flex;align-items:flex-start}.row.extended{margin-right:0;margin-left:0}.row.extended>.col,.row.extended>.col-1,.row.extended>.col-10,.row.extended>.col-11,.row.extended>.col-12,.row.extended>.col-2,.row.extended>.col-3,.row.extended>.col-4,.row.extended>.col-5,.row.extended>.col-6,.row.extended>.col-7,.row.extended>.col-8,.row.extended>.col-9,.row.extended>.col-lg,.row.extended>.col-lg-1,.row.extended>.col-lg-10,.row.extended>.col-lg-11,.row.extended>.col-lg-12,.row.extended>.col-lg-2,.row.extended>.col-lg-3,.row.extended>.col-lg-4,.row.extended>.col-lg-5,.row.extended>.col-lg-6,.row.extended>.col-lg-7,.row.extended>.col-lg-8,.row.extended>.col-lg-9,.row.extended>.col-md,.row.extended>.col-md-1,.row.extended>.col-md-10,.row.extended>.col-md-11,.row.extended>.col-md-12,.row.extended>.col-md-2,.row.extended>.col-md-3,.row.extended>.col-md-4,.row.extended>.col-md-5,.row.extended>.col-md-6,.row.extended>.col-md-7,.row.extended>.col-md-8,.row.extended>.col-md-9,.row.extended>.col-sm,.row.extended>.col-sm-1,.row.extended>.col-sm-10,.row.extended>.col-sm-11,.row.extended>.col-sm-12,.row.extended>.col-sm-2,.row.extended>.col-sm-3,.row.extended>.col-sm-4,.row.extended>.col-sm-5,.row.extended>.col-sm-6,.row.extended>.col-sm-7,.row.extended>.col-sm-8,.row.extended>.col-sm-9,.row.extended>.col-xlg,.row.extended>.col-xlg-1,.row.extended>.col-xlg-10,.row.extended>.col-xlg-11,.row.extended>.col-xlg-12,.row.extended>.col-xlg-2,.row.extended>.col-xlg-3,.row.extended>.col-xlg-4,.row.extended>.col-xlg-5,.row.extended>.col-xlg-6,.row.extended>.col-xlg-7,.row.extended>.col-xlg-8,.row.extended>.col-xlg-9,.row.extended>.col-xs,.row.extended>.col-xs-1,.row.extended>.col-xs-10,.row.extended>.col-xs-11,.row.extended>.col-xs-12,.row.extended>.col-xs-2,.row.extended>.col-xs-3,.row.extended>.col-xs-4,.row.extended>.col-xs-5,.row.extended>.col-xs-6,.row.extended>.col-xs-7,.row.extended>.col-xs-8,.row.extended>.col-xs-9,.row.extended>.col-xxs,.row.extended>.col-xxs-1,.row.extended>.col-xxs-10,.row.extended>.col-xxs-11,.row.extended>.col-xxs-12,.row.extended>.col-xxs-2,.row.extended>.col-xxs-3,.row.extended>.col-xxs-4,.row.extended>.col-xxs-5,.row.extended>.col-xxs-6,.row.extended>.col-xxs-7,.row.extended>.col-xxs-8,.row.extended>.col-xxs-9{padding-left:0;padding-right:0}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-offset-0{margin-left:0}.col-offset-1{margin-left:8.333%}.col-offset-2{margin-left:16.6667%}.col-offset-3{margin-left:25%}.col-offset-4{margin-left:33.333%}.col-offset-5{margin-left:41.6667%}.col-offset-6{margin-left:50%}.col-offset-7{margin-left:58.333%}.col-offset-8{margin-left:66.6667%}.col-offset-9{margin-left:75%}.col-offset-10{margin-left:83.333%}.col-offset-11{margin-left:91.6667%}.start-{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.between-{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
@media (min-width:0) and (max-width:479px){.container22{max-width:100%;padding-left:30px;padding-right:30px}.col-xxs,.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xxs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xxs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xxs-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xxs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xxs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xxs-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xxs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xxs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xxs-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xxs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xxs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xxs-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xxs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xxs-offset-0{margin-left:0}.col-xxs-offset-1{margin-left:8.333%}.col-xxs-offset-2{margin-left:16.6667%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-4{margin-left:33.333%}.col-xxs-offset-5{margin-left:41.6667%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-7{margin-left:58.333%}.col-xxs-offset-8{margin-left:66.6667%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-10{margin-left:83.333%}.col-xxs-offset-11{margin-left:91.6667%}.start-xxs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xxs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xxs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xxs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xxs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.around-xxs{-ms-flex-pack:distribute;justify-content:space-around}.between-xxs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xxs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xxs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:480px){.container22{max-width:90%}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.6667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.6667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.6667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.6667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:768px){.container22{max-width:90%}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.6667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.6667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.6667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.6667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:1025px){.container22{max-width:90%}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.6667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.6667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.6667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.6667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
}
@media (min-width:1400px){.container22{max-width:76.1111111111em}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.6667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.6667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.6667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.6667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
}
@media (min-width:1641px){.container22{max-width:76.1111111111em}.col-xlg,.col-xlg-1,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xlg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xlg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xlg-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xlg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xlg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xlg-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xlg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xlg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xlg-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xlg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xlg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xlg-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xlg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xlg-offset-0{margin-left:0}.col-xlg-offset-1{margin-left:8.333%}.col-xlg-offset-1{margin-left:8.333%}.col-xlg-offset-2{margin-left:16.6667%}.col-xlg-offset-3{margin-left:25%}.col-xlg-offset-4{margin-left:33.333%}.col-xlg-offset-5{margin-left:41.6667%}.col-xlg-offset-6{margin-left:50%}.col-xlg-offset-7{margin-left:58.333%}.col-xlg-offset-8{margin-left:66.6667%}.col-xlg-offset-9{margin-left:75%}.col-xlg-offset-10{margin-left:83.333%}.col-xlg-offset-11{margin-left:91.6667%}.start-xlg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xlg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xlg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xlg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xlg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xlg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xlg{-ms-flex-pack:distribute;justify-content:space-around}.between-xlg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xlg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xlg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
}.actions{margin-top:2em}.btn,button:not(.owl-dot,.owl-prev,.owl-next),input[type=button],input[type=submit]{text-transform:uppercase;font-weight:700;height:3.5555555556em;line-height:3.5555555556em;color:#51514c;padding:0 5em 0 1.6111111111em;position:relative;border:2px solid #51514c;display:inline-block;font-family:Barlow,sans-serif;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.btn::before,button:not(.owl-dot,.owl-prev,.owl-next)::before,input[type=button]::before,input[type=submit]::before{content:"";position:absolute;width:3.5555555556em;height:100%;border-left:.0555555556em solid #51514c;right:0;top:0;background-color:#f7f6f4;-webkit-transition:background-color ease-in-out .2s;-moz-transition:background-color ease-in-out .2s;-ms-transition:background-color ease-in-out .2s;-o-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s}.btn::after,button:not(.owl-dot,.owl-prev,.owl-next)::after,input[type=button]::after,input[type=submit]::after{content:"+";font-weight:300;font-size:1.6666666667em;width:.9033333333em;height:.9033333333em;line-height:.8033333333em;text-align:center;border-radius:180px;border:1px solid #51514c;color:#51514c;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:.5666666667em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.btn.collapse::after,button:not(.owl-dot,.owl-prev,.owl-next).collapse::after,input[type=button].collapse::after,input[type=submit].collapse::after{content:"";background-image:url(static/images/collapse.svg);background-repeat:no-repeat;background-position:center}.btn.colorful,button:not(.owl-dot,.owl-prev,.owl-next).colorful,input[type=button].colorful,input[type=submit].colorful{border-color:#f6ba0b;color:#f6ba0b}.btn.colorful::after,.btn.colorful::before,button:not(.owl-dot,.owl-prev,.owl-next).colorful::after,button:not(.owl-dot,.owl-prev,.owl-next).colorful::before,input[type=button].colorful::after,input[type=button].colorful::before,input[type=submit].colorful::after,input[type=submit].colorful::before{border-color:#f6ba0b}.btn.colorful::after,button:not(.owl-dot,.owl-prev,.owl-next).colorful::after,input[type=button].colorful::after,input[type=submit].colorful::after{color:#f6ba0b}.btn.color-fill,button:not(.owl-dot,.owl-prev,.owl-next).color-fill,input[type=button].color-fill,input[type=submit].color-fill{border-color:#f7f6f4;background-color:#f6ba0b;color:#f7f6f4}.btn.color-fill::after,.btn.color-fill::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::after,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::before,input[type=button].color-fill::after,input[type=button].color-fill::before,input[type=submit].color-fill::after,input[type=submit].color-fill::before{border-color:#f7f6f4}.btn.color-fill::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::before,input[type=button].color-fill::before,input[type=submit].color-fill::before{background-color:#f6ba0b}.btn.color-fill::after,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::after,input[type=button].color-fill::after,input[type=submit].color-fill::after{color:#f7f6f4}.btn.color-fill:hover,button:not(.owl-dot,.owl-prev,.owl-next).color-fill:hover,input[type=button].color-fill:hover,input[type=submit].color-fill:hover{background-color:#f7f6f4;color:#51514c}.btn.color-fill:hover::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill:hover::before,input[type=button].color-fill:hover::before,input[type=submit].color-fill:hover::before{background-color:#51514c}.btn.arrow,button:not(.owl-dot,.owl-prev,.owl-next).arrow,input[type=button].arrow,input[type=submit].arrow{padding:0 6.7777777778em 0 1.6111111111em}.btn.arrow::after,button:not(.owl-dot,.owl-prev,.owl-next).arrow::after,input[type=button].arrow::after,input[type=submit].arrow::after{content:"";font-size:1em;width:5.1666666667em;right:0;height:100%;background-image:url(static/images/button-arrow.svg);background-repeat:no-repeat;background-position:center;border:none;border-radius:0;border-left:1px solid #f7f6f4}.btn.arrow::before,button:not(.owl-dot,.owl-prev,.owl-next).arrow::before,input[type=button].arrow::before,input[type=submit].arrow::before{display:none}.btn:hover,button:not(.owl-dot,.owl-prev,.owl-next):hover,input[type=button]:hover,input[type=submit]:hover{background-color:#51514c;color:#f7f6f4;border-color:#51514c}.btn:hover::before,button:not(.owl-dot,.owl-prev,.owl-next):hover::before,input[type=button]:hover::before,input[type=submit]:hover::before{background-color:#f6ba0b}.btn:hover::after,button:not(.owl-dot,.owl-prev,.owl-next):hover::after,input[type=button]:hover::after,input[type=submit]:hover::after{color:#51514c;background-color:#f7f6f4;border-color:#f7f6f4}.btn:hover.arrow,button:not(.owl-dot,.owl-prev,.owl-next):hover.arrow,input[type=button]:hover.arrow,input[type=submit]:hover.arrow{background-color:#2d3130;color:#f7f6f4}.btn:hover.arrow::after,button:not(.owl-dot,.owl-prev,.owl-next):hover.arrow::after,input[type=button]:hover.arrow::after,input[type=submit]:hover.arrow::after{background-color:#2d3130}/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}header{padding:.6111111111em;position:fixed;top:0;width:100%;z-index:9999}header>div{background-color:rgba(247,246,244,.85);border:.1111111111em solid #2d3130}header a.logo{padding-left:1.1111111111em}header .burger{display:none}header nav ul{list-style:none;margin:0;padding:0}header nav ul li{display:inline-block;vertical-align:middle;margin-right:3.6111111111em}header nav ul li a{font-size:1.1em;position:relative;color:#000}header nav ul li a::after{content:"";position:absolute;background-color:#2d3130;top:calc(100% + .1818181818em);width:100%;height:.0909090909em;left:0;right:0;margin:0 auto;width:0;-webkit-transition:width ease-in-out .2s;-moz-transition:width ease-in-out .2s;-ms-transition:width ease-in-out .2s;-o-transition:width ease-in-out .2s;transition:width ease-in-out .2s}header nav ul li a:focus::after,header nav ul li a:hover::after{width:100%}header .nav-boxes{width:22.3em}header .nav-boxes>div a{display:flex;align-items:center;justify-content:center}header .nav-boxes>div a:first-of-type{flex:0 0 54.5%;font-size:1.1111111111em;border-left:.1em solid #2d3130;padding:.5em 1.25em}header .nav-boxes>div a:last-of-type{flex:0 0 45.3%;font-size:.8888888889em;border-left:.125em solid #2d3130;padding:.625em 1.5625em}header .nav-boxes a{text-align:center;display:block;color:#000}header .nav-boxes a:focus,header .nav-boxes a:hover{background-color:#2d3130;color:#f7f6f4}header .nav-boxes>a{width:100%;border-top:.1111111111em solid #2d3130;font-size:1.3333333333em;border-left:.0833333333em solid #2d3130;padding:.5em 1.0416666667em}div.admin{background-color:#000;padding:.5em 1em}div.admin p{margin:0;font-size:.8em}div.admin a:hover{text-decoration:underline}div.admin i{margin-right:.5em}div.admin a,div.admin p{color:#fff}div.admin img{width:100px}div.admin .separator{margin:0 .5em}div.admin .admin_success{color:#00a65a;margin-left:.5em}div.admin .admin_success i{margin:0}.flex{display:flex}.flex.between{justify-content:space-between}.flex.center{align-items:center}.flex.align-center{align-content:center}.flex.auto{flex:auto}.z-upper{position:relative;z-index:2}.cover{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.negative-space-top{margin-top:-6.5555555556em}.spacer-right{padding-right:7.7777777778em}.spacer-left{padding-left:7.7777777778em}.secondary-pages{padding-top:14.7222222222em}.secondary-pages-small{padding-top:8.8888888889em}section.main-stage{height:100vh;width:100%;position:relative;background-image:url(static/images/jova-stage.jpg);background-attachment:fixed;background-size:cover;background-position:center}html.webp section.main-stage{background-image:url(static/images/jova-stage.webp)}section.main-stage h1{padding:5vh 1.0266666667em;background-color:rgba(247,246,244,.5);font-size:8vh;position:relative;z-index:2;max-width:10.9066666667em;margin:31vh 0 0 -1.0266666667em;letter-spacing:.12em}.base-title.subtitle h1{margin-top:0!important}.base-title.subtitle .top-subtitle{font-size:1.1111111111em;text-transform:uppercase;margin:0 0 .5em;font-weight:500}.base-title h1,.base-title h2{font-size:3.3333333333em;letter-spacing:.1666666667em;line-height:1.1em;margin:0 0 .3666666667em}.base-title h3{color:#f7f6f4;font-size:1.3888888889em;margin:0;letter-spacing:.2em}.base-title.big h1,.base-title.big h2{line-height:1em}.base-title.big h1{font-size:5.5555555556em;letter-spacing:.1em;margin:.6em 0 .95em}.base-title.big h2{margin-top:0;font-size:5.2222222222em;letter-spacing:.1063829787em;margin:.6382978723em 0 1.0106382979em}.base-title.light h1,.base-title.light h2,.base-title.light h3{color:#f7f6f4}.base-title.dark h3{color:#51514c}.base-title.small-space h2{margin:0 0 .2659574468em}.info-boxs{padding:6vh 2.2777777778em;height:100%;display:flex;align-items:center;text-align:center;flex-direction:column;max-width:21.6666666667em}.info-boxs h3,.info-boxs p{color:#f7f6f4}.info-boxs h3{font-size:1.1666666667em;margin:0;letter-spacing:.2380952381em}.info-boxs svg{margin:1.1111111111em 0}.info-boxs p{font-size:1.0555555556em;margin:0;line-height:1.4210526316em}.info-boxs.colorful{background-color:#f6ba0b}.info-boxs.space-left{margin-left:auto}.info-boxs.space-auto{margin:0 auto}.projects-nav{border:.1111111111em solid #2d3130;padding:.6666666667em .9444444444em;margin:3.0555555556em 0 4.7222222222em}.projects-nav ul{list-style:none;padding:0;margin:0}.projects-nav ul li a{color:#2d3130;text-transform:uppercase;position:relative}.projects-nav ul li a:hover{color:#f6ba0b}.projects-nav ul li a:hover::after{width:100%}.projects-nav ul li a.active::after{width:100%}.projects-nav ul li a::after{content:"";width:0;height:.0555555556em;background-color:#2d3130;top:100%;left:0;position:absolute;-webkit-transition:width ease-in-out .2s;-moz-transition:width ease-in-out .2s;-ms-transition:width ease-in-out .2s;-o-transition:width ease-in-out .2s;transition:width ease-in-out .2s}a.return{font-weight:700;font-size:1.2222222222em;color:#f6ba0b;margin-bottom:2.2727272727em;display:inline-block}a.return::before{content:"";display:inline-block;vertical-align:middle;text-transform:uppercase;width:2.7727272727em;height:.7172727273em;background-image:url(static/images/arrow-colorful.svg);background-repeat:no-repeat;margin-right:.5909090909em;position:relative;top:-.1111111111em;background-size:100%;-webkit-transition:margin-right ease-in-out .2s;-moz-transition:margin-right ease-in-out .2s;-ms-transition:margin-right ease-in-out .2s;-o-transition:margin-right ease-in-out .2s;transition:margin-right ease-in-out .2s}a.return:hover{opacity:.7}a.return:hover::before{margin-right:.7727272727em}
@media (min-width:1025px) and (max-width:1399px){
	header .nav-boxes{width:15em}
}
@media  screen and (max-width:1100px){section.main-stage{background-attachment:inherit}
}
@media (max-width:1024px)
{body{font-size:.8em}header{padding:0}header>div{padding:.5555555556em 1.1111111111em;border-top:none;border-left:none;border-right:none}header>div>div a.logo{padding-left:0;height:2.2222222222em}header>div>div a.logo svg{max-height:100%;width:auto}header>div>div .burger{display:inline-block;width:1.6666666667em}header>div>div .burger span,header>div>div .burger::after,header>div>div .burger::before{content:"";display:block;width:100%;height:.1111111111em;background-color:#2d3130;margin-bottom:.2222222222em;position:relative;top:0;-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}header>div>div .burger::after{margin-bottom:0}header>div>div .burger.active::before{top:.3333333333em;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}header>div>div .burger.active span{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header>div>div .burger.active::after{top:-.3333333333em;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header>div>div .menu{display:block;position:fixed;width:100%;left:0;top:3.4444444444em;max-height:0;overflow:auto;background-color:rgba(247,246,244,.9);padding-bottom:0;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}header>div>div .menu.active{max-height:100%;padding-bottom:3.4444444444em}header>div>div .menu nav ul li{display:block;margin:0;width:100%}header>div>div .menu nav ul li a{padding:.5555555556em 1.1111111111em;display:block;border-bottom:.0555555556em solid rgba(45,49,48,.3)}header>div>div .menu nav ul li a::after{display:none}header>div>div .menu nav ul li a:focus,header>div>div .menu nav ul li a:hover{background-color:#2d3130;color:#f7f6f4}header>div>div .menu .nav-boxes{width:100%}header>div>div .menu .nav-boxes .flex{display:block}header>div>div .menu .nav-boxes .flex a{display:block;width:100%;text-align:center;padding:.5555555556em 1.1111111111em;text-align:left;border-left:none;border-bottom:.0555555556em solid rgba(45,49,48,.3)}header>div>div .menu .nav-boxes a{font-size:1.2222222222em;text-align:left;border:none}
}
@media (max-width:767px)
{body{font-size:.7em}section.main-stage{height:auto;padding-bottom:10em}section.main-stage h1{font-size:2.2222222222rem;margin-top:3em}}      </style> 

<style>
        @charset  "UTF-8";
		.fw-xlight{font-weight:100}.fw-light{font-weight:300}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-bold,b,strong{font-weight:700}.fw-xbold{font-weight:900}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased}button,html,input,select,textarea{color:#51514c}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}img{vertical-align:middle}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:.85em;margin:0 0 .75em;font-size:.95em;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f7f6f4;border:1px solid #dcdcdc;border:1px solid rgba(220,220,220,.15)}.sup,sup{position:relative;font-size:.65em;top:-4px}embed,object{outline:0}input::-moz-focus-inner{border:0}i.icon{display:inline-block}
		@-webkit-keyframes rotating{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}form .space-top{margin-top:1.9444444444em}form h3{margin-top:0}form hr{margin:22.5px 0}form p.control{margin-bottom:10px;position:relative}form p.control.loading:after{-webkit-animation:rotating .3s linear infinite;border:2px solid #d3d6db;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:16px;position:relative;width:16px;position:absolute!important;right:8px;top:6px}form p.control.icons input{padding-left:32px}form p.control.icons .fa{display:inline-block;font-size:14px;height:24px;line-height:24px;text-align:center;vertical-align:top;width:24px;color:#aeb1b5;pointer-events:none;position:absolute;top:4px;z-index:4;left:4px}form p.control.icons.right input{padding-right:32px;padding-left:6px}form p.control.icons.right .fa{right:4px;left:inherit}form p.control.large.icons input,form p.control.medium.icons input,form p.control.small.icons input{padding-left:32px}form p.control.large.icons.right input,form p.control.medium.icons.right input,form p.control.small.icons.right input{padding-left:6px;padding-right:32px}form p.control.small input{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:6px}form p.control.small.icons .fa{font-size:11px;height:24px;line-height:17px;left:6px}form p.control.small.icons.right .fa{left:inherit;right:6px}form p.control.small.addons a.btn,form p.control.small.addons button{padding:.6em 1.4em;height:24px;line-height:0}form p.control.medium input{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:10px}form p.control.medium.icons input{padding-left:40px}form p.control.medium.icons.right input{padding-left:10px;padding-right:40px}form p.control.medium.icons .fa{font-size:18px;height:40px;line-height:32px;left:10px}form p.control.medium.icons.right .fa{left:inherit;right:10px}form p.control.medium.addons a.btn,form p.control.medium.addons button{height:40px;line-height:.6em}form p.control.large input{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:12px}form p.control.large.icons input{padding-left:40px}form p.control.large.icons .fa{font-size:24px;height:48px;line-height:39px;left:12px}form p.control.large.icons.right .fa{left:inherit;right:12px}form p.control.large.addons a.btn,form p.control.large.addons button{height:48px;line-height:1em}form p.control.addons input{display:inline-block;width:auto;border-radius:3px 0 0 3px}form p.control.addons a.btn,form p.control.addons button{margin-right:-1px;width:auto;display:inline-block;height:32px;line-height:.1em}form p.control.addons a.btn:last-child,form p.control.addons button:last-child{border-radius:0 3px 3px 0}form label{font-family:"Barlow Semi Condensed",sans-serif;font-weight:600;color:#2d3130;text-transform:uppercase;margin-bottom:.7777777778em;display:block}form label.label{color:#2d3130;display:block;font-weight:700}form label.label:not(:last-child){margin-bottom:5px}form input[type=number],form input[type=password],form input[type=text],form textarea{-moz-appearance:none;-webkit-appearance:none;-webkit-box-align:center;-ms-flex-align:center}form input[type=number],form input[type=password],form input[type=text],form select,form textarea{align-items:center;background-color:#d3d2c9;border:none;color:#2d3130;height:3.5555555556em;padding:0 .6666666667em;position:relative;vertical-align:top;max-width:100%;width:100%}form input[type=number].small,form input[type=password].small,form input[type=text].small,form select.small,form textarea.small{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:6px}form input[type=number].medium,form input[type=password].medium,form input[type=text].medium,form select.medium,form textarea.medium{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:10px}form input[type=number].large,form input[type=password].large,form input[type=text].large,form select.large,form textarea.large{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:12px}form input[type=number].top-spacing,form input[type=password].top-spacing,form input[type=text].top-spacing,form select.top-spacing,form textarea.top-spacing{margin-top:10px}form input[type=number]:active,form input[type=number]:focus,form input[type=password]:active,form input[type=password]:focus,form input[type=text]:active,form input[type=text]:focus,form select:active,form select:focus,form textarea:active,form textarea:focus{border-color:#f6ba0b;outline:0}form input[type=number]:not(:last-child),form input[type=password]:not(:last-child),form input[type=text]:not(:last-child),form select:not(:last-child),form textarea:not(:last-child){margin-bottom:10px}form input[type=number][disabled],form input[type=password][disabled],form input[type=text][disabled],form select[disabled],form textarea[disabled]{background-color:#f5f7fa;border-color:#d3d6db;cursor:not-allowed;pointer-events:none}form input[type=number].danger,form input[type=password].danger,form input[type=text].danger,form select.danger,form textarea.danger{border-color:#ed6c63}form input[type=number].success,form input[type=password].success,form input[type=text].success,form select.success,form textarea.success{border-color:#97cd76}form input[type=number].icons,form input[type=password].icons,form input[type=text].icons,form select.icons,form textarea.icons{padding-left:32px}form .select{display:inline-block;height:32px;position:relative;vertical-align:top}form .select:not(:last-child){margin-bottom:10px}form .select select{-moz-appearance:none;-webkit-appearance:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f6f4;border:1px solid #d3d6db;border-radius:3px;color:#222324;font-size:14px;height:32px;line-height:24px;padding-left:8px;padding-right:8px;position:relative;vertical-align:top;cursor:pointer;display:block;outline:0;padding-right:36px}form .select select:active,form .select select:focus{border-color:#f6ba0b;outline:0}form .select:after{border:1px solid #f6ba0b;border-right:0;border-top:0;content:" ";display:block;height:7px;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:7px;margin-top:-6px;right:16px;top:50%}form .select.small{height:24px}form .select.small select{border-radius:2px;font-size:11px;height:24px;line-height:16px;padding-left:6px;padding-right:28px}form .select.medium{height:40px}form .select.medium select{font-size:18px;height:40px;line-height:32px;padding-left:10px;padding-right:44px}form .select.large{height:48px}form .select.large select{font-size:24px;height:48px;line-height:40px;padding-left:12px;padding-right:52px}form textarea{display:block;line-height:1.2;max-height:600px;max-width:100%;min-height:120px;min-width:100%;padding:10px;resize:vertical}form textarea:not(:last-child){margin-bottom:10px}form .checkbox,form .radio{cursor:pointer;display:inline-block;line-height:16px;position:relative;vertical-align:top}form .checkbox:active,form .checkbox:focus,form .radio:active,form .radio:focus{border-color:#f6ba0b;outline:0}form .checkbox input[type=checkbox],form .checkbox input[type=radio],form .radio input[type=checkbox],form .radio input[type=radio]{vertical-align:baseline;margin-right:4px}form .checkbox.disabled,form .radio.disabled{color:#aeb1b5;pointer-events:none}form .checkbox.disabled input,form .radio.disabled input{pointer-events:none}form .radio+.radio{margin-left:10px}form button[type=button].top-spacing,form button[type=submit].top-spacing{margin-top:10px}table{width:100%;display:table;border:none;border-collapse:collapse;border-spacing:0}table.bordered thead>tr{border-bottom:1px solid #979797}table.bordered tbody>tr{border-bottom:1px solid #979797}table.striped tbody>tr:nth-child(odd){background-color:#979797}table.highlight tbody>tr{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}table.highlight tbody>tr:hover{background-color:#979797}table.centered tbody tr td,table.centered thead tr th{text-align:center}@media (max-width:1024px){table.responsive-table thead{border:0;border-right:1px solid #979797;display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th{display:block;text-align:right}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top;padding:0 10px}table.responsive-table tbody tr td{display:block;min-height:1.25em;text-align:left}table.responsive-table tbody td,table.responsive-table tbody th{margin:0;vertical-align:top}}thead{border-bottom:1px solid #979797}thead th{font-weight:700}table,td,th{border:none}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle}.pop-up{position:fixed;top:-100%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:#fff;width:100%;max-width:800px;-moz-box-shadow:1px 1px 12px rgba(45,49,48,.5);-webkit-box-shadow:1px 1px 12px rgba(45,49,48,.5);box-shadow:1px 1px 12px rgba(45,49,48,.5);display:none}.pop-up img{max-width:100%}.pop-up.opened{top:50%}.pop-up button.close-btn{padding:15px 20px;background-color:#f7f6f4;color:#2d3130;position:absolute;display:block;font-size:30px;border:none;top:-60px;right:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pop-up button.close-btn:hover{border:none;background-color:#f6ba0b;color:#f7f6f4}.dark-overlay{position:fixed;width:100%;height:100%;z-index:9998;background-color:rgba(0,0,0,.5);display:none}.modal{position:fixed;left:0;right:0;background-color:#979797;padding:0;max-height:70%;width:55%;top:10%;margin:auto;display:none;overflow-y:auto;border-radius:2px;z-index:1003;box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)}.modal .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto;padding:24px}.modal .modal-footer{border-top:1px solid rgba(0,0,0,.1);position:absolute;bottom:0;border-radius:0 0 2px 2px;background-color:#979797;padding:4px 6px;height:56px;width:100%}.modal.modal-fixed-footer{padding:0;height:70%}.modal-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background-color:rgba(45,49,48,.5);display:none}.d-table{display:table;width:100%;height:100%;border-collapse:collaspe;table-layout:fixed}.d-table .t-cell{display:table-cell;vertical-align:middle;border-collapse:collaspe}.alert{margin:1em 0}.alert-error{color:#d50000}.alert-success{color:#32b100}.alert-error,.alert-success{font-weight:700;text-align:center}.alert-warning{padding:15px;background-color:#f39c12;color:#fff;border-color:#e08e0b;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.parsley-error{border:1px solid #d50000!important}.checkbox .parsley-errors-list{margin:0}.parsley-error-list,.parsley-errors-list{margin:0;padding:0;list-style:none;position:relative;top:-1px}.parsley-error-list li,.parsley-errors-list li{text-align:right;float:right;background:#d50000;color:#fff;padding:.3em .7em;font-weight:700;font-size:.8em}.overlay-upper{position:relative;z-index:3;width:100%;height:100%}.overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.cover-container{width:100%;height:100%}.pull-left{float:left}.pull-right{float:right}.pull-none{float:none!important}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-uppercase{text-transform:uppercase}.v-hidden{visibility:hidden}.indent-hide{text-indent:-9999px;visibility:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.box{margin-bottom:15px;padding:15px}.box.sample-box{border:1px solid #dcdcdc;min-height:12em;padding:6em 15px;margin-bottom:30px;background:#f6f6f6}.box.sample-box.big{min-height:20em}.box.box-bordered{border:1px solid #dcdcdc}.box.box-rounded{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.col-box-centered{float:none;margin:0 auto}.hidden{display:none!important;visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.mandatory{color:red;font-weight:700}.no-margin-top{margin-top:0}.no-margin-bottom{margin-bottom:0}.no-padding-left{padding-left:0}.no-padding-right{padding-right:0}.no-text-transform{text-transform:none}.hide{display:none}.desktop-only{display:inline}.print-only{display:none}.dismiss{cursor:pointer}.underline{text-decoration:underline}.container22-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.container22{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:relative}.clearfix:after,.clearfix:before,.container22-fluid:after,.container22-fluid:before,.container22:after,.container22:before{content:" ";display:table}.clearfix:after,.container22-fluid:after,.container22:after,.row:after{clear:both}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.not-same-height{display:flex;align-items:flex-start}.row.extended{margin-right:0;margin-left:0}.row.extended>.col,.row.extended>.col-1,.row.extended>.col-10,.row.extended>.col-11,.row.extended>.col-12,.row.extended>.col-2,.row.extended>.col-3,.row.extended>.col-4,.row.extended>.col-5,.row.extended>.col-6,.row.extended>.col-7,.row.extended>.col-8,.row.extended>.col-9,.row.extended>.col-lg,.row.extended>.col-lg-1,.row.extended>.col-lg-10,.row.extended>.col-lg-11,.row.extended>.col-lg-12,.row.extended>.col-lg-2,.row.extended>.col-lg-3,.row.extended>.col-lg-4,.row.extended>.col-lg-5,.row.extended>.col-lg-6,.row.extended>.col-lg-7,.row.extended>.col-lg-8,.row.extended>.col-lg-9,.row.extended>.col-md,.row.extended>.col-md-1,.row.extended>.col-md-10,.row.extended>.col-md-11,.row.extended>.col-md-12,.row.extended>.col-md-2,.row.extended>.col-md-3,.row.extended>.col-md-4,.row.extended>.col-md-5,.row.extended>.col-md-6,.row.extended>.col-md-7,.row.extended>.col-md-8,.row.extended>.col-md-9,.row.extended>.col-sm,.row.extended>.col-sm-1,.row.extended>.col-sm-10,.row.extended>.col-sm-11,.row.extended>.col-sm-12,.row.extended>.col-sm-2,.row.extended>.col-sm-3,.row.extended>.col-sm-4,.row.extended>.col-sm-5,.row.extended>.col-sm-6,.row.extended>.col-sm-7,.row.extended>.col-sm-8,.row.extended>.col-sm-9,.row.extended>.col-xlg,.row.extended>.col-xlg-1,.row.extended>.col-xlg-10,.row.extended>.col-xlg-11,.row.extended>.col-xlg-12,.row.extended>.col-xlg-2,.row.extended>.col-xlg-3,.row.extended>.col-xlg-4,.row.extended>.col-xlg-5,.row.extended>.col-xlg-6,.row.extended>.col-xlg-7,.row.extended>.col-xlg-8,.row.extended>.col-xlg-9,.row.extended>.col-xs,.row.extended>.col-xs-1,.row.extended>.col-xs-10,.row.extended>.col-xs-11,.row.extended>.col-xs-12,.row.extended>.col-xs-2,.row.extended>.col-xs-3,.row.extended>.col-xs-4,.row.extended>.col-xs-5,.row.extended>.col-xs-6,.row.extended>.col-xs-7,.row.extended>.col-xs-8,.row.extended>.col-xs-9,.row.extended>.col-xxs,.row.extended>.col-xxs-1,.row.extended>.col-xxs-10,.row.extended>.col-xxs-11,.row.extended>.col-xxs-12,.row.extended>.col-xxs-2,.row.extended>.col-xxs-3,.row.extended>.col-xxs-4,.row.extended>.col-xxs-5,.row.extended>.col-xxs-6,.row.extended>.col-xxs-7,.row.extended>.col-xxs-8,.row.extended>.col-xxs-9{padding-left:0;padding-right:0}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-offset-0{margin-left:0}.col-offset-1{margin-left:8.333%}.col-offset-2{margin-left:16.6667%}.col-offset-3{margin-left:25%}.col-offset-4{margin-left:33.333%}.col-offset-5{margin-left:41.6667%}.col-offset-6{margin-left:50%}.col-offset-7{margin-left:58.333%}.col-offset-8{margin-left:66.6667%}.col-offset-9{margin-left:75%}.col-offset-10{margin-left:83.333%}.col-offset-11{margin-left:91.6667%}.start-{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-{-ms-flex-pack:distribute;justify-content:space-around}.between-{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
		@media (min-width:0) and (max-width:479px){.container22{max-width:100%;padding-left:30px;padding-right:30px}.col-xxs,.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xxs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xxs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xxs-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xxs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xxs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xxs-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xxs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xxs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xxs-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xxs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xxs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xxs-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xxs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xxs-offset-0{margin-left:0}.col-xxs-offset-1{margin-left:8.333%}.col-xxs-offset-2{margin-left:16.6667%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-4{margin-left:33.333%}.col-xxs-offset-5{margin-left:41.6667%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-7{margin-left:58.333%}.col-xxs-offset-8{margin-left:66.6667%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-10{margin-left:83.333%}.col-xxs-offset-11{margin-left:91.6667%}.start-xxs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xxs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xxs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xxs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xxs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xxs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xxs{-ms-flex-pack:distribute;justify-content:space-around}.between-xxs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xxs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xxs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:480px){.container22{max-width:90%}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.6667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.6667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.6667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.6667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:768px){.container22{max-width:90%}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.6667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.6667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.6667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.6667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:1025px){.container22{max-width:90%}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.6667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.6667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.6667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.6667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:1400px){.container22{max-width:86.1111111111em}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.6667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.6667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.6667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.6667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media (min-width:1641px){.container22{max-width:94em; margin-bottom:90px;}.col-xlg,.col-xlg-1,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xlg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xlg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xlg-2{-ms-flex-preferred-size:16.6667%;flex-basis:16.6667%;max-width:16.6667%}.col-xlg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xlg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xlg-5{-ms-flex-preferred-size:41.6667%;flex-basis:41.6667%;max-width:41.6667%}.col-xlg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xlg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xlg-8{-ms-flex-preferred-size:66.6667%;flex-basis:66.6667%;max-width:66.6667%}.col-xlg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xlg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xlg-11{-ms-flex-preferred-size:91.6667%;flex-basis:91.6667%;max-width:91.6667%}.col-xlg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xlg-offset-0{margin-left:0}.col-xlg-offset-1{margin-left:8.333%}.col-xlg-offset-1{margin-left:8.333%}.col-xlg-offset-2{margin-left:16.6667%}.col-xlg-offset-3{margin-left:25%}.col-xlg-offset-4{margin-left:33.333%}.col-xlg-offset-5{margin-left:41.6667%}.col-xlg-offset-6{margin-left:50%}.col-xlg-offset-7{margin-left:58.333%}.col-xlg-offset-8{margin-left:66.6667%}.col-xlg-offset-9{margin-left:75%}.col-xlg-offset-10{margin-left:83.333%}.col-xlg-offset-11{margin-left:91.6667%}.start-xlg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xlg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xlg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xlg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xlg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xlg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xlg{-ms-flex-pack:distribute;justify-content:space-around}.between-xlg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xlg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xlg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}.actions{margin-top:2em}.btn,button:not(.owl-dot,.owl-prev,.owl-next),input[type=button],input[type=submit]{text-transform:uppercase;font-weight:700;height:3.5555555556em;line-height:3.5555555556em;color:#51514c;padding:0 5em 0 1.6111111111em;position:relative;border:2px solid #51514c;display:inline-block;font-family:Barlow,sans-serif;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.btn::before,button:not(.owl-dot,.owl-prev,.owl-next)::before,input[type=button]::before,input[type=submit]::before{content:"";position:absolute;width:3.5555555556em;height:100%;border-left:.0555555556em solid #51514c;right:0;top:0;background-color:#f7f6f4;-webkit-transition:background-color ease-in-out .2s;-moz-transition:background-color ease-in-out .2s;-ms-transition:background-color ease-in-out .2s;-o-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s}.btn::after,button:not(.owl-dot,.owl-prev,.owl-next)::after,input[type=button]::after,input[type=submit]::after{content:"+";font-weight:300;font-size:1.6666666667em;width:.9033333333em;height:.9033333333em;line-height:.8033333333em;text-align:center;border-radius:180px;border:1px solid #51514c;color:#51514c;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:.5666666667em;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.btn.collapse::after,button:not(.owl-dot,.owl-prev,.owl-next).collapse::after,input[type=button].collapse::after,input[type=submit].collapse::after{content:"";background-image:url(static/images/collapse.svg);background-repeat:no-repeat;background-position:center}.btn.colorful,button:not(.owl-dot,.owl-prev,.owl-next).colorful,input[type=button].colorful,input[type=submit].colorful{border-color:#f6ba0b;color:#f6ba0b}.btn.colorful::after,.btn.colorful::before,button:not(.owl-dot,.owl-prev,.owl-next).colorful::after,button:not(.owl-dot,.owl-prev,.owl-next).colorful::before,input[type=button].colorful::after,input[type=button].colorful::before,input[type=submit].colorful::after,input[type=submit].colorful::before{border-color:#f6ba0b}.btn.colorful::after,button:not(.owl-dot,.owl-prev,.owl-next).colorful::after,input[type=button].colorful::after,input[type=submit].colorful::after{color:#f6ba0b}.btn.color-fill,button:not(.owl-dot,.owl-prev,.owl-next).color-fill,input[type=button].color-fill,input[type=submit].color-fill{border-color:#f7f6f4;background-color:#f6ba0b;color:#f7f6f4}.btn.color-fill::after,.btn.color-fill::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::after,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::before,input[type=button].color-fill::after,input[type=button].color-fill::before,input[type=submit].color-fill::after,input[type=submit].color-fill::before{border-color:#f7f6f4}.btn.color-fill::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::before,input[type=button].color-fill::before,input[type=submit].color-fill::before{background-color:#f6ba0b}.btn.color-fill::after,button:not(.owl-dot,.owl-prev,.owl-next).color-fill::after,input[type=button].color-fill::after,input[type=submit].color-fill::after{color:#f7f6f4}.btn.color-fill:hover,button:not(.owl-dot,.owl-prev,.owl-next).color-fill:hover,input[type=button].color-fill:hover,input[type=submit].color-fill:hover{background-color:#f7f6f4;color:#51514c}.btn.color-fill:hover::before,button:not(.owl-dot,.owl-prev,.owl-next).color-fill:hover::before,input[type=button].color-fill:hover::before,input[type=submit].color-fill:hover::before{background-color:#51514c}.btn.arrow,button:not(.owl-dot,.owl-prev,.owl-next).arrow,input[type=button].arrow,input[type=submit].arrow{padding:0 6.7777777778em 0 1.6111111111em}.btn.arrow::after,button:not(.owl-dot,.owl-prev,.owl-next).arrow::after,input[type=button].arrow::after,input[type=submit].arrow::after{content:"";font-size:1em;width:5.1666666667em;right:0;height:100%;background-image:url(static/images/button-arrow.svg);background-repeat:no-repeat;background-position:center;border:none;border-radius:0;border-left:1px solid #f7f6f4}.btn.arrow::before,button:not(.owl-dot,.owl-prev,.owl-next).arrow::before,input[type=button].arrow::before,input[type=submit].arrow::before{display:none}.btn:hover,button:not(.owl-dot,.owl-prev,.owl-next):hover,input[type=button]:hover,input[type=submit]:hover{background-color:#51514c;color:#f7f6f4;border-color:#51514c}.btn:hover::before,button:not(.owl-dot,.owl-prev,.owl-next):hover::before,input[type=button]:hover::before,input[type=submit]:hover::before{background-color:#f6ba0b}.btn:hover::after,button:not(.owl-dot,.owl-prev,.owl-next):hover::after,input[type=button]:hover::after,input[type=submit]:hover::after{color:#51514c;background-color:#f7f6f4;border-color:#f7f6f4}.btn:hover.arrow,button:not(.owl-dot,.owl-prev,.owl-next):hover.arrow,input[type=button]:hover.arrow,input[type=submit]:hover.arrow{background-color:#2d3130;color:#f7f6f4}.btn:hover.arrow::after,button:not(.owl-dot,.owl-prev,.owl-next):hover.arrow::after,input[type=button]:hover.arrow::after,input[type=submit]:hover.arrow::after{background-color:#2d3130}/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}header{padding:.6111111111em;position:fixed;top:0;width:100%;z-index:9999}header>div{background-color:rgba(247,246,244,.85);border:.1111111111em solid #2d3130}header a.logo{padding-left:1.1111111111em}
		header .burger{display:none}
		header nav ul{list-style:none;margin:0;padding:0; font-size:17px;}
		header nav ul li{display:inline-block;vertical-align:middle;margin-right:1.9em; font-family:"Barlow Semi Condensed";}
		@font-face {font-family: "Barlow Semi Condensed";
	src: url('../fonts/Barlow-Regular.ttf');}
		
		
		header nav ul li a{font-size:1.1em;position:relative;color:#000}
		header nav ul li a::after{content:"";position:absolute;background-color:#2d3130;top:calc(100% + .1818181818em);width:100%;height:.0909090909em;left:0;right:0;margin:0 auto;width:0;-webkit-transition:width ease-in-out .2s;-moz-transition:width ease-in-out .2s;-ms-transition:width ease-in-out .2s;-o-transition:width ease-in-out .2s;transition:width ease-in-out .2s}header nav ul li a:focus::after,header nav ul li a:hover::after{width:100%}
		header .nav-boxes{width:22.3em;font-family:"Barlow Semi Condensed";}
		@font-face {font-family: "Barlow Semi Condensed";
	src: url('../fonts/Barlow-Regular.ttf');}
		
		
		header .nav-boxes>div a{display:flex;align-items:center;justify-content:center}header .nav-boxes>div a:first-of-type{flex:0 0 54.5%;font-size:1.1111111111em;border-left:.1em solid #2d3130;padding:.5em 1.25em}header .nav-boxes>div a:last-of-type{flex:0 0 40%;font-size:.8888888889em;border-left:.125em solid #2d3130;padding:.625em 1.5625em}header .nav-boxes a{text-align:center;display:block;color:#000}header .nav-boxes a:focus,header .nav-boxes a:hover{background-color:#2d3130;color:#f7f6f4}header .nav-boxes>a{width:100%;border-top:.1111111111em solid #2d3130;font-size:1.18em;border-left:.0833333333em solid #2d3130;padding:.59em 1.0416666667em}div.admin{background-color:#000;padding:.5em 1em}div.admin p{margin:0;font-size:.8em}div.admin a:hover{text-decoration:underline}div.admin i{margin-right:.5em}div.admin a,div.admin p{color:#fff}div.admin img{width:100px}div.admin .separator{margin:0 .5em}div.admin .admin_success{color:#00a65a;margin-left:.5em}div.admin .admin_success i{margin:0}.flex{display:flex}.flex.between{justify-content:space-between; min-height:50px;}.flex.center{align-items:center}.flex.align-center{align-content:center}.flex.auto{flex:auto}.z-upper{position:relative;z-index:2}.cover{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.negative-space-top{margin-top:-6.5555555556em}.spacer-right{padding-right:7.7777777778em}.spacer-left{padding-left:7.7777777778em}.secondary-pages{padding-top:14.7222222222em}.secondary-pages-small{padding-top:8.8888888889em}section.main-stage{height:100vh;width:100%;position:relative;background-image:url(static/images/jova-stage.jpg);background-attachment:fixed;background-size:cover;background-position:center}html.webp section.main-stage{background-image:url(static/images/jova-stage.webp)}section.main-stage h1{padding:5vh 1.0266666667em;background-color:rgba(247,246,244,.5);font-size:8vh;position:relative;z-index:2;max-width:10.9066666667em;margin:31vh 0 0 -1.0266666667em;letter-spacing:.12em}.base-title.subtitle h1{margin-top:0!important}.base-title.subtitle .top-subtitle{font-size:1.1111111111em;text-transform:uppercase;margin:0 0 .5em;font-weight:500}.base-title h1,.base-title h2{font-size:3.3333333333em;letter-spacing:.1666666667em;line-height:1.1em;margin:0 0 .3666666667em}.base-title h3{color:#f7f6f4;font-size:1.3888888889em;margin:0;letter-spacing:.2em}.base-title.big h1,.base-title.big h2{line-height:1em}.base-title.big h1{font-size:5.5555555556em;letter-spacing:.1em;margin:.6em 0 .95em}.base-title.big h2{margin-top:0;font-size:5.2222222222em;letter-spacing:.1063829787em;margin:.6382978723em 0 1.0106382979em}.base-title.light h1,.base-title.light h2,.base-title.light h3{color:#f7f6f4}.base-title.dark h3{color:#51514c}.base-title.small-space h2{margin:0 0 .2659574468em}.info-boxs{padding:6vh 2.2777777778em;height:100%;display:flex;align-items:center;text-align:center;flex-direction:column;max-width:21.6666666667em}.info-boxs h3,.info-boxs p{color:#f7f6f4}.info-boxs h3{font-size:1.1666666667em;margin:0;letter-spacing:.2380952381em}.info-boxs svg{margin:1.1111111111em 0}.info-boxs p{font-size:1.0555555556em;margin:0;line-height:1.4210526316em}.info-boxs.colorful{background-color:#f6ba0b}.info-boxs.space-left{margin-left:auto}.info-boxs.space-auto{margin:0 auto}.projects-nav{border:.1111111111em solid #2d3130;padding:.6666666667em .9444444444em;margin:3.0555555556em 0 4.7222222222em}.projects-nav ul{list-style:none;padding:0;margin:0}.projects-nav ul li a{color:#2d3130;text-transform:uppercase;position:relative}.projects-nav ul li a:hover{color:#f6ba0b}.projects-nav ul li a:hover::after{width:100%}.projects-nav ul li a.active::after{width:100%}.projects-nav ul li a::after{content:"";width:0;height:.0555555556em;background-color:#2d3130;top:100%;left:0;position:absolute;-webkit-transition:width ease-in-out .2s;-moz-transition:width ease-in-out .2s;-ms-transition:width ease-in-out .2s;-o-transition:width ease-in-out .2s;transition:width ease-in-out .2s}a.return{font-weight:700;font-size:1.2222222222em;color:#f6ba0b;margin-bottom:2.2727272727em;display:inline-block}a.return::before{content:"";display:inline-block;vertical-align:middle;text-transform:uppercase;width:2.7727272727em;height:.7172727273em;background-image:url(static/images/arrow-colorful.svg);background-repeat:no-repeat;margin-right:.5909090909em;position:relative;top:-.1111111111em;background-size:100%;-webkit-transition:margin-right ease-in-out .2s;-moz-transition:margin-right ease-in-out .2s;-ms-transition:margin-right ease-in-out .2s;-o-transition:margin-right ease-in-out .2s;transition:margin-right ease-in-out .2s}a.return:hover{opacity:.7}a.return:hover::before{margin-right:.7727272727em}@media (min-width:1025px) and (max-width:1399px){header .nav-boxes{width:15em}}@media  screen and (max-width:1100px){section.main-stage{background-attachment:inherit}}@media (max-width:1024px){body{font-size:.8em}header{padding:0}header>div{padding:.5555555556em 1.1111111111em;border-top:none;border-left:none;border-right:none}header>div>div a.logo{padding-left:0;height:2.2222222222em}header>div>div a.logo svg{max-height:100%;width:auto}header>div>div .burger{display:inline-block;width:1.6666666667em}header>div>div .burger span,header>div>div .burger::after,header>div>div .burger::before{content:"";display:block;width:100%;height:.27em;background-color:#2d3130;margin-bottom:.2222222222em;position:relative;top:0;-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}header>div>div .burger::after{margin-bottom:0}header>div>div .burger.active::before{top:.3333333333em;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}header>div>div .burger.active span{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header>div>div .burger.active::after{top:-.3333333333em;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header>div>div .menu{display:block;position:fixed;width:100%;left:0;top:3.4444444444em;max-height:0;overflow:auto;background-color:rgba(247,246,244,.9);padding-bottom:0;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}header>div>div .menu.active{max-height:100%;padding-bottom:3.4444444444em}header>div>div .menu nav ul li{display:block;margin:0;width:100%}header>div>div .menu nav ul li a{padding:.5555555556em 1.1111111111em;display:block;border-bottom:.0555555556em solid rgba(45,49,48,.3)}header>div>div .menu nav ul li a::after{display:none}header>div>div .menu nav ul li a:focus,header>div>div .menu nav ul li a:hover{background-color:#2d3130;color:#f7f6f4}header>div>div .menu .nav-boxes{width:100%}header>div>div .menu .nav-boxes .flex{display:block}header>div>div .menu .nav-boxes .flex a{display:block;width:100%;text-align:center;padding:.5555555556em 1.1111111111em;text-align:left;border-left:none;border-bottom:.0555555556em solid rgba(45,49,48,.3)}header>div>div .menu .nav-boxes a{font-size:1.2222222222em;text-align:left;border:none}}@media (max-width:767px){body{font-size:.7em}section.main-stage{height:auto;padding-bottom:10em}section.main-stage h1{font-size:2.2222222222rem;margin-top:3em}.sjss{ display:none;}}  
		
		
		
.approach__item2{border-top:1px solid #d6d5d4;margin-top:55px;padding-top:40px;position:relative;transition:border-color .2s ease}@media (min-width:600px){.approach__item2{padding-top:55px}}@media (min-width:900px){.approach__item2{width:calc(50% - 40px)}}@media (min-width:1200px){.approach__item2{margin-top:105px;width:calc(50% - 85px)}}		


.approach__item2::after{background-color:#1f1f1f;content:"";height:2px;position:absolute;top:0;transform:scaleX(0);transform-origin:center left;transition:transform .2s ease;width:100%}.approach__item2:hover::after{transform:scaleX(1)}


section#capabilities__approach2{background-color:#edebea;padding:90px 0;transition:background-color .2s ease}@media (min-width:900px){section#capabilities__approach2{padding:90px 0}}@media (min-width:1200px){section#capabilities__approach2{padding:120px 0}}