/**/
/**/
* {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: 0; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a,
a:active {
  text-decoration: none; }

ul {
  list-style: none; }

img,
video {
  max-width: 100%;
  height: auto; }

.la-search {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  min-height: 100%; }

body {
  position: relative;
  height: 100%;
  min-height: 100%; }

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 90px; }
  .wrapper .boxFooter {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wrapper .row {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 964px) {
    .wrapper {
      padding-top: 60px; } }

.wrapperInternal .sectionSliderMain {
  height: 20%; }
  .wrapperInternal .sectionSliderMain .objectDkSlider .boxItemDkSlider > .boxText {
    text-align: left; }

.section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .section.height100 {
    min-height: 100%; }
    .section.height100 .container {
      min-height: 100%; }
  .section.paddingTB {
    padding-top: 64px;
    padding-bottom: 64px; }
  .section.paddingT {
    padding-top: 64px; }
  .section.paddingB {
    padding-bottom: 64px; }

.container {
  padding-left: 96px;
  padding-right: 96px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 0px) and (max-width: 480px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .row.paddingTB {
    padding-top: 48px;
    padding-bottom: 48px; }
  .row.paddingT {
    padding-top: 48px; }
  .row.paddingB {
    padding-bottom: 48px; }

.column {
  width: 100%; }
  .column.paddingT {
    padding-top: 32px; }

.widthDesktop {
  max-width: 1200px; }

.widthLaptop {
  max-width: 1024px; }

.widthTablet {
  max-width: 964px; }

.widthPhone {
  max-width: 480px; }

.widthAuto {
  width: auto; }

.width5 {
  width: 5%; }

.width10 {
  width: 10%; }

.width15 {
  width: 15%; }

.width20 {
  width: 20%; }

.width25 {
  width: 25%; }

.width30 {
  width: 30%; }

.width35 {
  width: 35%; }

.width40 {
  width: 40%; }

.width45 {
  width: 45%; }

.width50 {
  width: 50%; }

.width55 {
  width: 55%; }

.width60 {
  width: 60%; }

.width65 {
  width: 65%; }

.width70 {
  width: 70%; }

.width75 {
  width: 75%; }

.width80 {
  width: 80%; }

.width85 {
  width: 85%; }

.width90 {
  width: 90%; }

.width95 {
  width: 95%; }

.width100 {
  width: 100%;
  max-width: 100%; }

.boxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .boxItem:hover .boxOverlay {
    opacity: 1;
    visibility: visible; }

.boxIframe,
.boxImage,
.boxText,
.boxVideo {
  position: relative;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.boxText,
.boxText * {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.boxImage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .boxImage,
  .boxImage * {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .boxImage img {
    margin: 0 auto; }

.boxVideo {
  text-align: center; }

.boxIframe {
  padding-bottom: 56.25%; }
  .boxIframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0; }

.boxForm {
  width: 100%; }
  .boxForm .rowForm {
    width: auto;
    margin: -8px -16px; }
    .boxForm .rowForm > .column {
      padding: 8px 16px; }
    .boxForm .rowForm .boxButton {
      margin-top: 16px; }

.boxNone {
  display: none; }

.boxImageZoom {
  position: relative;
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .boxImageZoom img {
    pointer-events: none; }

.zoom .kozLightbox {
  position: relative; }
  .zoom .kozLightbox > .boxContent > .boxItem > .boxImage {
    height: auto; }
    .zoom .kozLightbox > .boxContent > .boxItem > .boxImage img {
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

.kozLightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.9);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .kozLightbox.active {
    opacity: 1; }
  .kozLightbox.image.zoom .containerLightbox {
    max-width: 100%; }
  .kozLightbox.image.zoom .columnLightbox > .boxItem > .boxImage {
    height: auto;
    max-height: 100%;
    overflow-y: auto; }
    .kozLightbox.image.zoom .columnLightbox > .boxItem > .boxImage img {
      max-height: none;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .kozLightbox .boxControl {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); }
    .kozLightbox .boxControl * {
      color: #eee; }
    .kozLightbox .boxControl > ul {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .kozLightbox .boxControl .boxClose,
    .kozLightbox .boxControl .boxCounter,
    .kozLightbox .boxControl .boxNext,
    .kozLightbox .boxControl .boxPrev,
    .kozLightbox .boxControl .boxZoom {
      height: 48px;
      min-width: 48px;
      padding-left: 16px;
      padding-right: 16px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .kozLightbox .boxControl .boxClose i,
      .kozLightbox .boxControl .boxCounter i,
      .kozLightbox .boxControl .boxNext i,
      .kozLightbox .boxControl .boxPrev i,
      .kozLightbox .boxControl .boxZoom i {
        font-size: 25px; }
    .kozLightbox .boxControl .boxCounter {
      position: absolute;
      top: 0;
      left: 0;
      margin-right: auto; }
      .kozLightbox .boxControl .boxCounter .boxSeparator {
        position: relative;
        padding: 0 4px;
        top: -1px; }
  .kozLightbox > .boxContent {
    height: 100%; }
    .kozLightbox > .boxContent > .boxItem {
      height: 100%;
      padding: 48px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .kozLightbox > .boxContent > .boxItem > .boxImage {
        height: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        .kozLightbox > .boxContent > .boxItem > .boxImage a {
          height: 100%;
          width: 100%; }
        .kozLightbox > .boxContent > .boxItem > .boxImage img {
          max-height: 100%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .kozLightbox > .boxContent > .boxItem > .boxImage {
            width: 100%; } }
      .kozLightbox > .boxContent > .boxItem > .boxInline {
        background: #fff;
        min-height: 50%;
        max-height: 100%;
        overflow-y: auto;
        padding: 48px; }
      .kozLightbox > .boxContent > .boxItem > .boxText {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        min-height: 48px;
        padding: 0 16px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .kozLightbox > .boxContent > .boxItem > .boxText * {
          color: #eee; }

.objectDkSlider {
  position: relative; }
  .objectDkSlider .columnDkSlider {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
    .objectDkSlider .columnDkSlider.active {
      position: relative;
      z-index: 20;
      opacity: 1; }
  .objectDkSlider.fullscreen {
    width: 100%;
    height: 100%; }
    .objectDkSlider.fullscreen .boxContentDkSlider,
    .objectDkSlider.fullscreen .boxInnerDkSlider,
    .objectDkSlider.fullscreen .boxItemDkSlider,
    .objectDkSlider.fullscreen .columnDkSlider,
    .objectDkSlider.fullscreen .rowDkSlider {
      width: 100%;
      height: 100%; }
  .objectDkSlider.hideDots .boxDotsDkSlider {
    opacity: 0;
    visibility: hidden; }
  .objectDkSlider.hideArrows .boxArrowsDkSlider {
    opacity: 0;
    visibility: hidden; }
  .objectDkSlider.mousemove *:not(a) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .objectDkSlider.mousemove img {
    pointer-events: none; }
  .objectDkSlider .boxContentDkSlider {
    position: relative;
    z-index: 10;
    overflow: hidden; }
  .objectDkSlider .boxControlDkSlider .boxDotsDkSlider {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .objectDkSlider .boxControlDkSlider .boxDotsDkSlider ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .objectDkSlider .boxControlDkSlider .boxDotsDkSlider ul li {
        padding: 0 6px;
        cursor: pointer; }
        .objectDkSlider .boxControlDkSlider .boxDotsDkSlider ul li span {
          width: 12px;
          height: 12px;
          background: #fff;
          border-radius: 50%;
          font-size: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .objectDkSlider .boxControlDkSlider .boxDotsDkSlider ul li.active span {
          background: #0086cd;
          -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff; }
  .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxNextDkSlider,
  .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxPrevDkSlider {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 0;
    cursor: pointer; }
    .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxNextDkSlider *,
    .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxPrevDkSlider * {
      color: #fff; }
    .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxNextDkSlider i,
    .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxPrevDkSlider i {
      font-size: 34px; }
  .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxPrevDkSlider {
    left: 16px; }
  .objectDkSlider .boxControlDkSlider .boxArrowsDkSlider .boxNextDkSlider {
    right: 16px; }

.objectDkCarousel {
  position: relative; }
  .objectDkCarousel .boxContentDkCarousel {
    position: relative;
    overflow: hidden; }
  .objectDkCarousel .boxInnerDkCarousel {
    position: relative;
    width: auto; }
  .objectDkCarousel .rowDkCarousel {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .objectDkCarousel .boxControlDkCarousel .boxDotsDkCarousel {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .objectDkCarousel .boxControlDkCarousel .boxDotsDkCarousel ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .objectDkCarousel .boxControlDkCarousel .boxDotsDkCarousel ul li {
        padding: 0 6px;
        cursor: pointer; }
        .objectDkCarousel .boxControlDkCarousel .boxDotsDkCarousel ul li span {
          width: 12px;
          height: 12px;
          background: #fff;
          border-radius: 50%;
          font-size: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .objectDkCarousel .boxControlDkCarousel .boxDotsDkCarousel ul li.active span {
          background: #0086cd;
          -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff; }
  .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxNextDkCarousel,
  .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxPrevDkCarousel {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 0;
    cursor: pointer; }
    .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxNextDkCarousel *,
    .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxPrevDkCarousel * {
      color: #fff; }
    .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxNextDkCarousel i,
    .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxPrevDkCarousel i {
      font-size: 34px; }
  .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxPrevDkCarousel {
    left: 16px; }
  .objectDkCarousel .boxControlDkCarousel .boxArrowsDkCarousel .boxNextDkCarousel {
    right: 16px; }
  .objectDkCarousel.mousemove *:not(a) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .objectDkCarousel.mousemove img {
    pointer-events: none; }

.boxItemSlider {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .boxItemSlider > .boxImage,
  .boxItemSlider > .boxVideo {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0; }
    .boxItemSlider > .boxImage:before,
    .boxItemSlider > .boxVideo:before {
      content: '';
      position: absolute;
      z-index: 10;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0;
      background: #222;
      opacity: 0.6; }
    .boxItemSlider > .boxImage video,
    .boxItemSlider > .boxVideo video {
      max-width: none;
      position: absolute;
      z-index: 1;
      top: 50%;
      right: inherit;
      bottom: inherit;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .boxItemSlider > .boxText {
    position: relative;
    z-index: 10;
    left: 16px;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s 1.2s;
    -o-transition: all ease-in-out 0.3s 1.2s;
    transition: all ease-in-out 0.3s 1.2s; }
    .boxItemSlider > .boxText * {
      color: #eee; }

.boxOverlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .boxOverlay:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0086cd;
    opacity: 0.9; }
  .boxOverlay .boxText {
    width: 100%;
    padding: 32px;
    text-align: center; }
    .boxOverlay .boxText * {
      color: #fff; }

.dkTabs .dkControlTabs .dkRowTabs {
  position: relative;
  width: auto;
  margin: -16px -16px; }
  .dkTabs .dkControlTabs .dkRowTabs:before {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #ddd; }
  .dkTabs .dkControlTabs .dkRowTabs > .column {
    padding: 16px 16px; }
  .dkTabs .dkControlTabs .dkRowTabs .dkColumnTabs {
    position: relative;
    width: auto;
    min-height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .dkTabs .dkControlTabs .dkRowTabs .dkColumnTabs:before {
      content: '';
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 0;
      height: 3px;
      background: #0086cd;
      opacity: 0; }
    .dkTabs .dkControlTabs .dkRowTabs .dkColumnTabs.active * {
      color: #0086cd; }
    .dkTabs .dkControlTabs .dkRowTabs .dkColumnTabs.active:before {
      opacity: 1; }

.dkTabs .dkContentTabs {
  padding: 40px 0; }
  .dkTabs .dkContentTabs .dkRowTabs .dkColumnTabs {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease-in 0.3s;
    -o-transition: opacity ease-in 0.3s;
    transition: opacity ease-in 0.3s; }
    .dkTabs .dkContentTabs .dkRowTabs .dkColumnTabs.active {
      height: auto;
      opacity: 1;
      visibility: visible; }

.dkAccordion .dkRowAccordion .dkColumnAccordion.active .dkControlAccordion * {
  color: #0086cd; }

.dkAccordion .dkRowAccordion .dkColumnAccordion.active .dkContentAccordion {
  -webkit-transition: max-height cubic-bezier(0.5, 0, 0.5, 0) 0.8s, opacity ease-in-out 0.8s;
  -o-transition: max-height cubic-bezier(0.5, 0, 0.5, 0) 0.8s, opacity ease-in-out 0.8s;
  transition: max-height cubic-bezier(0.5, 0, 0.5, 0) 0.8s, opacity ease-in-out 0.8s;
  max-height: 2000px; }

.dkAccordion .dkRowAccordion .dkControlAccordion {
  width: 100%; }

.dkAccordion .dkRowAccordion .dkContentAccordion {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height cubic-bezier(0, 1, 0, 1) 0.8s, opacity ease-in-out 0.8s;
  -o-transition: max-height cubic-bezier(0, 1, 0, 1) 0.8s, opacity ease-in-out 0.8s;
  transition: max-height cubic-bezier(0, 1, 0, 1) 0.8s, opacity ease-in-out 0.8s; }

.boxBreadcrumb {
  width: 100%; }
  .boxBreadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .boxBreadcrumb ul > li {
      padding: 0 4px 0 0; }
      .boxBreadcrumb ul > li:nth-child(1) a:before {
        display: none; }
      .boxBreadcrumb ul > li a:before {
        content: "\f112";
        font-size: 12px;
        line-height: 1;
        font-family: 'LineAwesome';
        margin-right: 4px; }

.arrowBottom,
.arrowLeft,
.arrowRight,
.arrowTop {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  cursor: pointer;
  background: none;
  font-size: 0; }
  .arrowBottom:before,
  .arrowLeft:before,
  .arrowRight:before,
  .arrowTop:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid #ddd;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .arrowBottom:hover:before,
  .arrowLeft:hover:before,
  .arrowRight:hover:before,
  .arrowTop:hover:before {
    border-color: #0086cd; }

.arrowLeft,
.arrowRight {
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px; }
  .arrowLeft:before,
  .arrowRight:before {
    top: 50%; }

.arrowLeft {
  left: 16px; }
  .arrowLeft:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }

.arrowRight {
  right: 16px; }
  .arrowRight:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }

.arrowBottom,
.arrowTop {
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px; }
  .arrowBottom:before,
  .arrowTop:before {
    left: 50%; }

.arrowTop {
  top: 10px; }
  .arrowTop:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }

.arrowBottom {
  bottom: 10px; }
  .arrowBottom:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }

.arrowClose {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer; }
  .arrowClose:after, .arrowClose:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -100px;
    height: 200px;
    margin-top: -100px;
    border: 1.5px solid #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .arrowClose:before {
    left: 50%;
    margin-left: -1.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrowClose:after {
    right: 50%;
    margin-right: -1.5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrowClose:hover:after, .arrowClose:hover:before {
    border-color: #0086cd; }

.boxTags > ul {
  width: auto;
  margin: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .boxTags > ul li {
    padding: 4px; }
    .boxTags > ul li a {
      border: 1px solid #ddd;
      width: 100%;
      height: 40px;
      padding: 0 12px;
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .boxTags > ul li a.Amarillo {
        background: #ffff00; }
      .boxTags > ul li a.Verde {
        background: #008000; }
      .boxTags > ul li a.Marron {
        background: #008000; }
      .boxTags > ul li a.Azul {
        background: #00c; }
      .boxTags > ul li a.Rojo {
        background: #ff0000; }
      .boxTags > ul li a.Blanco {
        background: #fff; }
      .boxTags > ul li a.Negro {
        background: #000; }
      .boxTags > ul li a.Gris {
        background: #555; }

.boxButton,
.boxInputCheckbox,
.boxInputRadio,
.boxInputText,
.boxSelect,
.boxTextarea {
  position: relative;
  z-index: 1; }

.boxButton span,
.boxInputText input,
.boxSelect select,
.boxTextarea textarea {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 40px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.boxSelect select {
  cursor: pointer;
  padding-right: 40px; }
  .boxSelect select::-ms-expand {
    display: none; }

.boxSelect span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.boxTextarea textarea {
  resize: vertical;
  min-height: 40px;
  height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.8; }

.boxButton {
  width: auto;
  min-width: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .boxButton input[type="file"] {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer; }
  .boxButton span {
    cursor: pointer;
    border-color: transparent;
    background: #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .boxButton span i {
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .boxButton.width100 {
    min-width: auto;
    width: 100%; }
  .boxButton.boxButtonRounded {
    overflow: hidden;
    border-radius: 24px; }
  .boxButton.boxButtonSquare {
    min-width: 40px; }
    .boxButton.boxButtonSquare .span {
      padding-left: 0;
      padding-right: 0; }
  .boxButton.boxButtonPrimary span {
    background: #0086cd;
    color: #fff; }
  .boxButton.boxButtonPrimary:hover span {
    background: #006ba4; }
  .boxButton.boxButtonSecondary span {
    background: #5a99d0;
    color: #fff; }
  .boxButton.boxButtonSecondary:hover span {
    background: #3a85c7; }
  .boxButton:hover span {
    background: #0086cd;
    color: #fff; }
    .boxButton:hover span i {
      color: #fff; }

.boxInputCheckbox,
.boxInputRadio {
  width: auto; }
  .boxInputCheckbox input,
  .boxInputRadio input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer; }
    .boxInputCheckbox input:checked + p i:before,
    .boxInputRadio input:checked + p i:before {
      opacity: 1;
      visibility: visible; }
  .boxInputCheckbox p,
  .boxInputRadio p {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1; }
    .boxInputCheckbox p i,
    .boxInputRadio p i {
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #ddd; }
    .boxInputCheckbox p span,
    .boxInputRadio p span {
      padding-left: 6px; }

.boxInputRadio p i {
  border-radius: 50%; }
  .boxInputRadio p i:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #0086cd;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden; }

.boxInputCheckbox p i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .boxInputCheckbox p i:before {
    position: relative;
    left: 1px;
    bottom: 1px;
    color: #0086cd;
    text-shadow: 0 1px 0 #0086cd;
    opacity: 0;
    visibility: hidden; }

.boxMap {
  width: 100%;
  height: 100%; }
  .boxMap iframe {
    width: 100%;
    height: 100%; }
  .boxMap label {
    display: inline; }
  .boxMap img {
    max-width: none; }

* {
  font-family: "Dosis";
  font-size: 16px;
  color: #464646; }

.p,
p {
  position: relative;
  width: 100%;
  line-height: 1.8; }
  .p i,
  .p span,
  p i,
  p span {
    vertical-align: baseline; }

b,
strong {
  font-weight: 600; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal; }
  .h1,
  .h1 *,
  .h2,
  .h2 *,
  .h3,
  .h3 *,
  .h4,
  .h4 *,
  .h5,
  .h5 *,
  .h6,
  .h6 *,
  h1,
  h1 *,
  h2,
  h2 *,
  h3,
  h3 *,
  h4,
  h4 *,
  h5,
  h5 *,
  h6,
  h6 * {
    font-family: "PT Sans";
    color: #1d1d1d; }

.h1,
.h1 *,
h1,
h1 * {
  font-family: "PT Sans";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600; }

@media (min-width: 0px) and (max-width: 964px) {
  .h1,
  h1 {
    font-size: 18px; } }

.h2,
.h2 *,
h2,
h2 * {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600; }

@media (min-width: 0px) and (max-width: 964px) {
  .h2,
  h2 {
    font-size: 16px; } }

.h3,
.h3 *,
h3,
h3 * {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none; }

@media (min-width: 0px) and (max-width: 964px) {
  .h3,
  h3 {
    font-size: 14px; } }

.h4,
.h4 *,
h4,
h4 * {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none; }

.h5,
.h5 *,
h5,
h5 * {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none; }

.h6,
.h6 *,
h6,
h6 * {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none; }

.textCenter,
.textCenter p {
  text-align: center; }

.textLeft,
.textLeft p {
  text-align: left; }

.textRight,
.textRight p {
  text-align: right; }

.textLarge,
.textLarge * {
  font-size: 17px; }

.positionStatic {
  position: static !important; }

.positionRelative {
  position: relative; }

.boxTitle {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center; }
  .boxTitle.boxTitleLeft {
    text-align: left; }
  .boxTitle.boxTitleRight {
    text-align: right; }
  .boxTitle.marginT {
    margin-top: 48px; }
  .boxTitle.marginB {
    margin-bottom: 48px; }
  .boxTitle > *:not(:nth-child(1)) {
    margin-top: 16px; }

.boxFormat {
  width: 100%;
  text-align: left; }
  .boxFormat.textCenter {
    text-align: center; }
  .boxFormat.textLeft {
    text-align: left; }
  .boxFormat.textRight {
    text-align: right; }
  .boxFormat > * + * {
    margin-top: 16px; }
  .boxFormat > * + h1,
  .boxFormat > * + .h1 {
    margin-top: 32px; }
  .boxFormat > * + h2,
  .boxFormat > * + .h2 {
    margin-top: 32px; }
  .boxFormat > * + h3,
  .boxFormat > * + .h3 {
    margin-top: 32px; }
  .boxFormat > * + h4,
  .boxFormat > * + .h4 {
    margin-top: 32px; }
  .boxFormat > * + h5,
  .boxFormat > * + .h5 {
    margin-top: 32px; }
  .boxFormat > * + h6,
  .boxFormat > * + .h6 {
    margin-top: 32px; }
  .boxFormat ol,
  .boxFormat ul {
    list-style: none;
    padding-left: 16px; }
    .boxFormat ol li,
    .boxFormat ul li {
      position: relative;
      padding: 0;
      line-height: 1.6;
      margin-bottom: 4px; }
      .boxFormat ol li:last-child,
      .boxFormat ul li:last-child {
        margin-bottom: 0; }
  .boxFormat ul li:before {
    content: "\f112";
    font-size: 12px;
    line-height: 1;
    font-family: 'LineAwesome';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    z-index: 10;
    top: 7px;
    left: -16px; }
  .boxFormat ol li {
    counter-increment: item; }
    .boxFormat ol li:before {
      content: counter(item) ".";
      position: absolute;
      z-index: 10;
      top: 0;
      left: -16px; }
  .boxFormat a {
    color: #0086cd; }
    .boxFormat a:hover {
      text-decoration: underline; }

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .header .sectionBrand {
    overflow: inherit;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .sectionBrand .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header .sectionBrand .rowBrand {
      position: relative;
      height: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header .sectionBrand .rowBrand > .column {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .header .sectionBrand .rowBrand .boxLogo img {
        height: 54px; }
      .header .sectionBrand .rowBrand .boxMenu {
        height: 100%; }
        .header .sectionBrand .rowBrand .boxMenu > ul {
          height: 100%;
          margin-left: -16px;
          margin-right: -16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .header .sectionBrand .rowBrand .boxMenu > ul > li {
            position: relative; }
            .header .sectionBrand .rowBrand .boxMenu > ul > li > a {
              position: relative;
              font-weight: 500;
              padding: 0 16px;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-transition: all ease-in-out 0.2s;
              -o-transition: all ease-in-out 0.2s;
              transition: all ease-in-out 0.2s; }
              .header .sectionBrand .rowBrand .boxMenu > ul > li > a:before {
                content: '';
                position: absolute;
                left: 16px;
                right: 16px;
                bottom: 0;
                height: 4px;
                background: #0086cd;
                opacity: 0;
                -webkit-transition: all ease-in-out 0.2s;
                -o-transition: all ease-in-out 0.2s;
                transition: all ease-in-out 0.2s; }
            .header .sectionBrand .rowBrand .boxMenu > ul > li:hover > a {
              color: #0086cd; }
              .header .sectionBrand .rowBrand .boxMenu > ul > li:hover > a:before {
                background: #0086cd;
                opacity: 1; }
            .header .sectionBrand .rowBrand .boxMenu > ul > li:hover > .boxMenuSub {
              opacity: 1;
              visibility: visible; }
        .header .sectionBrand .rowBrand .boxMenu .boxMenuSub {
          position: absolute;
          top: 100%;
          left: 50%;
          right: 0;
          padding: 16px;
          width: 240px;
          background: #fff;
          border-top: 1px solid #f1f1f1;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          opacity: 0;
          visibility: hidden;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          -webkit-transition: all ease-in-out 0.1s;
          -o-transition: all ease-in-out 0.1s;
          transition: all ease-in-out 0.1s; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 40px;
            padding: 0 12px;
            -webkit-transition: all ease-in-out 0.2s;
            -o-transition: all ease-in-out 0.2s;
            transition: all ease-in-out 0.2s; }
            .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li a i {
              margin-right: 4px;
              -webkit-transition: all ease-in-out 0.2s;
              -o-transition: all ease-in-out 0.2s;
              transition: all ease-in-out 0.2s; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li:hover > a {
            background: #0086cd; }
            .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li:hover > a,
            .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li:hover > a * {
              color: #fff; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSub > .row > .column ul li:hover > .boxMenuSub {
            opacity: 1;
            visibility: visible; }
        .header .sectionBrand .rowBrand .boxMenu .boxMenuSubMega {
          padding: 32px;
          width: auto;
          left: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          padding-right: 70%; }
        .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub {
          padding: 32px;
          top: 0;
          left: 30%;
          bottom: 0;
          width: auto;
          background: #fff;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          border-left: 1px solid #f1f1f1;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub > .row > .column > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub > .row > .column > ul > li {
              width: 50%; }
              .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub > .row > .column > ul > li:hover > a {
                background: none; }
                .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub > .row > .column > ul > li:hover > a,
                .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub > .row > .column > ul > li:hover > a * {
                  color: #0086cd; }
      .header .sectionBrand .rowBrand .columnButton {
        display: none; }
      .header .sectionBrand .rowBrand .boxButton span {
        font-size: 25px; }
        .header .sectionBrand .rowBrand .boxButton span * {
          color: #fff; }
  @media (min-width: 0px) and (max-width: 964px) {
    .header .sectionBrand {
      height: 60px; }
      .header .sectionBrand .rowBrand .boxLogo img {
        height: 38px; }
      .header .sectionBrand .rowBrand .columnMenu {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        margin-left: -264px;
        bottom: 0;
        width: 264px;
        padding: 16px 0;
        overflow-y: auto;
        background: #222;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        .header .sectionBrand .rowBrand .columnMenu.active {
          margin-left: 0; }
      .header .sectionBrand .rowBrand .boxMenu {
        height: auto; }
        .header .sectionBrand .rowBrand .boxMenu ul {
          margin-left: 0;
          margin-right: 0;
          height: auto; }
          .header .sectionBrand .rowBrand .boxMenu ul li {
            width: 100% !important; }
            .header .sectionBrand .rowBrand .boxMenu ul li a {
              height: auto;
              min-height: 48px;
              padding: 0 16px 0 16px !important;
              background: none !important; }
              .header .sectionBrand .rowBrand .boxMenu ul li a:before {
                display: none; }
              .header .sectionBrand .rowBrand .boxMenu ul li a,
              .header .sectionBrand .rowBrand .boxMenu ul li a * {
                color: #eee !important; }
        .header .sectionBrand .rowBrand .boxMenu .boxMenuSub {
          position: relative;
          top: 0;
          left: 0;
          padding: 0;
          background: none;
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          opacity: 1;
          visibility: visible; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSub ul li a {
            padding: 0 16px 0 12px !important; }
            .header .sectionBrand .rowBrand .boxMenu .boxMenuSub ul li a i {
              margin-right: 2px !important; }
        .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub ul li a {
          padding: 0 16px 0 40px !important;
          min-height: 32px !important; }
          .header .sectionBrand .rowBrand .boxMenu .boxMenuSubSub ul li a i {
            display: none; }
      .header .sectionBrand .rowBrand .columnButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.sectionSliderMain {
  height: 100%; }
  .sectionSliderMain > .container {
    padding-left: 0;
    padding-right: 0; }
    .sectionSliderMain > .container > .row {
      height: 100%; }
      .sectionSliderMain > .container > .row > .column {
        height: 100%; }
  .sectionSliderMain .objectDkSlider.active .column.active .boxItem > .boxText .h1 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .sectionSliderMain .objectDkSlider .boxItem > .boxImage,
  .sectionSliderMain .objectDkSlider .boxItem > .boxVideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .sectionSliderMain .objectDkSlider .boxItem > .boxImage:after, .sectionSliderMain .objectDkSlider .boxItem > .boxImage:before,
    .sectionSliderMain .objectDkSlider .boxItem > .boxVideo:after,
    .sectionSliderMain .objectDkSlider .boxItem > .boxVideo:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .sectionSliderMain .objectDkSlider .boxItem > .boxImage:before,
    .sectionSliderMain .objectDkSlider .boxItem > .boxVideo:before {
      background: #222;
      opacity: 0.6; }
    .sectionSliderMain .objectDkSlider .boxItem > .boxImage:after,
    .sectionSliderMain .objectDkSlider .boxItem > .boxVideo:after {
      background: #0086cd;
      opacity: 0.3; }
  .sectionSliderMain .objectDkSlider .boxItem .boxImage img {
    display: none; }
  .sectionSliderMain .objectDkSlider .boxItem .boxVideo video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .sectionSliderMain .objectDkSlider .boxItem > .boxText {
    position: relative;
    z-index: 20;
    width: 100%;
    padding-left: 96px;
    padding-right: 96px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sectionSliderMain .objectDkSlider .boxItem > .boxText * {
      color: #fff; }
    .sectionSliderMain .objectDkSlider .boxItem > .boxText .h1 {
      padding: 0 10%;
      font-size: 36px;
      text-transform: none;
      opacity: 0;
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-transition: all linear 0.8s 0.8s;
      -o-transition: all linear 0.8s 0.8s;
      transition: all linear 0.8s 0.8s; }
  @media (min-width: 0px) and (max-width: 964px) {
    .sectionSliderMain .objectDkSlider .boxItemDkSlider > .boxText {
      padding-left: 32px;
      padding-right: 32px; }
      .sectionSliderMain .objectDkSlider .boxItemDkSlider > .boxText .h1 {
        font-size: 20px; } }
  @media (min-width: 0px) and (max-width: 480px) {
    .sectionSliderMain .objectDkSlider .boxItemDkSlider > .boxText {
      padding-left: 16px;
      padding-right: 16px; } }

.boxLogo {
  position: absolute;
  z-index: 999;
  bottom: 24px;
  left: 40px; }

.sectionMap {
  height: 100%; }
  .sectionMap .container {
    height: 100%;
    padding-left: 0;
    padding-right: 0; }
  .sectionMap .rowMap {
    height: 100%; }
  .sectionMap .objectMap {
    width: 100%;
    height: 100%; }
  .sectionMap .rowMarkerDetails {
    background: #0086cd;
    position: relative;
    height: 100%;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1); }
    .sectionMap .rowMarkerDetails .boxButton {
      position: absolute;
      top: 8px;
      left: 8px; }
      .sectionMap .rowMarkerDetails .boxButton * {
        color: #fff; }
      .sectionMap .rowMarkerDetails .boxButton i {
        margin-right: 4px; }
    .sectionMap .rowMarkerDetails > .column {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      overflow-y: scroll;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all ease-in-out 0.6s 0.3s;
      -o-transition: all ease-in-out 0.6s 0.3s;
      transition: all ease-in-out 0.6s 0.3s; }
      .sectionMap .rowMarkerDetails > .column.active {
        opacity: 1;
        visibility: visible; }
    .sectionMap .rowMarkerDetails .boxItem > *:not(:nth-child(1)) {
      margin-top: 16px; }
    .sectionMap .rowMarkerDetails .boxItem .boxText {
      padding: 16px 32px 32px; }
      .sectionMap .rowMarkerDetails .boxItem .boxText * {
        color: #fff; }
  @media (min-width: 0px) and (max-width: 964px) {
    .sectionMap {
      height: auto; }
      .sectionMap .rowMap > .column {
        width: 100%; }
        .sectionMap .rowMap > .column:nth-child(1) {
          height: 50%; }
      .sectionMap .boxLogo {
        bottom: inherit;
        top: 8px;
        right: none;
        left: 8px; }
        .sectionMap .boxLogo img {
          height: 60px; }
      .sectionMap .boxMap {
        height: 320px; }
      .sectionMap .rowMarkerDetails > .column {
        position: relative;
        display: none; }
        .sectionMap .rowMarkerDetails > .column.active {
          display: block; }
      .sectionMap .rowMarkerDetails .boxItem .boxText {
        padding: 16px 16px 32px 16px; } }

.footer {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #222; }

.sectionBottom .rowBottom {
  width: auto;
  margin: -16px -16px; }
  .sectionBottom .rowBottom > .column {
    padding: 16px 16px; }
  .sectionBottom .rowBottom * {
    color: #fff; }
  .sectionBottom .rowBottom .boxFormatSpecial ul {
    padding-left: 0; }
    .sectionBottom .rowBottom .boxFormatSpecial ul li:before {
      display: none; }
    .sectionBottom .rowBottom .boxFormatSpecial ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sectionBottom .rowBottom .boxFormatSpecial ul li a:hover {
        text-decoration: none; }
      .sectionBottom .rowBottom .boxFormatSpecial ul li a img {
        top: 6px; }
      .sectionBottom .rowBottom .boxFormatSpecial ul li a i {
        position: relative;
        top: 6px;
        margin-right: 6px; }

@media (min-width: 0px) and (max-width: 964px) {
  .sectionBottom .rowBottom > .column {
    width: 50%; } }

@media (min-width: 0px) and (max-width: 480px) {
  .sectionBottom .rowBottom > .column {
    width: 100%; } }

.sectionCopyright {
  background: #222;
  border-top: 1px solid #272727; }
  .sectionCopyright .rowCopyright {
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sectionCopyright .rowCopyright * {
      font-family: Arial;
      font-size: 10px;
      text-transform: uppercase;
      color: #fff; }
    .sectionCopyright .rowCopyright a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .sectionCopyright .rowCopyright a img {
        margin-left: 8px;
        height: 14px; }
  @media (min-width: 0px) and (max-width: 964px) {
    .sectionCopyright .column {
      width: 100%; }
      .sectionCopyright .column:nth-child(1) {
        display: none; } }
