.et_pb_icon {
  text-align: center;
  height: auto;
}
.et_pb_icon .et-pb-icon {
  position: relative;
}
.et_pb_icon .et_pb_icon_wrap {
  display: inline-block;
  border-style: solid;
  border-width: 0;
  line-height: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-size: cover;
  position: relative;
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #2ea3f2;
}
.et_pb_module.et_pb_button {
  display: inline-block;
  color: inherit;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_left {
  text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_right {
  text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center;
}
.et_pb_button_module_wrapper > a {
  display: inline-block;
}
@media (max-width: 980px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
    text-align: left;
  }
  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
    text-align: right;
  }
  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
    text-align: left;
  }
  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
    text-align: right;
  }
  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
    text-align: center;
  }
}
.et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon);
}
@media (max-width: 980px) {
  .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
    content: attr(data-icon-tablet);
  }
}
@media (max-width: 767px) {
  .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
    content: attr(data-icon-phone);
  }
}
.et_pb_code_inner {
  position: relative;
}
.et_pb_space {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 23px;
}
.et_pb_divider_hidden {
  margin-bottom: 0 !important;
}
.et_pb_divider_internal {
  display: inline-block;
  width: 100%;
}
.et_pb_divider {
  margin: 0 0 30px;
  position: relative;
}
.et_pb_divider:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.et_pb_divider:after,
.et_pb_space:after {
  content: "";
  display: table;
}
.et_pb_divider_position_bottom:before {
  top: auto !important;
  bottom: 0 !important;
}
.et_pb_divider_position_center:before {
  top: 50% !important;
}
@media (max-width: 980px) {
  .et_pb_divider_position_top_tablet:before {
    top: 0 !important;
    bottom: auto !important;
  }
  .et_pb_divider_position_bottom_tablet:before {
    top: auto !important;
    bottom: 0 !important;
  }
  .et_pb_divider_position_center_tablet:before {
    top: 50% !important;
  }
  .et_pb_space.et-hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .et_pb_divider_position_top_phone:before {
    top: 0 !important;
    bottom: auto !important;
  }
  .et_pb_divider_position_bottom_phone:before {
    top: auto !important;
    bottom: 0 !important;
  }
  .et_pb_divider_position_center_phone:before {
    top: 50% !important;
  }
}
.ie .et_pb_divider {
  overflow: visible;
}
