.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1actives{padding-bottom:64px}@media screen and (max-width:960px){.b1actives{padding:64px 0}}.b1actives_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:960px){.b1actives_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1actives_left{width:calc(643% * 100 / 1300);padding-top:64px}@media screen and (max-width:1024px){.b1actives_left{width:48%}}@media screen and (max-width:960px){.b1actives_left{width:100%;padding:0;margin-bottom:30px}}.b1actives_right{width:calc(532% * 100 / 1300);padding-top:74px}@media screen and (max-width:1024px){.b1actives_right{width:46%}}@media screen and (max-width:960px){.b1actives_right{width:100%;padding:0}}.b1actives_up{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b1actives_logo{width:74px;margin:0}@media screen and (max-width:767px){.b1actives_logo{width:50px}}.b1actives_logo img{max-width:100%;width:100%;height:auto;display:block}.b1actives_title{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0}@media screen and (max-width:1024px){.b1actives_title{line-height:1.1;font-size:42px}}@media screen and (max-width:767px){.b1actives_title{width:calc(100% - 70px);font-size:30px}}.b1actives_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b1actives_description{font-size:14px}}.b1actives_description p{margin:0}.b1actives_button{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:24px}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1alert {
  display: block;
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
}
.b1alert_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000f30;
  position: relative;
  z-index: 2;
}
.b1alert_img {
  display: block;
  max-width: 92px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.b1alert_img img {
  display: block;
  width: auto;
  height: 92px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.b1alert_info {
  width: calc(100% - (92px + 15px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
}
.b1alert_title {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-right: 40px;
  margin: 0 0 5px 0;
}
.b1alert_address {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin: 0 0 7px 0;
}
.b1alert_btn {
  display: inline-block;
  color: #ff825c;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.b1alert_btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.b1listspace_map .leaflet-popup-content-wrapper {
  padding: 0;
}
.b1listspace_map .leaflet-popup-content {
  width: 356px !important;
  margin: 0;
}
.b1listspace_map .leaflet-popup-tip {
  background: #000f30;
}
.b1listspace_map .leaflet-container a.leaflet-popup-close-button {
  color: #fff;
  font-size: 24px;
  z-index: 5;
  top: 8px;
  right: 8px;
}
.b1listspace_map .leaflet-container a.leaflet-popup-close-button:hover,
.b1listspace_map .leaflet-container a.leaflet-popup-close-button:focus {
  color: #ff825c;
}

.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1cases{padding:64px 0 80px 0}.b1cases_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:84px}@media screen and (max-width:960px){.b1cases_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}@media screen and (max-width:767px){.b1cases_head{margin-bottom:50px}}.b1cases_left{width:calc(548% * 100 / 1300)}@media screen and (max-width:960px){.b1cases_left{width:100%}}.b1cases_right{width:calc(532% * 100 / 1300);padding-top:10px;margin-right:57px}@media screen and (max-width:960px){.b1cases_right{width:100%}}.b1cases_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:960px){.b1cases_title{margin-bottom:30px}}.b1cases_title_icon{width:74px;margin:0}@media screen and (max-width:960px){.b1cases_title_icon{width:40px}}@media screen and (max-width:767px){.b1cases_title_icon{width:25px}}.b1cases_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b1cases_title_text{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0}@media screen and (max-width:960px){.b1cases_title_text{width:calc(100% - 60px)}}@media screen and (max-width:767px){.b1cases_title_text{width:calc(100% - 35px);line-height:1.2;font-size:30px}}.b1cases_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-size:16px;font-weight:300;margin:0}@media screen and (max-width:767px){.b1cases_description{line-height:1.5;font-size:14px}}.b1cases_description p{margin:0}.b1cases_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -16px}@media screen and (max-width:767px){.b1cases_items{margin:0}}.b1cases_itembox{display:block;width:calc(100% / 3 - 32px);margin:0 16px 32px 16px}@media screen and (min-width:1025px){.b1cases_itembox:hover .b1cases_image img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}@media screen and (max-width:960px){.b1cases_itembox{width:calc(100% / 2 - 32px)}}@media screen and (max-width:767px){.b1cases_itembox{width:100%;margin-left:0;margin-right:0}}.b1cases_image{width:100%;margin:0 0 16px 0}@media screen and (min-width:1025px){.b1cases_image{overflow:hidden}}.b1cases_image img{max-width:100%;width:100%;height:auto;display:block}@media screen and (min-width:1025px){.b1cases_image img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}.b1cases_name{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:18px;margin:0 0 8px 0}.b1cases_address{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0 0 20px 0}.b1cases_more{display:inline-block;line-height:24px;color:#ff825c;font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;padding:4px 0;margin:0}.b1cases_more_icon{display:inline-block;vertical-align:middle;color:#ff825c;font-size:20px;margin-top:-3px;margin-left:4px}.b1cases_pager{margin-top:16px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1client{padding:64px 0 80px 0}.b1client_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:96px}@media screen and (max-width:767px){.b1client_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit;margin-bottom:50px}}.b1client_left{width:calc(548% * 100 / 1300)}@media screen and (max-width:1024px){.b1client_left{width:54%}}@media screen and (max-width:767px){.b1client_left{width:100%}}.b1client_right{padding-bottom:24px}@media screen and (max-width:767px){.b1client_right{padding-bottom:0}}.b1client_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b1client_title_icon{width:74px;margin:0}@media screen and (max-width:767px){.b1client_title_icon{width:35px}}.b1client_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b1client_title_text{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;padding:8px 0 0 0;margin:0}@media screen and (max-width:767px){.b1client_title_text{width:calc(100% - 45px);line-height:1.2;font-size:30px}}.b1client_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.b1client_itembox{display:block;width:25%;border-bottom:1px solid #d9dbe0;border-right:1px solid #d9dbe0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 5px 10px 5px;margin:0}@media screen and (min-width:1025px){.b1client_itembox:nth-child(4n-0){border-right:none}.b1client_itembox:nth-last-child(-n+4):nth-child(4n+1),.b1client_itembox:nth-last-child(-n+4):nth-child(4n+1) ~ .b1client_itembox{border-bottom:none}}@media screen and (min-width:768px) and (max-width:1024px){.b1client_itembox{width:calc(100% / 3)}.b1client_itembox:nth-child(3n-0){border-right:none}.b1client_itembox:nth-last-child(-n+3):nth-child(3n+1),.b1client_itembox:nth-last-child(-n+3):nth-child(3n+1) ~ .b1client_itembox{border-bottom:none}}@media screen and (max-width:767px){.b1client_itembox{width:calc(100% / 2)}.b1client_itembox:nth-child(2n-0){border-right:none}.b1client_itembox:nth-last-child(-n+2):nth-child(2n+1),.b1client_itembox:nth-last-child(-n+2):nth-child(2n+1) ~ .b1client_itembox{border-bottom:none}}.b1client_logo{max-width:313px;width:100%;margin:0 auto}.b1client_logo img{max-width:100%;width:100%;height:auto;display:block}@media screen and (max-width:767px){.b1client_button{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:60px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1contact{padding:64px 0 80px 0}.b1contact_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}@media screen and (max-width:960px){.b1contact_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit}}.b1contact_left{width:calc(752% * 100 / 1300)}@media screen and (max-width:1300px){.b1contact_left{width:63%}}@media screen and (max-width:960px){.b1contact_left{width:100%}}.b1contact_right{width:calc(400% * 100 / 1300);text-align:right;padding-bottom:180px}@media screen and (min-width:1025px){.b1contact_right a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b1contact_right a:hover{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}}@media screen and (max-width:1300px){.b1contact_right{width:32%}}@media screen and (max-width:960px){.b1contact_right{display:none;width:100%;text-align:center;padding-bottom:0;margin-top:70px}}.b1contact_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;max-width:643px;width:100%;margin:0 0 8px 0}@media screen and (max-width:960px){.b1contact_title{margin-bottom:25px}}.b1contact_title_icon{width:74px;margin:0}@media screen and (max-width:767px){.b1contact_title_icon{width:40px}}.b1contact_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b1contact_title_text{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0}@media screen and (max-width:767px){.b1contact_title_text{width:calc(100% - 50px);line-height:1.2;font-size:30px}}.b1contact_wrapform{padding-left:110px}@media screen and (max-width:960px){.b1contact_wrapform{padding-left:0}}.b1contact_subtitle{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 20px 0}.b1contact_button{margin-top:21px}@media screen and (max-width:767px){.b1contact_button{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.b1contact_email{display:block;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0 0 8px 0}@media screen and (max-width:1300px){.b1contact_email{line-height:1.1;font-size:26px}}.b1contact_email p{margin:0}.b1contact_address{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 8px 0}.b1contact_address p{margin:0}.b1contact_whatsapp{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px}@media screen and (max-width:960px){.b1contact_whatsapp{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.b1contact_whatsapp_icon{display:block;color:#000f30;font-size:20px;margin:0 8px 0 0}.b1contact_whatsapp_number{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.b1contact_whatsapp_number p{margin:0}.b1contact_phone{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.b1contact_phone p{margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1detail_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28px 0 48px 0}@media screen and (max-width:960px){.b1detail_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1detail_left{width:calc(533% * 100 / 1300)}@media screen and (max-width:960px){.b1detail_left{width:100%}}.b1detail_right{width:calc(638% * 100 / 1300)}@media screen and (max-width:960px){.b1detail_right{width:100%}}.b1detail_icon{display:block;max-width:144px;width:100%;margin:0 0 26px 0}@media screen and (max-width:767px){.b1detail_icon{max-width:100px}}.b1detail_icon img{max-width:100%;width:100%;height:auto;display:block}.b1detail_title{display:block;line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0 0 28px 0}@media screen and (max-width:767px){.b1detail_title{line-height:1.2;font-size:30px}}.b1detail_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 32px 0}.b1detail_description p{margin:0}.b1detail_image{display:block;width:100%;margin:0}@media screen and (max-width:960px){.b1detail_image{margin-top:40px}}.b1detail_image img{max-width:100%;width:100%;height:auto;display:block}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1home_slider .slick-dotted.slick-slider{margin-bottom:0}.b1home_slider .slick-dots{font-size:0;bottom:40px}.b1home_slider .slick-dots li{width:auto;height:auto}.b1home_slider .slick-dots li.slick-active button:before{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.b1home_slider .slick-dots li button{width:20px;height:20px}.b1home_slider .slick-dots li button:before{content:"";width:100%;height:100%;border:1px solid #fff;border-radius:50%;opacity:1;-ms-filter:none;filter:none;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b1home_slider .slick-dots li button:after{content:"";width:6px;height:6px;background-color:#fff;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.b1home_block{position:relative;height:780px}@media screen and (max-width:1024px){.b1home_block{height:700px}}@media screen and (max-width:767px){.b1home_block{height:600px}}.b1home_image{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.b1home_image:before{content:"";width:100%;height:100%;background:-webkit-linear-gradient(0deg, rgba(0,11,36,0.72) 0%, rgba(0,11,36,0) 100%), -webkit-linear-gradient(90deg, rgba(0,11,36,0.32) 0%, rgba(0,11,36,0.32) 100%);background:-moz-linear-gradient(0deg, rgba(0,11,36,0.72) 0%, rgba(0,11,36,0) 100%), -moz-linear-gradient(90deg, rgba(0,11,36,0.32) 0%, rgba(0,11,36,0.32) 100%);background:-o-linear-gradient(0deg, rgba(0,11,36,0.72) 0%, rgba(0,11,36,0) 100%), -o-linear-gradient(90deg, rgba(0,11,36,0.32) 0%, rgba(0,11,36,0.32) 100%);background:-ms-linear-gradient(0deg, rgba(0,11,36,0.72) 0%, rgba(0,11,36,0) 100%), -ms-linear-gradient(90deg, rgba(0,11,36,0.32) 0%, rgba(0,11,36,0.32) 100%);background:linear-gradient(90deg, rgba(0,11,36,0.72) 0%, rgba(0,11,36,0) 100%), linear-gradient(0deg, rgba(0,11,36,0.32) 0%, rgba(0,11,36,0.32) 100%);position:absolute;top:0;left:0;z-index:1}.b1home_info{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:80px}.b1home_left{max-width:423px;width:100%;margin:0}.b1home_title{display:block;line-height:72px;color:#fff;font-family:'Alexandria',sans-serif;font-weight:400;font-size:60px;margin:0}@media screen and (max-width:767px){.b1home_title{line-height:1.2;font-size:30px;text-align:center}}.b1home_btn{margin-top:28px}@media screen and (max-width:767px){.b1home_btn{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1listspace{padding:20px 24px 80px 24px}@media screen and (max-width:767px){.b1listspace{padding-left:0;padding-right:0}}@media screen and (min-width:768px){.b1listspace_content{max-width:none;width:100%}}.b1listspace_filter{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:1200px){.b1listspace_filter{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1listspace_filter_left{width:calc(100% - (848px + 8px))}@media screen and (max-width:1200px){.b1listspace_filter_left{width:100%;margin-bottom:8px}}.b1listspace_filter_right{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:848px}@media screen and (max-width:1200px){.b1listspace_filter_right{width:100%}}@media screen and (max-width:960px){.b1listspace_filter_right{-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}@media screen and (max-width:767px){.b1listspace_filter_right{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1listspace_search{position:relative}.b1listspace_search_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:24px;height:24px;font-size:24px;pointer-events:none;position:absolute;top:0;bottom:0;left:12px;margin:auto}.b1listspace_search_input ::-webkit-input-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.b1listspace_search_input :-moz-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.b1listspace_search_input ::-moz-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.b1listspace_search_input :-ms-input-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.b1listspace_search_input input{width:100%;height:56px;background:none;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;border:1px solid #d9dbe0;border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 0 44px}.b1listspace_filter_item{margin-right:8px}@media screen and (max-width:960px){.b1listspace_filter_item{margin-right:0}}.b1listspace_filter_item:last-child{margin-right:0}.b1listspace_filter_box1{width:264px}@media screen and (max-width:1024px){.b1listspace_filter_box1{width:calc(100% - (576px + 8px))}}@media screen and (max-width:960px){.b1listspace_filter_box1{width:calc(50% - 4px)}}@media screen and (max-width:767px){.b1listspace_filter_box1{width:100%}}.b1listspace_filter_box2{width:180px}@media screen and (max-width:960px){.b1listspace_filter_box2{width:calc(50% - 4px)}}@media screen and (max-width:767px){.b1listspace_filter_box2{width:100%}}.b1listspace_filter_box3{width:180px}@media screen and (max-width:960px){.b1listspace_filter_box3{width:calc(50% - 4px)}}@media screen and (max-width:767px){.b1listspace_filter_box3{width:100%}}.b1listspace_filter_box4{width:200px}@media screen and (max-width:960px){.b1listspace_filter_box4{width:calc(50% - 4px)}}@media screen and (max-width:767px){.b1listspace_filter_box4{width:100%}}.b1listspace_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:1024px){.b1listspace_block{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1listspace_block_left{width:calc(100% - (658px + 16px))}@media screen and (max-width:1024px){.b1listspace_block_left{display:none}}.b1listspace_block_right{width:658px}@media screen and (max-width:1024px){.b1listspace_block_right{width:100%}}.b1listspace_bg_map{width:100%;height:864px;background-position:center;background-repeat:no-repeat;background-size:cover}.b1listspace_map #mapid{width:100%;height:864px;z-index:10}.b1listspace_title{display:block;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0 0 8px 0}@media screen and (max-width:767px){.b1listspace_title{line-height:1.1;font-size:30px}}.b1listspace_results{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0}.b1listspace_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:767px){.b1listspace_items{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1listspace_itembox{width:48.4802%;margin:20px 0 0 0}@media screen and (max-width:767px){.b1listspace_itembox{width:100%}}.b1listspace_pager{margin-top:28px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1message{padding:68px 0 136px 0}.b1message_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;max-width:864px;width:100%;margin:0}@media screen and (max-width:767px){.b1message_block{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1message_image{width:176px;margin:0}@media screen and (max-width:767px){.b1message_image{display:none}}.b1message_image img{max-width:100%;width:100%;height:auto;display:block}.b1message_info{width:calc(100% - 224px);padding:68px 0 0 0}@media screen and (max-width:767px){.b1message_info{width:100%;text-align:center}}.b1message_title{display:block;line-height:72px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:600;font-size:60px;margin:0 0 32px 0}@media screen and (max-width:767px){.b1message_title{line-height:1.1;font-size:30px}}.b1message_description{display:block;max-width:421px;width:100%;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:20px;margin:0}@media screen and (max-width:767px){.b1message_description{margin:0 auto}}@media screen and (max-width:767px){.b1message_description{line-height:1.3;font-size:16px}}.b1message_buttons{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.b1message_buttons{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.b1message_btn{margin:28px 8px 0 0}@media screen and (max-width:767px){.b1message_btn{margin:28px 10px 0 10px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1projects{padding:64px 0 80px 0}.b1projects_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:64px}@media screen and (max-width:960px){.b1projects_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}@media screen and (max-width:767px){.b1projects_head{margin-bottom:50px}}.b1projects_left{width:calc(643% * 100 / 1300)}@media screen and (max-width:960px){.b1projects_left{width:100%}}.b1projects_right{width:calc(532% * 100 / 1300);padding-top:10px}@media screen and (max-width:960px){.b1projects_right{width:100%}}.b1projects_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:960px){.b1projects_title{margin-bottom:30px}}.b1projects_title_icon{width:74px;margin:0}@media screen and (max-width:960px){.b1projects_title_icon{width:40px}}@media screen and (max-width:767px){.b1projects_title_icon{width:25px}}.b1projects_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b1projects_title_text{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;padding-top:12px;margin:0}@media screen and (max-width:960px){.b1projects_title_text{width:calc(100% - 60px)}}@media screen and (max-width:767px){.b1projects_title_text{width:calc(100% - 35px);line-height:1.2;font-size:30px;padding-top:6px}}.b1projects_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-size:16px;font-weight:300;margin:0}@media screen and (max-width:767px){.b1projects_description{line-height:1.5;font-size:14px}}.b1projects_description p{margin:0}.b1projects_category{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:110px}@media screen and (max-width:960px){.b1projects_category{padding-left:60px}}@media screen and (max-width:767px){.b1projects_category{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding-left:0}}.b1projects_category_link{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:20px;cursor:pointer;position:relative;padding:8px 0;margin:0 24px 0 0}@media screen and (min-width:1025px){.b1projects_category_link:hover:before{opacity:1;-ms-filter:none;filter:none;visibility:visible}}@media screen and (max-width:767px){.b1projects_category_link{font-size:16px;margin:0 10px}}.b1projects_category_link:before{content:"";width:100%;height:2px;background-color:#000f30;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;bottom:0;left:0}.b1projects_category_link.active:before{opacity:1;-ms-filter:none;filter:none;visibility:visible}.b1projects_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -16px}@media screen and (max-width:767px){.b1projects_items{margin:0}}.b1projects_itembox{display:block;width:calc(100% / 3 - 32px);margin:32px 16px 0 16px}@media screen and (min-width:1025px){.b1projects_itembox:hover .b1projects_image img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}@media screen and (max-width:960px){.b1projects_itembox{width:calc(100% / 2 - 32px)}}@media screen and (max-width:767px){.b1projects_itembox{width:100%;margin-left:0;margin-right:0}}.b1projects_image{width:100%;position:relative;margin:0 0 16px 0}@media screen and (min-width:1025px){.b1projects_image{overflow:hidden}}.b1projects_image img{max-width:100%;width:100%;height:auto;display:block}@media screen and (min-width:1025px){.b1projects_image img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}.b1projects_state{display:inline-block;line-height:20px;background-color:#fff;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:14px;position:absolute;top:16px;left:16px;padding:4px 12px;margin:0}.b1projects_name{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:18px;margin:0 0 16px 0}.b1projects_more{display:inline-block;line-height:24px;color:#ff825c;font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;padding:4px 0;margin:0}.b1projects_more_icon{display:inline-block;vertical-align:middle;color:#ff825c;font-size:20px;margin-top:-3px;margin-left:4px}.b1projects_pager{margin-top:48px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1quote{padding:28px 0 80px 0}.b1quote_logo{width:144px;margin:0 0 26px 0}@media screen and (max-width:767px){.b1quote_logo{width:100px}}.b1quote_logo img{max-width:100%;width:100%;height:auto;display:block}.b1quote_title{display:block;line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0 0 16px 0}@media screen and (max-width:767px){.b1quote_title{line-height:1.2;font-size:30px}}.b1quote_subtitle{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 20px 0}.b1quote_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:960px){.b1quote_block{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1quote_left{width:calc(642% * 100 / 1300)}@media screen and (max-width:1024px){.b1quote_left{width:58%}}@media screen and (max-width:960px){.b1quote_left{width:100%}}.b1quote_right{width:calc(612% * 100 / 1300)}@media screen and (max-width:1024px){.b1quote_right{width:40%}}@media screen and (max-width:960px){.b1quote_right{width:100%}}.b1quote_button{margin-top:21px}@media screen and (max-width:767px){.b1quote_button{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.b1quote_portada{width:100%}@media screen and (max-width:960px){.b1quote_portada{display:none !important}}.b1quote_portada img{max-width:100%;width:100%;height:auto;display:block}.b1quote_blockslider{overflow:hidden;position:relative}.b1quote_itemblock{width:100%;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;top:0;left:0;z-index:-1}@media screen and (max-width:960px){.b1quote_itemblock{margin-bottom:8px}}.b1quote_itemblock.active{opacity:1;-ms-filter:none;filter:none;visibility:visible;position:relative;z-index:1}.b1quote_slider{border:1px solid #e6e7ea;position:relative}.b1quote_slider_item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 24px}.b1quote_arrow{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:36px;height:36px;color:#000f30;font-size:36px;cursor:pointer;position:absolute;top:0;bottom:0}@media screen and (max-width:767px){.b1quote_arrow{bottom:50px}}.b1quote_prev{left:12px}@media screen and (max-width:1024px){.b1quote_prev{left:0}}.b1quote_next{right:12px}@media screen and (max-width:1024px){.b1quote_next{right:0}}.b1quote_plans_title{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:20px;text-align:center;margin:0 0 10px 0}.b1quote_plans_portada{display:block;position:relative;padding-bottom:10px;margin:0}.b1quote_plans_image{max-width:500px;width:100%;margin:0 auto}.b1quote_plans_image img{max-width:100%;width:100%;height:auto;display:block}.b1quote_plans_zoom{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:52px;height:52px;background-color:#fff;color:#000f30;font-size:20px;border:1px solid #e6e7ea;border-radius:50%;position:absolute;bottom:20px;right:0}@media screen and (min-width:1025px){.b1quote_plans_zoom{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b1quote_plans_zoom:hover{background-color:#ff825c;color:#fff}}@media screen and (max-width:767px){.b1quote_plans_zoom{width:40px;height:40px;font-size:15px;bottom:10px}}.b1quote_plans_detail{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;border-top:1px solid #e6e7ea}.b1quote_plans_box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:12px 14px}.b1quote_plans_icon{width:33px;margin:0 8px 0 0}.b1quote_plans_icon img{max-width:100%;width:100%;height:auto;display:block}.b1quote_plans_text{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.b1quote_plans_text p{margin:0}.b1quote_plans_text strong{font-weight:400}.b1quote_info{text-align:right;margin-top:64px}@media screen and (min-width:1025px){.b1quote_info a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b1quote_info a:hover{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}}@media screen and (max-width:960px){.b1quote_info{display:none;text-align:center}}.b1quote_email{display:block;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0 0 8px 0}@media screen and (max-width:1300px){.b1quote_email{line-height:1.1;font-size:26px}}.b1quote_email p{margin:0}.b1quote_address{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 8px 0}.b1quote_address p{margin:0}.b1quote_phone{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.b1quote_phone p{margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1space{padding:24px 0 0 0}.b1space_miga{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0 0 24px 0}@media screen and (max-width:480px){.b1space_miga{font-size:13px}}.b1space_miga_wrap{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.b1space_miga_item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}@media screen and (max-width:480px){.b1space_miga_item.house{display:none}}.b1space_miga_item:after{content:"/";margin:0 8px}@media screen and (max-width:480px){.b1space_miga_item:after{margin:0 3px}}.b1space_miga_item:last-child{font-weight:400}.b1space_miga_item:last-child:after{display:none}.b1space_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}@media screen and (max-width:767px){.b1space_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit}}.b1space_head_left{width:60%}@media screen and (max-width:767px){.b1space_head_left{width:100%;margin-bottom:20px}}@media screen and (max-width:767px){.b1space_head_right{width:94%;margin-left:auto;margin-right:auto;margin-top:20px}}.b1space_state{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-bottom:12px}.b1space_state_text{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;height:28px;line-height:20px;background:#fff3ef;color:#ff825c;font-family:'Alexandria',sans-serif;font-weight:400;font-size:14px;padding:0 12px;margin:0}.b1space_title{display:block;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.b1space_title{line-height:1.1;font-size:30px}}.b1space_brochure{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}@media screen and (max-width:767px){.b1space_brochure{width:100%}.b1space_brochure a{width:100%;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.b1space_gallery{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 20px;margin-top:20px}@media screen and (max-width:1024px){.b1space_gallery{width:94%;position:relative;padding:0;margin-left:auto;margin-right:auto}}.b1space_left{width:calc(100% - (444px + 12px))}@media screen and (max-width:1024px){.b1space_left{width:100%}}.b1space_right{width:444px;position:relative}@media screen and (max-width:1024px){.b1space_right{width:auto;position:inherit}}.b1space_slider{position:relative}.b1space_arrow{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:36px;height:36px;color:#fff;font-size:36px;cursor:pointer;position:absolute;top:0;bottom:0}.b1space_prev{left:12px}@media screen and (max-width:1024px){.b1space_prev{left:0}}.b1space_next{right:12px}@media screen and (max-width:1024px){.b1space_next{right:0}}.b1space_box{display:block;position:relative}.b1space_image_big{width:100%;height:444px;background-position:center;background-repeat:no-repeat;background-size:cover}.b1space_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:52px;height:52px;background-color:#fff;color:#000f30;font-size:20px;border-radius:50%;position:absolute;bottom:12px;right:12px;margin:0}@media screen and (min-width:1025px){.b1space_icon{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b1space_icon:hover{background-color:#ff825c;color:#fff}}@media screen and (max-width:767px){.b1space_icon{width:40px;height:40px;font-size:15px;bottom:20px}}.b1space_images{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:1024px){.b1space_images{display:none}}.b1space_img_mini{width:48.6486%;height:216px;background-repeat:no-repeat;background-position:center;background-size:cover;cursor:pointer;margin:12px 0 0 0}.b1space_img_mini.active{opacity:.42;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=42)";filter:alpha(opacity=42)}.b1space_img_mini:nth-child(1),.b1space_img_mini:nth-child(2){margin-top:0}.b1space_more{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;min-width:104px;height:48px;background-color:#fff;cursor:pointer;position:absolute;bottom:12px;right:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.b1space_more_icon{color:#000f30;font-size:20px;margin:0 4px 0 0}.b1space_more_text{display:block;color:#000f30;line-height:24px;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1success_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:72px 0 60px 0}@media screen and (max-width:960px){.b1success_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}@media screen and (max-width:767px){.b1success_head{padding:60px 0 40px 0}}.b1success_left{width:calc(700% * 100 / 1300)}@media screen and (max-width:960px){.b1success_left{width:100%}}.b1success_right{width:calc(533% * 100 / 1300)}@media screen and (max-width:960px){.b1success_right{width:100%}}.b1success_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:960px){.b1success_title{margin-bottom:30px}}.b1success_title_icon{width:62px;margin:0}@media screen and (max-width:960px){.b1success_title_icon{width:40px}}@media screen and (max-width:767px){.b1success_title_icon{width:25px}}.b1success_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b1success_title_text{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0}@media screen and (max-width:960px){.b1success_title_text{width:calc(100% - 60px)}}@media screen and (max-width:767px){.b1success_title_text{width:calc(100% - 35px);line-height:1.2;font-size:30px}}.b1success_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-size:16px;font-weight:300;margin:0}@media screen and (max-width:767px){.b1success_description{line-height:1.5;font-size:14px}}.b1success_description p{margin:0}.b1success_image{width:100%;height:400px;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:767px){.b1success_image{height:300px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b1sustainability{padding:28px 0 48px 0}.b1sustainability_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:960px){.b1sustainability_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b1sustainability_left{width:calc(533% * 100 / 1300)}@media screen and (max-width:1024px){.b1sustainability_left{width:47%}}@media screen and (max-width:960px){.b1sustainability_left{width:100%;margin-bottom:40px}}.b1sustainability_right{width:calc(642% * 100 / 1300)}@media screen and (max-width:1024px){.b1sustainability_right{width:47%}}@media screen and (max-width:960px){.b1sustainability_right{width:100%}}.b1sustainability_logo{max-width:144px;width:100%;margin:0 0 26px 0}@media screen and (max-width:767px){.b1sustainability_logo{max-width:100px}}.b1sustainability_logo img{max-width:100%;width:100%;height:auto;display:block}.b1sustainability_title{display:block;line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0 0 28px 0}@media screen and (max-width:767px){.b1sustainability_title{line-height:1.2;font-size:30px}}.b1sustainability_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-size:16px;font-weight:300;margin:0}@media screen and (max-width:767px){.b1sustainability_description{line-height:1.5;font-size:14px}}.b1sustainability_description p{margin:0}.b1sustainability_portada{width:100%;margin:0}.b1sustainability_portada img{max-width:100%;width:100%;height:auto;display:block}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}@media screen and (max-width:960px){.b1us{padding:28px 0 50px 0}}.b1us_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}@media screen and (max-width:960px){.b1us_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit}}.b1us_left{width:calc(532% * 100 / 1300);padding-top:28px;padding-bottom:48px}@media screen and (max-width:960px){.b1us_left{width:100%;padding:0;margin-bottom:30px}}.b1us_right{width:calc(641% * 100 / 1300);padding-top:128px;padding-bottom:36px}@media screen and (max-width:1400px){.b1us_right{width:54%}}@media screen and (max-width:1024px){.b1us_right{width:47%}}@media screen and (max-width:960px){.b1us_right{width:100%;padding:0}}.b1us_logo{max-width:144px;width:100%;margin:0 0 26px 0}@media screen and (max-width:767px){.b1us_logo{margin-left:auto;margin-right:auto}}.b1us_logo img{max-width:100%;width:100%;height:auto;display:block}.b1us_title{display:block;line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0 0 28px 0}@media screen and (max-width:767px){.b1us_title{line-height:1.1;text-align:center;font-size:30px}}.b1us_description{display:block;line-height:24px;color:'Alexandria',sans-serif;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b1us_description{line-height:1.4;font-size:15px;text-align:center}}.b1us_description p{margin:0}.b1us_statistics{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.b1us_statistics{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.b1us_item{width:203px;margin:0 16px 16px 0}@media screen and (max-width:767px){.b1us_item{width:calc(50% - 10px);text-align:center;margin:0 5px 30px 5px}}@media screen and (min-width:768px){.b1us_item:last-child{margin-right:0}}.b1us_number{display:block;line-height:92px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:600;font-size:80px;margin:0 0 8px 0}@media screen and (max-width:767px){.b1us_number{line-height:1;font-size:40px}}.b1us_number p{margin:0}.b1us_number strong{color:#ff825c;font-weight:600}.b1us_subtitle{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:20px;margin:0}@media screen and (max-width:767px){.b1us_subtitle{line-height:1.2;font-size:16px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2actives{padding-bottom:56px}@media screen and (max-width:1024px){.b2actives{padding-bottom:70px}}.b2actives_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}@media screen and (max-width:1024px){.b2actives_block{margin:0 -5px}}@media screen and (max-width:767px){.b2actives_block{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0}}.b2actives_item{width:calc(100% / 3 - 24px);margin:0 12px 24px 12px}@media screen and (max-width:1024px){.b2actives_item{width:calc(100% / 3 - 10px);margin:0 5px 10px 5px}}@media screen and (max-width:960px){.b2actives_item{width:calc(100% / 2 - 10px)}}@media screen and (max-width:767px){.b2actives_item{width:100%;margin:0 0 10px 0}}.b2actives_card{display:block;width:100%;position:relative;margin:0 auto}@media screen and (min-width:1025px){.b2actives_card:hover .b2actives_info:after{opacity:1;-ms-filter:none;filter:none;visibility:visible}.b2actives_card:hover .b2actives_subtitle{color:#ff825c}.b2actives_card:hover .b2actives_icon{opacity:1;-ms-filter:none;filter:none;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.b2actives_image{width:100%;margin:0}.b2actives_image img{max-width:100%;width:100%;height:auto;display:block}.b2actives_info{width:100%;height:100%;position:absolute;top:0;left:0}.b2actives_info:before{content:"";width:100%;height:100%;background:-webkit-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);background:-moz-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);background:-o-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);background:-ms-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);background:linear-gradient(180deg, #000f30 0%, rgba(0,15,48,0) 100%);opacity:.92;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";filter:alpha(opacity=92);position:absolute;top:0;left:0}.b2actives_info:after{content:"";width:100%;height:100%;background-color:#000f30;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;top:0;left:0}@media screen and (min-width:1025px){.b2actives_info:after{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}.b2actives_subtitle{display:block;line-height:28px;color:#fff;font-family:'Alexandria',sans-serif;font-weight:600;font-size:20px;position:relative;z-index:2;padding:28px 28px 0 28px;margin:0}@media screen and (min-width:1025px){.b2actives_subtitle{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}@media screen and (max-width:960px){.b2actives_subtitle{padding:28px 15px 0 15px}}.b2actives_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:80px;height:80px;background-color:#ff825c;color:#000f30;font-size:32px;border-radius:50%;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;bottom:24px;right:24px;z-index:2}@media screen and (min-width:1025px){.b2actives_icon{-webkit-transform:scale(.6);-moz-transform:scale(.6);-o-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2detail_content{border-top:1px solid #000f30;padding:48px 0 60px 0}.b2detail_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b2detail_icon{display:block;width:16px;margin:0 20px 0 0}@media screen and (max-width:767px){.b2detail_icon{margin-right:10px}}.b2detail_icon img{max-width:100%;width:100%;height:auto;display:block}.b2detail_title{display:block;width:calc(100% - 36px);line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.b2detail_title{width:calc(100% - 26px);line-height:1.2;font-size:28px}}.b2detail_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -25px}@media screen and (max-width:960px){.b2detail_items{margin:0}}.b2detail_box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:calc(100% / 3 - 50px);margin:60px 25px 0 25px}@media screen and (max-width:1024px){.b2detail_box{width:calc(100% / 2 - 50px)}}@media screen and (max-width:960px){.b2detail_box{width:100%;margin:60px 0 0 0}}.b2detail_box_img{display:block;width:92px;margin:0}@media screen and (max-width:767px){.b2detail_box_img{width:70px}}.b2detail_box_img img{max-width:100%;width:100%;height:auto;display:block}.b2detail_box_texts{width:calc(100% - 112px)}@media screen and (max-width:767px){.b2detail_box_texts{width:calc(100% - 80px)}}.b2detail_box_title{display:block;line-height:32px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:24px;margin:0}@media screen and (max-width:767px){.b2detail_box_title{line-height:1.1;font-size:20px}}.b2detail_box_subtitle{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b2detail_box_subtitle{font-size:14px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}@media screen and (max-width:960px){.b2home{padding:70px 0}}.b2home_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:960px){.b2home_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b2home_left{width:calc(643% * 100 / 1300);padding-top:80px;padding-bottom:76px}@media screen and (max-width:1024px){.b2home_left{width:48%}}@media screen and (max-width:960px){.b2home_left{width:100%;padding:0;margin-bottom:30px}}.b2home_right{width:calc(532% * 100 / 1300);padding-top:92px;padding-bottom:76px}@media screen and (max-width:1024px){.b2home_right{width:46%}}@media screen and (max-width:960px){.b2home_right{width:100%;padding:0}}.b2home_up{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b2home_logo{width:74px;margin:0}@media screen and (max-width:767px){.b2home_logo{width:50px}}.b2home_logo img{max-width:100%;width:100%;height:auto;display:block}.b2home_title{display:block;width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;margin:0}@media screen and (max-width:1024px){.b2home_title{line-height:1.1;font-size:42px}}@media screen and (max-width:767px){.b2home_title{width:calc(100% - 70px);font-size:30px}}.b2home_down{padding-left:110px;padding-top:28px}@media screen and (max-width:960px){.b2home_down{padding-left:0;padding-top:40px}}.b2home_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 52px 0}@media screen and (max-width:767px){.b2home_description{font-size:14px;margin-bottom:30px}}.b2home_description p{margin:0}.b2home_statistics{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b2home_number{display:block;line-height:92px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:600;font-size:80px;margin:0 8px 0 0}@media screen and (max-width:767px){.b2home_number{line-height:1;font-size:50px}}.b2home_number p{margin:0}.b2home_number strong{color:#ff825c}.b2home_text{display:block;max-width:160px;width:100%;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:20px;margin:0}@media screen and (max-width:767px){.b2home_text{max-width:140px;line-height:1.1;font-size:16px}}.b2home_text p{margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2space{padding-top:36px}.b2space_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;border:1px solid #e6e7ea;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0 12px 0}@media screen and (max-width:767px){.b2space_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b2space_item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #d9dbe0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 22px 0 22px;margin:12px 0}@media screen and (max-width:1366px){.b2space_item{padding:0 15px}}@media screen and (max-width:767px){.b2space_item{max-width:230px;width:100% !important;border-right:none;margin-left:auto;margin-right:auto}}.b2space_item:last-child{border-right:none}.b2space_item_1{width:calc(185px + 48px)}@media screen and (max-width:1366px){.b2space_item_1{width:calc(169px + 30px)}}.b2space_item_2{width:calc(135px + 48px)}@media screen and (max-width:1366px){.b2space_item_2{width:calc(135px + 30px)}}.b2space_item_3{width:calc(183px + 48px)}@media screen and (max-width:1366px){.b2space_item_3{width:calc(183px + 30px)}}.b2space_item_4{width:calc(158px + 48px)}@media screen and (max-width:1366px){.b2space_item_4{width:calc(158px + 30px)}}.b2space_item_5{width:calc(173px + 48px)}@media screen and (max-width:1366px){.b2space_item_5{width:calc(173px + 30px)}}.b2space_item_6{width:calc(168px + 48px)}@media screen and (max-width:1366px){.b2space_item_6{width:calc(164px + 30px)}}.b2space_item_6 .b2space_wrap{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b2space_item_6 .b2space_icon{width:72px}.b2space_item_6 .b2space_texts{width:calc(100% - (72px + 16px))}@media screen and (max-width:1366px){.b2space_item_6 .b2space_texts{width:calc(100% - (72px + 10px))}}.b2space_wrap{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.b2space_icon{display:block;width:40px;margin:0 16px 0 0}@media screen and (max-width:1366px){.b2space_icon{margin-right:10px}}.b2space_icon img{max-width:100%;width:100%;height:auto;display:block}.b2space_texts{width:calc(100% - (40px + 16px))}@media screen and (max-width:1366px){.b2space_texts{width:calc(100% - (40px + 10px))}}.b2space_textup{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;margin:0 0 4px 0}.b2space_textdown{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2success_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:60px 0 55px 0}@media screen and (max-width:960px){.b2success_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}@media screen and (max-width:767px){.b2success_content{padding-bottom:35px}}.b2success_left{width:calc(525% * 100 / 1300)}@media screen and (max-width:960px){.b2success_left{width:100%;margin-bottom:40px}}.b2success_right{width:calc(642% * 100 / 1300)}@media screen and (max-width:960px){.b2success_right{width:100%}}.b2success_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b2success_title_icon{width:16px;margin:0}.b2success_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b2success_title_text{display:block;width:calc(100% - 36px);line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.b2success_title_text{line-height:1.2;font-size:28px}}.b2success_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-size:16px;font-weight:300;margin:0}@media screen and (max-width:767px){.b2success_description{line-height:1.5;font-size:14px}}.b2success_description p{margin-bottom:25px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2sustainability_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-top:1px solid #000f30;padding:48px 0 55px 0}@media screen and (max-width:960px){.b2sustainability_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}@media screen and (max-width:767px){.b2sustainability_content{padding-bottom:30px}}.b2sustainability_left{width:calc(525% * 100 / 1300)}@media screen and (max-width:1024px){.b2sustainability_left{width:47%}}@media screen and (max-width:960px){.b2sustainability_left{width:100%;margin-bottom:30px}}.b2sustainability_right{width:calc(642% * 100 / 1300)}@media screen and (max-width:1024px){.b2sustainability_right{width:47%}}@media screen and (max-width:960px){.b2sustainability_right{width:100%}}.b2sustainability_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b2sustainability_icon{width:16px;margin:0 20px 0 0}@media screen and (max-width:767px){.b2sustainability_icon{margin-right:10px}}.b2sustainability_icon img{max-width:100%;width:100%;height:auto;display:block}.b2sustainability_title{display:block;width:calc(100% - 36px);line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.b2sustainability_title{width:calc(100% - 26px);line-height:1.2;font-size:28px}}.b2sustainability_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b2sustainability_description{line-height:1.5;font-size:14px}}.b2sustainability_description p{margin:0 0 25px 0}@media screen and (max-width:767px){.b2sustainability_description p{margin-bottom:15px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b2us{position:relative}.b2us_banner{width:100%;height:400px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.b2us_banner:before{content:"";width:100%;height:100%;background-color:#000f30;opacity:.54;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";filter:alpha(opacity=54);position:absolute;top:0;left:0}.b2us_play{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:72px;height:72px;color:#fff;font-size:24px;border:1px solid #fff;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3home {
  overflow: hidden;
}
.b3home_content {
  border-top: 1px solid #000f30;
  padding: 40px 0 76px 0;
}
.b3home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}
.b3home_title {
  display: block;
  line-height: 40px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_title {
    width: calc(100% - 90px);
    line-height: 1.1;
    font-size: 26px;
  }
}
.b3home_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 52px;
  color: #000;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_arrow {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.b3home_prev {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .b3home_prev {
    margin-right: 5px;
  }
}
.b3home_slider {
  width: calc(1024px + (1600 - 1024) * ((100vw - 320px) / (1920 - 320)));
  margin-left: -4px;
}
@media screen and (max-width: 1200px) {
  .b3home_slider {
    width: calc(768px + (1150 - 768) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media screen and (max-width: 960px) {
  .b3home_slider {
    width: calc(100% + 8px);
  }
}
.b3home_slider .slick-list {
  padding-right: 18.375%;
}
@media screen and (max-width: 1200px) {
  .b3home_slider .slick-list {
    padding-right: 14.6957%;
  }
}
@media screen and (max-width: 960px) {
  .b3home_slider .slick-list {
    padding-right: 0;
  }
}
.b3home_slider .slick-track {
  margin: 0;
}
.b3home_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px;
}
.b3home_card {
  display: block;
  max-width: 319px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b3home_card:hover .b3home_info:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b3home_card:hover .b3home_subtitle {
    color: #ff825c;
  }
  .b3home_card:hover .b3home_icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 960px) {
  .b3home_card {
    max-width: none;
  }
}
.b3home_image {
  width: 100%;
  margin: 0;
}
.b3home_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3home_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b3home_info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);
  background: -moz-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);
  background: -o-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);
  background: -ms-linear-gradient(270deg, #000f30 0%, rgba(0,15,48,0) 100%);
  background: linear-gradient(180deg, #000f30 0%, rgba(0,15,48,0) 100%);
  opacity: 0.92;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  position: absolute;
  top: 0;
  left: 0;
}
.b3home_info:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000f30;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b3home_info:after {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.b3home_subtitle {
  display: block;
  line-height: 28px;
  color: #fff;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 2;
  padding: 28px 28px 0 28px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b3home_subtitle {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 960px) {
  .b3home_subtitle {
    padding: 28px 15px 0 15px;
  }
}
.b3home_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #ff825c;
  color: #000f30;
  font-size: 32px;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .b3home_icon {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.b3home_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .b3home_button {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b3home_country_selresp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: #f1f1f1;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .b3home_country_selresp {
    display: none;
  }
}
.b3home_country_selresp:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b3home_country_selresp:after {
  content: "\e90b";
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #000f30;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .b3home_country_buttons {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
    overflow: inherit !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .b3home_country_buttons {
    display: none;
  }
}
.b3home_country_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 203px;
  height: 55px;
  background-color: #f1f1f1;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 5px 5px 0;
}
@media screen and (min-width: 1025px) {
  .b3home_country_btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b3home_country_btn:hover {
    font-weight: 600;
  }
  .b3home_country_btn:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .b3home_country_btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.b3home_country_btn:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b3home_country_btn:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b3home_country_btn:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff825c;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.b3home_country_btn.active {
  font-weight: 600;
}
.b3home_country_btn.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3home_country_content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .b3home_country_content {
    margin-top: 25px;
  }
}
.b3home_country_itemblock {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b3home_country_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b3space_wrapper{position:relative;padding:48px 0 0 0}.b3space_circle{width:384px;position:absolute;top:120px;right:0;margin:0}@media screen and (max-width:1024px){.b3space_circle{display:none}}.b3space_circle img{max-width:100%;width:100%;height:auto;display:block}.b3space_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:1024px){.b3space_block{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b3space_block_left{width:calc(768% * 100 / 1300)}@media screen and (max-width:1024px){.b3space_block_left{width:100%}}.b3space_block_right{width:calc(464% * 100 / 1300);padding-bottom:79px}@media screen and (max-width:1024px){.b3space_block_right{width:100%;padding:60px 0 100px 0}}.b3space{border-bottom:1px solid #000f30;padding:0 0 16px 0}.b3space_title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px}.b3space_title_icon{width:16px;margin:0}@media screen and (max-width:767px){.b3space_title_icon{width:12px}}.b3space_title_icon img{max-width:100%;width:100%;height:auto;display:block}.b3space_title_text{display:block;width:calc(100% - (16px + 12px));line-height:32px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:24px;margin:0}@media screen and (max-width:767px){.b3space_title_text{width:calc(100% - 17px);line-height:1.2;font-size:20px}}.b3space_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;padding-left:28px;margin:0 0 48px 0}@media screen and (max-width:767px){.b3space_description{line-height:1.5;font-size:14px;padding-left:0;margin-bottom:30px}}.b3space_description p{margin:0}.b3space_subtitle{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:20px;padding-left:28px;margin:0 0 24px 0}@media screen and (max-width:767px){.b3space_subtitle{line-height:1.1;font-size:18px;padding-left:0}}.b3space_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:28px}@media screen and (max-width:767px){.b3space_items{padding-left:0}}.b3space_box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:136px;margin:0 12.8% 32px 0}@media screen and (max-width:767px){.b3space_box{width:48%;margin-right:0}}.b3space_box_icon{width:40px;margin:0}.b3space_box_icon img{max-width:100%;width:100%;height:auto;display:block}.b3space_box_text{display:block;width:calc(100% - (40px + 12px));line-height:20px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:14px;margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b3us{position:relative;padding:60px 0 40px 0}@media screen and (max-width:1024px){.b3us{padding-bottom:30px}}.b3us_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:960px){.b3us_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b3us_left{width:calc(532% * 100 / 1300)}@media screen and (max-width:960px){.b3us_left{width:100%;margin-bottom:40px}}.b3us_right{width:calc(642% * 100 / 1300)}@media screen and (max-width:960px){.b3us_right{width:100%}}.b3us_item{margin-bottom:40px}@media screen and (max-width:767px){.b3us_item{margin-bottom:30px}}.b3us_item:last-child{margin-bottom:0}.b3us_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px}.b3us_icon{width:16px;margin:0 20px 0 0}@media screen and (max-width:767px){.b3us_icon{margin-right:10px}}.b3us_icon img{max-width:100%;width:100%;height:auto;display:block}.b3us_title{display:block;line-height:32px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:24px;margin:0}@media screen and (max-width:767px){.b3us_title{font-size:20px}}.b3us_title.b3us_padding{padding-left:36px}@media screen and (max-width:767px){.b3us_title.b3us_padding{padding-left:26px}}.b3us_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;padding-left:36px;margin:0}@media screen and (max-width:767px){.b3us_description{line-height:1.4;font-size:14px;padding-left:26px}}.b3us_description p{margin:0}.b3us_image{width:100%;margin:0}.b3us_image img{max-width:100%;width:100%;height:auto;display:block}.b3us_circle{max-width:236px;width:100%;position:absolute;top:136px;right:0;margin:0}@media screen and (max-width:1024px){.b3us_circle{display:none}}.b3us_circle img{max-width:100%;width:100%;height:auto;display:block}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b47blog{background-color:#e6e7ea;padding:60px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:768px){.b47blog{padding:40px 0}}.b47blog-title{font-size:18px;line-height:24px;font-weight:400;color:#000f30;margin-bottom:5px}.b47blog-description{font-size:16px;line-height:22px;color:#000f30;font-weight:300;margin-bottom:35px}.b47blog-description p{margin:0}.b47blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width:768px){.b47blog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:620px){.b47blog-list{grid-template-columns:1fr}}.b47blog-item{display:block;margin:0}.b47blog-image{margin-bottom:24px;display:block}.b47blog-image img{max-width:100%;height:auto;border-radius:20px}@media screen and (max-width:768px){.b47blog-image{margin-bottom:20px}}.b47blog-title-item{font-size:18px;line-height:24px;font-weight:400;min-height:60px;color:#000f30;display:block;margin-bottom:10px}.b47blog-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-weight:300;font-size:12px;line-height:16px;text-transform:uppercase;color:#000f30;margin-bottom:10px}.b47blog-cnt-etiqueta .b47blog-etiqueta{margin:0;position:relative;margin-right:30px}.b47blog-cnt-etiqueta .b47blog-etiqueta:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}.b47blog-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30;display:block}.b47blog-author a{font-weight:400}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b4space{border-bottom:1px solid #000f30;padding:48px 0}.b4space_address{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding-left:28px;margin-bottom:28px}@media screen and (max-width:767px){.b4space_address{padding-left:0}}.b4space_address_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:20px;height:20px;font-size:20px;margin:0}@media screen and (max-width:767px){.b4space_address_icon{width:16px;height:16px;font-size:16px}}.b4space_address_text{display:block;width:calc(100% - 28px);line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:20px;margin:0}@media screen and (max-width:767px){.b4space_address_text{width:calc(100% - 22px);line-height:1.1;font-size:18px}}.b4space_address_text p{margin:0}.b4space_map{width:100%;height:397px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:12px;margin:0}.b4space_foot{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;max-width:557px;width:100%;background-color:#fff;-webkit-box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;margin:-32px auto 0 auto}@media screen and (max-width:767px){.b4space_foot{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit;margin-top:40px}}.b4space_ask{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 24px 0 0}@media screen and (max-width:767px){.b4space_ask{text-align:center;margin:0 0 20px 0}}.b4space_buttons{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:767px){.b4space_buttons{-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}.b4space_btn{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:48px;border:1px solid #d9dbe0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px;margin:0 4px}@media screen and (min-width:1025px){.b4space_btn{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b4space_btn:hover{background-color:#d9dbe0}}@media screen and (max-width:767px){.b4space_btn{width:48%;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 5px;margin:0}}.b4space_btn_icon{width:24px;margin:0 4px 0 0}.b4space_btn_icon img{max-width:100%;width:100%;height:auto;display:block}.b4space_btn_text{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b4space_btn_text{font-size:14px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b4us{padding:40px 0 110px 0}@media screen and (max-width:1024px){.b4us{padding:30px 0 80px}}.b4us .slick-dotted.slick-slider{margin-bottom:0}.b4us .slick-dots{font-size:0;bottom:-40px}.b4us .slick-dots li{width:auto;height:auto}.b4us .slick-dots li.slick-active button:before{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.b4us .slick-dots li button{width:20px;height:20px}.b4us .slick-dots li button:before{content:"";width:100%;height:100%;border:1px solid #ff825c;border-radius:50%;opacity:1;-ms-filter:none;filter:none;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b4us .slick-dots li button:after{content:"";width:6px;height:6px;background-color:#ff825c;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.b4us_content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:960px){.b4us_content{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b4us_left{width:313px}@media screen and (max-width:960px){.b4us_left{width:100%;margin-bottom:50px}}.b4us_right{width:calc(859% * 100 / 1300)}@media screen and (max-width:1024px){.b4us_right{width:60%}}@media screen and (max-width:960px){.b4us_right{width:100%}}.b4us_title{display:block;line-height:48px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:40px;margin:0 0 32px 0}@media screen and (max-width:960px){.b4us_title{margin-bottom:15px}}@media screen and (max-width:767px){.b4us_title{line-height:1.2;font-size:30px}}.b4us_logo{max-width:144px;width:100%;margin:0}@media screen and (max-width:960px){.b4us_logo{max-width:100px}}@media screen and (max-width:767px){.b4us_logo{max-width:80px}}.b4us_logo img{max-width:100%;width:100%;height:auto;display:block}.b4us_items{margin:0 -31px}@media screen and (max-width:1024px){.b4us_items{margin:0 -15px}}@media screen and (max-width:767px){.b4us_items{margin:0}}.b4us_box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 31px 30px 31px}@media screen and (max-width:1024px){.b4us_box{padding:0 15px 30px 15px}}.b4us_icon{width:52px;margin:0 0 32px 0}@media screen and (max-width:767px){.b4us_icon{margin-bottom:15px}}.b4us_icon img{max-width:100%;width:100%;height:auto;display:block}.b4us_subtitle{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:20px;margin:0 0 8px 0}@media screen and (max-width:767px){.b4us_subtitle{line-height:1.1;font-size:18px}}.b4us_description{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (max-width:767px){.b4us_description{line-height:1.4;font-size:14px}}.b4us_description p{margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b5space{border-bottom:1px solid #000f30;padding:48px 0 128px 0}@media screen and (max-width:767px){.b5space{padding-bottom:80px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b6space{padding:48px 0 79px 0}@media screen and (max-width:1024px){.b6space{border-bottom:1px solid #000f30}}.b6space_items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:767px){.b6space_items{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.b6space_itembox{width:48.1771%;background-color:#fff;-webkit-box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 32px}@media screen and (max-width:767px){.b6space_itembox{width:100%;padding:40px 20px;margin-bottom:25px}.b6space_itembox:last-child{margin-bottom:0}}.b6space_up{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #ff825c;padding:0 0 20px 0}.b6space_image{width:80px;margin:0}.b6space_image img{max-width:100%;width:100%;height:auto;display:block;border-radius:50%}.b6space_texts{width:calc(100% - 100px)}.b6space_textup{display:block;line-height:28px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:20px;margin:0 0 4px 0}.b6space_texdown{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0}.b6space_down{padding:20px 0 0 0}.b6space_box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:0 0 12px 0}.b6space_box:last-child{margin-bottom:0}.b6space_box_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:20px;height:20px;color:#000f30;font-size:20px;margin:0 12px 0 0}.b6space_box_text{display:block;width:calc(100% - 32px);line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.b6space_box_text p{margin:0}@media screen and (min-width:1025px){.b6space_box_text a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b6space_box_text a:hover{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}}.b6space_wts{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#ff825c;padding:16px 24px;margin:22px 0 0 0}@media screen and (min-width:1025px){.b6space_wts{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.b6space_wts:hover{background-color:#e67553}}.b6space_wts_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:20px;height:20px;color:#000f30;font-size:20px;margin:0 4px 0 0}.b6space_wts_text{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b7space{background-color:#fff;-webkit-box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);box-shadow:0 12px 54px 0 rgba(0,15,48,0.08);padding:32px}@media screen and (max-width:767px){.b7space{padding:30px 20px}}.b7space_title{display:block;line-height:32px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:24px;margin:0 0 8px 0}@media screen and (max-width:767px){.b7space_title{line-height:1.1;font-size:20px}}.b7space_subtitle{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0 0 12px 0}.b7space_button{margin-top:16px}.b7space_button button{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;text-align:center}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b8space{overflow:hidden;background-color:#e6e7ea;padding:60px 0 34px 0}@media screen and (min-width:768px){.b8space_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.b8space_title{display:block;width:60%;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.b8space_title{width:100%;line-height:1.1;font-size:30px}}.b8space_controls{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.b8space_controls{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:10px}}.b8space_arrow{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:52px;height:52px;color:#000f30;cursor:pointer;font-size:52px;margin:0}@media screen and (max-width:767px){.b8space_arrow{width:40px;height:40px;font-size:40px}}.b8space_prev{margin-right:8px}.b8space_slider{width:calc(1024px + (1610 - 1024) * ((100vw - 320px) / (1920 - 320)));margin-left:-10px}@media screen and (max-width:1200px){.b8space_slider{width:calc(768px + (1174 - 768) * ((100vw - 320px) / (1200 - 320)))}}@media screen and (max-width:960px){.b8space_slider{width:calc(100% + 20px)}}@media screen and (max-width:767px){.b8space_slider{width:100%;margin:0}}.b8space_slider .slick-list{padding-right:15.9006%}@media screen and (max-width:960px){.b8space_slider .slick-list{padding-right:0}}.b8space_item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:32px 10px 30px 10px}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cardspace {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 54px 0px rgba(0,15,48,0.08);
  box-shadow: 0px 12px 54px 0px rgba(0,15,48,0.08);
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .cardspace {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .cardspace:hover {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
  }
  .cardspace:hover .cardspace_image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .cardspace:hover .cardspace_btn {
    background-color: #e67553;
  }
}
@media screen and (min-width: 961px) {
  .cardspace_width {
    max-width: 319px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cardspace_up {
  position: relative;
}
.cardspace_state {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 28px;
  line-height: 20px;
  background-color: #fff;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 0 12px;
  margin: 0;
}
.cardspace_image {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .cardspace_image {
    overflow: hidden;
  }
}
.cardspace_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .cardspace_image img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.cardspace_down {
  padding: 20px;
}
.cardspace_title {
  display: block;
  line-height: 24px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 4px 0;
}
.cardspace_subtitle {
  display: block;
  line-height: 16px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 12px 0;
}
.cardspace_area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cardspace_area_icon {
  width: 28px;
  margin: 0 4px 0 0;
}
.cardspace_area_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.cardspace_area_text {
  display: block;
  line-height: 16px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.cardspace_area_text strong {
  font-weight: 400;
}
.cardspace_area_text p {
  margin: 0;
}
.cardspace_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 48px;
  line-height: 24px;
  background-color: #ff825c;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .cardspace_btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.gpager .wp-pagenavi{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.gpager a[rel="prev"],.gpager a[rel="next"]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:24px;height:24px;color:#b0b5bf;font-size:24px;margin:0 6px}@media screen and (min-width:1025px){.gpager a[rel="prev"],.gpager a[rel="next"]{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.gpager a[rel="prev"]:hover,.gpager a[rel="next"]:hover{color:#ff825c}}.gpager .page,.gpager span.current{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:44px;height:44px;background-color:transparent;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;border-radius:50%;border-bottom:2px solid transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 6px}@media screen and (min-width:1025px){.gpager .page,.gpager span.current{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.gpager .page:hover,.gpager span.current:hover{background-color:#ff825c;color:#fff}}.gpager span.current{background-color:#ff825c;color:#fff}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.gbtn{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.gbtn_bd{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:56px;border:1px solid #000f30;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 24px;margin:0}@media screen and (min-width:1025px){.gbtn_bd{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.gbtn_bd:hover{background-color:#000f30}.gbtn_bd:hover .gbtn_text,.gbtn_bd:hover .gbtn_icon{color:#ff825c}}@media screen and (max-width:1024px){.gbtn_bd{height:50px}}.gbtn_text{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;margin:0}@media screen and (min-width:1025px){.gbtn_text{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}@media screen and (max-width:1024px){.gbtn_text{font-size:14px}}.gbtn_icon{display:block;color:#000f30;font-size:20px;margin:0 0 0 4px}@media screen and (min-width:1025px){.gbtn_icon{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}@media screen and (max-width:1024px){.gbtn_icon{font-size:16px}}.gbtn_icon.gbtn_icon_left{margin:0 4px 0 0}.gbtn_bd.bd_white{border-color:#fff}@media screen and (min-width:1025px){.gbtn_bd.bd_white:hover{background-color:#fff}.gbtn_bd.bd_white:hover .gbtn_text,.gbtn_bd.bd_white:hover .gbtn_icon{color:#000f30}}.gbtn_bd.bd_white .gbtn_text,.gbtn_bd.bd_white .gbtn_icon{color:#fff}.gbtn_bd.bd_orange{border-color:#ff825c}@media screen and (min-width:1025px){.gbtn_bd.bd_orange:hover{background-color:#ff825c}.gbtn_bd.bd_orange:hover .gbtn_text,.gbtn_bd.bd_orange:hover .gbtn_icon{color:#000f30}}.gbtn_bg{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:56px;background-color:#ff825c;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 24px;margin:0}@media screen and (min-width:1025px){.gbtn_bg{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.gbtn_bg:hover{background-color:#e67553}}@media screen and (max-width:1024px){.gbtn_bg{height:50px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.menu-mobile-close,.menu-mobile-open{background-color:#ff825c;border-radius:7%;color:#fff;cursor:pointer;font-size:28px;height:42px;line-height:42px;position:fixed;right:5px;text-align:center;top:5px;-webkit-transition:all 0.45s ease;-moz-transition:all 0.45s ease;-o-transition:all 0.45s ease;-ms-transition:all 0.45s ease;transition:all 0.45s ease;width:42px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.menu-mobile-open{opacity:1;-ms-filter:none;filter:none;visibility:hidden;z-index:1002}.menu-mobile-open.scrolling{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}.menu-mobile-open:hover{opacity:1;-ms-filter:none;filter:none}.menu-mobile-open.active{visibility:hidden;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);right:220px;z-index:1000;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-mobile-close{visibility:hidden;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);z-index:1000;background:#fff;color:c-first}.menu-mobile-close.active{visibility:visible;opacity:1;-ms-filter:none;filter:none;right:205px;z-index:1002;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.g4-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;display:none}.g4-loading.active{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.g4-loading img{position:relative;z-index:2}.g4-loading:after{z-index:1;content:"";top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.35;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";filter:alpha(opacity=35);position:absolute}.swal2-icon.swal2-error .swal2-x-mark{margin:0}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:none !important}.swal2-container.swal2-backdrop-show:after,.swal2-container.swal2-noanimation:after{content:"";top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.35;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";filter:alpha(opacity=35);position:absolute;z-index:1}.swal2-container .swal2-popup{z-index:2;border-radius:15px}.swal2-container .swal2-close:hover{color:#ff825c}.swal2-close:focus{-webkit-box-shadow:none !important;box-shadow:none !important;border:none !important;outline:none !important}.pop-response .swal2-icon.swal2-error,.pop-response .swal2-icon.swal2-success{border:none}.pop-response .swal2-title{font-size:20px}.wsp_fixed{display:block;width:38px;height:38px;position:fixed;right:35px;bottom:120px;z-index:5}@media screen and (max-width:1024px){.wsp_fixed{right:20px;bottom:70px}}@media screen and (max-width:767px){.wsp_fixed{bottom:40px}}@media screen and (max-width:745px){.wsp_fixed{bottom:64px}}.wsp_icon{width:100%;height:100%;position:relative;z-index:2}.wsp_icon img{max-width:100%;width:100%;height:auto;display:block}.wsp_gota1{display:block;width:55px;height:55px;background:rgba(92,207,63,0.29);border-radius:50%;-webkit-animation:gota 1s infinite ease;-moz-animation:gota 1s infinite ease;-o-animation:gota 1s infinite ease;-ms-animation:gota 1s infinite ease;animation:gota 1s infinite ease;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%}@media screen and (max-width:1024px){.wsp_gota1{width:55px;height:55px}}.wsp_gota2{display:block;width:80px;height:80px;background:rgba(92,207,63,0.2);border-radius:50%;-webkit-animation:gota 1s infinite ease;-moz-animation:gota 1s infinite ease;-o-animation:gota 1s infinite ease;-ms-animation:gota 1s infinite ease;animation:gota 1s infinite ease;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%}@media screen and (max-width:1024px){.wsp_gota2{width:65px;height:65px}}@-moz-keyframes gota{0%{opacity:1;-ms-filter:none;filter:none}20%{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}40%{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}60%{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}80%{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}100%{opacity:1;-ms-filter:none;filter:none}}@-webkit-keyframes gota{0%{opacity:1;-ms-filter:none;filter:none}20%{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}40%{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}60%{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}80%{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}100%{opacity:1;-ms-filter:none;filter:none}}@-o-keyframes gota{0%{opacity:1;-ms-filter:none;filter:none}20%{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}40%{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}60%{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}80%{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}100%{opacity:1;-ms-filter:none;filter:none}}@keyframes gota{0%{opacity:1;-ms-filter:none;filter:none}20%{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}40%{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}60%{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}80%{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}100%{opacity:1;-ms-filter:none;filter:none}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.g5-input-three{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.g5-input-three .g5-input,.g5-input-three .g5-select,.g5-input-three .g5-textarea{width:32.5%}.g5-input-two{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.g5-input-two .g5-input,.g5-input-two .g5-select,.g5-input-two .g5-textarea{width:48.5%}.g5-wrap-form{max-width:613px;margin:0 auto}.g5-input,.g5-select,.g5-textarea{margin-bottom:8px;position:relative;background-color:transparent;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d9dbe0;background-color:#fff;border-radius:0}@media screen and (max-width:480px){.g5-input,.g5-select,.g5-textarea{margin-bottom:10px}}.g5-input ::-webkit-input-placeholder,.g5-select ::-webkit-input-placeholder,.g5-textarea ::-webkit-input-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.g5-input :-moz-placeholder,.g5-select :-moz-placeholder,.g5-textarea :-moz-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.g5-input ::-moz-placeholder,.g5-select ::-moz-placeholder,.g5-textarea ::-moz-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.g5-input :-ms-input-placeholder,.g5-select :-ms-input-placeholder,.g5-textarea :-ms-input-placeholder{color:#000f30;font-family:'Alexandria',sans-serif}.g5-input.inFocus,.g5-select.inFocus,.g5-textarea.inFocus{border-color:c-18}.g5-input.inFocus span,.g5-select.inFocus span,.g5-textarea.inFocus span{color:#f00}.g5-input input,.g5-select input,.g5-textarea input,.g5-input select,.g5-select select,.g5-textarea select,.g5-input textarea,.g5-select textarea,.g5-textarea textarea{border:0;width:100%;height:36px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;line-height:100%;background:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 12px;line-height:40px;position:absolute;color:#000f30;left:0;bottom:0;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;overflow:hidden}.g5-input input:-webkit-autofill,.g5-select input:-webkit-autofill,.g5-textarea input:-webkit-autofill,.g5-input select:-webkit-autofill,.g5-select select:-webkit-autofill,.g5-textarea select:-webkit-autofill,.g5-input textarea:-webkit-autofill,.g5-select textarea:-webkit-autofill,.g5-textarea textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 200px #fff inset;-webkit-text-fill-color:#081a40;border-radius:5px;-webkit-background-color:transparent !important}.g5-input input:focus ~ label span,.g5-select input:focus ~ label span,.g5-textarea input:focus ~ label span,.g5-input select:focus ~ label span,.g5-select select:focus ~ label span,.g5-textarea select:focus ~ label span,.g5-input textarea:focus ~ label span,.g5-select textarea:focus ~ label span,.g5-textarea textarea:focus ~ label span{-webkit-transform:translate3d(0,-13px,0);-moz-transform:translate3d(0,-13px,0);-o-transform:translate3d(0,-13px,0);-ms-transform:translate3d(0,-13px,0);transform:translate3d(0,-13px,0);font-size:12px;opacity:1;-ms-filter:none;filter:none;color:#000f30;font-family:'Alexandria',sans-serif}.g5-input input:focus ~ label i,.g5-select input:focus ~ label i,.g5-textarea input:focus ~ label i,.g5-input select:focus ~ label i,.g5-select select:focus ~ label i,.g5-textarea select:focus ~ label i,.g5-input textarea:focus ~ label i,.g5-select textarea:focus ~ label i,.g5-textarea textarea:focus ~ label i,.g5-input input:focus ~ label .g5-icoinpu,.g5-select input:focus ~ label .g5-icoinpu,.g5-textarea input:focus ~ label .g5-icoinpu,.g5-input select:focus ~ label .g5-icoinpu,.g5-select select:focus ~ label .g5-icoinpu,.g5-textarea select:focus ~ label .g5-icoinpu,.g5-input textarea:focus ~ label .g5-icoinpu,.g5-select textarea:focus ~ label .g5-icoinpu,.g5-textarea textarea:focus ~ label .g5-icoinpu{font-size:24px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.g5-input input:focus ~ label .g5-icoinput,.g5-select input:focus ~ label .g5-icoinput,.g5-textarea input:focus ~ label .g5-icoinput,.g5-input select:focus ~ label .g5-icoinput,.g5-select select:focus ~ label .g5-icoinput,.g5-textarea select:focus ~ label .g5-icoinput,.g5-input textarea:focus ~ label .g5-icoinput,.g5-select textarea:focus ~ label .g5-icoinput,.g5-textarea textarea:focus ~ label .g5-icoinput{font-size:15px}.g5-input select,.g5-select select,.g5-textarea select{color:#000f30;cursor:pointer;padding-right:35px}.g5-input select::-ms-expand,.g5-select select::-ms-expand,.g5-textarea select::-ms-expand{display:none}.g5-input select[disabled] + .input-label,.g5-select select[disabled] + .input-label,.g5-textarea select[disabled] + .input-label{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}.g5-input input[disabled] + .input-label,.g5-select input[disabled] + .input-label,.g5-textarea input[disabled] + .input-label{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}.g5-input label,.g5-select label,.g5-textarea label{display:block;height:54px;pointer-events:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:10px}.g5-input label.fijar span,.g5-select label.fijar span,.g5-textarea label.fijar span{-webkit-transform:translate3d(0,-13px,0);-moz-transform:translate3d(0,-13px,0);-o-transform:translate3d(0,-13px,0);-ms-transform:translate3d(0,-13px,0);transform:translate3d(0,-13px,0);font-family:'Alexandria',sans-serif;font-size:12px;opacity:1;-ms-filter:none;filter:none;color:#000f30}.g5-input label.fijar i,.g5-select label.fijar i,.g5-textarea label.fijar i,.g5-input label.fijar .g5-icoinput,.g5-select label.fijar .g5-icoinput,.g5-textarea label.fijar .g5-icoinput{font-size:24px}.g5-input label.fijar .g5-icoinput,.g5-select label.fijar .g5-icoinput,.g5-textarea label.fijar .g5-icoinput{font-size:15px}.g5-input label i,.g5-select label i,.g5-textarea label i,.g5-input label .g5-icoinput,.g5-select label .g5-icoinput,.g5-textarea label .g5-icoinput{font-size:24px;color:#000f30;position:absolute;right:8px;bottom:11px;display:inline-block;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;color:#000f30;-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;-moz-transition:-moz-transform 0.2s, opacity 0.2s, font-size 0.2s;-o-transition:-o-transform 0.2s, opacity 0.2s, font-size 0.2s;-ms-transition:-ms-transform 0.2s, opacity 0.2s, font-size 0.2s;transition:transform 0.2s, opacity 0.2s, font-size 0.2s}.g5-input label .g5-icoinput,.g5-select label .g5-icoinput,.g5-textarea label .g5-icoinput{color:#ff825c;font-size:9px;top:17px;bottom:inherit;left:25px;right:inherit}.g5-input label strong,.g5-select label strong,.g5-textarea label strong{color:#ff825c;font-weight:normal;margin-left:4px}.g5-input .no-effect span,.g5-select .no-effect span,.g5-textarea .no-effect span,.g5-input .no-effect i,.g5-select .no-effect i,.g5-textarea .no-effect i,.g5-input .no-effect .g5-icoinput,.g5-select .no-effect .g5-icoinput,.g5-textarea .no-effect .g5-icoinput{-webkit-transform:inherit !important;-moz-transform:inherit !important;-o-transform:inherit !important;-ms-transform:inherit !important;transform:inherit !important}.g5-input .no-effect span,.g5-select .no-effect span,.g5-textarea .no-effect span{font-size:16px !important}.g5-input span,.g5-select span,.g5-textarea span{-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-o-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;padding:0 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;-moz-transition:-moz-transform 0.2s, opacity 0.2s, font-size 0.2s;-o-transition:-o-transform 0.2s, opacity 0.2s, font-size 0.2s;-ms-transition:-ms-transform 0.2s, opacity 0.2s, font-size 0.2s;transition:transform 0.2s, opacity 0.2s, font-size 0.2s;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;height:100%;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-moz-box-pack:start;-o-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px}.g5-input.two-inner{border-bottom:none}@media screen and (min-width:641px){.g5-input.two-inner .g5-input,.g5-input.two-inner .g5-select,.g5-input.two-inner .g5-textarea{margin-bottom:0}}.g5-input-file{background-color:#e6e7ea;border:2px dashed #e6e7ea}.g5-input-file label{pointer-events:inherit;position:relative;z-index:2;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-input-file input{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);height:52px;cursor:pointer}.g5-input-file .g5-icoinput:before{color:#041e48;font-size:20px}.g5-text-input{line-height:1.1;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:41px}@media screen and (min-width:961px){.g5-text-input{padding-right:50px}}@media screen and (min-width:768px){.g5-text-input{padding-right:15px}}.g5-inpufile-text{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;line-height:1.2;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:14px;pointer-events:none;height:100%;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:410px){.g5-inpufile-text{display:none}}.g5-textarea{width:100%}.g5-textarea textarea{line-height:100%;height:80px;position:static;padding-top:23px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-textarea label{height:15px;position:absolute;top:15px;left:0;width:100%}.g5-textarea label span{height:100%}.g5-check-item{margin-bottom:18px}.g5-check-item:last-child{margin-bottom:0}.g5-terminos{position:relative}.g5-terminos input[type="checkbox"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;top:0;left:0}.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after{opacity:1;-ms-filter:none;filter:none;visibility:visible}.g5-terminos_nota{position:relative;display:block;padding-left:30px}.g5-title-block{font-size:18px;font-family:t-2;margin-bottom:25px;color:#e6e7ea}.g5-terminos_text{line-height:1.1;color:#000b24;font-family:'Alexandria',sans-serif;font-weight:300;font-size:12px}.g5-terminos_text strong{color:#ff825c;font-weight:400}.g5-terminos_text p{margin:0}.g5-terminos_text a{color:#ff825c;font-weight:400}.g5-terminos_text a:hover{text-decoration:underline}.g5-terminos_icon{position:absolute;top:0;bottom:0;left:0;display:block;width:18px;height:18px;margin:auto}.g5-terminos_icon:before{content:"";width:100%;height:100%;background-color:#ff825c;border:1px solid #ff825c;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;border-radius:2px;top:0;left:0}.g5-terminos_icon:after{content:"\e90a";display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100%;color:#fff;font-family:'icomoon';font-size:10px;text-align:center;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;position:absolute;top:0;left:0}.g5-required{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:12px;margin:16px 0 21px 0}.g5-input-radio{width:20%}.g5-input-radio input{display:none}.g5-input-radio input:checked + label:after{opacity:1;-ms-filter:none;filter:none}.g5-input-radio input:checked + label:before{border:2px solid #ff825c}.g5-input-radio label{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-size:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;line-height:24px;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative}.g5-input-radio label:before{content:"";width:20px;height:20px;border-radius:100%;border:2px solid #ff825c;display:inline-block;margin-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-input-radio label:after{content:"";width:12px;height:12px;border-radius:100%;background-color:#ff825c;position:absolute;top:0;bottom:0;left:4px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto}@media screen and (max-width:480px){.g5-input-radio{width:50%}}@media screen and (max-width:960px){.g5-input.two-inner{width:100%}}@media screen and (max-width:745px){.g5-input-three .g5-input,.g5-input-three .g5-select,.g5-input-three .g5-textarea{width:100%}}@media screen and (max-width:640px){.g5-politicas{margin-top:30px}.g5-input-two:not(.b23-tipodoc){-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.g5-input-two:not(.b23-tipodoc) .g5-input,.g5-input-two:not(.b23-tipodoc) .g5-select{width:100%}.g5-input-two.two-in-two,.g5-input.two-inner{margin-bottom:0}}@media screen and (max-width:480px){.g5-select label i{right:6px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.wrapp-iframe-general{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:6px;overflow:hidden;background-color:#9fab26;display:block;padding-top:0}.wrapp-iframe-general:first-child{padding-top:6px}.name-dev{position:absolute;top:2px;left:0;font-family:'Arial',sans-serif;color:#9fab26;border-bottom:2px solid #9fab26;text-transform:uppercase;margin-left:15px}.btn-copy{background-color:#9fab26;display:inline-block;color:#fff;margin-bottom:10px;padding:5px;cursor:pointer}.btn-copy.hover{background-color:#808080}.inner-general{background:#fff;padding:20px 0}.general-wrapper{padding:10px;border:1px dashed #808080;width:98%;margin:auto;margin-top:30px}.block-general{padding:5px}.page-tablon header,.page-tablon footer{display:none}.tablon-item{padding:30px;padding-top:10px;border-bottom:1px solid #eee}.tablon-item:nth-child(even){background-color:#eee}.tablon-title{margin-bottom:20px;display:inline-block;padding:5px 10px;background-color:#808080;color:#fff}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b27{padding-top:64px;padding-bottom:55px}@media screen and (max-width:745px){.b27{padding-top:70px}}.b27-head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;max-width:590px;width:100%;margin:0 0 36px 0}.b27-image{width:74px;margin:0}@media screen and (max-width:745px){.b27-image{width:50px}}.b27-image img{max-width:100%;width:100%;height:auto;display:block}.b27-title{width:calc(100% - 110px);line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px}@media screen and (max-width:745px){.b27-title{width:calc(100% - 60px);line-height:1.1;font-size:30px}}.b27-description{font-size:16px;line-height:23px}@media screen and (min-width:1025px){.b27-description{padding:0 110px}}.b27-description a{color:#000f30}.b27-description p{max-width:1080px;margin:0 auto;line-height:24px;font-family:'Alexandria',sans-serif;font-weight:300;text-align:left;margin-bottom:33px}.b27-description strong{color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300}.b27-description h1,.b27-description h2,.b27-description h3,.b27-description h4,.b27-description h5,.b27-description h6{max-width:1080px;margin:0 auto;margin-bottom:21px}.b27-description h1{font-size:30px;line-height:36px}.b27-description h2{font-size:24px;line-height:32px}.b27-description h3{color:#000f30;font-size:20px;line-height:28px;text-transform:uppercase}.b27-description h4{font-size:18px;line-height:24px;color:#000f30}.b27-description h5{font-size:16px;line-height:26px}.b27-description h6{font-size:14px;line-height:24px}.b27-description ul{padding-left:10px;max-width:1080px;margin-bottom:15px}.b27-description ul li{padding-left:12px;position:relative;padding-bottom:10px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;list-style:none;text-align:left}.b27-description ul li strong{font-family:'Alexandria',sans-serif;font-weight:300}.b27-description ul li:last-child{padding-bottom:0}.b27-description ul li:after{content:"";width:4px;height:4px;background-color:#000f30;border-radius:50%;position:absolute;left:0;top:10px;bottom:0}.b27-description table{width:100%;max-width:1080px;margin:0 auto;border:1px solid #d9dbe0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:48px;margin-bottom:50px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300}.b27-description table strong{font-weight:400;font-size:18px}.b27-description table tr{border:1px solid #d9dbe0}.b27-description table tr th{font-family:'Alexandria',sans-serif;font-weight:300;border-right:1px solid #d9dbe0;text-align:left;padding-left:27px;padding-right:27px;height:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b27-description table tr td{font-weight:300;border-right:1px solid #d9dbe0;padding:27px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b27-description table tr td:first-child{max-width:300px}@media screen and (max-width:745px){.b27-description{font-size:14px;line-height:20px}.b27-description table{margin-top:40px;margin-bottom:30px}.b27-description table tr th{padding-left:10px;padding-right:10px}.b27-description table tr td{padding-left:10px;padding-right:10px;line-height:16px;font-size:12px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b38{background-color:#e6e7ea;padding:60px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:745px){.b38{padding:40px 0}}.b38-title{font-size:28px;line-height:34px;font-weight:400;color:#000f30;margin-bottom:45px}@media screen and (max-width:745px){.b38-title{font-size:24px;line-height:30px;margin-bottom:20px}}.b38-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width:960px){.b38-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.b38-list{grid-template-columns:1fr}}.b38-item{width:100%}.b38-image{margin-bottom:24px;display:block}.b38-image img{max-width:100%;height:auto;border-radius:20px}.b38-title-item{font-size:18px;line-height:24px;font-weight:400;color:#000f30;margin-bottom:10px;display:block}.b38-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-weight:300;font-size:12px;line-height:16px;text-transform:uppercase;color:#000f30;margin-bottom:10px}.b38-cnt-etiqueta .b38-etiqueta{margin:0;position:relative;margin-right:30px}.b38-cnt-etiqueta .b38-etiqueta:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}.b38-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30;margin-bottom:18px}.b38-author a{font-weight:400;margin:0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.pvc_stats{display:none !important}.b39{padding:64px 0}.b39 .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:1024px){.b39 .wancho{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:745px){.b39{padding:40px 0}}.b39-left{width:21.2%}@media screen and (max-width:1024px){.b39-left{width:100%}}.b39-title-red{font-weight:400;font-size:18px;line-height:24px;color:#000f30;margin-bottom:18px}.b39-cnt-redes{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b39-cnt-item-red{margin:0;color:#000f30;height:40px;width:40px;border-radius:100%;margin-right:15px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-size:24px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;border:1px solid #000f30}.b39-cnt-item-red:last-child{margin-right:0}.b39-cnt-item-red:hover{color:#ff825c;border:1px solid #ff825c}.b39-center{width:49.8%}@media screen and (max-width:1024px){.b39-center{width:100%;padding-top:40px;margin-bottom:20px}}.b39-content{font-weight:300;margin-bottom:70px}.b39-content p{font-size:16px;line-height:22px;color:#000f30;margin-bottom:14px}.b39-content h3{font-size:18px;line-height:24px;font-weight:400;padding-top:14px;margin-bottom:20px}.b39-content img{max-width:100%;height:auto;width:100%;border-radius:15px}@media screen and (max-width:745px){.b39-content{margin-bottom:30px}.b39-content p{font-size:15px;line-height:20px}}.b39-title-author{font-weight:300;font-size:28px;line-height:34px;color:#000f30;padding-bottom:20px;border-bottom:1px solid #000f30;margin-bottom:28px}@media screen and (max-width:745px){.b39-title-author{font-size:25px;line-height:30px}}.b39-info-author{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}@media screen and (max-width:745px){.b39-info-author{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:745px){.b39-perfil{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;margin-bottom:20px}}.b39-image{margin-right:34px}.b39-image img{max-width:100%;height:auto}@media screen and (max-width:745px){.b39-image{width:80px;margin-right:0}}.b39-res-text{display:none}@media screen and (max-width:745px){.b39-res-text{display:block;width:calc(100% - 90px)}}.b39-cnt-text{max-width:487px}@media screen and (max-width:1024px){.b39-cnt-text{max-width:83%}}@media screen and (max-width:745px){.b39-cnt-text{max-width:100%}.b39-cnt-text .b39-name,.b39-cnt-text .b39-position{display:none}}.b39-name{font-size:18px;line-height:24px;font-weight:400;color:#000f30;margin-bottom:5px}.b39-position{font-weight:300;font-size:14px;line-height:18px;text-transform:uppercase;color:#000f30;margin-bottom:15px}.b39-description{font-weight:300;font-size:16px;line-height:22px;color:#000f30}.b39-right{width:21.1%}@media screen and (max-width:1024px){.b39-right{width:100%}}.b39-formulario{padding:42px 32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#e6e7ea;border-radius:20px}.b39-formulario .g5-input{position:relative;background-color:transparent;border-radius:5px}.b39-formulario .g5-input label{height:44.5px}.b39-formulario .g5-terminos_text{font-size:12px;line-height:18px}@media screen and (max-width:745px){.b39-formulario{padding:24px}}.b39-title-form{font-size:18px;line-height:24px;color:#000f30;font-weight:400;margin-bottom:10px}.b39-description-form{font-weight:300;font-size:14px;line-height:20px;color:#000f30}.b39-btn{width:46.5px;height:46.5px;background-color:#ff825c;border-radius:5px;border:none;position:absolute;right:-1px;top:-1.5px}.b39-btn i{color:#fff;font-size:20px}.b39-bg-promotion{display:block;width:100%;height:393px;background-position:center;background-size:cover;border-radius:20px;margin-top:34px}@media screen and (max-width:1000px){.b39-bg-promotion{width:40%;height:420px}}@media screen and (max-width:745px){.b39-bg-promotion{width:275px;height:392px}}@media screen and (max-width:480px){.b39-bg-promotion{width:100%}}.b39-tabla #ez-toc-container{border:none;-webkit-box-shadow:none;box-shadow:none;padding-left:0;padding-right:0}.b39-tabla .ez-toc-title-container{border-bottom:1px solid #b6b6b6;margin-bottom:20px;padding-bottom:8px}.b39-tabla .ez-toc-js-icon-con > span{display:none}.b39-tabla .ez-toc-js-icon-con:after{content:'\e914';font-family:'icomoon';font-size:20px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.b39-tabla #ez-toc-container.toc_close .ez-toc-js-icon-con:after{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.b39-tabla #ez-toc-container nav ul{border-bottom:1px solid #b6b6b6;padding-bottom:20px}.b39-tabla #ez-toc-container nav ul li{font-weight:300}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b40progress_js{position:relative;width:72px;height:72px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.b40progress-circle{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.b40progress_background{fill:none;stroke:#e6e7ea;stroke-width:3}.b40progress_bar{fill:none;stroke:#ff825c;stroke-width:3;stroke-dasharray:189;stroke-dashoffset:189;-webkit-transition:stroke-dashoffset 0.6s ease;-moz-transition:stroke-dashoffset 0.6s ease;-o-transition:stroke-dashoffset 0.6s ease;-ms-transition:stroke-dashoffset 0.6s ease;transition:stroke-dashoffset 0.6s ease}.b40progress_percentage{position:absolute;color:#ff825c;font-family:'Alexandria',sans-serif;font-weight:600;font-size:20px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b41{background-color:#e6e7ea}.b41-bottom{display:grid;place-items:center;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1024px){.b41-bottom{grid-template-columns:1fr}}.b41-image{width:100%;height:500px;background-size:cover;background-position:center}@media screen and (max-width:745px){.b41-image{height:300px}}.b41-cnt-date{width:100%;padding-left:78px;padding-right:150px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1024px){.b41-cnt-date{padding-left:0;padding:40px 20px}}@media screen and (max-width:745px){.b41-cnt-date{padding:30px 20px}}.b41-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-weight:300;font-size:14px;line-height:18px;text-transform:uppercase;color:#000f30;margin-bottom:15px}.b41-cnt-etiqueta a{margin:0;position:relative;margin-right:30px}.b41-cnt-etiqueta a:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}.b41-title-post{font-size:32px;line-height:38px;color:#000f30;font-weight:400;margin-bottom:15px;display:block}@media screen and (max-width:1024px){.b41-title-post{font-size:25px;line-height:30px}}.b41-description-post{font-size:16px;line-height:22px;color:#000f30;font-weight:300;margin-bottom:25px}.b41-description-post p{margin:0}.b41-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30}.b41-author a{margin:0;font-weight:400}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b44{padding-top:44px;padding-bottom:48px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#e6e7ea}.b44 .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:1000px){.b44 .wancho{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:745px){.b44{padding:40px 0}}.b44-image{width:10%;margin-right:23px}.b44-image img{border-radius:100%;max-width:100%;height:auto}@media screen and (max-width:1000px){.b44-image{width:100%;margin-bottom:20px}}.b44-right{width:88.2%}@media screen and (max-width:1000px){.b44-right{width:100%}}.b44-name{font-size:28px;line-height:32px;font-weight:400;color:#000f30;margin-bottom:5px}@media screen and (max-width:745px){.b44-name{font-size:24px;line-height:30px}}.b44-position{font-weight:300;font-size:14px;line-height:18px;color:#000f30;margin-bottom:15px}@media screen and (max-width:745px){.b44-position{font-size:13px}}.b44-description{font-weight:300;font-size:16px;line-height:22px;color:#000f30}.b44-description p{margin:0}@media screen and (max-width:745px){.b44-description{font-size:15px;line-height:20px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b45{padding-top:44px;padding-bottom:47px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#e6e7ea}.b45-title{font-size:40px;line-height:48px;color:#000f30;font-weight:400;margin-bottom:10px}@media screen and (max-width:768px){.b45-title{font-size:30px;line-height:36px}}.b45-description{font-weight:300;font-size:16px;line-height:22px;color:#000f30}.b45-description p{margin:0}@media screen and (max-width:768px){.b45-description{font-size:15px;line-height:20px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b46{padding:60px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:768px){.b46{padding:40px 0}}.b46-title{font-size:18px;line-height:24px;font-weight:400;color:#000f30;margin-bottom:5px}.b46-description{font-size:16px;line-height:22px;color:#000f30;font-weight:300;margin-bottom:45px}.b46-description p{margin:0}.b46-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.b46-item{width:31.4%;margin-left:3.5%}.b46-item:first-child{width:64.8%;margin-left:0}.b46-item:first-child .b46-title-item{font-size:28px;line-height:36px}.b46-item:first-child .b46-cnt-etiqueta{font-size:14px;line-height:18px}.b46-item:first-child .b46-author{display:none}@media screen and (max-width:768px){.b46-item{width:100%;margin-left:0}.b46-item:first-child{width:100%;margin-bottom:20px}.b46-item:first-child .b46-title-item{font-size:18px;line-height:24px}}.b46-image{margin-bottom:24px;display:block}.b46-image img{max-width:100%;height:auto;border-radius:20px}@media screen and (max-width:768px){.b46-image{margin-bottom:15px}}.b46-title-item{font-size:18px;line-height:24px;font-weight:400;color:#000f30;margin-bottom:10px;display:block}.b46-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-weight:300;font-size:12px;line-height:16px;text-transform:uppercase;color:#000f30;margin-bottom:10px}.b46-cnt-etiqueta .b46-etiqueta{display:block;position:relative;margin:0;margin-right:30px}.b46-cnt-etiqueta .b46-etiqueta:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}.b46-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30;display:block}.b46-author a{font-weight:400}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b47{padding-top:80px;padding-bottom:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:745px){.b47{padding-top:40px;padding-bottom:80px}}.b47 .wancho{position:relative}.b47-symbol{width:74px;position:absolute;top:-16px;left:0;margin:0}@media screen and (max-width:960px){.b47-symbol{display:none}}.b47-symbol img{max-width:100%;width:100%;height:auto;display:block}.b47-title-libro{line-height:60px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:52px;text-align:center;margin-bottom:20px}@media screen and (max-width:745px){.b47-title-libro{font-size:30px;line-height:1.2}}.b47-description-libro{max-width:792px;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 auto;margin-bottom:24px;line-height:24px;color:#000f30;text-align:center}@media screen and (max-width:745px){.b47-description-libro{margin-bottom:30px}}.b47-libro-box{padding-bottom:19px;margin-top:28px;border-bottom:1px solid #e3dcfe}.b47-libro-box.observacion{margin-bottom:30px}.b47-libro-box:last-child{border:none}.b47-title-box{font-size:18px;line-height:24px;font-family:'Alexandria',sans-serif;font-weight:600;color:#000f30;margin-bottom:17px}.b47-libro-down{max-width:792px;margin:0 auto}.b47-subtitle-libro{line-height:16px;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;color:#000b24;margin-bottom:24px}.b47-nota{line-height:21px;font-family:'Alexandria',sans-serif;font-weight:300;font-size:12px;color:#000f30}.b47-nota p{margin:0}.b47-reclamo-menor{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;font-family:'Alexandria',sans-serif;font-size:12px;color:c-17}.b47-reclamo-menor p{width:48.5%;margin:0}@media screen and (max-width:640px){.b47-reclamo-menor{display:block}.b47-reclamo-menor p{width:100%;margin-bottom:8px}}.b47-box-reclamo{font-size:14px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;line-height:20px;margin-bottom:14px}.b47-box-reclamo p{margin:0}.b47-libro-observacion{color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;line-height:20px}.b47-libro-observacion p{margin:0;margin-bottom:8px}.b47-libro-formulacion{font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;color:#000f30;line-height:20px;margin-bottom:25px}.b47-libro-formulacion p{margin:0;margin-bottom:20px}.b47-list-radios{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px}.b47-date{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:640px){.b47-date{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}.b47-date-item{width:48.5%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:6px}@media screen and (max-width:640px){.b47-date-item{width:100%;margin-bottom:20px}.b47-date-item:last-child{margin-bottom:0}}.b47-date-item.codigo{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;background-color:#e6e7ea;text-align:left;color:#000f30;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 16px 0 16px}@media screen and (max-width:960px){.b47-date-item.codigo{height:80px}}.b47-date-item.codigo span{margin:0;font-family:'Alexandria',sans-serif;font-weight:300;font-size:12px;line-height:16px}.b47-date-item.codigo p{font-size:16px;line-height:24px;font-family:'Alexandria',sans-serif;font-weight:400;margin-bottom:4px}.b47-date-item.date{background-color:#e6e7ea;height:60px;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0}@media screen and (min-width:480px) and (max-width:960px){.b47-date-item.date{height:80px}}.b47-date-item.date span{margin:0;font-size:14px;line-height:16px;color:#000f30}.b47-date-item.date span input{border:none;background:none;text-align:end;font-family:'Alexandria',sans-serif;font-weight:300;cursor:unset}.b47-date-item.date p{font-family:'Alexandria',sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#000f30}.b47-date-item p{margin:0}.b47-sede-ruc:before{content:"";width:100%;height:100%;background:transparent;position:absolute;top:0;left:0;z-index:100}.b47-sede-ruc input{cursor:unset}.b47-btn{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:29px}.b47-btn button{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;min-width:240px}.b47-check-age{margin:10px 0 18px 0}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b48{margin-bottom:45px}.b48 .wancho{background-color:#e6e7ea;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:38px 75px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px;position:relative}@media screen and (max-width:1000px){.b48 .wancho{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (max-width:745px){.b48 .wancho{padding:20px 30px}}.b48-title{padding-left:20px;width:55%;font-weight:300;font-size:28px;line-height:32px;color:#000f30;border-left:4px solid #ff825c}.b48-title strong{font-weight:400}.b48-title p{margin:0}@media screen and (max-width:1000px){.b48-title{width:100%;margin-bottom:20px}}@media screen and (max-width:745px){.b48-title{font-size:20px;line-height:25px}}@media screen and (max-width:600px){.b48-title{padding-left:0;border:none;font-size:18px}}.b48-form{width:37.7%}@media screen and (max-width:1000px){.b48-form{width:100%}}.b48-title-form{font-size:14px;font-weight:400;line-height:18px;color:#000f30;margin-bottom:5px;text-transform:uppercase}@media screen and (max-width:745px){.b48-title-form{font-size:12px;line-height:16px}}.b48-image{display:none;position:absolute;right:0;top:0}.b48-image img{max-width:100%;height:auto}.b48-cnt-form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b48-cnt-form .g5-input{width:64%;margin-bottom:0}@media screen and (max-width:600px){.b48-cnt-form{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.b48-cnt-form .g5-input{width:100%;margin-bottom:15px}}.b48-ctn-btn{position:relative}@media screen and (max-width:1024px){.b48-ctn-btn .gbtn_bg{height:56px}}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b49{padding-top:40px;padding-bottom:50px}.b49 .g0-cnt-btn{margin-top:45px}.b49-list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media screen and (max-width:1024px){.b49-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.b49-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:620px){.b49-list{grid-template-columns:1fr}}.b49-item{display:block;margin:0}@media screen and (min-width:1025px){.b49-item:hover .b49-image img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}.b49-image{margin-bottom:15px;border-radius:15px;display:block}@media screen and (min-width:1025px){.b49-image{overflow:hidden}}.b49-image img{max-width:100%;height:auto}@media screen and (min-width:1025px){.b49-image img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}.b49-title{font-size:18px;line-height:24px;font-weight:400;color:#000f30;min-height:76.5px;margin-bottom:10px;display:block}.b49-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-size:12px;line-height:16px;text-transform:uppercase;color:#000f30;font-weight:300;margin-bottom:10px}.b49-cnt-etiqueta .b49-etiqueta{margin:0;position:relative;margin-right:30px}.b49-cnt-etiqueta .b49-etiqueta:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}.b49-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30;margin-bottom:18px}.b49-author a{font-weight:400;margin:0}.b49-acount{font-weight:300;font-size:18px;line-height:24px;margin-bottom:33px}.b49-acount span{color:#000f30;font-weight:400}.b49-btn-more{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:30px;margin-bottom:20px}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.b50{padding-top:55px;padding-bottom:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#e6e7ea}@media screen and (max-width:768px){.b50{padding:40px 0}}.b50-top{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:48px}@media screen and (max-width:768px){.b50-top{margin-bottom:40px;border-bottom:1px solid rgba(255,130,92,0.5);padding-bottom:10px}}.b50-ancla{width:120px;height:120px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:100%;border:1px solid #ff825c;margin:0;margin-right:25px}.b50-ancla i{font-size:30px;color:#ff825c}@media screen and (max-width:1000px){.b50-ancla{display:none}}.b50-title{font-weight:300;font-size:40px;line-height:48px;color:#000f30;margin-bottom:10px}.b50-title strong{font-weight:400}@media screen and (max-width:768px){.b50-title{font-size:30px;line-height:36px}}.b50-description{font-size:16px;line-height:21px;color:#000f30;font-weight:300}@media screen and (max-width:768px){.b50-description{font-size:15px;line-height:19px}}.b50-bottom{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:1024px){.b50-bottom{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.b50-image{width:49.2%}.b50-image img{border-radius:20px;width:100%;display:block;height:auto}@media screen and (max-width:1024px){.b50-image{width:100%;margin-bottom:40px}}@media screen and (max-width:768px){.b50-image{margin-bottom:20px}}.b50-cnt-date{width:46%}@media screen and (max-width:1024px){.b50-cnt-date{width:100%}}.b50-cnt-etiqueta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-size:14px;font-weight:300;line-height:18px;text-transform:uppercase;color:#000f30;margin-bottom:15px}.b50-cnt-etiqueta a{margin:0;position:relative;margin-right:30px}.b50-cnt-etiqueta a:after{content:'';display:block;position:absolute;right:-15px;top:0;bottom:0;margin:auto 0;width:4px;height:4px;background-color:#ff825c;border-radius:100%}@media screen and (max-width:745px){.b50-cnt-etiqueta{font-size:12px;line-height:16px}}.b50-title-post{font-size:32px;line-height:38px;color:#000f30;font-weight:400;margin-bottom:15px;display:block}@media screen and (max-width:768px){.b50-title-post{font-size:25px;line-height:30px}}.b50-description-post{font-size:16px;line-height:22px;color:#000f30;font-weight:300;margin-bottom:25px}.b50-description-post p{margin:0}@media screen and (max-width:768px){.b50-description-post{font-size:15px;line-height:20px}}.b50-author{text-transform:uppercase;font-weight:300;font-size:12px;line-height:16px;color:#000f30}.b50-author a{margin:0;font-weight:400}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}
.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.sliderblock{overflow:hidden}.sliderblock_content{border-top:1px solid #000f30;padding:48px 0 80px 0}@media screen and (max-width:767px){.sliderblock_content{padding-top:30px;padding-bottom:60px}}.sliderblock_up{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:32px}@media screen and (max-width:767px){.sliderblock_up{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;-webkit-box-align:inherit;-moz-box-align:inherit;-o-box-align:inherit;-ms-flex-align:inherit;-webkit-align-items:inherit;align-items:inherit}}.sliderblock_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:calc(525% * 100 / 1300)}@media screen and (max-width:1024px){.sliderblock_head{width:60%}}@media screen and (max-width:960px){.sliderblock_head{width:70%}}@media screen and (max-width:767px){.sliderblock_head{width:100%}}.sliderblock_icon{width:16px;margin:0 20px 0 0}.sliderblock_icon img{max-width:100%;width:100%;height:auto;display:block}.sliderblock_title{display:block;width:calc(100% - 36px);line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0}@media screen and (max-width:767px){.sliderblock_title{line-height:1.2;font-size:28px}}.sliderblock_controls{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.sliderblock_controls{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:20px}}.sliderblock_arrow{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:52px;height:52px;color:#000f30;cursor:pointer;font-size:52px;margin:0}@media screen and (max-width:767px){.sliderblock_arrow{width:40px;height:40px;font-size:40px}}.sliderblock_prev{margin-right:8px}.sliderblock_slider{width:calc(1024px + (1610 - 1024) * ((100vw - 320px) / (1920 - 320)));margin-left:-10px}@media screen and (max-width:1200px){.sliderblock_slider{width:calc(768px + (1174 - 768) * ((100vw - 320px) / (1200 - 320)))}}@media screen and (max-width:960px){.sliderblock_slider{width:calc(100% + 20px)}}@media screen and (max-width:767px){.sliderblock_slider{width:100%;margin:0}}.sliderblock_slider .slick-list{padding-right:34.6584%}@media screen and (max-width:1200px){.sliderblock_slider .slick-list{padding-right:15%}}@media screen and (max-width:960px){.sliderblock_slider .slick-list{padding-right:0}}.sliderblock_item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.sliderblock_box{display:block;max-width:506px;width:100%;position:relative;margin:0 auto}@media screen and (min-width:1025px){.sliderblock_box{overflow:hidden}.sliderblock_box:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}.sliderblock_box:before{content:"";width:100%;height:100%;background:-webkit-linear-gradient(90deg, rgba(0,11,36,0.3) 0%, rgba(0,11,36,0.3) 100%);background:-moz-linear-gradient(90deg, rgba(0,11,36,0.3) 0%, rgba(0,11,36,0.3) 100%);background:-o-linear-gradient(90deg, rgba(0,11,36,0.3) 0%, rgba(0,11,36,0.3) 100%);background:-ms-linear-gradient(90deg, rgba(0,11,36,0.3) 0%, rgba(0,11,36,0.3) 100%);background:linear-gradient(0deg, rgba(0,11,36,0.3) 0%, rgba(0,11,36,0.3) 100%);position:absolute;top:0;left:0;z-index:2}.sliderblock_box img{max-width:100%;width:100%;height:auto;display:block}@media screen and (min-width:1025px){.sliderblock_box img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}.sliderblock_play{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:72px;height:72px;color:#fff;font-size:24px;border:1px solid #fff;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;margin:auto}@media screen and (max-width:767px){.sliderblock_play{width:50px;height:50px;font-size:20px}}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header .submenu {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 32px -4px rgba(0,15,48,0.15);
  box-shadow: 0px 14px 32px -4px rgba(0,15,48,0.15);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.0001s ease;
  -moz-transition: all 0.0001s ease;
  -o-transition: all 0.0001s ease;
  -ms-transition: all 0.0001s ease;
  transition: all 0.0001s ease;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: -1;
}
.header .submenu_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .submenu_left {
  width: calc(334% * 100 / 1300);
  padding: 47px 0;
}
.header .submenu_right {
  width: calc(592% * 100 / 1300);
  padding: 18px 0;
}
.header .submenu_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .submenu_symbol {
  width: 52px;
  margin: 0;
}
.header .submenu_symbol img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.header .submenu_title {
  display: block;
  width: calc(100% - (52px + 42px));
  line-height: 48px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}
.header .submenu_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .submenu_box {
  width: calc(280% * 100 / 592);
}
.header .submenu_item {
  border-bottom: 1px solid #b0b5bf;
}
.header .submenu_item:last-child {
  border-bottom: none;
}
.header .submenu_link {
  display: block;
  line-height: 24px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding: 20px 20px 20px 0;
  margin: 0;
}
.header .submenu_link:before {
  content: "\e902";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header #submenu_item-431 {
  margin-top: 20px;
}
.header .submenu_link-431 {
  display: inline-block;
  height: 56px;
  line-height: 54px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ff825c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}
@media screen and (min-width: 1025px) {
  .header .submenu_link-431 {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header .submenu_link-431:hover {
    background-color: #ff825c;
  }
}
.header .submenu_link-431:before {
  display: none;
}
.header .submenu_link-431:after {
  display: inline-block;
  vertical-align: middle;
  content: "\e902";
  font-family: 'icomoon';
  font-size: 20px;
  margin-left: 4px;
}
.header .submenu.submenu_space {
  height: 292px;
}
.header .submenu.submenu_space .submenu_content {
  max-width: 1440px;
}
.header .submenu.submenu_space .submenu_left {
  width: 367px;
}
@media screen and (max-width: 1460px) {
  .header .submenu.submenu_space .submenu_left {
    width: 270px;
  }
}
.header .submenu.submenu_space .submenu_right {
  width: calc(100% - 367px);
  position: relative;
  padding-top: 38px;
}
@media screen and (max-width: 1460px) {
  .header .submenu.submenu_space .submenu_right {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 1460px) {
  .header .submenu.submenu_space .submenu_title {
    width: calc(100% - (52px + 20px));
    line-height: 38px;
    font-size: 30px;
  }
}
.header .submenu.submenu_space .submenu_block {
  max-width: 592px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header .submenu.submenu_space .submenu_link {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header .submenu_country {
  width: 280px;
}
@media screen and (max-width: 1460px) {
  .header .submenu_country {
    width: 200px;
  }
}
.header .submenu_country_title {
  display: block;
  line-height: 24px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .header .submenu_country_list:hover .submenu_country_link:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .header .submenu_country_list:hover .submenu_country_sub {
    display: block;
  }
  .header .submenu_country_list:hover .submenu_country_item:not(:hover) .submenu_country_link:before {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0) !important;
  }
  .header .submenu_country_list:hover .submenu_country_item:not(:hover) .submenu_country_sub {
    display: none !important;
  }
}
.header .submenu_country_item {
  border-bottom: 1px solid #b0b5bf;
}
.header .submenu_country_link {
  display: block;
  line-height: 24px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 20px 20px 20px 0;
  margin: 0;
}
.header .submenu_country_link:before {
  content: "\e918";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .header .submenu_country_link:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.header .submenu_country_sub {
  display: none;
  width: calc(100% - 280px);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  padding-left: 128px;
}
@media screen and (min-width: 1025px) {
  .header .submenu_country_sub {
    height: 100%;
  }
}
@media screen and (max-width: 1460px) {
  .header .submenu_country_sub {
    width: calc(100% - 200px);
    padding-left: 80px;
  }
}
.header .submenu_country_sub:before {
  content: "";
  width: 1px;
  height: 216px;
  background-color: #e4e4e4;
  position: absolute;
  top: 38px;
  left: 62px;
}
@media screen and (max-width: 1460px) {
  .header .submenu_country_sub:before {
    left: 40px;
  }
}

.cf{zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.footer_content{border-top:1px solid #000f30;padding:36px 0 0 0}.footer_head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:44px}@media screen and (max-width:960px){.footer_head{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;margin-bottom:30px}}.footer_logo{display:block;width:calc(768px + (996 - 768) * ((100vw - 320px) / (1920 - 320)));margin:0}@media screen and (max-width:1200px){.footer_logo{width:calc(280px + (800 - 280) * ((100vw - 320px) / (1200 - 320)))}}@media screen and (max-width:960px){.footer_logo{max-width:540px;width:100%;margin:0 auto 20px auto}}@media screen and (max-width:767px){.footer_logo{max-width:280px}}.footer_logo img{max-width:100%;width:100%;height:auto;display:block}.footer_contact{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:calc(150px + (204 - 150) * ((100vw - 320px) / (1920 - 320)));height:calc(150px + (204 - 150) * ((100vw - 320px) / (1920 - 320)));border:1px solid #000f30;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0}@media screen and (min-width:1025px){.footer_contact{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_contact:hover{background-color:#000f30}.footer_contact:hover .footer_contact_icon,.footer_contact:hover .footer_contact_text{color:#ff825c}}@media screen and (max-width:960px){.footer_contact{width:auto;height:50px;background-color:#000f30;border-radius:0;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px 0 24px}}.footer_contact_icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:32px;height:32px;color:#000f30;font-size:32px;margin:0 auto 4px auto}@media screen and (min-width:1025px){.footer_contact_icon{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}@media screen and (max-width:960px){.footer_contact_icon{display:none;font-size:16px;position:absolute;top:0;bottom:0;right:0;margin:auto}}@media screen and (max-width:767px){.footer_contact_icon{width:25px;height:25px;font-size:25px}}.footer_contact_text{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:18px;text-align:center;margin:0}@media screen and (min-width:1025px){.footer_contact_text{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}@media screen and (max-width:960px){.footer_contact_text{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;color:#ff825c;font-size:14px}.footer_contact_text:after{content:"\e902";font-family:'icomoon';font-size:16px;margin-left:4px}}@media screen and (max-width:767px){.footer_contact_text{font-size:14px}}.footer_navigation{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:36px}@media screen and (max-width:960px){.footer_navigation{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit}}.footer_left{width:400px}@media screen and (max-width:960px){.footer_left{width:100%}}.footer_right{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:532px}@media screen and (max-width:960px){.footer_right{display:none;width:100%}}.footer_info{margin-bottom:36px}@media screen and (max-width:960px){.footer_info{width:100%;text-align:center}}.footer_mail{display:block;line-height:40px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:32px;margin:0 0 8px 0}@media screen and (max-width:767px){.footer_mail{font-size:26px}}.footer_mail p{margin:0}.footer_address{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0 0 8px 0}.footer_address p{margin:0}@media screen and (min-width:1025px){.footer_address a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_address a:hover{text-decoration:underline}}.footer_phone{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}.footer_phone p{margin:0}@media screen and (min-width:1025px){.footer_phone a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_phone a:hover{text-decoration:underline}}.footer_phone_2{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0;margin-top:8px}.footer_phone_2 p{margin:0}@media screen and (min-width:1025px){.footer_phone_2 a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_phone_2 a:hover{text-decoration:underline}}.footer_networks{margin-bottom:36px}.footer_networks ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:960px){.footer_networks ul{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.footer_networks li{margin:0 20px 0 0}@media screen and (max-width:960px){.footer_networks li{margin:0 10px}}.footer_networks a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:28px;height:28px;color:#000f30;font-size:28px;margin:0}@media screen and (min-width:1025px){.footer_networks a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_networks a:hover{color:#ff825c}}.footer_claim_link{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:181px;height:52px;border-radius:4px;border:1px solid #000f30;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0}@media screen and (min-width:1025px){.footer_claim_link{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_claim_link:hover{background-color:#000f30}.footer_claim_link:hover .footer_claim_icon,.footer_claim_link:hover .footer_claim_text{color:#ff825c}}@media screen and (max-width:960px){.footer_claim_link{margin:0 auto}}.footer_claim_icon{display:block;color:#000f30;font-size:50px;margin:0 2px 0 0}@media screen and (min-width:1025px){.footer_claim_icon{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}.footer_claim_text{display:block;width:91px;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:400;font-size:12px;margin:0}@media screen and (min-width:1025px){.footer_claim_text{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}}.footer_menu li{margin-bottom:16px}.footer_menu li:last-child{margin-bottom:0}.footer_menu a{display:block;line-height:24px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:16px;margin:0}@media screen and (min-width:1025px){.footer_menu a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_menu a:hover{text-decoration:underline}}.footer_menu_1{width:228px}.footer_menu_2{width:203px}.footer_foot{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-top:1px solid #000f30;padding:40px 0}@media screen and (max-width:960px){.footer_foot{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-moz-box-pack:inherit;-o-box-pack:inherit;-ms-flex-pack:inherit;-webkit-justify-content:inherit;justify-content:inherit;padding:25px 0}}.footer_legales ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:960px){.footer_legales ul{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}.footer_legales li{margin:0 40px 0 0}@media screen and (max-width:1024px){.footer_legales li{margin-right:15px}}@media screen and (max-width:960px){.footer_legales li{margin:0 7px 10px 7px}}.footer_legales a{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:14px;margin:0}@media screen and (min-width:1025px){.footer_legales a{-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}.footer_legales a:hover{text-decoration:underline}}.footer_credits{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:960px){.footer_credits{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}}@media screen and (max-width:767px){.footer_credits{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.footer_copyright{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:12px;padding-right:12px;margin:0}@media screen and (max-width:1024px){.footer_copyright{padding-right:7px}}@media screen and (max-width:767px){.footer_copyright{padding-right:0;margin-bottom:10px}}.footer_copyright p{margin:0}.footer_team{border-left:1px solid #000f30;padding-left:12px}@media screen and (max-width:1024px){.footer_team{padding-left:7px}}@media screen and (max-width:767px){.footer_team{border-left:none;padding-left:0}}.footer_team_link{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.footer_team_text{display:block;line-height:16px;color:#000f30;font-family:'Alexandria',sans-serif;font-weight:300;font-size:12px;margin:0}.footer_team_img{width:84px;margin:0 0 0 8px}.footer_team_img img{max-width:100%;width:100%;height:auto;display:block}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* bodyclass */
body.home .menu_line {
  background-color: #fff;
}
body.home .menu_button.active .menu_line {
  background: #ff825c;
}
body.home .header {
  height: 0;
}
body.home .header .header_fixed {
  background-color: transparent;
  border-color: rgba(176,181,191,0.25);
}
body.home .header .header-logo img.logo_white {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
body.home .header .header-logo img.logo_color {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.home .header .header_link {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  body.home .header .header_link:hover .header_link_text {
    border-bottom-color: #fff;
  }
}
body.home .header .header_link.header_link-544,
body.home .header .header_link.header_link-556 {
  background-color: transparent;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  body.home .header .header_link.header_link-544:hover,
  body.home .header .header_link.header_link-556:hover {
    background-color: #fff;
    color: #000f30;
  }
}
body.home .header.scroll .header_fixed {
  background-color: #fff;
  border-color: #d9dbe0;
}
body.home .header.scroll .header-logo img.logo_white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
body.home .header.scroll .header-logo img.logo_color {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
body.home .header.scroll .header_link {
  color: #000f30;
}
@media screen and (min-width: 1025px) {
  body.home .header.scroll .header_link:hover .header_link_text {
    border-bottom-color: #000f30;
  }
}
body.home .header.scroll .header_link.header_link-544,
body.home .header.scroll .header_link.header_link-556 {
  background-color: #ff825c;
  border-color: #ff825c;
}
@media screen and (min-width: 1025px) {
  body.home .header.scroll .header_link.header_link-544:hover,
  body.home .header.scroll .header_link.header_link-556:hover {
    background-color: #e67553;
  }
}
/* bodyclass */
.header {
  height: 80px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header {
    height: 96px;
  }
}
.header .header_fixed {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #d9dbe0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .header .header_fixed {
    height: 96px;
  }
}
.header .header-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  .header .header-ctn {
    height: 100%;
  }
}
.header .header-logo {
  display: block;
  max-width: 174px;
  width: 100%;
  margin: 0;
}
.header .header-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.header .header-logo img.logo_white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header_item {
  margin: 0 28px 0;
}
.header .header_item#header_item-544,
.header .header_item#header_item-556 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .header .header_item_submenu:hover .header_link_text {
    border-bottom-color: #fff;
  }
  .header .header_item_submenu:hover .submenu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 0.005s ease;
    -moz-transition: all 0.005s ease;
    -o-transition: all 0.005s ease;
    -ms-transition: all 0.005s ease;
    transition: all 0.005s ease;
    z-index: 1;
  }
  .header .header_item_submenu:hover .submenu_country_item:nth-child(1) .submenu_country_link:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .header .header_item_submenu:hover .submenu_country_item:nth-child(1) .submenu_country_sub {
    display: block;
  }
}
.header .header_item_submenu .header_link {
  pointer-events: none;
}
.header .header_item_submenu .header_link_text:after {
  content: "\e90b";
  font-family: 'icomoon';
  font-size: 16px;
  margin-left: 4px;
}
.header .header_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 81px;
  line-height: 20px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 1px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .header .header_link {
    height: 97px;
  }
  .header .header_link:hover .header_link_text {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom-color: #000f30;
  }
}
.header .header_link.header_link-544,
.header .header_link.header_link-556 {
  height: 56px;
  background-color: #ff825c;
  border: 1px solid #ff825c;
  padding: 16px 24px;
}
@media screen and (min-width: 1025px) {
  .header .header_link.header_link-544,
  .header .header_link.header_link-556 {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header .header_link.header_link-544:hover,
  .header .header_link.header_link-556:hover {
    background-color: #e67553;
  }
}
.header .header_link_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.header .header_link_text.header_link_text-544,
.header .header_link_text.header_link_text-556 {
  border: none;
}
body.active {
  overflow: hidden;
}
.menu_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.menu_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 34px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 27px;
  right: 3%;
  z-index: 300;
}
@media screen and (min-width: 1025px) {
  .menu_button {
    display: none;
  }
}
.menu_button.active .menu_line_1 {
  width: 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0%;
  left: 104%;
  margin-left: -100%;
}
.menu_button.active .menu_line_2 {
  width: 0;
  -webkit-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_button.active .menu_line_3 {
  width: 100%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  left: 104%;
  margin-bottom: -1.5px;
  margin-left: -100%;
}
.menu_button.scroll .menu_line {
  background: #ff825c;
}
.menu_lines {
  display: block;
  width: 34px;
  height: 26px;
  overflow: hidden;
  position: relative;
}
.menu_line {
  display: block;
  width: 100%;
  height: 3px;
  background: #ff825c;
  position: absolute;
  border-radius: 10px;
}
.menu_line_1 {
  top: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_line_2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 50%;
  left: 0;
}
.menu_line_3 {
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_responsive {
  max-width: 310px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}
@media screen and (min-width: 1025px) {
  .menu_responsive {
    display: none;
  }
}
.menu_responsive .submenu {
  display: none;
}
.menu_responsive .header_item {
  border-bottom: 1px solid #b0b5bf;
}
.menu_responsive .header_item_submenu .header_link {
  position: relative;
}
.menu_responsive .header_item_submenu .header_link:before {
  content: "\e90b";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #000f30;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_responsive .header_item_submenu .header_link:after {
  content: "\e914";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #000f30;
  font-family: 'icomoon';
  font-size: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_responsive .header_link {
  display: block;
  line-height: 1;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding: 18px 0;
}
.menu_responsive .header_link.is-active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.menu_responsive .header_link.is-active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_responsive .submenu_content {
  width: 100%;
  border-top: 1px solid #b0b5bf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.menu_responsive .submenu_left {
  display: none;
}
.menu_responsive .submenu_country_head {
  display: none;
}
.menu_responsive .submenu_country_item {
  border-bottom: 1px solid #dadada;
}
.menu_responsive .submenu_country_item:last-child {
  border-bottom: none;
}
.menu_responsive .submenu_country_link {
  display: block;
  line-height: 1;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding: 13px 0;
}
.menu_responsive .submenu_country_link.is-active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.menu_responsive .submenu_country_link.is-active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_responsive .submenu_country_link:before {
  content: "\e90b";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #000f30;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_responsive .submenu_country_link:after {
  content: "\e914";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #000f30;
  font-family: 'icomoon';
  font-size: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_responsive .submenu_country_sub {
  display: none;
}
.menu_responsive .submenu_dev .submenu_block {
  padding-top: 10px;
}
.menu_responsive .submenu_block {
  padding: 0 0 25px 0;
}
.menu_responsive .submenu_link {
  display: block;
  color: #000f30;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 0;
}
.menu_responsive .submenu_link-431 {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: #000f30;
  font-family: 'Alexandria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ff825c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  margin: 10px 0 0 0;
}
.menu_responsive .submenu_link-431:after {
  display: inline-block;
  vertical-align: middle;
  content: "\e902";
  font-family: 'icomoon';
  font-size: 16px;
  margin-left: 4px;
}
.menu_responsive .submenu_btn {
  margin-top: 10px;
}
.menu_responsive .submenu_btn .gbtn_bd {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.menu_responsive.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu_container {
  padding: 100px 17px 0 17px;
}
.imagen_listado img{
    height: 65vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 15px 0px;
}
/* whatsapp */
.header_whatsapp {
  position: fixed;
  bottom: 122px;
  right: 54px;
  z-index: 100;
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.header_whatsapp a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .header_whatsapp {
    right: 20px;
  }
  .imagen_listado {
    padding:20px;
  }
  .imagen_listado img{
        height: 444px;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  }
  60% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  }
  60% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  }
  60% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0.5);
  }
  60% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 15px rgba(37,211,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,211,102,0);
  }
}
