.znColumnElement-innerWrapper {
  width: 100%;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center
  .znColumnElement-innerContent {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom
  .znColumnElement-innerContent {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.znColumnElement-innerContent {
  width: 100%;
}
.zn_section {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.zn_section--masked {
  padding-bottom: 55px;
}
.zn_section__source + .zn_section_size {
  position: relative;
}
.kl-bg-source + .zn_section_size {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-sidemargins .zn_section_size.full_width {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ios-fixed-position-scr ~ .zn_section {
  position: relative;
}
.zn_section--inlinemodal {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
  right: -5px;
  top: -45px;
}
@media (max-width: 767px) {
  .mfp-close-btn-in .zn_section--inlinemodal {
    padding-top: 30px !important;
  }
  .mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
    top: -5px;
  }
}
.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
  display: block !important;
}
.zn_section--stretch-container {
  padding-left: 20px;
  padding-right: 20px;
}
.zn_section--stretch-container > .container {
  width: 100%;
}
.zn_section-modalOverlay {
  background: rgba(143, 43, 162, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal-overlay-hidden ~ .zn_section-modalOverlay {
  display: none;
}
.zn_section-modalInfo {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
  width: 70px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.zn_section-modalInfo-title {
  display: block;
  margin-bottom: 20px;
}
.zn_section-modalInfo-tip {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.zn_section-modalInfo a {
  color: #000;
}
.zn_section-modalInfo a:hover,
.zn_section-modalInfo a:focus {
  color: rgba(0, 0, 0, 0.65);
}
.zn_section-modalInfo-bubble {
  display: none;
  width: 230px;
  right: 100%;
  position: absolute;
  top: -10px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px 15px;
  line-height: 1.5;
  text-align: start;
  border-radius: 3px;
}
.zn_section-modalInfo-bubble:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 15px;
  border: 5px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
  display: block;
}
.zn_section-modalInfo-toggleVisible {
  display: block;
  cursor: pointer;
}
.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before {
  content: "\f530";
}
@media (min-width: 768px) {
  .zn-section-content_algn--middle,
  .zn-section-content_algn--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zn-section-content_algn--middle > .row,
  .zn-section-content_algn--bottom > .row {
    width: 100%;
  }
  .zn-section-content_algn--middle > .row {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .zn-section-content_algn--bottom > .row {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.zn_section.section--skewed,
.zn_section.section--skewed-flipped {
  z-index: 1;
  background-color: transparent !important;
}
.zn_section.section--skewed .kl-bg-source:not(:empty) {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed .kl-bg-source__bgimage {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed .zn-bgSource-overlay {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .kl-bg-source__bgimage {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .zn-bgSource-overlay {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn-prLayer {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.zn-prLayer.zn-prLayer--align-top-left {
  top: 0;
  left: 0;
}
.zn-prLayer.zn-prLayer--align-top-center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zn-prLayer.zn-prLayer--align-top-right {
  top: 0;
  right: 0;
}
.zn-prLayer.zn-prLayer--align-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zn-prLayer.zn-prLayer--align-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zn-prLayer.zn-prLayer--align-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zn-prLayer.zn-prLayer--align-bottom-left {
  bottom: 0;
  left: 0;
}
.zn-prLayer.zn-prLayer--align-bottom-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zn-prLayer.zn-prLayer--align-bottom-right {
  bottom: 0;
  right: 0;
}
.zn-prLayer.zn-prLayer--over {
  z-index: 1;
}
.zn-prLayer.zn-prLayer--blur-simple {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.zn-prLayer.zn-prLayer--blur-deep {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
.zn-prLayer.zn-prLayer--blur-deeper {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.eluidb0032227 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.smart-cnt--action_box {
  position: relative;
  padding: 0;
  border-radius: 6px;
  background-color: #000;
  margin-bottom: 20px;
}
.smart-cnt--action_box:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 30px;
  height: 32px;
  display: block;
  bottom: -6px;
  left: 20%;
  border-radius: 4px;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  transform: skewY(35deg);
  border-top: 0;
}
.smart-cnt--action_box .smart-cnt-inner {
  position: relative;
  padding: 35px;
  border-radius: 6px;
  z-index: 1;
}
.smart-cnt--action_box .smart-cnt-inner:before {
  position: absolute;
  content: "";
  background-color: #000;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  border-radius: 6px;
  transform-origin: right top;
}
.smart-cnt--action_box .smart-cnt-inner:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 30%;
  display: block;
  border-radius: 4px;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  right: 5%;
  top: -20px;
  z-index: -1;
}
.eluidac3b5b93 {
  padding-top: 5%;
}
.eluidac3b5b93 {
}
.adbox.video {
  position: relative;
}
.adbox.video:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 23, 25, 0.5);
}
.adbox.video .adbox-img {
  display: block;
  width: 100%;
  height: auto;
}
.adbox.video .video_trigger_wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.adbox_container {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adbox_container .adbox-title {
  color: white;
  font-size: 11px;
  min-width: 150px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.playVideo ~ .adbox-title {
  margin: 20px auto 0;
}
.zn_text_box-title--style1 {
  font-size: 16px;
  color: #cd2122;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.zn_text_box-title--style2 {
  font-size: 22px;
  color: #535353;
  font-weight: normal;
  margin-top: 0;
}
.eluid938b2370 {
  padding-top: 0px;
  padding-bottom: 2px;
}
.zn_separator.zn_separator--icon-no {
  border-top-style: solid;
}
.zn_pb_editor_enabled .sep-no-notification {
  margin-bottom: 2px;
}
.zn_separator--icon-yes .zn_separator__icon {
  display: inline-block;
  color: #cd2122;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
}
.zn_separator--icon-yes .zn_separator__line {
  content: "";
  display: inline-block;
  border-top-style: solid;
  width: calc(50% - 50px);
  vertical-align: middle;
}
.eluid0399be50 {
  margin-top: 0px;
  margin-bottom: 35px;
}
.eluid0399be50.zn_separator--icon-no {
  border-top-width: 1px;
  border-top-color: #686868;
}
.eluid8a50c312 {
  padding-top: 0px;
  padding-bottom: 2px;
}
.eluid7041fbfc {
  padding-top: 0px;
  padding-bottom: 2px;
}
.eluid277a3dae {
  padding-top: 35px;
  padding-bottom: 35px;
}
.eluid52c40b0d {
  margin-top: 0px;
  margin-bottom: 35px;
}
.eluid52c40b0d.zn_separator--icon-no {
  border-top-width: 1px;
  border-top-color: #686868;
}
#eluidec8a4693 .znColumnElement-innerWrapper-eluidec8a4693 {
  min-height: px;
}
.eluidfc92f119 {
  color: rgba(0, 0, 0, 0.95);
}
.eluidd09e07c8 {
  padding-top: 0px;
  padding-bottom: 2px;
}
.image-boxes {
  margin-bottom: 30px;
  border-radius: 2px;
}
.image-boxes-img {
  width: 100%;
  height: auto;
}
.image-boxes-link,
.image-boxes-holder {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.image-boxes-img-wrapper {
  display: block;
}
.image-boxes-no .image-boxes-img-wrapper {
  height: auto !important;
}
.image-boxes-img.cover-fit-img {
  height: 100%;
}
.image-boxes.image-boxes--1 {
  overflow: visible;
}
.image-boxes.image-boxes--1 .image-boxes-readon {
  position: absolute;
  left: -10px;
  bottom: 20px;
  color: #fff;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  border-radius: 2px;
  z-index: 1;
}
.image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon {
  left: 20px;
}
.image-boxes.image-boxes--1 .image-boxes-img {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
.image-boxes.image-boxes--2 .image-boxes-link {
  margin-bottom: 0;
}
.imgbox-simple .image-boxes-img {
  width: auto;
  background-size: auto 100%;
}
.imgbox-simple .img-align-center .image-boxes-img {
  display: block;
  margin: 0 auto;
}
.imgbox-simple .img-align-left {
  text-align: left;
}
.imgbox-simple .img-align-right {
  text-align: right;
}
.imgbox-simple .img-align-left img.image-boxes-img,
.imgbox-simple .img-align-right img.image-boxes-img {
  display: inline-block;
}
.no-object-fit .imgbox-simple .img-align-left .image-boxes-img {
  background-position-x: left;
}
.no-object-fit .imgbox-simple .img-align-right .image-boxes-img {
  background-position-x: right;
}
.sliding-details {
  position: relative;
  display: block;
  overflow: hidden;
}
.sliding-details:not([class*="znBoxShadow-"]):hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.sliding-details-img {
  position: relative;
}
.sliding-details,
.sliding-details-content {
  -webkit-transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-backface-visibility: hidden;
}
.sliding-details-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 25px 30px;
  font-size: 12px;
  color: #fff;
  background: #232323;
  background: rgba(35, 35, 35, 0.8);
}
.sliding-details:hover .sliding-details-content {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sliding-details-title {
  font-size: 18px;
  margin-top: 0;
}
.image-boxes.image-boxes--4 .image-boxes-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 30px;
  z-index: 0;
}
.image-boxes.image-boxes--4 .image-boxes-title:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  height: 200%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
}
.image-boxes.image-boxes--4 .image-boxes-title span {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.image-boxes.image-boxes--4 .image-boxes-title:after {
  content: "";
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.image-boxes.image-boxes--4:hover .image-boxes-title:after {
  width: 60px;
}
.image-boxes.image-boxes--4 .image-boxes-img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.image-boxes.image-boxes--4:hover .image-boxes-img {
  opacity: 0.8;
}
.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title {
  text-align: left;
  padding: 0 20px 30px;
  -webkit-transition: padding-bottom 0.2s ease-out;
  transition: padding-bottom 0.2s ease-out;
}
.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after {
  display: none;
}
.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.image-boxes.image-boxes--4.kl-title_style_bottom:hover
  .imgboxes-border-helper {
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title {
  text-align: left;
  padding-bottom: 25px;
}
.image-boxes.image-boxes--4.kl-title_style_bottom:hover
  .image-boxes-title:before {
  opacity: 0.5;
}
.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title {
  text-align: left;
  padding: 0 20px 30px;
}
.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after {
  margin: initial;
  width: 40px;
  margin-top: 10px;
}
.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after {
  width: 80px;
}
.eluidc29c7e15 {
  margin-bottom: 30px;
}
#eluid3074003e .znColumnElement-innerWrapper-eluid3074003e {
  min-height: px;
}
.eluid5cc5dc10 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.eluid28d535d0 {
  margin-bottom: 30px;
}
.eluidf6f3f80a {
  color: rgba(0, 0, 0, 0.97);
}
.eluida785edc3 {
  padding-top: 0px;
  padding-bottom: 20px;
}
.eluid17116285 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.kl-title-block {
  padding-top: 0;
  padding-bottom: 35px;
}
.tbk__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
.tbk__subtitle {
  margin-top: 0;
  font-size: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.tbk__text {
  margin-top: 0;
  line-height: 1.6;
}
.tbk__symbol {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.tbk-symbol--line .tbk__symbol span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #ccc;
}
.tbk--text-dark.tbk-symbol--line .tbk__symbol span {
  background-color: #333333;
}
.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
  margin-bottom: 20px;
  margin-top: -5px;
}
.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {
  margin-bottom: 20px;
}
.tbk-symbol--border .tbk__symbol span,
.tbk-symbol--border2 .tbk__symbol span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {
  background-color: #333333;
}
.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
  margin-top: 30px;
}
.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
  border-bottom: 3px solid #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: -12px;
  display: inline-block;
}
.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title
  .tbk__border-helper {
  border-bottom-color: #2d2d2d;
}
.tbk-symbol--line_border .tbk__symbol span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #ccc;
  margin-right: 25px;
  margin-left: 25px;
  vertical-align: middle;
}
.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {
  content: "";
  display: inline-block;
  width: calc(50% - 50px);
  height: 1px;
  background-color: #ccc;
  vertical-align: middle;
}
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol span {
  background-color: #333;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol span {
  margin-left: 0;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
  display: none;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
  content: "";
  display: inline-block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
  background-color: #333;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol span {
  margin-right: 0;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
  content: "";
  display: inline-block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
  background-color: #333;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
  display: none;
}
.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
  margin-bottom: 20px;
}
.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
  margin-bottom: 25px;
}
.tbk__icon {
}
.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
  margin-bottom: 25px;
}
.tbk__title .tbk__symbol {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tbk__title .tbk__icon {
  vertical-align: middle;
}
.tbk--colored.tbk-symbol--line .tbk__symbol span,
.tbk--colored.tbk-symbol--line_border .tbk__symbol span,
.tbk--colored.tbk-symbol--border .tbk__symbol span {
  background-color: #cd2122;
}
.tbk--colored.tbk-symbol--icon .tbk__icon {
  color: #cd2122;
}
.tbk--colored.tbk-symbol--border2 .tbk__border-helper {
  border-bottom-color: #cd2122;
}
.eluid19b88c33 {
  padding-top: 0px;
  padding-bottom: 35px;
}
.eluid19b88c33 .tbk__title {
  margin-bottom: 10px;
}
.eluid19b88c33 .tbk__title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  color: #6d6d6d;
}
.eluid19b88c33 .tbk__icon {
  font-size: 28px;
}
.eluid033c99f3 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.eluidf74be110 {
  margin-bottom: 30px;
}
.eluidb19f3214 {
  margin-bottom: 30px;
}
.eluidc4b753a2 {
  margin-bottom: 30px;
}
.eluida08ce259 {
  margin-bottom: 30px;
}
.eluid44f183cd {
  margin-top: 0px;
  margin-bottom: 35px;
}
.eluid44f183cd.zn_separator--icon-no {
  border-top-width: 1px;
  border-top-color: #686868;
}
.eluida46d7e1a {
  text-align: center;
}
.eluida46d7e1a {
  color: rgba(0, 0, 0, 0.96);
}
.stepbox3-box {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  box-shadow: none;
}
.stepbox3-box:after {
  border-color: transparent;
  border-top-color: #eee;
  border-width: 10px;
  margin-left: -10px;
  left: 10%;
}
.stepbox3-box:before {
  border-color: transparent;
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
  left: 10%;
}
.stepbox3-box[data-align="right"]:after,
.stepbox3-box[data-align="right"]:before {
  right: 10%;
  left: auto;
  margin-left: 0;
}
.stepbox3-box[data-align="right"]:before {
  margin-right: -13px;
}
.stepbox3-box[data-align="center"]:after,
.stepbox3-box[data-align="center"]:before {
  left: 50%;
}
.stepbox3-box[data-align="center"]:after {
  border-top-color: #fff;
}
.stepbox3-number {
  padding: 0;
  height: 100%;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  float: left;
}
.stepbox3-number-sp {
  font-size: 100px;
  font-weight: 900;
  color: #333;
  vertical-align: middle;
  position: relative;
  top: 50%;
  line-height: 1;
  display: block;
}
.stepbox3-content {
  padding: 25px 35px 20px 35px;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #929292;
  background-color: #fff;
}
.stepbox3-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.stepbox3-box[data-align="right"] .stepbox3-number {
  left: auto;
  right: 0;
  border-right: 0;
}
.stepbox3-box[data-align="right"] .stepbox3-content {
  margin-left: auto;
  padding: 25px 35px 20px 35px;
  color: #929292;
  line-height: 30px;
  font-size: 14px;
}
.stepsbox3--dark .stepbox3-box:after {
  border-top-color: #111;
}
.stepsbox3--dark .stepbox3-box:before {
  border-top-color: #343434;
}
.stepsbox3--dark .stepbox3-box[data-align="center"]:after {
  border-top-color: #000;
}
.stepsbox3--dark .stepbox3-content {
  color: #6d6d6d;
  background-color: #000;
}
.stepsbox3--dark .stepbox3-title {
  color: #cccccc;
}
@media (min-width: 992px) {
  .stepbox3-number {
    width: 240px;
    position: absolute;
  }
  .stepbox3-number-sp {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .stepbox3-content {
    margin-left: 240px;
  }
  .stepbox3-content:before,
  .stepbox3-content:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .stepbox3-content:before {
    position: absolute;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #cd2122;
  }
  .stepbox3-box:hover .stepbox3-content:before {
    width: 5px;
  }
  .stepbox3-box[data-align="right"] .stepbox3-content {
    text-align: right;
    margin-left: auto;
    margin-right: 240px;
  }
  .stepbox3-box[data-align="left"] .stepbox3-content:before {
    left: 240px;
  }
  .stepbox3-box[data-align="right"] .stepbox3-content:before {
    right: 240px;
  }
  .stepbox3-content:after {
    position: absolute;
    content: "";
    border: 14px solid;
    border-color: transparent;
    top: 50%;
    margin-top: -14px;
  }
  .stepbox3-box[data-align="left"] .stepbox3-content:after {
    left: 242px;
    border-left-color: #cd2122;
  }
  .stepbox3-box[data-align="right"] .stepbox3-content:after {
    right: 242px;
    border-right-color: #cd2122;
  }
  .stepbox3-box[data-align="left"]:hover .stepbox3-content:after {
    left: 245px;
  }
  .stepbox3-box[data-align="right"]:hover .stepbox3-content:after {
    right: 245px;
  }
  .stepbox3-box:after,
  .stepbox3-number:before,
  .stepbox3-number:after {
    background-color: #f1f1f1 !important;
  }
  .stepbox3-box:after {
    position: absolute;
    content: "";
    width: calc(100% - 234px);
    height: 6px;
    bottom: -43px;
  }
  .stepbox3-box[data-align="left"]:after {
    left: 130px;
  }
  .stepbox3-box[data-align="right"]:after {
    right: 114px;
  }
  .stepbox3-number:before,
  .stepbox3-number:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 50px;
  }
  .stepbox3-number:before {
    top: -37px;
  }
  .stepbox3-number:after {
    bottom: -37px;
  }
  .stepbox3-box:first-child .stepbox3-number:before,
  .stepbox3-box.last .stepbox3-number:after,
  .stepbox3-box.last:after {
    content: none;
  }
  .stepbox3-box.last {
    margin-bottom: 0;
  }
  .stepsbox3--dark .stepbox3-box:after,
  .stepsbox3--dark .stepbox3-number:before,
  .stepsbox3--dark .stepbox3-number:after {
    background-color: #0e0e0e !important;
  }
}
.eluid228ec05d {
  margin-top: 51px;
  margin-bottom: 35px;
}
.eluid228ec05d.zn_separator--icon-no {
  border-top-width: 1px;
  border-top-color: #686868;
}
.eluidb835b4c1 {
  color: rgba(0, 0, 0, 0.95);
}
.eluid109c961b {
  padding-top: 0px;
  padding-bottom: 2px;
}
.eluidf03098bd {
  color: rgba(0, 0, 0, 0.92);
}
.eluid9e100aa0 {
  padding-top: 0px;
  padding-bottom: 2px;
}
.eluidba287b69 {
  padding-top: 35px;
  padding-bottom: 35px;
}
